/*
font-family: Georgia, "Times New Roman", Times, serif;
font-family: Arial, Helvetica, sans-serif;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
*/
* 
{
	outline: none;
}
body {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #f3f3ea;
	color: #333333;
}
img, a img {
	border: none;
}
.handcursor {
	cursor: pointer;
}
form {
	margin: 0;
	padding: 0;
}
hr 
{
	color: #c4c4c4;
	background-color: #c4c4c4;
	height: 1px;
	margin-bottom: 15px;
	border: none;
}
a {
	color: #0095c3;
	text-decoration: none;
}
a:hover {
	color: #0095c3;
	text-decoration: underline;
}	
a.doubleul {
	border-bottom: 3px double #0080c3;
}
a.doubleul:hover {
	border-bottom: none;
	text-decoration: none;
}
h1 {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 12px;
}
p {
	margin: 0;
	color: #333333;
	line-height: 20px;
	padding: 0px 0px 10px 0px;
}
ul {
	list-style-type: none;
	list-style-image: url(images/bullet.gif);
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 7px;
	padding-left: 25px;
	margin-left: 0px;
}
ul ul {
	margin-top: 0;
	padding-top: 4px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
li {
	line-height: 15px;
	padding-bottom: 5px;
}
td {
	vertical-align: top;
}
dl 
{
	display: block;
}
dt 
{
	clear: both;
	float: left;
	width: 500px;
	margin: 0px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 5px;
	line-height: 18px;
}
dd 
{
	float: left;
	margin: 0px;
	width: 25px;
	text-indent: 10px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 5px;
	line-height: 18px;
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}
.error {
	color: #ed2724;
}
.ext {
	color: #666666;
	text-transform: uppercase;
	font-size: 10px;
}
#main {
	margin: 0 auto;
	width: 951px;
}
#header_container {
	height: 154px;
	border-top: 3px solid #4e4f45;
	background-color: #ffffff;
}
#logo_container {
	padding-top: 29px;
	padding-left: 28px;
	float: left;
	position: relative;
	height: 68px;
}
#logo_container img {
	position: absolute;
	z-index: 100;
}
	
#header_secondarynav 
{
	float: right;
	position: relative;
	z-index: 1000;
	padding-top: 30px;
	padding-right: 35px;
}
#header_secondarynav ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#header_secondarynav li
{
	margin: 0px 5px 0px 0px;
	padding: 0px;
	display: inline;
	float: left;
	line-height: 23px;
}
#header_secondarynav li#search
{
	border: 1px solid #d6cdab;
	font-size: 11px;
	color: #666666;
	padding: 0px 6px 0px 6px;
	margin-left: 10px;
}
.searchbox 
{
	border: none;
	width: 140px;
	margin-right: 3px;
	font-size: 11px;
	color: #666666;
	width: 125px;
	
}
#header_secondarynav a
{
	display: block;
	padding: 0px 10px 0px 10px;
	background-color: #f6f6ef;
	line-height: 23px;
	height: 23px;
	font-size: 11px;
	color: #666666;
}
#header_secondarynav a:hover, #header_secondarynav a.on
{
	color: #333333;
	text-decoration: none;
}
#tab_container {
	padding-top: 26px;
	padding-left: 26px;
}
#tab_container ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 1px;
}
#tab_container li {
	display: inline;
	padding: 0px;
	margin: 0px;
}
#tab_container a {
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	display: block;
	float: left;
	height: 27px;
	line-height: 27px;
	margin-right: 3px;
}
#tab_container a img
{
	position: relative;
	top: 8px;
}
#tab_container li a span {
	background-image: url(images/tab_rpt.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	display: block;
	
}
#tab_container li a span span {
	background-image: url(images/tab_left.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	display: block;
	height: 27px;
	line-height: 27px;
}
#tab_container li a span span span {
	background-image: url(images/tab_right.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-right: 15px;
	padding-left: 15px;	
	display: block;
}
#tab_container a:hover, #tab_container a.on {
	color: #333333;
	text-decoration: none;
}
#tab_container li a:hover span, #tab_container li a.on span {
	background-image: url(images/tab_rpt_on.gif);
}
#tab_container li a:hover span span, #tab_container li a.on span span {
	background-image: url(images/tab_left_on.gif);
}
#tab_container li a:hover span span span, #tab_container li a.on span span span {
	background-image: url(images/tab_right_on.gif);
}
#index_content_container_rpt {
	background-image: url(images/index_rpt.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	min-height: 5px;
}
#idx_rotate 
{
	height: 299px;
	width: 951px;
	overflow: hidden;
}
#idx_rotate ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#idx_rotate li
{
	margin: 0px;
	padding: 0px;
}
#index_content_container_btm {
	background-image: url(images/index_btm.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	min-height: 267px;
}
#index_left_col {
	float: left;
	padding: 33px 20px 20px 38px;
	width: 481px;
}
#index_left_col h1 {
	background-image: url(images/divider.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
#index_left_col p.intro {
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding-top: 19px;
	padding-bottom: 17px;
	line-height: 23px;
	color: #000000;
}
#index_right_col {
	float: left;
	padding: 0px 0px 20px 16px;
	font-size: 12px;
	width: 395px;
}
#index_right_col h2 {
	background-image: url(images/arrow_white.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.right_col_padd {
	padding-left: 35px;
}
.right_col_padd p{
	padding-left: 15px;
	margin: 0px;
	padding-bottom: 7px;
}
#careers {
	margin-top: 55px;
	padding-top: 15px;
	background-image: url(images/divider_sm.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
#explore_button {
	background-image: url(images/btn_learnmore.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 32px;
	line-height: 32px;
	width: 211px;
	text-align: center;
	margin-left: 15px;
	margin-bottom: 15px;
}
#explore_button a {
	color: #ffffff;
}
#network {
	background-image: url(images/bg_network.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	border-top: #e2e2e1 1px solid;
	border-bottom: #e2e2e1 1px solid;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer_container {
	margin-top: 10px;
	background-color: #ffffff;
	padding: 15px 18px 15px 18px;
	margin-bottom: 20px;
}
#footer_container ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0px 0px 0px 0px;
	padding-left: 20px;
	padding-top: 12px;
	float: left;
}
#footer_container li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#footer_container li a {
	color: #666666;
	font-size: 11px;
	text-decoration: underline;
}
#footer_container a:hover, #footer_container a.on {
	text-decoration: none;
}
#footer_left 
{
	float: left;
	width: 372px;
}
#footer_left h2 
{
	background-image: url(images/arrow_white.gif);
	background-position: 15px 0px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #e0e0df;
	padding-left: 30px;
}
.newslisting 
{
	padding-left: 30px;
	padding-right: 50px;
}
.readmorelink 
{
	font-size: 10px;
	color: #007da4;
	text-transform: uppercase;
}
/*  inside pages  */
#inside_image_container {
	height: 161px;
}
#inside_image_container img 
{
}
#page_title {
	top: 75px;
	left: 621px;
	position: absolute;
	width: 250px;
	text-align: center;
}
#content_container_rpt {
	/*
	background-image: url(images/inside_content_rpt.jpg);
	background-repeat: repeat-y;
	background-position: top left;
*/
	background-color: #ffffff;
	padding-top: 45px;
}
#content_container_btm 
{
	background-image: url(images/inside_content_btm.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	min-height: 519px;
	padding-bottom: 50px;
	padding-right: 45px;
}
#breadcrumbs 
{
	height: 48px;
	line-height: 48px;
	background-color: #fafaf7;
	padding-left: 30px;
	color: #999999;
}
#breadcrumbs a {
	font-size: 11px;
	color: #999999;
}
#breadcrumbs a:hover, #breadcrumbs a.on {
	color: #000000;
	text-decoration: none;
}
#subnav {
	/*
border-left: #d6cdab solid 1px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-left: 25px;
*/
	float: left;
	width: 260px;
}
#subnav ul {
	list-style: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px 0px 0px 30px;
}
#subnav li {
	margin-bottom: 2px;
	padding: 0px;
	padding-bottom: 7px;
}
#subnav li a {
	background-image: url(images/bg_subnav.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	display: block;
	color: #707070;
	padding-left: 18px;
}
#subnav li a:hover, #subnav li a.on {
	background-image: url(images/bg_subnav_on.gif);
	color: #0095c3;
	text-decoration: none;
}
#subnav li.subnavddon li a 
{
	background-image: url(images/bg_subnav_dn_on.jpg);	
}
#subnav li.subnavddon li a 
{
	background-image: none;
}
#subnav ul ul
{
	padding: 5px 0px 0px 28px;
	display: none;
}
#subnav li.subnavddon ul
{
	display: block;
}
#subnav li li {
	margin-bottom: 2px;
	padding: 0px;
	padding-bottom: 3px;
}
#subnav li li a
{
	background-image: none;
	font-weight: normal;
	padding-left: 0px;
}
#subnav li li a.on
{
	color: #0095c3;
}
#subnav li li a:hover
{
	background-image: none;

}
#content {
	float: right;
	width: 624px;
}
#content_title {
	border-bottom: #e2e2e2 solid 1px;
	padding-bottom: 8px;
	margin-bottom: 15px;
}
#content h1 
{
	
}
#content h2
{
	clear: both;
	font-size: 15px;
	margin: 0px;
	padding: 0px 0px 8px 0px;
}
#content h3
{
	font-size: 13px;
	margin: 0px;
	padding: 0px 0px 3px 0px;
}
#content p.intro {
	font-size: 16px;
	line-height: 23px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #000000;
	font-weight: bold;
}
#content_padd 
{
	padding-right: 80px;
	padding-bottom: 50px;
}
#icons {
	float: right;
	padding-top: 18px;
	padding-right: 20px;
}
.formlabel {
	line-height: 17px;
	font-weight: normal;
	white-space: nowrap;
	padding-right: 15px;
	vertical-align: top;
}
.formlabel_error {
	color: #ff0000;
	line-height: 17px;
	font-weight: normal;
	white-space: nowrap;
	padding-right: 15px;
	vertical-align: top;
}
.formright {
	width: 99%;
	padding-bottom: 6px;
}
.formright textarea, .formright input, .formright select {
	background-color: #ffffff;
	border: 1px solid #999999;
	color: #333333;
	width: 190px;
	padding: 3px;
	margin-bottom: 3px;
	font-size: 11px;
}
.formright textarea {
	height: 100px;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.formright select {
	height: 25px;
	width: 197px;
}
.formright input.inputbutton {
	font-family: Arial, Helvetica, sans-serif;
	width: 75px;
	font-size: 11px;
	height: 24px;
	line-height: 14px;
	background-color: #0095c3;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
	border: 1px solid #0095c3;
	margin-right: 2px;
}
.formright input.inputbutton:hover {
	background-color: #ffffff;
	color: #0095c3;
	border: 1px solid #0095c3;
}
.formright .radiostyle input {
	width: 15px;
	line-height: 17px;
	height: 17px;
	border: none;
	margin-right: 2px;
	margin-top: 2px;
}
.error {
	color: #ff0000;
}
.required {
	font-size: 11px;
	font-style: italic;
}
.biopic 
{
	float: right;
	padding: 2px;
	margin-left: 20px;
	margin-bottom: 10px;
	border: solid 1px #efefef;
}

a.linkbutton
{
	font-family: Arial, Helvetica, sans-serif;
	width: 75px;
	font-size: 11px;
	height: 24px;
	line-height: 24px;
	background-color: #0095c3;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
	border: 1px solid #0095c3;
	display: block;
	float: left;
	padding: 0px 10px 0px 10px;
	text-align: center;
}

a.linkbutton:hover 
{
	background-color: #ffffff;
	color: #0095c3;
	border: 1px solid #0095c3;
	text-decoration: none;
}

#map_insert div.tabRow { 
	border-style: solid; 
	border-color: #f63; 
	border-width: 0px 0px 1px 0px; 
	font-size: 12px; 
	padding: 0 0 8px 2px; 
	margin: 0 0 8px 0;
	text-align: left; 
	width: 100%; 
}

#map_insert h1 {
	font-size: 18px;
	font-weight: bold;
}

#map_insert h2 {
	font-size: 16px;
	font-weight: bold;
}

#map_insert h3 {
	font-size: 14px;
	font-weight: bold;
}

#map_insert a {
	color: #0099CC;
	text-decoration: none;
}

#map_insert a:hover {
	text-decoration: underline;
}

#map_insert #legend {
	width: 650px;
}

#map_insert #locationlist {
	width: 650px;
	padding: 10px 0px 10px 0px;
	/*border: 1px solid #333333;*/
}
#map_insert .statelocs {
	padding-bottom: 10px;
	border-bottom: 1px solid #333333;
}
#footer_right 
{
	float: right;
}
#footer_right div
{
	text-align: right;
	padding-bottom: 8px;
}
#footer_right ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#footer_right li
{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #8e8e8e;
	line-height: 10px;
	font-size: 10px;
	line-height: 12px;
}
#footer_right li#right 
{
	padding-right: 0px;
	border-right: 0px;
}
#footer_right a
{
	color: #666666;
	line-height: 10px;
	text-decoration: none;
}
#footer_right a:hover
{
	color: #333333;
}
#subnav_module 
{
	
	padding: 0px 6px 0px 6px;
	margin-top: 20px;
	margin-left: 22px;
}
#subnav_module h2
{
	border-top: 1px solid #e2e2e2;
	padding: 5px 10px 10px 0px;
	margin: 0px;
}
#subnav_module p 
{
	color: #666666;
	font-size: 12px;
	line-height: 16px;
	padding: 0px;
	margin: 0px;
}
.underline 
{
	text-decoration: underline;
}
table 
{
	margin-bottom: 10px;
}
td 
{
	border-bottom: 1px solid #cccccc;
	padding-top: 5px;
	line-height: 18px;
}
.newsdate 
{
	width: 15%;
	font-size: 12px;
	color: #666666;
}
.date 
{
	color: #666666;
}
.newslistings 
{
	width: 85%;
}
#content_padd img 
{
	float: right;
	margin-left: 30px;
	border: 1px solid #c4c4c4;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	padding: 5px;
}


