@charset "utf-8";
/*


Developer Notes



Color Scheme:
Color Name			 		Hex
---------------------		-------
Brown						#2A2416
Blue						#BACBE8

*/

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

@import rules

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

@import url("reset.css");

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

Global Overrides

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

body {
	font: normal 14px "Trebuchet MS", Verdana, Arial, sans-serif;
	background: url(../../images/body-bg2.jpg) repeat-x #024061;
	margin: 0;padding: 0;
	color: #FFF;
	line-height:20px;
}

body a {
	color: #BACBE7;
}

body a:hover {
	text-decoration: none;
}		

h1 {
	
}

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

h3 {
	margin-bottom: 15px; margin-left:15px; padding-bottom:2px;
	font-weight: bold;
	font-size: 16px;
	color: #BACBE7;
	border-bottom: 1px solid #FFF;
	width:700px;
}

h4 {
	margin-bottom: 4px;margin-top:10px;
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
}

p {
	margin-bottom: 7px;
}

small {
	font-size:11px;
}	

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

ID Declarations

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

#site {
	width: 100%;
}


#header {
	width: 100%;
	height: 140px;
	background: #07263A;
	border-bottom: 2px solid #FFF;
}

#header h1 {	
	height: 22px;
	font-size: 21px;
	font-weight: bold;
	color: #2A2416;
}

#masthead {
	height: 140px;
	width:900px;
	margin:0 auto;
	background: #07263A;
}

#main-nav {
	width: 500px;
	float: right;
	line-height: 240px;
	margin-left: 20px;
	height:140px;
}

#main-nav ul {
	padding:0;margin:0;
	height:150px;
}

#main-nav li {
	display: inline;
	padding-bottom:1px;
}

#main-nav li a {
	color: #FFF;
	text-decoration: none;
	font: normal 14px "Trebuchet MS", Arial, sans-serif;
	padding: 130px 4px 10px 4px;	
}

#main-nav li a:hover {
	background: #0E4665;
	padding: 130px 3px 10px 3px;	
	border-left: 1px solid #055F92;border-right: 1px solid #054D76;
}

#main-nav li a.active {
	background: url(../../images/nav-over.jpg) repeat-x;
	border-left: 1px solid #055F92;border-right: 1px solid #054D76;
	padding: 130px 4px 10px 4px;	
	color: #BACBE7;
}

#main-nav-shadow {
	width: 770px;
	float: left;
	height:10px;
	background: url(../../images/nav-shadow.jpg) repeat-x;
}	

#page {
	width: 900px;
	margin: 0 auto;
}

#content {
	width: 900px;
	float:left;
}

#content-home {
	width:560px;
	margin-right:10px;
	float: left;
	text-align: justify;
}	

#article {
	padding: 15px;
}

#sidebar {
	width: 300px;
	float:right;
	background: url(../../images/sidebar-bg.jpg) repeat-x #02273B;
	border:2px solid #02507A;
	padding-bottom: 15px;
	min-height: 300px;
}

#sidebar ul {
	list-style: square;
	list-style-position: inside;
	display: block;
	margin: 12px 0 12px 25px;
}	

#footer {
	width: 100%;
	height: 70px;
	background: #02273B;
	margin:0px;margin-top:5px;
	float: left;
	border-top: 1px solid #02507A;border-bottom: 2px solid #02507A;
}

#footer-nav {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

#footer-nav ul {
	padding: 15px 0 0 0;
}

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

#footer-nav li a {
	text-decoration: none;
	color: #FFF;
	padding: 0 5px;
}

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

#footer-nav li a.active {
	color: #BACBE7;
}


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

Custom Classes

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

.one-col {
	width: 100%;
}
.two-col {
	width:45%;
	margin-right:15px;padding-left:15px;
	float: left;
}

.three-col {
	width:28%;
	margin-left:15px;
	border:1px solid #024061;border-bottom: none;
	background: url(../../images/3-col-bg.jpg) repeat-x;
	float: left;
	min-height:320px;
	padding:5px 10px;
}


.three-col-sm {
	width:28%;
	margin-left:15px;
	border:1px solid #024061;border-bottom: none;
	background: url(../../images/3-col-bg.jpg) repeat-x left bottom;
	float: left;
	height:150px;
	padding:5px 10px;
}

.three-col-med {
	width:28%;
	margin-left:15px;
	border:1px solid #024061;border-bottom: none;
	background: url(../../images/3-col-bg.jpg) repeat-x left bottom;
	float: left;
	height:200px;
	padding:5px 10px;
}
.logo {
	width: 276px;
	height: 139px;
	float:left;
	margin-top:5px;
}

.contact {
	float: left;
	width: 585px;height:101px;
	margin-top:0px;
	background: #241E12;
}

.contact-shadow {
	background: url(../../images/header-shadow.jpg) no-repeat top right;
	float: left;
	width: 585px;
	height:10px;
}	

.contact h2 {
	margin-bottom: 5px;
	font-size: 16px;
	color: #FFF;
	font-family: "Century Gothic", Arial;
	font-variant: small-caps; 
	text-align: right;
	line-height:25px;
	padding-right:20px;
	font-weight: normal;
}	

.contact h2 a {
color: #FFF;
text-decoration: none;
}

.contact h2 a:hover {
	text-decoration: underline;
}

.header-pics {
	height:79px;
	width: 595px;
	float: left;
}	

.copy {
	font: 12px "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #BACBE7;
	padding-top: 5px;
}	

.logos {
	width:106px;
	float: left;
	margin-left: 15px;margin-bottom: 15px;
	text-align: center;
}	

.logos img {
	padding:2px;
	border: 1px solid #FFF;
	width:100px;height:100px;
	float: left;
	margin: 3px auto;
}

/*.logos a:hover img {
	border: 2px solid #FF9B25;
}

.logos a:hover {
	border: 2px solid #FF9B25;
	
}	*/

.contact-form {
	width:340px;
	float: left;
	margin-bottom: 30px; margin-top: 20px;margin-left: 20px;
}	

.request-form {
	width:740px;
	float: left;
	margin-bottom: 30px; margin-top: 20px;margin-left: 10px;
}

.customer-form {
	width:400px;
	float: left;
	margin-bottom: 30px; margin-top: 10px;margin-left: 10px;
}

.input {
	width:200px;
	float: left;
	margin-left:10px; margin-bottom: 7px;
}

.input-medium {
	width:230px;
	float: left;	
	margin-left:10px; margin-bottom: 7px;
}

.input-large {
	width:370px;
	float: left;
	margin-bottom: 7px;
}

textarea:hover, input:hover {
	background: #BACBE7;
}

.input-large2 {
	width:460px;
	float: left;
	margin-bottom: 7px;
}	

.label {
	width: 70px;
	text-align: left;
	float: left;
	margin-bottom: 7px;
}	

.label-medium {
	width: 150px;
	text-align: right;
	float: left;
	margin-bottom: 7px;
}	

.label-large {
	width: 250px;
	text-align: left;
	float: left;
	margin-bottom: 7px;
	clear: both;
}	

.request-sidebar {
	width:240px;
	float: right;
	margin-right:15px;
	background: #33261e;
	padding: 2px;
}

.white-content {
	width: 220px;
	float: left;
	margin: 10px;
	background: #FFF;
}		

.address {
	width:300px;
	float: left;
	margin-left:20px;
	text-align: center;
	margin-top:20px;
}	

.orange {
	color: #ffa135;
}

.blue {
	color: #BACBE7;
}	

.headers {
	background: url(../../images/sidebar-header-bg.jpg) repeat-x;
	width: 230px;
	height: 25px;
	color: #FFF;
	line-height:25px;
	font-size: 16px;font-weight: bold;
	text-align: center;
	margin-top:15px;
}

.brown-button {
	width:100px;
	height:25px;
	line-height: 23px;
	text-align: center;
	background:url(../../images/brown-button.gif) no-repeat;
}

.brown-button a {
	color: #FFF;
	text-decoration: none;
}

.brown-button a:hover {
	color: #BACBE7;			
}


