body {
	margin: 0px;
	padding: 0px;
	color: #424242;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: url(/i/bg.gif) center;
}
h1 {
	margin: 0px;
	padding: 0px;
}
h2 {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	font-size: 16px;
	color: #003c7a;
}
h3 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 15px;
}
h4 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 12px;
}
a { color: #C26100; }

/* --- */

.move {
	position: absolute;
	left: -789em;
}
.requiredEmpty {
	background: #FF0000;
	color: #FFFFFF;
}
.float_left {
	float: left;
	margin: 0px 10px 15px 0px;
}
.small {
	font-size: 10px; 
	font-weight: bold;
}

.inner small {
	font-weight: bold;
}

#content strong { color: #003c7a; }

/* --- */

#container {
	width: 770px;
	margin: 0px auto 0px auto;
	padding: 0px 10px 0px 10px;
	background: url(/i/ctn_bg.gif) center -7px repeat-y;
}

/* --- */

#header {
	
}

/* --- */

#nav_wrapper {
	padding: 2px 0px 1px 0px;
	height: 26px;
	text-align: center;
	background: #FFFFFF;
	margin: 0px;
}

/* --- */

#nav, #nav ul { /* all lists */
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#nav {
	width: 770px;
	margin: 0px auto 0px auto;
	padding: 0px;
}

#nav li { /* all list items */
	position: relative;
	float: left;
	margin: 0px 1px 0px 0px;
	padding: 0px 0px 0px 1px;
	background: url(/i/nav_bg.gif) repeat-x top;
}
#nav li.last { margin: 0px; }
#nav li.sfhover, #nav li:hover { background-image: url(/i/nav_hover_bg.gif); }

#nav a {
	display: block;
	height: 26px;
	background-position: top center;
	background-repeat: no-repeat;
	text-indent: -789em;
}
#nav a:hover,
#nav li:hover a,
#nav li.sfhover a {
	background-position: bottom center;
}

#nav li span {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 7px;
	height: 7px;
	font-size: 1px;
	background: url(/i/nav_corner.gif) top right no-repeat;
}
*html #nav li span { right: -1px; }
*html li#nav_625 span { right: 0px; }
#nav li.sfhover span, #nav li:hover span { background-image: url(/i/nav_corner_hover.gif); }

#nav li ul { /* second-level lists */
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 240px;
	padding: 10px 0px 10px 0px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background: #0E3B68;
}

#nav li ul li {
	float: left;
	margin: 0px;
	padding: 0px;
	background: none;
	border-right: 0px;
}

#nav ul li a,
#nav ul li:hover li a,
#nav ul li.sfhover li a
 {
	width: 228px;
	height: 18px;
	padding: 0px 6px 0px 6px;
	margin: 0px;
	font-size: 12px;
	text-indent: 0px;
	text-decoration: none;
	color: #FFFFFF;
	background-image: none;
	text-align: left;
}
#nav ul li:hover a,
#nav ul li.sfhover a,
#nav ul li:hover li:hover a,
#nav ul li.sfhover li.sfhover a {
	color: #000000;
	text-decoration: underline;
}

#nav li ul ul { /* third-and-above-level lists */
	top: -10px;
	margin: 0px 0 0 240px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li#nav_683 { background: url(/i/nav_spanish_bg.gif) !important; }
#nav_683 a { padding-right: 7px !important; background-image: url(/i/nav_spanish.gif); }


/* --- */

#main {
	clear: both;
	margin: 0px auto 0px auto;
	text-align: left;
}
.index #main { padding-top: 17px; background: url(/i/content_border.gif) top repeat-x; }

/* --- */

#content {
	float: left;
	width: 460px;
	padding: 30px 40px 30px 39px;
	background: #FFFFFF;
}
*html #content { width: 458px; }

/* --- */

#sidebar {
	float: left;
	width: 177px;
	min-height: 520px;
	padding: 25px 27px 25px 26px;
	background: url(/i/sidebar_bg.gif) top repeat-x;
}

*html #sidebar {
	height: 520px;
}

/* --- */

.box {
	margin: 0px 0px 18px 0px;
}
.box h4 {
	margin: 0px;
	padding: 0px;
	line-height: 26px;
	height: 26px;
	text-indent: -789em;
	background-repeat: no-repeat;
}

.box h4.h_recent_news { background-image: url(/i/h_recent_news.gif); }
.box h4.h_newsletter { background-image: url(/i/h_enewsletter.gif); }
.box h4.h_contact_form { background-image: url(/i/h_contact_form.gif); }
.spanish .box h4.h_recent_news { background-image: url(/i/h_recent_news_spanish.gif); }
.spanish .box h4.h_contact_form { background-image: url(/i/h_contact_form_spanish.gif); }
.box .inner {
	color: #003c7a;
	padding: 10px 4px 10px 4px;
	background: #FFFFFF;
}

/* --- */

.answers { list-style: none; }
.q {
	padding: 10px 0px 25px 60px;
	background: url(/i/q.gif) top left no-repeat;
}
.a {
	padding: 10px 0px 25px 60px;
	background: url(/i/a.gif) top left no-repeat;
}

/* --- */

#index_slideshow {
	height: 175px;
	border-bottom: 1px solid #FFFFFF;
}

/* --- */

#abs_footer {
	padding-top: 10px;
	text-align: center;
	background: url(/i/ctn_btm.gif) top center no-repeat;
}

#contact_form .label { color:#000000; font-weight: bold; font-size: 12px; }
#contact_form .standard input,
#contact_form .standard  textarea {
	width: 160px;
}

#go { 
	background: url(/i/btn_bg.gif) center;
	color: #FFFFFF;
	font-weight: bold;
	border: 0px;
	cursor: pointer;
}

.attyList { margin-top: 15px; }

.areaList {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.areaList ul {
	margin: 0px 0px 0px 30px;
	padding: 0px;
	list-style: outside;
}
.areaList a {
	color: #1B5893;
	font-weight: bold;
	text-decoration: none;
}
.areaList a:hover { text-decoration: underline; }
.areaList li {
	margin-bottom: 15px;
}
.areaList ul li { margin-bottom: 0px; }
.areaList ul a {
	font-size: 11px;
	color: #C26100;
	font-weight: normal;
	text-decoration: underline;
}







#nav_626 a { width: 36px; background-image: url(/i/nav_626.gif); }
#nav_646 a { width: 43px; background-image: url(/i/nav_646.gif); }
#nav_623 a { width: 30px; background-image: url(/i/nav_623.gif); }
#nav_645 a { width: 56px; background-image: url(/i/nav_645.gif); }
#nav_625 a { width: 91px; background-image: url(/i/nav_625.gif); }
#nav_624 a { width: 52px; background-image: url(/i/nav_624.gif); }
#nav_630 a { width: 80px; background-image: url(/i/nav_630.gif); }
#nav_631 a { width: 86px; background-image: url(/i/nav_631.gif); }
#nav_627 a { width: 98px; background-image: url(/i/nav_627.gif); }
#nav_683 a { width: 58px;}
#nav { width: 768px; }
#nav li a { padding-left: 13px; padding-right: 13px; }

a { cursor: pointer; }

.float_right {
	float: right;
	margin: 0px 0px 15px 20px;
	padding: 0px;
}
.snug { margin-top: 0px; padding-top: 0px; }
.clear { clear: both; }

.attyList {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.attyList li {
	margin: 0px;
	padding: 0px;
}
.attyList li a {
	text-decoration: none;
}
.attyList li a img {
	display: block;
	margin: 0px auto 0px auto;
	margin-bottom: 5px;
}
.attyList li a span {
	text-decoration: underline;
}
.attyList.attyLayout_0 li,
.attyList.attyLayout_3 li,
.attyList.attyLayout_6 li {
	clear: both;
	margin-bottom: 15px;
}
.attyList.attyLayout_3 li {
	margin-bottom: 20px;
	text-align: center;
}
.attyList.attyLayout_5 li {
	margin-bottom: 15px;
}
.attyList.attyLayout_1 li,
.attyList.attyLayout_4 li {
	float: left;
	width: 33%;
	text-align: center;
}
.attyList.attyLayout_2 li,
.attyList.attyLayout_5 li {
	float: left;
	width: 50%;
	text-align: center;
}

.areaList.areaLayout_0 {
	list-style: none;
}


/* --- */

#form .standard input,
#form .standard textarea {
	width: 164px;
}

#form .standard {
	margin-bottom: 8px;
}

.locations, .locations li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.contact_single {
		
}
.contact_single #contact_form {
	float: right;
}

.contact_multi {
	
}
.contact_multi #form .standard {
	float: left;
	width: 50%;
}
.contact_multi #form .standard.wide {
	float: none;
	width: auto;
}
.contact_multi #form .standard.wide textarea {
	width: 90%;
}
.contact_multi .locations li {
	margin: 0px 0px 20px 0px;
}
.contact_multi .locations li .col1,
.contact_multi .locations li .col2 {
	float: left;
	width: 50%;
}
.contact_multi .locations li .col2 {
	text-align: right;
}

#vercode {
	width: 70px;
	height: 20px;
	color: #000000;
	text-align: center;
	font-size: large;
	vertical-align: middle;
}

#captcha {
	vertical-align: middle;
}

#alpha {
	list-style-type: none;
}

	#alpha li {
		float: left;
		display: inline;
		margin: 0px 3px 0px 3px;
		list-style-type: none;
	}
	
.statue_disclaimer {
	float: left; 
	display: inline;
	font-style:italic;
	font-size:10px;
}

.statute {
	margin: 15px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}

	.statute ul {
		margin: 0px 0px 15px 30px;
		padding: 0px;
		list-style: outside;
	}
	
	.statute li {
		margin-bottom: 5px;
		font-size: 12px;
	}
	
	.statute ul a {
		font-size: 11px;
		color: #C26100;
		font-weight: normal;
		text-decoration: underline;
	}