﻿/* GENERAL
_____________________________________________________________________________*/

.edit {
	float:right;
}

html {
	margin-bottom: 1px;
	min-height: 100%;
	height: 100%;
}

img {
	margin:0;
	padding:0;
	border:0;
}

td {
	margin:0;
	padding:0;
	border:0;
}

th {
	margin:0;
	padding:0;
	border:0;
}

fieldset {
	margin:0;
	padding:0;
	border:0;
}

form {
	margin:0;
	padding:0;
	border:0;
}

pre {
	margin:0;
	padding:0;
	border:0;
}

h4 {
	margin:0;
	padding:0;
	border:0;
}

h3 {
	margin:0;
	padding:0;
	border:0;
}

h2 {
	margin:0;
	padding:0;
	border:0;
}

h1 {
	margin:0;
	padding:0;
	border:0;
}

li {
	margin:0;
	padding:0;
	border:0;
}

ol {
	margin:0;
	padding:0;
	border:0;
}

ul {
	margin:0;
	padding:0;
	border:0;
}

dd {
	margin:0;
	padding:0;
	border:0;
}

dt {
	margin:0;
	padding:0;
	border:0;
}

dl {
	margin:0;
	padding:0;
	border:0;
}

div {
	margin:0;
	padding:0;
	border:0;
}

body {
	margin:0;
	padding:0;
	border:0;
}

table {
	cellspacing: 0;
	cellpadding: 0;
	font-size:inherit;
	font: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

img {
	border: 0;
	vertical-align: bottom;
}

th {
	font-style:normal;
	font-weight:normal;
}

code {
	font-style:normal;
	font-weight:normal;
}

cite {
	font-style:normal;
	font-weight:normal;
}
ul {
	list-style:none;
}

ol {
	list-style:none;
}

th {
	text-align:left;
}

h4 {
	font-size:100%;
}

h3 {
	font-size:100%;
}

h2 {
	font-size:100%;
}

h1 {
	font-size:100%;
}

q:after {
	content:'';
}

q:before {
	content:'';
}

textarea {
	font:99%;
}

input {
	font:99%;
}

select {
	font:99%;
}

* {
	outline: none;
}

/* ----------------------------------------------------------------------- */


/* ------ LINKS -------- */
.homelink {
	display:inline;
	float:left;
	height:145px;
	width:306px;
	margin-left:10px;
}
a {
	color: #073559;
}

a:active {
	color: #235D01;
}

a:visited {
	color: #3399FF;
}

a:hover {
	color: #d31100;
}

#footer a {
	font-size: xx-small;
	font-weight:bold;
	text-decoration: none;
}

#footer a:hover {
	color: #d31100;
}

#leftnav a {
	font-size: 12px;
	color:white;
	font-weight:bold;
	text-decoration: none;
}

#leftnav a:hover {
	color:#d31100;
}

/*  --- STRUCTURE --- */

body {
	background: #073559;
	text-align: center!IMPORTANT;
	vertical-align: top;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	font-style:normal;
	color:white;
}

#wrapper {
	text-align:left;
	width:996px;
	cellspacing: 0;
	cellpadding: 0;
	border: medium gray inset;
	background-color: white;
    margin:15px auto;
}

#header {
	background-image: url('images/header2.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	height: 145px;
	margin-bottom: 25px;
	width: 996px;
	position:relative;
}

.headerbutton {
	position:absolute;
	left:621px;
	top: 3px;
}	
#mainNav {
	float: left;
	width: 23%;
	text-align:left;
	display:inline;
	font-size: 12px;
	position:relative;
}

#content {
	float:right;
	width:75%;
	display:inline;

}

#mainContent {
 	width: 66%;
	float: left;
	display:inline;
	text-align:left;
	color:black;
}

#secondaryContent {
	width: 31%;
	float:right;
	display:inline;
	position:relative;
}

/*-------------Left Navigation Levels---------------*/
#leftnav {
	margin-top:33px;
	margin-left:39px;
	width:177px;
	height:100%;
}

#firstnav {
	width:177px;
}

#firstnav ul a {
	display:block;
	width:177px;
	height:25px;
	line-height:25px;
	color:white;
	text-decoration:none;
	background-image:url('images/buttondouble.png');
	background-position:left bottom;
	background-repeat: no-repeat;
	text-indent:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	margin:0;
	padding:0;
	list-style:none;
}

.selected a {
	background-position:right bottom;
	color:#073559;
}

#firstnav ul a:hover {
	background-position:right bottom;
	color:#073559;
}

/*---------------------------------------------------*/

/*--------Content Section-----------------------------*/
.text p {
	font-size:small;
}
.text h1 {
	color:#073559;
	font-size:large;
	font-weight:bold;
	text-align:center;
}

.text h2 {
	color:#073559;
	font-size:medium;
	font-weight:bold;
	text-decoration:underline overline;
	text-align:center;
}

#top {
	font-size:x-small;
	padding-top:5px;
	padding-right:0px;
	padding-left:0px;
	padding-bottom:25px;
	float:right;
}

.text ul {
	list-style-type:disc;
	list-style-position:outside;
	padding-left:35px;
}


/*---------------------------------------------------*/

/*--------Blue Column Section------------------------*/
#bluebox {
	background-color:#dae0f2;
	width:199px;
	height:auto;
	margin-top:33px;
	margin-left:15px;
}

#outerbox {
	background-image:url('images/blueboxTop.png');
	background-repeat:no-repeat;	
	background-position:left top;
	width:199px;
	
}

#innerbox {
	background-image:url('images/blueboxBottom.png');
	background-repeat:no-repeat;	
	background-position:left bottom;
	width:199px;
}

#innerbox p {
	padding:0 7% 7% 7%;
	color:#073559;
	font-size:small;
}

#innerbox h2 {
	font-size:small;
	font-weight:bolder;
	padding:7% 7% 0 7%;
	color:#073559;
}

/*---------------------------------------------------*/

/* ---------------- FOOTER MENU ----------------*/
#footer-container {
	width:996px;
	height:138px;
	background-image:url('images/footerwave.png');
	background-position:left bottom;
	background-repeat:no-repeat;
	position:relative;
}

.yucca {
	behavior: url(iepngfix.htc);
	background:none;
	position:absolute;
	left:13px;
	top:-184px;
	height:263px;
	width:183px;
	background-image:url('images/yucca.png');
	background-repeat:no-repeat;

}

#footer {
	height:50%;
	width:50%;
	text-align:center;
	font-size: 11px;
	font-weight: bolder;
	color: #073559;
	margin: 0 auto;
	padding-top:55px;
}

#footerline {
	background-image:url('images/footerline.png');
	background-repeat:repeat-x;
	width:100%;
	height:9px;
}

#copyright {
	float: left;
	width:100%;
	font-size:xx-small;
}

#bottommenu {
	float: left;
	width:100%;
}

#description {
	width:100%;
	font-size:xx-small;
	color: #003399;
	background-color:#99C4FE;	
}

#description p {
	margin:0 1% 0 1%;
}
#description a:link {
	text-decoration:underline;
}


/*--------------------------------------------------------*/

/*----------------- FAQs ----------------------------*/

.faqlist {
	margin:2%;
	padding:2%;
	text-align:center;
	font-size: 12px;
}

.faqlist a {
	text-decoration:underline;	
}
.faqlist a:hover {
	color:#073559;
}

.question {
	font-family: "Trebuchet MS", tahoma;
	font-size: small;
	color: red;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	margin-top:25px;
}
.answer {
	border: 1px #C0C0C0 solid;
	color: #073559;
	font-size: medium;
	margin-top: -10px;
	padding:1%;
	margin-left: 15px;
	margin-bottom:25px;
}

.topfaqs {
	font-size:x-small;
	float:right;
}

/*--------------------------------------------------------*/

/*-----------------Locations Page ----------------------*/

.locations {
	margin-top:5%;
	height:auto;
	border:thin #DAE0F2 solid;
}
.locationsleft {
	float:left;
	width:214px;
}

.locationsright {
	float:right;
	width:265px;
}

.locationstext {
	margin: 4% 0;
	color: #073559;
	text-align: left;
	font-size: 14px;
	font-weight:bold;
	padding-left:4%;
}

.locationstext h3 {
	text-decoration:underline;
	font-variant:small-caps;
}


/*--------------------------------------------------------*/


/*-----------------Services Page ----------------------*/
#servicesholder {
	width: 100%;
	height:auto;
	_background-color:#073559;*/
}

#svccolumn1 {
	float:left;
	width:142px;
	_height:auto;
	padding:1%;
}

#svccolumn2 {
	float:right;
	width:65%;
	_height:auto;
	padding:1%;
}

#svccolumn2a {
	float:left;
	width:45%;
	_height:auto;	
}

#svccolumn2b {
	float:right;
	width:45%;
	_height:auto;	
	padding:0 3% 0 0;
}




.svcbluebox {
	background-color:#073559;
	width:100%;
	height:auto;
	min-height:560px;
	margin:1%;
	padding:2%;

}

.svcouterbox {
	width:100%;
	
}

.svcinnerbox {
	width:100%;
}

.svcinnerbox p {
	padding:0 7% 7% 7%;
	color:#073559;
	font-size:small;
	color:white;
}

.svcinnerbox h2 {
	font-size:small;
	font-weight:bolder;
	padding:7% 7% 0 7%;
	color:#073559;
}

.svcinnerbox h3 {
	background-image:url('images/dkblueboxTop.png');
	background-repeat:no-repeat;	
	background-position:left top;
	color:#073559;
	padding:1%;
	line-height:1em;
}


/*----------------- Certifications ----------------------------*/

.certifications {
	padding-left:35px;
	font-size:small;
	position:relative;
}

.certlogos {
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 34px;
	left: 349px;
	_left: 320px;
	width: 142px;
	height: 373px;
}

/*--------------------------------------------------------*/

/*----------------- Testimonials ----------------------------*/

.testimonials {
	padding: 0 10% 0 10%;
	font-style:italic;
	color:#006699;
	font-weight:400;
}



/*--------------------------------------------------------*/


/*----------------- Back on the Road ----------------------------*/

.backroad {
	font-size: small;

}



/*--------------------------------------------------------*/


/*----------------- Home ----------------------------*/

.hybrid {
	font-variant:small-caps;
	font-size:14px;
	color:#00CC00;
	font-weight:bolder;

}



/*--------------------------------------------------------*/
