@charset "utf-8";
/*


Developer Notes

Color Scheme:
Blue Background:		#043488
Grey Background:		#CCCCCC
Red						#F60001

*/

 
/* ///////////////////////////

@import rules

/////////////////////////// */

@import url("reset.css");

/* ///////////////////////////

Global Overrides

/////////////////////////// */

body {
	background-color: #CCC;
	font: normal 14px "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
}

h1 {
	
}

h2 {
	font-weight: bold;
	font-size: 18px;
	color: #043488;
	margin-bottom: 5px;
}

h3 {
	font-weight: bold;
	font-size: 18px;
	color: #043488;
	border-bottom: 1px solid #F60001;
	margin-bottom: 8px;
}

h4 {
	font-weight: bold;
	font-size: 15px;
	color:#F60001;
}

p {
	margin-bottom: 1em;
}

/* ///////////////////////////

ID Declarations

/////////////////////////// */
#site {
	width: 780px;
	margin: 0 auto;
}


#header {
	min-width: 780px;
	vertical-align: bottom;	
	background-color: #043488;
	border-bottom: 1px solid #FFF;
	
}

#header h1 {	
	height: 22px;
	text-align: left;
	font: 18px "Georgia";
}

#masthead {
	margin: 0 auto;
	width: 780px;
	background-color: #FFFFFF;
}

#main-nav {
	background-image: url(../../images/nav-bg.jpg);
	background-repeat: repeat-x;
	color: #FFF;
	height: 35px;
}

#main-nav ul {
	padding: 8px 0;
}

#main-nav li {
	display: inline;		
	font: bold 16px Georgia;	
}

#main-nav li a {
	border-right: 2px solid #FFF;
	color: #FFF;
	padding: 8px 25px;
	text-decoration: none;
}	

#main-nav li a:hover {
	background-color: #FFF;	
	color: #043488;
	padding: 7px 24px;
	border: 2px solid #043488;
}	

.active {
	background-color: #043488;
	padding: 8px 0px;
	overflow: hidden;
}	

#page {
	min-width: 780px;
	margin: 0 auto;
	background: #FFF;
	border-bottom: 15px solid #F60001;
}

#content {
	width: 500px;
}

#article {
	padding: 15px;
	padding-right: 5px;
}

#sidebar {
	width: 250px;
	float: right;
	background-color: #F2F2E6;
}

#sidebar-text {
	margin: 8px;
}

#specific {
	background-color: #366;
}

#footer {
	width: 778px;
	margin: 0 auto; margin-bottom: 10px;
	height: 50px;
	background-color: #043488;
	border: 2px solid #FFF;
	padding-bottom: 10px;
}

#footer-nav {
	margin: 0 15px;
	text-align: center;
}

#footer-nav ul {
	padding: 5px 5px 5px 8px;
	border-bottom: 1px solid #E4E4E4;
}

#footer-nav li {
	display: inline;
	padding: 3px;
	font: 12px "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
}

#footer-nav li a{
	color: #FFF;
	text-decoration: none;
}

#footer-nav li a:hover{
	text-decoration: underline;
}	

#legal {
	margin: 0 15px;
	text-align: center;
}

#legal ul {
		
}

#legal li {
	display: inline;
	padding: 3px;
	font: 9px Arial, Helvetica, sans-serif;
}

/* ///////////////////////////

Custom Classes

/////////////////////////// */
.clear-both {
	height: 0px;
	clear: both;
}

.no-margin, #content.no-margin {
	margin:0;
}

.one-col {
	width: 100%;
}

.two-col {
	width: 49%;
	background: #CCC;
}

.three-col {
	width: 32%;
	background: #9CF;
}

.four-col {
	width: 24%;
	background: #069;
}

.five-col {
	width: 19%;
}

#content, .two-col, .three-col, .four-col, .five-col {
	float: left;
	margin: 0px;
}

.feature {
	padding: 3px;
}

.logo {
	width: 400px;
	float: left;
	height: 85px;
	padding-top: 30px;
	padding-left: 8px;
}

.header-pics {
	width: 360px;
	height: 128px;
	float: right;
	padding-top: 2px;
	padding-right: 2px;
}

#quote-button {
	background-image: url(../../images/quote-button.jpg);
	background-repeat: no-repeat;
	width: 233px;
	height: 90px;
	text-align: center;
	padding-top: 5px;
	padding-left: 30px;
}	

#quote-button a {
	color: #043488;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

#quote-button a:hover {
	color: #FFF;
}	

.testimonials {
	float: left;
	margin-bottom: 8px;
	width: 240px;
	border-bottom: 1px solid #CCCCCC;
	background-image: url(../../images/quotes-icon.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.testimonials h3 {
	padding-top: 15px;	
}

.form-button {
	text-align: right;
	background: url(../../images/form-button.jpg) no-repeat;
	width: 222px;
	height: 70px;
	padding-top: 20px;
	padding-right: 27px;
}	

.form-button a {
	color: #043488;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.form-button a:hover {
	color: #FFF;
}	


.contact-box {

}

.contact-box h3 {
	padding-top: 6px;
}	

.contact-box-text {
	padding-top: 10px;
}	

.contact-button {
	background-image: url(../../images/contact-button.jpg);
	background-repeat: no-repeat;
	text-align: center;
	width: 125px;
	height: 65px;
	padding-top: 13px;
	padding-left: 31px;
	margin: 0 auto;
}	

.contact-button a {
	color: #043488;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.contact-button a:hover {
	color: #FFF;
}			

.copyright {
	width: 250px;
	float: left;
	color: #FFF;
	margin-left: 25px;
	font: 12px "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin-top: 5px;
}

.go-web {
	width: 330px;
	float: right;
	color: #FFF;
	font: 12px "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin-top: 5px;
}

.go-web a {
	color: #FFF;
}		

.picture-border {
	border: 1px solid #043488;
	padding: 2px;
	margin: 5px;
}	

.form-box {
	width: 360px;
	float: left;
	margin-left: 50px;margin-top:8px;margin-bottom: 10px;
	border: 2px solid #043488;
	padding: 14px 8px;
	background-color: #F2F2E6;
}	

.label {
	width: 140px;
	float: left;
	color: #043488;
}

.text-input {
	width: 270px;
	float: left;
}		

.submit {
	padding: 2px 10px;
	background-color: #043488;
	display: block;
	border: 1px groove #000;
	color: #FFF;
	font-weight: bold;
	font-variant: small-caps;
}

.gmap {
	padding: 5px;
	margin: 10px auto;
	width: 450px;
}

