/* =global */
body {
	font: 62.5%/120% Helvetica, Arial, sans-serif;
	color: #333;
	text-align: center;
	background: #b9bdbf url(images/site-bg.gif) repeat-y center;
}
html	{
			overflow: -moz-scrollbars-vertical;
		}

* {
	margin: 0;
	padding: 0;
}


/* =typography */
dt, h3 { color: #2a4a94; line-height: 130%;}
h1, h2, h3, p, dl, ol, dl, ul#subnav li { text-align: left; }
#content h2 { color: #5f2221; font-size: 2.8em; letter-spacing: -.05em; margin-bottom: 16px; }
#content p, #content dd, #content ol, #content ul li, #post p, fieldset, legend { font-size: 1.3em; }
h3, #content dt, #sidebar h4 { font-size: 1.8em; }
#content dd { line-height: 150%; width: 245px; }

#content p, #content dl.locationdesc {
	line-height: 150%;
	width: 475px;
}

#content dl.locationdesc {
	background: #fff url(images/gradient-bg.gif) repeat-x bottom;
	border: 1px solid #ccc;
	border-width: 1px 0;
	margin-bottom: 16px;
	padding: 16px;
	width: 425px;
}

#content ol { line-height: 150%; padding-left: 36px; width: 420px; }
#content dt { font-weight: bold; }
#content ul, ul#subnav { list-style-type: none; }

#content ul li {
	background: #fff url(images/arrow.gif) no-repeat 0 .5em;
	color: #5f2221;
	line-height: 150%;
	padding-left: 12px;
	text-align: left;
	width: 425px;
}

#content ul li.altli {
	background: none;
	font-weight: normal;
}

h1#site-id {
	background: #fff url(images/header.jpg) no-repeat;
	height: 298px;
	line-height: 100%;
	text-indent: -9000px;
}

h1#site-id-mini {
	background: #fff url(images/insideheader.jpg) no-repeat;
	height: 102px;
	line-height: 100%;
	text-indent: -9000px;
}

#sidebar p, #sidebar h4 {
	color: #5f2221;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
}

#footer p {
	color: #fff;
	font: bold 1.2em/135% Helvetica, Arial, sans-serif;
	text-align: center;
}


/* =classes */
#content p.instructions {
	background: #ffd url(images/exclamation.gif) no-repeat 8px 50%;
	border: 1px solid #fdd;
	font: bold 1.1em/120% Helvetica, Arial, sans-serif;
	margin: 16px 0;
	padding: 8px 8px 8px 32px;
	width: 408px;
}

#content p.success {
	background: #ffd url(images/accept.gif) no-repeat 8px 50%;
	border: 1px solid #fdd;
	font: bold 1.1em/120% Helvetica, Arial, sans-serif;
	margin: 16px 0;
	padding: 8px 8px 8px 32px;
	width: 425px;
}

.bold { font-weight: bold; }
.next-p { padding-top: 12px; }
.last-p { margin: 12px 0; }
.hide {	display: none; }
.clear { clear: both; }
.leftalign { text-align: left; }
.centeralign { text-align: center; }
#content p.disclaimer { font-size: 1em; font-style: italic; }
img { border: 0; }

a.x-link {
	background: transparent url(images/x-link.gif) no-repeat 100% 50%;
	padding-right: 12px;
}

a.x-link:visited {
	background: transparent url(images/v-link.gif) no-repeat 100% 50%;
	color: #999;
	padding-right: 12px;
}	

/* =employment page CMS */
#post {
	margin: .5em 0 1.5em;
	padding-bottom: 1.5em;
}

#post p {
	line-height: 160%;
	margin: 0 85px 0 26px;
}


/* =forms */
form {
	margin: 8px 0;
	width: 450px;
}

fieldset {
	background: #fff url(images/gradient-bg.gif) repeat-x bottom;
	border: 1px solid #ccc;
	border-width: 1px 0;
	margin-bottom: 16px;
	padding: 16px 0;
}

h4.legend {
	font-size: 1.6em;
	margin-bottom: 8px;
	padding-left: 16px;
}

label { padding-left: 16px; }
textarea, select, input { margin: 4px 0 12px 16px; }
.inputs { width: 300px; }

/* =links */
a:link {}
a:visited {}
a:hover {}
a:active {}
#footer a { color: #fff; }
#footer a:visited { color: #aaa; }
#footer a:hover { color: #ff0; text-decoration: none; }
#footer a:active { color: #fff; }

/* =layout */
#wrapper {
	margin: 0 auto;
	width: 800px;
}

#sidebar {
	float: left;
	margin-bottom: 24px;
	width: 220px;
}

#content {
	float: right;
	margin-bottom: 24px;
	padding-top: 15px;
	text-align: left;
	width: 550px;
}

#locations-wrap {
	float: left;
	width: 550px;
}

#locationsleftcol {
	float: left;
	width: 245px;
}

#locationsrightcol {
	float: left;
	width: 245px;
}

#floatlistleft, #floatlistright {
	float: left;
	width: 100px;
}

#footer {
	background: transparent url(images/footer-bg.jpg) no-repeat;
	clear: both;
	padding: 15px 0 26px;
}


/* =navigation */
#nav {
	list-style: none;
	width: 800px;
}

#nav li {
	float: left;
	font-size: 1.2em;
}

#nav a {
	background: #858585;
	border-right: 1px solid #bfbfbf;
	color: #ddd;
	display: block;
	float: left;
	padding: 8px 0;
	text-decoration: none;
	text-transform: uppercase;
	width: 159px;
}

#nav a.lastlink { border-color: #858585; }
#nav a:hover {
	background: #000;
	color: #ff0;
	font-weight: bold;
}

#nav a.lastlink:hover {
	background: #000;
	border-color: #000;
	color: #ff0;
	font-weight: bold;
}

body#home #nav .n-home a, body#services #nav .n-services a, body#locations #nav .n-locations a, body#employment #nav .n-employment a, body#agents #nav .n-agents a {
	background: #2a4a94;
	color: #fff;
	cursor: default;
	font-weight: bold;
}

/* =secondary navigation */
ul#subnav {
	margin-bottom: 16px;
	width: 220px;
}
ul#subnav li { line-height: 150%; }
ul#subnav li a {
	background: #fff url(images/arrow.gif) no-repeat 16px 50%;
	border-bottom: 1px solid #ddd;
	color: #ccc;
	display: block;
	font-size: 1.6em;
	font-weight: bold;
	padding: 8px 0 8px 32px;
	text-decoration: none;
}

ul#subnav li a.sn-lastitem { border-color: #fff; }
ul#subnav li a:hover, ul#subnav li a#subactive { color: #2a4a94; }

/* =errors  */
#alert {
    background: #f00 url(../images/icon_alert.gif) no-repeat 8px 50%;
    color: #fff;
    display: none;
    padding: 8px 16px 8px 32px;
	margin: 2em 0;
	width: 408px;
}

.errMsg { color: #C33; margin: 0 8px 0 16px; }
#checkVehicle {background:#2a4a94;padding:15px 9px;color:#FFFFFF;font-weight:bold;font-size:12px;font-family:Arial, Helvetica, sans-serif;border:2px solid #FFFFFF;}
#checkVehicle:hover {background:#3161cf;}