/* CSS Document */

body{
	font-family:"Times New Roman", Times, serif;
	margin:auto;
	text-align:center;
	font-size:13px;
	color:#003c63;
	background-image:url(../images/site-bg.jpg);
}

div{
	overflow:hidden;
}

input, select, textarea{
	font-size:12px;
}

a{
	color:#583d29;
}

a:hover{
	color:#003c63;
	text-decoration:underline;
}

a img:hover,
input[type="image"]:hover{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

h1{
	font-size:18px;
	color:#583d29;
	padding:0px;
	margin:0px;
	padding-bottom:5px;
}

h2{
	font-size:16px;
}

h3{
	font-size:14px;
}

h4{
	font-size:13px;
}

h5{
	font-size:12px;
}

#site-breadcrumb{
	padding-top:5px;
	padding-left:10px;
}

#site-breadcrumb #share-this{
	float:right;
}

#stwrapper, .stwrapper, #stwrapper div, .stwrapper div{
	overflow:visible !important; /* Fix for share this popup*/
}


#site{
	margin:auto;
	width:980px;
	overflow:hidden;
	text-align:left;
	border:2px solid #003c63;
	background-color:#FFF;
	min-height:600px;
	margin-top:25px;
	padding:10px;
}

#site #site-header{
	position:relative;
	z-index:89;
	padding-bottom:10px;
	height:120px;
	overflow:visible;
}

#site #site-header.home{
	height:40px;
}

#site #site-header #site-header-top{
	height:80px;
}

#site #site-header #site-header-top #logo{
		float:left;
}

#site #site-header #site-header-top #slogan{
		float:left;
		padding-left:190px;
		padding-top:25px;
}

#site #site-header #site-social-links{
	float:left;
	width:329px;
	background-image:url(../images/social-media-bg.jpg);
	background-repeat:no-repeat;
	height:40px;
	padding-left:18px;
	padding-top:10px;
}

#site #site-header #site-social-links a{
	display:block;
	float:left;
	padding-right:6px;
}

#site #site-header #site-social-links p{
	padding:0px;
	margin:0px;
}


#site #site-header #site-nav{
	float:left;
	width:630px;
	height:50px;
	overflow:visible;
}

#site-nav .top-nav-link{
	overflow:hidden;
	height:0px;
	padding-top:50px;
	background-image:url(../images/site-nav-bg.jpg);
	background-repeat:no-repeat;
	display:block;
	float:left;
}


.top-nav-link span{
	display:none;
	overflow:hidden;
	height:0px;
	padding-top:50px;
}

#site-nav #top-nav-home{
		width:74px;
		background-position:0px -50px;
}

#site-nav #top-nav-about{
		width:82px;
		background-position:-74px -50px;
}

#site-nav #top-nav-services{
		width:100px;
		background-position:-156px -50px;
}

#site-nav #top-nav-resources{
		width:116px;
		background-position:-256px -50px;
}

#site-nav #top-nav-news{
		width:67px;
		background-position:-372px -50px;
}

#site-nav #top-nav-video{
		width:87px;
		background-position:-439px -50px;
}

#site-nav #top-nav-contact{
		width:103px;
		background-position:-526px -50px;
}




#site-nav #top-nav-home.selected,
#site-nav #top-nav-home:hover{
		width:74px;
		background-position:0px 0px;
}

#site-nav #top-nav-about.selected,
#site-nav #top-nav-about:hover{
		width:82px;
		background-position:-74px 0px;
}

#site-nav #top-nav-services.selected,
#site-nav #top-nav-services:hover{
		width:100px;
		background-position:-156px 0px;
}

#site-nav #top-nav-resources.selected,
#site-nav #top-nav-resources:hover{
		width:116px;
		background-position:-256px 0px;
}

#site-nav #top-nav-news.selected,
#site-nav #top-nav-news:hover{
		width:67px;
		background-position:-372px 0px;
}

#site-nav #top-nav-video.selected,
#site-nav #top-nav-video:hover{
		width:87px;
		background-position:-439px 0px;
}

#site-nav #top-nav-contact.selected,
#site-nav #top-nav-contact:hover{
		width:103px;
		background-position:-526px 0px;
}


#site-content{
	padding-top:10px;
}

#left-side{
	width:340px;
	float:left;
	margin-right:10px;
}

#left-sub-nav{
	width:326px;
	min-height:300px;
	background-image:url(../images/subpage-left-fade.jpg);
	background-repeat:repeat-x;
	padding:7px;
}



#left-sub-nav .content-title{
	overflow:visible;
}


#left-sub-nav ul{
	margin:0px;
	padding:0px;
}

#left-sub-nav li{
	margin:0px;
	padding:0px;
}


#left-sub-nav a{
	overflow:visible;
	text-decoration:none;
}


#left-sub-nav a:hover{
	text-decoration:underline !important;
}


#left-sub-nav a h3{
	cursor:hand;
	padding-bottom:5px;
}


.subpage #site-content-body{
	float:left;
	width:630px;
}



.video-page #left-side{
	width:220px;
}


.video-page #left-sub-nav{
	width:200px;
}

.subpage #site-content-body{
	float:left;
	width:630px;
}


.video-page  #site-content-body{
	width:750px;
}




/* Basic Page Style */


.basic-page .content-image{
	padding:10px;
	background-color:#818a93;
}

.news-list .content-image{
	padding:0px;
	background-color:transparent;
	float:left; 
	padding-right:10px;
	width:100px;
	height:100px;
}

.news-list .content-image img{
	border:2px solid #003c63;
}

.basic-page .content-detail,
.content-box{
	border:7px solid #003c63;
	padding:20px;
	background-color:#e5e2da;
	margin-top:20px;
	padding-top:15px;
}

.video-page .basic-page .content-detail,
.home .basic-page .content-detail{
	border:0px;
	padding:0px;
	background-color:none;
	margin-top:0px;
}


/* Quick Request Form */

#quick-request-form{
	width:326px;
	min-height:649px;
	background-image:url(../images/subpage-left-fade.jpg);
	background-repeat:repeat-x;
	padding:7px;
	background-color:#fefefe;
}

#quick-request-form form{
	padding-top:20px;
}

#quick-request-form .form-field{
	padding-bottom:10px;
}

#quick-request-form .form-field .form-title{
	display:block;
	width:116px;
	float:left;
	text-align:center;
	font-weight:bold;
}

#quick-request-form .form-field input{
	width:200px;
}

#quick-request-form .services{
	text-align:left !important;
	padding-left:10px;
}

#quick-request-form .form-field input[type=checkbox]{
	width:15px;
}

#quick-request-form input[type=submit]{
	float:right;
}

#quick-request-form .form-field ul{
	padding:0px;
	margin:0px;
	list-style:none;
	padding-left:20px;
	margin-bottom:20px;	
	margin-top:10px;
	overflow:hidden;
}

#quick-request-form .form-field ul li{
		float:left;
		width:150px;
}


/* Video Page */


#video-thumbs{
	width:630px;
}


#video-thumbs ul{
	margin:0px;
	padding:0px;
}


#video-thumbs li{
	width:285px;
	margin:0px;
	padding:0px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	float:left;
	list-style:none;
}

#video-thumbs .content-image{
	float:left;
	width:120px;
	padding:0px;
	padding-right:10px;
	background-color:#ffffff !important;
}


#video-thumbs .content-text{
	float:left;
	width:155px;
}



.video-page .content-video{
	text-align:center;
	padding-left:115px;
}

.video-page .widget-youtube{
	text-align:center;
	padding:10px; 
	background-color:#818a93;
	width:400px;
}



/* News List */


#news-list ul{
	margin:0px;
	padding:0px;
	padding-left:10px;
	padding-top:10px;
	list-style:none;
}


#news-list li{
	margin:0px;
	padding:0px;
	padding-bottom:10px;
	list-style:none;
}



#news-list .content-date{
	float:left;
	padding-right:10px;
	font-weight:bold;
	font-size:14px;
}


#news-list .content-title{
	float:left;
}
 
#news-list .content-title h3{
	margin:0px;
	padding:0px;
}

#news-list .content-teaser{
		clear:both;
}



/* Video List */

#video-list{
	margin:0px;
	padding:0px;
	padding-left:10px !important;
	padding-top:10px;
	list-style:none;
}




#video-list h3{
	margin-bottom:5px;
}


#video-list .video-link{
		margin-left:20px;
		display:block;
		padding-bottom:5px;
}


#video-list .view-all{
	text-align:right;
	float:right;
	
}


/* Events List */

#events-list{
	
}


#events-list ul{
	padding:0px;
	margin:0px;
	list-style:none;
	overflow:hidden;
}

#events-list li{
	clear:both;
	padding-bottom:5px;
	padding-top:5px;
} 


#events-list .content-date{
	float:left;
	padding-right:10px;
}


#events-list .content-title{
	float:left;
}

#events-list .content-teaser{
	clear:both;
}

.more-detail{
	text-align:right;
	clear:both;
	float:right;
	padding-top:5px;
}



/* Services List */
.services-list li{
	clear:both;
	padding:0px;
	margin:0px;
	/* margin-bottom:20px !important; */
	overflow:hidden;
}

.services-list h3{
	padding:0px !important;
	margin:0px !important;
}

.services-list .content-title{
	clear:both;
}



/* Home Page Styles  */


#faq-features{
	width:320px;
	height:295px;
	background-image:url(../images/subpage-left-fade.jpg);
	background-repeat:repeat-x;
	float:left;
	padding:10px;
}



#faq-features ul{
	padding:0px;
	margin:0px;
	list-style:none;
	overflow:hidden;
	padding-top:10px;
	padding-left:10px;
}

#faq-features li{
	clear:both;
	padding-bottom:5px;
	padding-top:5px;
}



 #homepage-features{
	height:286px;
	width:612px;
	padding:10px;
	background-color:#818a93;
	float:left;
	margin-right:8px;
}

.home #main-copy{
	border:10px solid #003c63;
	width:592px;
	padding:10px;
	background-color:#e5e2da;
	float:left;
	margin-right:8px;
}

.home #news-features,
.home #service-features{
	width:266px;
	min-height:250px;
	background-image:url(../images/home-copy-feature-bg.jpg);
	background-repeat:repeat-x;
	background-color:#ffffff;
	float:left;
	padding:10px;
}

.home #news-features{
	margin-right:20px;	
}

.home #news-features ul,
.home #service-features ul{
	padding:0px;
	margin:0px;
	list-style:none;
	overflow:hidden;
	padding-top:10px;
	padding-left:10px;
}

.home #news-features li,
.home #service-features li{
	clear:both;
	padding-bottom:3px;
	padding-top:3px;
}

.home #home-request-form{
	float:left;
	background-color:#fefefe;
}

.home #home-request-form #quick-request-form{
	height:615px;
}

.home .featured-events{
	padding-top:20px;
}


#site-footer{
	padding-top:10px;
	padding-bottom:30px;
	color:#FFF;
	width:1000px;
	margin:auto;
}

#site-footer a{
	color:#FFF;
}


#site-footer #footer-1{
	float:right;
	width:631px;
}


#site-footer #footer-2{
	float:left;
	width:340px;
	text-align:left;
	padding-left:20px;
}

#site-footer #footer-2 p{
	padding:0px;
	margin:0px;
}

#site-footer #footer-2 h3{
	padding:0px;
	margin:0px;
	padding-top:10px;
}

#site-footer #footer-address{
	text-align:left;
}	


#site-footer.home #footer-1{
	float:left;
}


#site-footer.home #footer-2{
	float:right;
}

#site-footer #footer-address .address-box{
	padding-left:5px;
}

