@charset "UTF-8";
/* CSS Document */
/*########################BASIC FORMATTING#####################################################################*/
body {
	font-family:"Lucida Grande", Arial, sans-serif;
	line-height:16px;
	color:#ffffff;
	font-size:11px;
}
p {
	margin-bottom:10px;
}
h1 {
	background:url(../images/heading_icon.png) no-repeat top left;
	padding:5px 0 8px 35px;
	font-size:18px;
	line-height:16px;
}
a, a:link, a:visited, a:active {
	text-decoration:none;
	color:#e2e2e2;
}
a:hover {
	text-decoration:underline;
	color:#ffffff;
}
#navigation li ul.menu li a,
#navigation li ul.menu li a:visited,
#navigation li ul.menu li a:active,
#navigation li ul.menu li a:link {
	color:#00FF00;
}
.news_content a, .news_content a:link, .news_content a:visited, .news_content a:active {
	text-decoration:none;
	color:#00FF00;
}
.news_content a:hover {
	text-decoration:underline;
	color:#ffffff;
}
#moreImages a:hover {
	text-decoration:none;
	color:#00FF00;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active {
	color:#2d2d2d;
}
#footer a:hover {
	color:#e2e2e2;
}
#sub_navigation li a, #sub_navigation li a:link, #sub_navigation li a:visited, #sub_navigation li a:active {
	padding:4px;
	background:none;
	color:#fff;
	text-decoration:none;
}
#sub_navigation li a:hover {
	text-decoration:underline;
}
#sub_navigation li a.on {
	background:#fff;
	color:#000;
}
h2 {
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:14px;
	padding-bottom:5px;
	margin-bottom:5px;
}
h2 a:hover {
	text-decoration:none;
	padding-bottom:4px;
	border-bottom:1px solid #e2e2e2;
}
/*########################LAYOUT#####################################################################*/
#wrapper {
	width:900px;
	background:url(../images/filler_body.png) repeat-y;
	margin:auto;
	margin-top:0px;
	padding:0px;
}
#header {
	display:block;
	width:100%;
	height:279px;
	line-height:0px;
	background:url(../images/header.png);
	clear:both;
}
#navigation {
	position:relative;
	top:200px;
	padding:0;
	margin:0;
	color:#e2e2e2;
	margin-left:485px;
}
#navigation li {
	font-size:14px;
	padding-right:15px;
	display:inline;
}
#navigation li ul.menu {
	position:absolute;
	left:118px;
	top:0px;
	padding: 10px 0 0 0;		
	width: 75px;
	display: none;	
}

#navigation li ul.menu li {
	color:#fff;
	display:block;
	position:relative;
	font-style:italic;
	clear:both;
	height: 20px;
	line-height:20px;
	width:75px;	
}
#sub_navigation {
	position:absolute;
	top:250px;
	padding:0;
	margin-left:110px;
}
#sub_navigation li {
	display:inline;
	font-size:12px;
	padding-right:5px;
	padding-left:30px;
	padding-bottom:10px;
	padding-top:10px;
	background:url(../images/heading_icon.png) 0px 6px no-repeat;
}
#content {
	width:100%;
	min-height:350px;
	background:url(../images/footer.png) no-repeat left bottom;
	padding-bottom:65px;
}
#content_left {
	float:left;
	margin-left:70px;
	width:400px;
}
.indent {
	margin-left:36px;
	margin-bottom:10px;
}
#content_right {
	margin-left:485px;  /*must be greater than content_left margin-left+width*/
	margin-right:63px;
}
#footer {
	width:900px;
	text-align:center;
	font-size:12px;
	font-variant:small-caps;
	color:#2d2d2d;
	margin:auto;
	margin-top:5px;
	margin-bottom:20px;
}
/*########################IMAGES#####################################################################*/
#images_column {
	height:114px;
	overflow:hidden;
}
#moreImages {
	font-weight:bolder;
	font-size:16px;
	position:relative;
	text-align:left;
	float:right;
	width:20px;
	margin-top:-45px;
	left:10px;
}
.thumb
{
	padding:0;
	width:104px;
	height:104px;
	margin:0 10px 10px 0;
	text-decoration:none;
	line-height:normal;
	list-style-type:none;
	text-align:center;
	float:left;

}
.thumb a
{
	display:block;
	min-height:100px; 
	width:104px; 
	padding:4px 0 0 0;
	margin:0;
	background-color:white;
	text-decoration:none;
	background:url(../_mockup/images/image_bg.png);
}
.thumb a:visited img
{
	background-color:#eee;
/*Background of thumb on hover - sort of a light grey */
}

.thumb a:hover img
{
	background-color:#dae6e4;
/*Background of thumb on hover - sort of light blue/green */
}
.viewMore {
	text-align:left;
	font-size:14px;
	margin-left:245px;
}
/*########################NEWS#####################################################################*/
.date {
	margin-top:5px;
	font-variant:small-caps;
	font-size:12px;
	background-color:#2d2d2d;
}
.readmore {
	text-align:right;
	font-variant:small-caps;
	color:#000000;
	padding-top:5px;
}
.paginate {
	text-align:right;
	border-bottom:1px dotted #2d2d2d;
	border-top:1px dotted #2d2d2d;
}
/*########################MISC#####################################################################*/
.arrow {
	background:url(../images/icon_arrow.png) no-repeat;
	font-size:14px;
	line-height:19px;
	padding-left:25px;
	margin-top:10px;
}
.contact_spacing {
	margin-top:25px;
	text-align:left;
}
.form_el {
	margin-bottom:10px;
}
.form_el input {
	width:260px;
}
.form_el label{
	width:45px;
	float:left;
}
.form_el legend {
	font-weight:bolder;
	margin-left:5px;
}
.form_el fieldset {
	border:1px solid #e2e2e2;
}
.form_el textarea {
	width:260px;
	height:100px;
	margin-left:45px;
}
.form_el .submit {
	border:1px solid #e2e2e2;
	background:#ffffff;
	width:60px;
	margin:15px 0 15px 50px;
}
.form_el .submit:hover {
	background:#e2e2e2;
}
.form_el p {
	padding:5px;
	margin-top:5px;
}
.clearing {
	line-height:0px;
	height:0px;
	display:block;
	width:100%;
	clear:both;
}