body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td { margin:0;padding:0; }
table { border-collapse:collapse;border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,th,var { font-style:normal;font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6{ 	font-size:100%; }
q:before,q:after{ content:''; }
/* END RESET */
#email-link { display: none; }


/* FORMS */
.basic-form label {
	float:left;
	width:150px;
	display:block;
	clear:left;
	margin-right:10px;
	text-align:left;
	margin-top: 10px;
	padding-top: 3px;
}
.basic-form label.error { float: right; color: red; padding: 0; width: auto; margin: -20px 0 0 0;  }

.basic-form textarea, .basic-form input[type="text"], .basic-form input[type="file"], .basic-form select, .basic-form button, .basic-form optgroup
	{ margin-top:10px; width: 250px; padding: 3px; float: left; border: 1px solid #bbb; background: #f9f9f9; font-size: 12px; font-family: Arial, Helvetica, sans-serif; }
.basic-form textarea { width: 400px; }	
.basic-form label wide { float: none; }
.basic-form br { clear: both; }
.basic-form input[type="checkbox"] { margin-top: 10px; }
.basic-form input[type="submit"] {
	background: #c9000f url(/images/bg-nav-hover.png) no-repeat right top;
	color: white;
	padding: 3px 8px;
	margin-top: 15px;
	border: none;
	cursor: pointer;
	font: bold 13px Arial, Helvetica, sans-serif;
}
.basic-form input[type="text"].error { border: 1px solid red; }


body {
	margin: 0;
	padding: 0;
	background: url(/images/bg-site.png) repeat;
}
body,td,th {
	font: 13px/18px Arial, Helvetica, sans-serif;
	color: #333333;
}
p, ul, ol, H1, H2, H3, table, form { margin: 0 0 20px 0; }
a img { border: none; }
a { color: #b2c8e5; text-decoration: underline; }
a:hover { color: #fff; text-decoration: underline; }
.col-large a { color: #455f82; }

form { padding: 0;  }
form td { padding: 4px 0; text-align: left; }

#logo {
	background-image: url(/images/header.jpg);
	text-indent: -9999px;
	display: block;
	height: 147px;
	width: 834px;
	margin: 0;
	padding: 0;
}
#header H1 {
	margin: 0;
	padding: 0;
}


#wrapper {
	width: 834px;
	margin: 25px auto 0;
	position: relative;
	text-align: left;
	border: 4px solid #6483a7;
	background: #8a9cb4;
}
#main-banner { margin: 4px 0; border-top: 1px solid #637895;  }
#home-slideshow { width: 575; height: 315px; float: left; position: relative; margin-left: 4px; }
#home-slideshow img { position: absolute; top: 0; left: 0; }
#content {
	background: #f3f4f6;
	
}
#footer {
	margin: 10px auto;
	text-align: center;
	font-size: 11px;
	width: 834px;
	color: #8e97a1;
}
#footer a { color: #8e97a1; text-decoration: underline; }


/* HEADERS */

H1 {
	font: normal 21px/25px Georgia, "Times New Roman", Times, serif;
}
h1 + ul#sub-nav { margin-top: -10px; }
H2 {
	font: normal 18px/22px Georgia, "Times New Roman", Times, serif;
	padding-bottom: 5px;
	color: #455f82;
	border-bottom: 1px solid #8a9cb4;
}
p + h2, p + ul { padding-top: 20px; }
H3 {
	font: 16px/20px Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #ccc;
	padding-bottom: 4px;
}


/* FORM STYLES */


	input, textarea{
		font:11px Arial, Helvetica, sans-serif;
		color: #0f1b2a;
		background:#c4cdd9;
		border: 1px solid #0f1b2a;
		padding: 4px;
		}								
	#homecontact p { margin-bottom: 5px; }
	#homecontact input, #homecontact textarea{
		width:90%;
		}
	#homecontact button {
		}								
	
	/* text field classes */
	
	#homecontact .inactive{
		color:#0f1b2a;
		}	 
	#homecontact .active{
		color:#0f1b2a;
		background: #e6ebf1;
		}	 		
	#homecontact .focused{
		color:#0f1b2a;
		background: #e6ebf1;
		}	 			
	button {
	background: #0f1b2a;
	padding: 5px 10px;
	color: white;
	font: bold 11px Tahoma, Geneva, sans-serif;
	border: none;
	cursor: pointer;
}

/* NAVBAR */

#home-nav { padding: 0; margin: 0; width: 256px; float: left; border-right: 1px solid #1b324d; }
#home-nav ul { padding: 0; margin: 0; list-style: none; }
#home-nav li { display: block; height: 61px; width: 256px; position: relative; margin-bottom: 1px; border-bottom: 1px solid #1b324d; }
#home-nav li img { position: absolute; top: 3px; left: 3px; }
#home-nav a {
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	height: 61px;
	padding-left: 100px;
	line-height: 61px;
	margin: 0;
	color: #fff;
	text-decoration: none;
	background: #455f82 url(/images/bg-nav.png) no-repeat right top;
}
#home-nav a:hover { color: #fff; text-decoration: none; background: #315418 url(/images/bg-nav-hover.png) no-repeat right top; }

#int-nav { padding: 0; margin: 0; list-style: none; height: 35px; border-bottom: 2px solid #1b324d; border-top: 1px solid #1b324d; }
#int-nav li { display: inline; float: left; width: 138px; border-left: 1px solid #1b324d; }
#int-nav li:first-child { border-left: none; }
#int-nav a { font-size: 13px; float: left; display: block; height: 35px; width: 138px; text-align: center; color: #fff; line-height: 35px; text-decoration: none; background: #455f82 url(/images/bg-nav.png) no-repeat right top; }
#int-nav a:hover { color: #fff; text-decoration: none; background: #315418 url(/images/bg-nav-hover.png) no-repeat right top; }



/* LEFT NAV */
#sub-nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	text-transform: uppercase;
	text-align: left;
	margin: 0 0 20px 0;
}
#sub-nav li { border-top: 1px solid #354961; }
#sub-nav li:first-child { border-top: none; }
#sub-nav li a {
	display: block;
	background: none;
	text-decoration: none;
	padding: 5px 0;
	margin: 0;
	width: 100%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#sub-nav li a:hover {
	text-decoration: none;
	color: #fff;
}


.col-half { width: 46%; }
.col-third { width: 30%; }

body#home #content { padding: 25px 25px 10px 25px; width: 784px; color: #d9dfe7;  position: relative; background: #1b324d url(/images/bg-content-blue.jpg) no-repeat right top; }
body#home #content h1 { color: #f3f4f6; margin-bottom: 15px; }
body#home .col-small { width: 232px; }
body#home .col-large {
	width: 520px;
}

body#int .col-small {
	width: 190px;
	background: #1b324d url(/images/bg-content-blue.jpg) right top no-repeat;
	color: #d9dfe7;
	padding: 25px 10px 10px 15px;
}
body#int .col-small #side-img { margin: -25px 0 15px -15px; }
body#int .col-large { width: 560px; padding: 25px 30px 5px 0; text-align: justify; }
body#int .col-large ul { list-style: square outside; padding-left: 30px; }

#terry-pic { position: absolute; bottom: 0; right: 0; }

.left { float: left; }
.right { float: right; }
img.left { padding: 0 25px 10px 0; }
img.right { padding: 0 0 10px 25px; }

.clearfix { clear: both; }


.service-image {
	border-left: 20px solid #f3f4f6;
	float: right;
	margin: 0 0 5px 10px;
	width: 200px;
}
