﻿/* v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
.style1 {
	text-align: center;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	padding-top: 15px;
	padding-left: 20px;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.inlineBullets {
	display: inline;
	list-style-type: disc;
	padding-left: 10px;
}
/* CSS layout */
.inlineList {
}
#header {
	padding: 10px;
	height: 120px;
	position: relative;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #FFFFFF;
	text-align: center;
	font-weight: bolder;
	background-color: #17375E;
}
#mainMenu {
	height: 35px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 810px;
	font-size: 1.0em;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	font-weight: lighter;
	background-color: #17375E;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #FFFFFF;
}
#mainMenu ul {
	text-align: left;
}
#mainMenu ul li {
	display: block;
	width: 135px;
	float: left;
	text-align: center;
	line-height: 33px;
}
#mainMenu ul li a {
	text-decoration: none;
	line-height: 35px;
	display: block;
	color: #FFFFFF;
}
#mainMenu ul li a:hover {
	background-color: #336699;
}
#centeredBG {
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #FFFFFF;
	height: 100px;
	background-image: url('Graphics/BlueFadeBottom.gif');
	background-repeat: repeat-x;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 810px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #17375E;
	border-left-color: #17375E;
}
#contentHeading {
	width: 810px;
	height: 120px;
	position: relative;
	top: 0px;
	left: 0px;
	background-color: #FFFFFF;
	background-image: url('Graphics/Yellow_Arrow_Blank_Full.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	color: #BE0001;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.0em;
	padding-top: 0px;
}
#contentHeading a {
	text-decoration: none;
	color: #2A4463;
}
#contentHeading h1 {
	display: block;
	padding-top: 25px;
	position: relative;
	float: none;
}
#contentHeadingBoxLeft {
	width: 150px;
	float: left;
	height: 120px;
}
#contentHeadingBoxRight {
	width: 150px;
	height: 120px;
	float: right;
}
#contentHeadingBoxBottom {
	width: 510px;
	height: 50px;
	bottom: 0px;
	left: 150px;
	position: absolute;
	color: #003366;
}
#contentHeadingBoxBottom ul {
	font-size: .55em;
	bottom: 0px;
	left: 0px;
	right: 0px;
	top: 0px;
	padding-top: 20px;
	color: #17375E;
}
#contentHeadingBoxBottom ul li {
	display: inline;
}
#servicesLeft {
	width: 405px;
	clip: rect(auto, auto, auto, 0px);
	position: relative;
}
#servicesRight {
	width: 405px;
	float: right;
	position: relative;
	clip: rect(auto, 0px, auto, auto);
}
#footer h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	text-align: center;
	padding-top: 10px;
	color: #BD0100;
}
#footer ul {
}
#footer ul li {
	display: block;
	width: 135px;
	float: left;
	text-align: center;
	padding-top: 5px;
}
.phoneNumbers {
	font-size: 2.0em;
	height: 40px;
}
.cities {
	font-size: .8em;
	height: 20px;
	padding-top: 10px;
	font-weight: bolder;
}
#sidebar {
	width: 180px;
	height: 240px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	line-height: 1.2em;
	font-size: 1.0em;
	text-align: left;
}
#pageContent {
	background-color: #FFFFFF;
	position: relative;
	padding-left: 150;
}
#pageContent ul {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: disc;
	list-style-position: inside;
	margin: 0px;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.2em;
	font-variant: normal;
	font-style: italic;
	color: #003366;
}
#pageContent a {
	text-decoration: none;
	color: #2A4463;
	font-style: normal;
}
.alignLeft {
	float: left;
	margin-right: 10px;
}


