@charset "UTF-8";
/* CSS Document */

body{
	background-color:#235A77;
	font:12px Verdana, Geneva, sans-serif;
	margin-top:0px;
	line-height:16px;
}

h1{
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	color:#133445;
}

h2{
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	color:#133445;
}
a:link {
	color: #173E54;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #603B24;
}
a:hover {
	text-decoration: underline;
	color: #714C31;
}
a:active {
	text-decoration: none;
	color: #900;
}

blockquote{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:15px;
	font-style:italic;
	margin:20px 8px;
	color:#235A77;
}

#index{
	font-size:10pt;
}

#container{
	width:970px;
	margin:auto;
	border: 1px solid #000;
	background-color:#fff;
}

#header{
	height:175px;
}
#header1{
	background-image:url(images/08.jpg);
	background-repeat:no-repeat;
}
#left_col{
	width:323px;
	float:left;
}

#left_col_content{
	padding:12px;
	margin-top: 40px;
}
#large_col{
	width:647px;
	float:left;
}

#large_col_content{
	padding:12px;
	margin-top: 5px;
	margin-right:30px;
}
#middle_col{
	width:324px;
	float:left;
}

#middle_col_content{
	padding:12px;
	margin-top: 5px;
}

#right_col{
	width:323px;
	float:left;
}

#right_col_content{
	padding:12px;
	margin-top: 20px;
}

br.clear{
	clear:both;
}
#footer{
	width:960px;
	background-color:#fff;
	height:50px;
	padding-top:10px;
	padding-bottom:10px;
}
#copyright{
	font-size:9px;
	
}
.formboxyellow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color:#E2FFFF;
	border: 1px solid #CCCCCC;
}
.formbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
}
#testimonials {
	border: 1px solid #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style:italic;
	padding: 0px 20px 0px 20px;
	color:#235A77;
}
