
/* CSS Reset Code */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Main CSS Styles --------------------------------------------------------------------------*/

.left {
	float: left;
	}
	
.right {
	float: right;
	}
	
.clear {
	clear: both;
	}

#body {
	width: 850px;
	background-color: #f7fef4;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: url(../images/body_bg.gif) repeat-x;
	}
	
#wrapper {
	width: 850px;
	border: 1px #28a36a;
	text-align: left;
	background: #f7fef4;
	}

#header {
	width: 850px;
	}

div.logo {
	float: left;
	}

div.brochure {
	float: left;
	}

#navigation {
	width: 850px;
	background: #dfedfd;	
	text-align: left;
	}

.navigation_menu {
	font: 14px Arial, sans-serif;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	border: 2px dotted #625e00;
	border-width: 2px 0;
	background: #dfedfd;
	}

.navigation_menu li {
	display: inline;
	}

.navigation_menu li a {
	float: left;
	color: black;
	padding: 5px 9px; 
	text-decoration: none;
	font-weight: bold;
	}

.navigation_menu li a:visited {
	color: black;
	}

.navigation_menu li a:hover, .navigation_menu li a.current {
	color: white;
	background: #0043dc;
	}

#trunk {
	width: 850px;
	background: #f7fef4;
}

#message {
	width: 800px;
	padding: 22px 0 0 17px;
	background: #f7fef4;
	}

.blueheadertext { 
	color: #0043dc;
	font: 18px 'MS Trebuchet', Arial, sans-serif;
	font-weight: bold;
	}

.blackheadertext {
	color: black;
	font: 20px  Arial, sans-serif;
	font-weight: bold;
	padding: 0 25px 0 60px;
	}

#onetwothree {
	width: 788px;
	padding: 22px 0 0 17px;
	}

.onetwothree {
	width: 260px;
	float: left;
	}

#banner {
	width: 788px;
	padding: 18px 0 0 31px;
	}

#bannerleft {
	width: 514px;
	float: left;
	background: url(../images/home_bannerleft.gif) top no-repeat;
	min-height: 243px;
    height: auto !important;
    height: 243px;
	}

#bannerright {
	width: 274px;
	float: left;
	}

#bannertext {
	padding: 20px 10px 0 25px;
	}

#bannertext h1 {
	font: 30px Arial, sans-serif;
	color: #011f5b;
	font-weight: bold;
	}

#bannertext h2 {
	font: 18px Arial, sans-serif;
	color: #c1000c;
	font-weight: bold;
	line-height: 1.4em;
	}
	
#bannertext h3 {
	font: 14px Arial, sans-serif;
	color: #011f5b;
	line-height: 1.4em;
	margin-top: 6px;
	}
	
h3.bannertext  a {
	font: 14px Arial, sans-serif;
	color: #0043dc;
	line-height: 1.4em;
	margin-top: 8px;
	text-decoration: underline;
	font-weight: bold;
	}

h3.bannertext  a:hover {
	color: #c1000c;
	text-decoration: none;
	}

#callouts {
	width: 788px;
	padding: 0 0 0 42px;
	}

.callout {
	width: 226px;
	float: left;
	}

.calloutspacer {
	width: 44px;
	float: left;
	}
	
.calloutrow {
	width: 788px;
	padding-bottom: 20px;	
}

.callouttext {
	font: 12px Arial, sans-serif;
	color: #000;
	line-height: 1.4em;
	margin-top: 8px;	
}

.callouttext a {
	color: #0043dc;
}

.callouttext a:hover {
	color: #c1000c;
	text-decoration: none;
}

.calloutlink {
	font: 14px Arial, sans-serif;
	color: #000;
	line-height: 1.4em;
	font-weight: bold;
	text-align: right;
}

.calloutlink a {
	color: #0043dc;
}

.calloutlink a:hover {
	color: #c1000c;
	text-decoration: none;
}

.testimonialname {
	font: 12px Arial, sans-serif;
	color: #c1000c;
	line-height: 1.4em;
	text-align: right;
	font-weight: bold;
}

#calloutleft {
	width: 271px;
	float: left;
}

#calloutcenter {
	width: 271px;
	float: left;
}

#calloutright {
	width: 227px;
	float: left;
}


/* Footer CSS Styles --------------------------------------------------------------------------*/

#footer {
	width: 788px;
	background: url(../images/footer_background.gif) top no-repeat;
	padding: 15px 0 0 60px;
	min-height: 167px;
    height: auto !important;
    height: 167px;
	}

#footernav {
	width: 748px;
	padding: 0;
	margin: 0 0 0 -15px;
	text-align: center;
}

.footernav {
	font: 12px Arial, sans-serif;
	color: #000;
	line-height: 1.4em;	
}

.footernav a {
	color: #0043dc;
	margin: 0 7px 0 7px;
}

.footernav a:hover {
	color: #c1000c;
	text-decoration: none;
}

#footertext {
	width: 525px;
	padding: 0;
	margin: 0;
	float: left;
}

.footertext {
	font: 12px Arial, sans-serif;
	color: #000;
	line-height: 1.4em;	
	padding: 10px 0 0 0;
}

.footertext a {
	color: #0043dc;
}

.footertext a:hover {
	color: #c1000c;
	text-decoration: none;
}

.footertextlarge {
	font: 16px Arial, sans-serif;
	color: #000;
	line-height: 1.4em;	
	padding: 10px 0 0 0;
}

.footertextlarge a {
	color: #0043dc;
}

.footertextlarge a:hover {
	color: #c1000c;
	text-decoration: none;
}

#footeraddress {
	width: 175px;
	padding: 0;
	margin: 0 0 0 45px;
	float: left;
}

.footeraddress {
	font: 12px Arial, sans-serif;
	color: #000;
	line-height: 1.4em;	
	padding: 10px 0 0 0;
}

.footeraddress a {
	color: #0043dc;
}

.footeraddress a:hover {
	color: #c1000c;
	text-decoration: none;
}

#citationtext {
	width: 850px;
	text-align: center;
	padding: 0;
	margin: -25px 0 0 0;
}

.citationtext {
	width: 550px;
	text-align: center;
	font: 10px Arial, sans-serif;
	color: #000;
	line-height: 1.4em;	
	padding: 10px 0 0 0;
	margin-left: auto;
	margin-right: auto;
}

.citationtext a {
	color: #0043dc;
}

.citationtext a:hover {
	color: #c1000c;
	text-decoration: none;
}

/* Interior CSS Styles --------------------------------------------------------------------------*/

#interiorbannerwrap {
	width: 850px;
	padding-top: 15px;
}

#interiorbanner {
	width: 803px;
	padding: 0 0 0 44px;
	background: url(../images/interior_header_bg.gif) top no-repeat;
	min-height: 166px;
    height: auto !important;
    height: 166px;
	}

#interiorbannerleft {
	width: 548px;
	padding: 0;
	float: left;
	}

#interiorbannerright {
	width: 245px;
	float: left;
	margin: 3px 0 0 -10px;
	}

#interiorbannertext {
	padding: 10px 10px 0 0px;
	}

#interiorbannertext h1 {
	font: 30px Arial, sans-serif;
	color: #011f5b;
	font-weight: bold;
	}

#interiorbannertext h2 {
	font: 18px Arial, sans-serif;
	color: #c1000c;
	font-weight: bold;
	line-height: 1.4em;
	}
	
#interiorbannertext h3 {
	font: 14px Arial, sans-serif;
	color: #011f5b;
	line-height: 1.4em;
	margin-top: 6px;
	}

#interiorbannertext h3 a {
	color: #0043dc;
	text-decoration: underline;
}

#interiorbannertext h3 a:hover {
	color: #c1000c;
	text-decoration: none;
}

h3.interiorbannertext  a {
	font: 14px Arial, sans-serif;
	color: #0043dc;
	line-height: 1.4em;
	margin-top: 8px;
	text-decoration: underline;
	font-weight: bold;
	}

h3.interiorbannertext  a:hover {
	color: #c1000c;
	text-decoration: none;
	}

#columnwrap {
	width: 850px;
}

.columngutter {
	width: 30px;
	float: left;
	margin: 0;
	padding: 0;
}

#leftcolumn {
	width: 125px;
	float: left;
	padding: 0 0 0 28px;
	}
		
#leftnavigation_menu {
	font: 14px Arial, sans-serif;
	margin: 0;
	padding: 0;
	width: 100%;
	border:	2px dotted #625e00;
	border-width: 2px 0;
	background: #ffffff;
	}
	
#leftnavigation_menu ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding: 0;
	margin: 0;
}

#leftnavigation_menu li {
	padding: 0; 
	margin: 0;
	}

#leftnavigation_menu li a {
	color: black;
	padding: 5px 5px 5px 10px; 
	margin: 0;
	text-decoration: none;
	font-weight: bold;	
	display: block;
	width: auto;
	}

#leftnavigation_menu li a:visited {
	color: black;
	}

#leftnavigation_menu li a:hover, #leftnavigation_menu li a.current {
	color: white;
	background: #0043dc;
	}

#centercolumn {
	width: 420px;
	float: left;
	padding-bottom: 30px;
	}

#centercolumn h1 {
	font: 16px Arial, Helvetica, sans-serif;
	color: #011f5b;
	line-height: 1.4;
	font-weight: bold;
}

#centercolumn h2 {
	font: 14px Arial, Helvetica, sans-serif;
	color: #c1000c;
	line-height: 1.4;
	font-weight: bold;
}

#centercolumn h3 {
	font: 12px Georgia, Times New Roman, sans-serif;
	color: #c1000c;
	line-height: 1.4;
	font-weight: bold;
	margin-top: 14px;
}

#centercolumn p {
	font: 12px Arial, sans-serif;
	color: black;
	line-height: 1.6;
	margin-top: 16px;
	margin-bottom: 10px;
}

#centercolumn a {
	font: 12px Arial, sans-serif;
	color: #0043dc;
	line-height: 1.6;
	margin-top: 8px;
}

#centercolumn a:hover {
	color: #c1000c;
	text-decoration: none;
}

#centercolumn ul {
	margin-left: 8px;
}

#centercolumn ul li {
	font: 12px Arial, sans-serif;
	color: black;
	line-height: 1.6;
	margin-top: 8px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 12px;
}

#rightcolumn {
	width: 182px;
	float: left;
	}

.rightcallout {
	width: 182px;
	padding-bottom: 25px;
}

.rightcallouttext {
	font: 12px Arial, sans-serif;
	color: #000;
	line-height: 1.4em;
	margin-top: 8px;	
}

.rightcallouttext a {
	color: #0043dc;
}

.rightcallouttext a:hover {
	color: #c1000c;
	text-decoration: none;
}

.rightcalloutlink {
	font: 14px Arial, sans-serif;
	color: #000;
	line-height: 1.4em;
	font-weight: bold;
	text-align: right;
}

.rightcalloutlink a {
	color: #0043dc;
}

.rightcalloutlink a:hover {
	color: #c1000c;
	text-decoration: none;
}

/* Form CSS Styles --------------------------------------------------------------------------*/

#form {
	font: 14px Arial, sans-serif;
}

#form label {
float: left;
width: 120px;
font-weight: bold;
}

#form input, #form textarea {
width: 180px;
margin-bottom: 10px;
}

#form textarea {
width: 250px;
height: 150px;
}

#form p {
	font: 14px Arial, sans-serif;
	color: #c1000c;
	font-weight:bold;
}

#form .boxes {
width: 1em;
}

#submitbutton {
margin-left: 120px;
margin-top: 5px;
width: 90px;
}

