﻿@import url('reset.css'); /*Clear all browser defaults */

/* Easy Slider */

	#slider{}	
	#slider ul, #slider li, #slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:960px;;
		height:334px;
		overflow:hidden; 
		}	

	#slider2 li{ 
		background:#f1f1f1;
		}		
	#slider2 li h2{ 
		margin:0 20px;
		padding-top:20px;
		}	
	#slider2 li p{ 
		margin:20px;
		}						
		
	p#controls, p#controls2{
		margin:0;
		position:relative;
		} 
	/*
	#prevBtn, #nextBtn, #prevBtn2, #nextBtn2{ 
		display:block;
		margin:0;
		overflow:hidden;
		text-indent:-8000px;		
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:-220px;
		}	
	#nextBtn, #nextBtn2{ 
		left:960px;
		}														
	#prevBtn a, #nextBtn a, #prevBtn2 a, #nextBtn2 a{  
		display:block;
		width:30px;
		height:77px;
		background:url('images/btn_prev.gif') no-repeat 0 0;
}	
	#nextBtn a, #nextBtn2 a{ 
		background:url('images/btn_next.gif') no-repeat 0 0;
}												
*/
/* // Easy Slider */
/* Main Container */
#container{
	height:100%;
	width:100%;
	background:#f0f0f0 url('../images/header_bg.gif') repeat-x;
}
#container_2{
	height:100%;
	width:100%;
	background:#f0f0f0 url('../images/header_bg2.gif') repeat-x;

}
#centered{
	width:960px;
	height:auto;
	margin:0px auto;

}
.clearall{
	clear:both;
	height:0px;
	
}
/* top color bar */
/*
#topcolorbar{
	
	height:10px;
	background-color:#454545;
}
*/
/* Header Styles */

/*
#headerwrap {
	margin-top:10px;
	background-color:#fff;
	width:100%;
}
*/
#header{
	width:960px;
	height:110px;	
}

.headerimg{
	margin:10px 0px 0px 0px;
	width:185px;
	height:90px;
	float:left;	
}

.headerimg img{
	border:0px;	
}
.headericons{
	float:right;
	height:40px;
	width:100px;
	margin:20px 20px 20px 0px;

}
.headericons img{
	border:0px;
	
}
.headericons a{
	text-decoration: none;
}

/* Topnav */
#topnav{
	width:960px;
	height:30px;
	margin:0px auto;
	padding-top:5px;
}
.topnav_links{
	width:960px;
	height:20px;
}

.topnav_links ul{
	list-style:none;
	text-align: left; 
	padding:0; 
	margin:0;
	border:0; 
	float:left;
	
}
.topnav_links li{
	float:left;
	display:block;
	margin:0;
	padding: 0 5px 0 0;
	border:0;
	
}
.topnav_links li a{
	float:left;
	margin:0;
	padding:5px;
	font-size:small;
	text-decoration: none;
	text-transform:capitalize;
	color:#363636;
	}
.topnav_links li a:hover{
	color:#fff;
	background-color:#454545;
	
}
.topnav_links li a:active {
	color:#fff; 
	background:#454545;
}

.menu ul li a { float:left; margin:0; padding:10px; color:#363636; font:normal 12px Arial, Helvetica, sans-serif; text-decoration:none;}


.selected{
	font-size:small;
	color:#fff;
	background-color:#454545;
	padding:5px 5px 5px 5px;
	text-decoration:none;
}

/* Content Wrapper */
/*
#contentwrap{
	width:100%;
	height:300px;
	background-color:#e6e6e6;
	border-top:1px #c9c9c9 solid;
}
*/

/*
#maincontentwrap{
	width:100%;
	height:auto;
	min-height:500px;
	background-color:#f0f0f0;
	border-top:1px #e9e9e9 solid;
}
*/

/* Video Wrap Styles */
#videowrap{
	width:960px;
	height:354px;
}
/* Subpage title styles */
#subpage_titlewrap{
	width:960px;
	height:100px;
}

.subpage_title{
	width:960px;
	height:100px;
	margin:10px 0px 10px 0px;
}

.subpage_title h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:46px;
	font-weight:normal;
	color:#454545;
	margin:30px 0px 0px 0px;
}
/* Mid Content Wrap */
#midwrap{
	padding:20px 0px 0px 0px;
	width:960px;
	height:auto;
}

#midwrap p{
	font-weight:normal;
	font-size:small;
	color:#454545;
	padding:0px 10px 10px 10px;
	line-height:1.5em;

}
#midwrap h1{
	font-weight:normal;
	font-size:x-large;
	color:#324c98;
	margin:10px 0px 10px 10px;
}
#midwrap img{
	border:0px;
	margin: 10px 15px 15px 0px;
	float:left;
}
#midwrap ul{
	list-style:square;
}

#midwrap li{
	font-weight:normal;
	font-size:small;
	color:#454545;
	margin:0px 0px 0px 40px;
	padding:5px 0px 5px 0px;
	line-height:1.5em;
	text-align:justify;
}

#midwrap li a{
	font-weight:bold;
	font-size:small;
	color:#324c98;
	margin:0px 0px 0px 20px;
	text-decoration:none;
}

#midwrap li a:hover {
	color:#454545;
}

/* table styles for mid content */
#box-table-a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:10px 45px 10px 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#box-table-a th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #c9c9c9;
	border-top: 4px solid #454545;
	border-bottom: 1px solid #fff;
	color: #454545;
}
#box-table-a td
{
	padding: 8px;
	background: #e3e3e3; 
	border-bottom: 1px solid #fff;
	color: #454545;
	border-top: 1px solid transparent;
}
#box-table-a tr:hover td
{
	background: #454545;
	color:#f8f8f8;
	
}


/* 2 column various sizes */
.mid-content-left {
	width:610px; 
	float:left; 
	padding:15px; 
	margin:0;
}
.mid-content-right{
	width:290px; 
	float:right; 
	padding:15px; 
	margin:0;

}


/* 3 coloum styles */
.mid-content{
	float:left;
	width:320px;
	height:auto;
	min-height:200px;
}

.mid-content p{
	text-align: justify;
}

.mid-content img{
	padding: 5px 0px 0px 10px;
}
/* Mid Contnet 2 Col Styles */
.mid-content-2col{
	float:left;
	width: 460px;
	height:auto;
	min-height: 200px;
}

/* Mid col Paging */
.mid-content-paging{
	width:960px;
	height:20px;
	margin:10px;	
	font-weight:normal;
	font-size:small;
	color:#454545;
}
.mid-content-paging a{
	font-weight:bold;
	font-size:small;
	color:#324c98;
	margin:0px 0px 0px 5px;
}

.mid-content-paging a:hover{

}

/*Mid Colum 1 colum */
.mid-content-1col{
	width: 960px;
	height:auto;
	min-height: 200px;
	margin:20px 0px 0px 0px;
}

/*mid content multiple  cols */
.mid-content-multi{
	width:290px; 
	float:left; 
	margin:0; 
	padding:15px;
	
}
.mid-content-multi p{
	font-weight:normal;
	font-size:small;
	color:#454545;
	padding:10px;
	min-height:190px;
}

.mid-content-multi img{
	border:0;
	margin: 10px 0px 10px 10px;
	
}
/* Bottom Content Wrap */
#bottomwrap{
	width:960px;
	height:auto;
	border-top:1px #c9c9c9 solid;
	border-bottom:1px #c9c9c9 solid;
	padding:10px 0px 10px 0px;
}
/* Bottom Wrap Content */
.bottom-content{
	float:left;
	width:225px;
	height:auto;
	min-height:220px;
	margin:10px 0px 0px 10px;
	border-right:1px #c9c9c9 solid;
}
.bottom-content h2{
	font-weight:bold;
	font-size: medium;
	padding:10px;
	color:#324c98
}

.bottom-content p{
	padding:10px;
	font-size:small;
	color:#454545;
	line-height:1.5em;
}
.bottom-content ul{
	margin:10px;
	list-style:square;
}
.bottom-content li{
	font-size:small;
	color:#454545;
	margin:0px 0px 0px 15px;
	padding:5px 0px 5px 0px;
	line-height:1.5em;
	text-align:justify;
	
}
.bottom-content li a{
	
	font-size:small;
	color:#324c98;
	margin:0px 0px 0px 0px;
	text-decoration:none;
}

.bottom-content li a:hover {
	color:#454545;
}

.bottom-content img{
	padding:5px 0px 5px 5px;
}
/* footer styles */
/*
#footerwrap{
	width:100%;
	height:auto;
	min-height:30px;
	background-color:#f0f0f0;
}
*/
/* Contact Form */
#contactform { margin:0; padding:5px 0;}
#contactform * { color:#7a7a7a;}
#contactform ol { margin:0; padding:0; list-style:none;}
#contactform li { margin:0; padding:0; background:none; border:none; display:block;}
#contactform li.buttons { margin:5px 0 5px 0;}
#contactform label { float:left; margin:0; width:150px; padding:5px 0; font:normal 12px Arial, Helvetica, sans-serif; color:#838383; text-transform:capitalize;}
#contactform label span { font:normal 10px Arial, Helvetica, sans-serif;}
#contactform input.text { width:400px; border:1px solid #e9e9e9; margin:5px 0; padding:5px 2px; height:15px; background:#f8f8f8; float:left;}
#contactform textarea { width:400px; border:1px solid #e9e9e9; margin:10px 0; padding:2px; background:#f8f8f8; height:150px; float:left;}
#contactform li.buttons input { padding:3px 0; margin:0 0 0 350px; border:0; color:#FFF;}

#footer{
	width:960px;
	height:20px;
	font-size:x-small;
	padding:20px 0px 0px 0px;
	
}
#footer a{
	text-decoration:none;
	color:#324C98;
}

#footer a:hover{
	color:#BD2126;
}