/* CSS Document */

body {
	background-color:#00295d;
	background-image:url(images/bg_tile.jpg);
	background-position:top;
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:1.5em; /* vertical spacing between your lines of text*/
	text-align:justify;
}
a, a:link, a:visited {
	color:#00295d;
}
a:hover {
	color:#00295d;
	text-decoration:none;
}
#wrapper {
	width:960px;
	margin:0px auto; /*centers your design on the page*/
}
#header {
	height:100px;
	width:940px;
	clear:both;
	background-image:url(images/header_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
#logo {
	width:318px; /*change this width and height to match your logo image*/
	height:73px;
	float:right;
	margin:10px 82px 0 0;
}
#header_contact {
	width:235px;
	height:52px;
	float:right;
	margin:20px 5px 0px 0px; /* you may need to change these margins if your contact info is larger, order is top, right, bottom, left*/
}
#header_pictures {
width:960px;
height:180px;
background-image:url(images/photos.jpg);
background-repeat:no-repeat;
background-position:top left;
}

#header_pictures .text{
width:240px;
height:27px;
margin-top:155px;
color:#ffffff;
font-family:"Trebuchet MS", Arial;
font-size:18px;
text-align:center;
float:left;

}

#main_content{
width:930px;
background-color:#FFFFFF;
padding:15px;
margin-top:5px;
}

hr.clear {
	margin-top:10px;
	margin:0px;
	clear:both;
	visibility:hidden;
}
#footer {
	height:70px;
	margin:0px auto;
	color:#7ba1b3;
	font-size:10px;
	padding-top:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	clear:both;
	border-top:5px solid #276da5;
}
#footer a, #footer a:link, #footer a:visited {
	color:#7ba1b3;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer .right {
	width:200px;
	float:right;
	text-align:right;
}
#footer .left {
	width:700px;
	float:left;
}
/*webitor*/

h1 {
	font-family:"Trebuchet MS", Arial;
	font-size:20px;
	color:#013c88;
	font-weight:normal;
	margin-top:0px;
}
h2 {
	color:#06437a;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	margin-top:0px;
	margin-bottom:3px;
	font-weight:normal;
	letter-spacing:1px;
}
h3 {
	color:#a1c7da;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	letter-spacing:1px;
}
.size11 {
	font-size:11px;
}
.image_border {
	border:1px solid #3b3b3b;
	margin:3px;
	padding:3px;
}
hr {
	border: 0;
	color: #e7e7e7;
	background-color: #e7e7e7;
	height: 1px;
	width: 100%;
	clear:both;
}

.forms {
	background-color:#FFFFFF !important; /*the important gets rid of the yellow google toolbar field style*/
	border:1px solid #c8cdd2 !important;

}

.side_quote{
font-size:16px;
color:#5080b8;
font-family:"Trebuchet MS", Arial;
border-top:1px solid #c5d7e7;
border-bottom:1px solid #c5d7e7;
text-align:center;
padding:10px 0px;
}

