@charset "utf-8";
/* CSS Document 
Designed by Solstice Web
Primary Colors
background: #07586b;
inside background: #097792;
dark blue: #07586b;


*/

body{
margin: 5px;
text-align: center;/*makes sure whole site is centered in older browsers*/
background-color: #07586b;
color: #476279;
font: 11px Verdana, Arial, Helvetica, sans-serif;
}

a img {/*makes all images that are links have no border*/
	border: none;
	text-align: center;
}

.fr {
float: right;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.fl {
float: left;
}
/**Container To Hold The Layout**/
#container{
margin-right: auto;
margin-left: auto;
padding: 0px;
width: 975px;
background-color:#097792;
border: 1px solid #333333;
}
#drop{
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	width: 950px;
	background-color: #ffcccc;
}
#container2{
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 900px;
	background-color: #ffffff;
	margin-top: 5px;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#menu {
	margin: 0px;
	width: 900px;
	height: 32px;
	padding: 10px;
	text-align: left;
	background: url(images/top_new_04_900.jpg) no-repeat;
	text-indent: 70px;
}

#menu ul, #menu li {
	
display: inline;
width: 900px;
	margin: 0px 5px;
	padding: 10px 0px 0px 10px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}
#menu li a
{
text-decoration: none;
	color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #fff;
padding: 0px 0px 0px 10px;
}
#menu li a:hover
{
color: #ffcc66;
}
#menu ul li a.first {
	border-left: none;
	margin-left: 0;
	border-left: none;
padding: 0px; 

}

#bottomnav ul, #bottomnav li {
display: inline;
width: 900px;
	margin: 0px 5px;
	padding: 10px 0px 0px 10px;
	color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-size: 9px;
}
#bottomnav li a
{
text-decoration: none;
	color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #fff;
padding: 0px 0px 0px 10px;
}
#bottomnav li a:hover
{
color: #ffcc66;
}
#bottomnav ul li a.first {
	border-left: none;
	margin-left: 0;
	border-left: none;
padding: 0px; 

}
.headers {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #047CA4;
}
.bold {
	font-weight: bold;
}
.blue {
	color: #1c508c;
	font-weight: bold;
}
.subheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #047CA4;
}
	.pictureborder {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #047CA4;
	border: thin dotted #047CA4;
	text-align: center;
}



/**Banner Styles**/
#top{
height: 227px;
width: 900px; 
padding: 0px;
text-align: center;
background-image: url(images/topback.jpg);
}
#homemiddle{
	height: 275px;
	
}
#middle{
	height: 275px;
	
}
#left{

	padding-left: 10px;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	width: 400px;
	height: auto;
	background-color: #FBF6E0;
}

#right{
width: 45%; 
float: right;
margin-right: 5px;
margin-top: 10px;
}

#bottom{
	height: 150px;
	vertical-align: middle;
	padding-top: 10px;
}
#footer{
	height: 50px;
	background: #047CA4;
	vertical-align: bottom;
	text-align: center;
	color: #FFF;
}
#bottomnav{
	color: #FFF;
	padding: 5px;
}

a:link { color:#1c508c }
a:visited { color: #1c508c;}
a:hover { color: #047CA4;}
a:active{ color: #1c508c;}
a.nav:link { color:#ffffff;}
a.nav:visited { color: #ffffff;}
a.nav:hover { color: #BD9C31;}
a.nav:active { color: #ffffff;}

.box {
	background: url(images/middle.jpg) no-repeat top;
	height: 225px;
	width: 55%;
}
div.portfolio {
	padding-left: 15px;
	clear: both;
	text-align: center;
}
div.portfolio img {
	margin-bottom: 10px;
}
div.portfolio div {
	float: left;
	text-align: center;
	margin: 12px;
}
.imgborder {
	border: thin solid #3595BF;
}
#left2 {
	padding-left: 10px;
	margin-left: 20px;
	margin-top: 10px;
	width: 400px;
	height: auto;
	background-color: #FFF;
	float: left;
}
#testimonials {
	width: 45%;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	height: 300px;
}

