@charset "utf-8";
/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999;
	background: url(../images/bg.jpg);
	font-size: 75%;
}
	#body {
		
		background: url(../images/bg.jpg);
		padding-bottom: 50px;
	}
	#secPage #body {
		background: url(../images/bg.jpg);
		padding-bottom: 50px;
	}
	
	html>body {
		font-size: 12px;
	}

/* PAGE CONTAINER */
#pageContainer {
	width: 890px;
	margin: 0 auto;
	position: relative;
}
/* HEADER */
#header {
	height: 111px;
}
		#secPage #header {
			height: 111px;
		}
	#header #logo {
		float: left;
		margin: 16px 0 0 10px;
	}
	
	#header #rightHeader { float:right; width:337px; height:110px; background:url(../images/lead_tabs.jpg) bottom right no-repeat; text-align:right;}

	#header #rightHeader .row1{color:#A8CF59; font-size:15px; display:block;padding:18px 44px 0px 0px;}
    #header #rightHeader .row2{color:#fff; font-size:28px;display:block;padding: 0px 8px 29px 0px;}
	#header #rightHeader .row3{color:#fff;font-size:15px;display:block;padding: 0px 20px 0px 0px; font-weight:bold;}
	#header #rightHeader .row3 a.gray{color:#333333; text-decoration:none; padding-right:45px;}
	#header #rightHeader .row3 a.white{color:#fff; text-decoration:none;}


/* NAVIGATION */	
#navigation {
	width: 890px;
	height:37px;
	background: url(../images/navbar.jpg) no-repeat center;
}					
	#navigation ul {
		width: 890px;
		padding-top:10px;
		text-align: center;
	}				
		#navigation .mainNav li {
			font-weight: 400;
			color: #fff;
			font-size: 17px;
			text-transform: uppercase;
			display: inline;
			padding: 0 0 0 30px;
		}			
			#navigation .mainNav li a {
				color: #fff;
				text-decoration: none;
			}			
				#navigation .mainNav li a:hover, 
				#navigation .mainNav li.selectedPage a,
				#navigation .mainNav li.selectedPageRoot a {
					color: #010101;
				}
/* CONTENT AREA */
#contentContainer {	
    width:890px;
	clear: both;
	position: relative;
	min-height: 650px;
	height: auto !important;
	height: 650px;
	padding:0px;
}	

	/* homepage */
	#homePage #subColumn {
		float: left;
		width: 340px;
		min-height: 100px;
		height: auto !important;
		height: 100px;
		margin: 0 15px 0 10px;
	}	
	#homePage  #mainColumn {
		float: left;
		width: 585px;
	}	
	#homePage  #banner {width: 890px; height:242px; background:url(../images/billboard_home.jpg);}	
	#homePage  #banner #text {float:right; width: 325px; color:#333; text-align:center; margin-right:19px;}
	#homePage  #banner #text h2 {font-size:84px !important; padding: 45px 0px 15px 0px;}
	#homePage  #banner #text h3 {font-size:31px !important; padding: 20px 0px 0px 0px; line-height:100%;}
	#homePage  #banner #text h4 {font-size:17px !important; padding: 10px 0px 25px 0px;}

	#homePage #homeBody {width:839px; margin: 0 auto; position: relative; background-color:#000000; padding: 16px;margin:0 8px; border-left:#1F6600 2px solid; border-right:#1F6600 2px solid;}
	#homePage #homeBody #left {width:375px; float:left; color:#FFF; font-size:13px; line-height:140%;}
	#homePage #homeBody #left p{color:#FFF; padding:0 0 10px 0;}
	#homePage #homeBody #right {width:440px; float:left; margin-left:8px;padding:0 0 0 15px;}


	#homePage #homeSlider {width:863px; height:138px; margin: 0 auto; position: relative; background-image:url(../images/bottom_navbar.jpg); background-repeat:no-repeat; padding: 10px 10px 6px 0px;margin:0 8px;border-right:#1F6600 2px solid;}

    #homePage #homeSlider #col1{width:450px; float:left;}
	#homePage #homeSlider #col2{width:160px; float:left; text-align:center;}
	#homePage #homeSlider #col3{width:250px; float:left; text-align:center; padding-top:15px;}
	
	
	/* sec page */
	
	#secPage #banner {width: 890px; height:8px; background: url(../images/billboard_interior_s1.jpg);}
	
	#secPage #contentBody {width:890px; padding:0px; margin:0px; background-image:url(../images/interior-bg_s1.jpg);}	
	
	
	#secPage #contentBodySingle {width:843px; margin: 0 auto; position: relative; background-color:#fff; padding: 16px;margin:0 8px;}
	
	#secPage #contentBody #subColumn {
		float: left;
		width: 276px;
		min-height: 100px;
		height: auto !important;
		height: 100px;
		margin-right: 20px;

		background-repeat:no-repeat;
	}	
	#secPage #contentBody #subColumn .coltext {width:249px; min-height:500px; height: auto !important; float:right; margin-right:4px; background-image:url(../images/left_column_gradient.jpg); background-repeat:repeat-x; background-color:#A8CF59; padding:6px 6px 6px 7px; font-size:17px; line-height:140%; color:#333;}
	
	#secPage #contentBody #subColumn .coltext p{padding-bottom:10px;}
	
	#secPage #contentBody #subColumn .title{ width:251px; height:37px; background:url(../images/left_column_title.png) no-repeat; padding:14px 0px 0px 25px; font-size:25px; color: #E4F0CB; font-weight:bold; margin-top:6px;}
	
	#secPage #contentBody #mainContents {
		width: 575px;
		float: left;
	}
	
	#secPage #contentBody #mainContents h2{ font-size:18px; color: #333;}
	
	#secPage #contentBody #mainContents #mainColumn {
			float: left;
			width: 520px;
			margin-right: 20px;
			min-height: 100px;
			height: auto !important;
			height: 100px;
			font-size:13px;
			line-height:140%;
		}	
		
#secPage #contentBody #mainContents h1{ font-size:31px; color:#333333; padding:20px 0px 10px 0px;}
#secPage #contentBody #mainContents p{ padding-bottom:10px;}
		

/* BREADCRUMB */
.breadCrumb { font-size:17px; font-weight:bold; color:#333; padding-bottom:18px;}
	.breadCrumb a {
		color: #769F26;
	}
		
		
/* SEC NAV */
#sectionTitle {
	margin: 20px 0 10px;
	font-size: 12px; 
	color: #fff;
	text-transform: uppercase;
}
	#sectionTitle span {		
		background: #354538;
		padding: 4px 10px;
	}

	
.secNav {
	margin: 0 0 0 10px;
}
	.secNav li {
		color: #838383;
		border-bottom: 1px solid #efefef;
	} 
		.secNav li a {
			display: block;
			color: #838383;
			padding: 5px 7px;
		} 
			.secNav li a:hover {
				color: #454545;
			} 
			
		.secNav li.selectedPage a,
		.secNav li.selectedPageRoot a {
			font-weight: bold;
			color: #454545;
		} 





	
		
/* SITE FOOTER/NAVIGATION */
#footer {
    width:875px; margin: 0 auto; position: relative; padding: 10px 0px; margin:0 8px;
	color: #fff;
}	
	#footer a {
		color: #A6CD59;
		text-decoration: none;
	}
		#footer a:hover {
			color: #fff; text-decoration:underline;		
		}	
		
	#footer .footerNav li {
		display: inline;
		padding-right: 8px;
	}	
	
	#footer .login {
		float: right;
	}
	#footer .login a{color: #fff; text-decoration: none;}
	#footer .login a:hover{color: #fff; text-decoration: none;}
	
#SEO {
    width:875px; margin: 0 auto; position: relative; padding: 10px 0px; margin:0 8px; color: #fff; font-size:10px;
}	
	#SEO a {
		color: #666666;
		text-decoration: none;
	}
		#SEO a:hover {
			color: #666666; text-decoration:none;		
		}	
		
	#SEO .seonav li {
		display: inline;
		padding-right: 8px;
	}

/* Photo Gallery */
#imagesection {margin-top:15px;}
#imagesection h2{display:none;}
#imagesection .thumbShadow {
border:0 none;
display:inline;
float:left;
margin:0px;
padding:0px;
text-align:center;
height:160px;
}
#imagesection .smallPic {
-moz-box-shadow:0 0 5px #FFFFFF;
display:block;
float:left;
height:120px;
margin-bottom:10px;
margin-right:5px;
margin-left:5px;
overflow:hidden;
width:120px;}

#imagesection .descript{
font-size:13px;
line-height:140%;
width:120px;
display:block;
height:25px;
color:#000;
}



#imagesection .thumbShadow2 {
border:0 none;
display:inline;
float:left;
margin:10px;
padding:0px;
text-align:center;
}
#imagesection .smallPic2 {
-moz-box-shadow:0 0 5px #FFFFFF;
display:block;
float:left;
height:120px;
margin-bottom:px;
margin-right:5px;
margin-left:5px;
overflow:hidden;
width:120px;}
