/* ========================= */
/*          Default          */
/* ========================= */

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, ul, li,
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	text-align: center;
	background: #DDD url('../media/images/header_bg.gif') top repeat-x;
}

ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

.clear {
	clear: both;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

.small {
	font-size: 9px;
}

/* ========================= */
/*          Header           */
/* ========================= */

#header {
	margin-left: auto;
	margin-right: auto;
	width: 959px;
	height: 134px;
	background: url('../media/images/header.png') no-repeat;
	text-align: left;
	margin-top: 30px;
}

#header #logo {
	float: left;
	width: 122px;
	height: 123px;
	cursor: pointer;
}

#header #title {
	float: left;
	width: 370px;
	height: 60px;
	cursor: pointer;
}

#header #nav {
	float: left;
	margin-left: 16px;
	margin-top: 4px;
}

#header #nav a {
	font-family: "Trebuchet MS", Arial, Helvetica, Serif;
	font-size: 13px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	margin-right: 24px;
}

#header #nav a:hover {
	color: #039;
}

#header #nav a.selected {
	color: #039;
	cursor: default;
}

#header .form_button {
	float: right;
	position: relative;
	width: 126px;
	height: 30px;
	background: url('../media/images/main_bg.gif') no-repeat;
	background-position: -1580px 0px;
	margin-right: 60px;
	margin-top: -8px;
	cursor: pointer;
}

#header #breadcrumb {
	float: left;
	width: 690px;
	padding-left: 100px;
	padding-top: 10px;
	font-family: Arial, Helvetica, Serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
}

#header #breadcrumb a {
	color: #FFF;
}

#header #breadcrumb a:hover {
	color: #CCC;
}

/* ========================= */
/*            Body           */
/* ========================= */

#body {
	margin-left: auto;
	margin-right: auto;
	width: 959px;
	background: url('../media/images/main_bg.gif') repeat-y;
	background-position: -614px 0px;
}

/* ========================= */
/*          Sidenav          */
/* ========================= */

#sidenav {
	float: left;
	width: 207px;
	background: url('../media/images/main_bg.gif') repeat-y;
	background-position: 0px 0px;
	text-align: left;
}

#sidenav ul li {
	border-bottom: 1px solid #DDD;
	margin-left: 40px;
	padding-left: 28px;
	line-height: 16px;
	padding-top: 6px;
	padding-bottom: 6px;
}

#sidenav ul li.selected_first,
#sidenav ul li.selected,
#sidenav ul li.selected_last {
	padding-left: 40px;
}

#sidenav ul li.selected_first {
	border-bottom: 0px;
	padding-top: 6px;
	padding-bottom: 0px;
}

#sidenav ul li.selected {
	border-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#sidenav ul li.selected_last {
	padding-top: 0px;
	padding-bottom: 6px;
}

#sidenav ul li.selected_first a,
#sidenav ul li.selected a,
#sidenav ul li.selected_last a {
	color: #CCC;
}

#sidenav ul li.selected_first a:hover,
#sidenav ul li.selected a:hover,
#sidenav ul li.selected_last a:hover {
	color: #333;
}

#sidenav ul li a {
	font-family: "Trebuchet MS", Arial, Helvetica, Serif;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#sidenav ul li a:hover {
	color: #666;
}

#sidenav_footer {
	clear: left;
	float: left;
	width: 207px;
	height: 14px;
	background: url('../media/images/main_bg.gif') no-repeat;
	background-position: -207px 0px;
}

/* ========================= */
/*         Locations         */
/* ========================= */

#locations {
	clear: left;
	margin-left: 60px;
	float: left;
	width: 187px;
	text-align: left;
}

#locations .title,
#locations .subtitle,
#locations .description {
	font-family: "Trebuchet MS", Arial, Helvetica, Serif;
	font-weight: bold;
}

#locations .title {
	font-size: 13px;
	color: #000;
	margin-top: 18px;
	margin-bottom: 8px;
}

#locations .subtitle {
	font-size: 11px;
	color: #666;
	line-height: 20px;
}

#locations .description {
	font-size: 12px;
	color: #999;
	padding-left: 16px;
	line-height: 16px;
	font-weight: normal;
}

#locations a {
	color: #666;
	font-weight: bold;
}

/* ========================= */
/*          Content          */
/* ========================= */

#content {
	display: table;
	width: 634px;
	margin-right: 40px;
	background-color: #FFF;
	text-align: left;
	padding: 30px;
	padding-top: 8px;
	padding-left: 48px;
	font-family: arial;
	font-size: 13px;
	line-height: 20px;
	min-height:550px;
	height:auto !important;
	height: 550px;
	
}

#content .main_image {
	position: absolute;
	margin-left: -36px;
	margin-top: -30px;
}

#content h1 {
	font-size: 18px;
	color: #039;
	position: relative;
	margin-left: -18px;
	padding-bottom: 24px;
}

#content h2 {
	font-size: 14px;
	color: #039;
	position: relative;
	margin-left: -18px;
	padding-bottom: 8px;
	font-weight: bold;
}

#content ul {
	margin-left: 18px;
}

#content ul li {
	margin-left: 30px;
	font-weight: bold;
}

#content ul li {
	list-style-image: url('../media/images/bullet.gif');
}

#content ul.addspacing li {
	margin-bottom: 18px;
}

#content .column1 {
	float: left;
	width: 300px;
}

#content .column2 {
	float: right;
	width: 300px;
}

#content .offices_image {
	position: absolute;
	margin-left: -48px;
	margin-top: -30px;	
}

/* ========================= */
/*           Form            */
/* ========================= */

#contact label {
	float: left;
	width: 100px;
	margin-bottom: 8px;
	font-weight: bold;
}

#contact input, #contact textarea {
	float: left;
	margin-right: 8px;
}

#contact button {
	float: left;
	margin-left: 100px;
	margin-top: 4px;
}

#contact div {
	padding-left: 4px;
	padding-right: 4px;
	background-color: #DDD;
	color: #FFF;
	float: left;
}

#contact .image_verification {
	background: none;
}

#contact .verify_label {
	width: 400px;
}

#contact .image_verification input {
	width: 50px;
	margin-top: 8px;
	margin-left: 100px;
}


/* ========================= */
/*          Footer           */
/* ========================= */

#footer {
	margin-left: auto;
	margin-right: auto;
	width: 959px;
	height: 11px;
	background: url('../media/images/footer.png') top no-repeat;
	text-align: left;
}

#footer #footer_nav {
	padding-top: 18px;
	padding-left: 207px;
	width: 710px;
	text-align: center;
}

#footer #footer_nav a {
	font-family: "Trebuchet MS", Arial, Helvetica, Serif;
	font-size: 13px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	margin-right: 24px;
}

#footer #footer_nav a:hover,
#footer #footer_nav a.selected {
	color: #039;
}

#footer #footer_nav a.selected {
	cursor: default;
}

#footer #copyright {
	padding-top: 12px;
	padding-left: 207px;
	padding-bottom: 30px;
	width: 710px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, Serif;
	font-size: 13px;
	color: #666;
}

.chronoform {
	display: none;
}