@charset "UTF-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #4E5869;
	margin: 0;
	padding: 0;
	color: #333;
}

/******************************************************* main wrapper*/
.container {
	max-width: 1200px; /*1260px*/
	min-width: 1200px;
	background-color: #efeeee;
	margin: 0 auto; 
}
/******************************************************* header*/
.header {
	background-color: #181818;
	min-height: 200px;
	min-width: 1200;
	text-align: center;
}
#banner {
	margin-top: 0px;
	max-width: 1200px;
	min-width: 1200px;
	min-height: 42px;
	background-color: #063660;
	border-top: solid 2px #0c518e;
	border-bottom: solid 3px #0c518e;
	border-bottom-style: groove;
	}
.bannerLeft {
	position: relative;
	float: left;
}
.bannerRight {
	position: relative;
	float: right;
	padding: 0px 25px 0 25px;
}
#searchBox {
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
	margin-top:10px;
	}
input:focus{
    outline: none;
}
/******************************************************* main content*/
.content {
	padding: 10px 10px 40px 10px;
	min-height: 600px;
	/*max-height: 1000px;*/
}
/******************************************************* left / right container options*/
.left550 {
	position: relative;
	float: left;
	min-width: 550px;
	max-width: 550px;
}
.right400 {
	position: relative;
	float: left;
	min-width: 400px;
	max-width: 400px;
}
.left250 {
	position: relative;
	float: left;
	min-width: 250px;
	max-width: 250px;
}
.right700 {
	position: relative;
	float: left;
	min-width: 600px;
	padding-left:80px;
}
/******************************************************* footer topper*/
.footTop {
	background-color: #f3f2f2;
	min-height: 100px;
	border-top: solid 2px #ffffff;
	border-bottom: solid 2px #0c518e;
	border-bottom-style: groove;
	text-align: center;
	color: #181818;
}
/******************************************************* footer sections*/
.footer {
	min-height: 65px;
	max-height: 65px; 
	background-color: #181818;
	min-width: 1000px;
	font-size: 80%;
}
.foot1 {
	padding: 10px 0 0 20px;
	background-color: #181818;
	color: #ffffff;
	position: relative;
	float: left;
	max-width: 235px;
	min-width: 235px;
	
}
.foot2 {
	background-color: #181818;
	color: #ffffff;
	position: relative;
	float: left;
	padding: 10px 10px 10px 100px;
}
/******************************************************* page elements*/
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
a img { 
	border: none;
}
a:link {
	color:#414958;
	text-decoration: underline;
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}
#white A:link {
	color: white; 
	text-decoration: none;
	}	 
#white A:visited {
	color: white; 
	text-decoration: none;
}
#white A:active {
	color: white; 
	text-decoration: none;
	}
#white A:hover {
	color: white; 
	text-decoration: underline; 
	color: #fff;}
.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #181818;
	line-height:200%;
}		
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #181818;
	line-height:150%;
	padding-left: 15px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #181818;
	line-height:100%;
	padding-left: 15px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #181818;
	padding-left: 15px;
}
#formS{
	max-width: 200px;
	padding:1.5%;
}
#formC{
	border:1px solid #181818;
	padding: 15px;
	max-width: 600px;
}
/******************************************************* float / clear*/
.alignIndent{
	margin-left: 20px;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/******************************************************* font options*/
.smallFont {
	font-size: 10px;
}	
.redFont {
	font-size: 10px;
	color:red;
}


/* BeginOAWidget_Instance_2559022: #slideshow */

			#slideshow {  
    			padding: 5px;
				margin:0;  
			} 
			#slideshow-caption{
				padding:0;
				margin:0;
			}
 
			#slideshow img, #slideshow div {  
    			padding: 5px;
    			background-color: transparent;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				border-radius: 5px; 
    			margin: 0; 
			}
		
/* EndOAWidget_Instance_2559022 */
