/*** Default CSS - should be used on every page ***/


/* ------ GLOBAL ELEMENTS -------- */

html {
  
}

body {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-color: #667078;
	line-height: 130%;
}

p, div {
        font-size:12px;
}

img {
    display:block;
}

a img {
	border: none;
}

a:link {
	color: #256481;
}    /* unvisited link */

a:visited {
	text-decoration: none;
	color: #256481;
}  /* visited link */

a:hover {
	text-decoration: underline;
	color: #0b3c53;
}   /* mouse over link */

a:active {
	color: #418971;
}   /* selected link */

ol {
	padding:0;
	margin:0 0 0 20px;
}

ul {
	padding:0;
	margin:0;
    font-size:12px;
	list-style: none;
	line-height: 1.5;
}

ul li {
	list-style: none;
    font-size:12px;
	margin: 0; 
	padding: 0 0 0 15px;
	background: url(../img/bullet1.gif) 0 0.3em no-repeat;
}

ul a:link {
	text-decoration: none;
	color: #256481;
}    /* unvisited link */

ul a:visited {
	text-decoration: none;
	color: #256481;
}  /* visited link */

ul a:hover {
	text-decoration: underline;
	color: #0b3c53;
}   /* mouse over link */

ul a:active {
	text-decoration: none;
	color: #418971;
}   /* selected link */

hr {
	border: 0;
	width: 90%;
	border-bottom: 1px dotted #256481; 
	margin-bottom: 12px; 
	padding-top: 4px; 
	height: 0;
}

h1 { 
	font-size:24px;
	margin: 0 0 5px 0;
	padding: 0 0 15px 0; 
}

h2 { 
	font-size:18px;
    font-weight:normal;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0; 
}

h3 { 
	font-size:14px;
	margin: 0 0 5px 0;
    color: #256481;
}

h4 { 
	font-size:13px;
	margin: 0 0 5px 0; 
}

h2 span{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
}

strong {
    color: #256481;
    font-size:12px;
}

table {
	vertical-align: top;
    padding:0;
    margin:0;
}

table tr th {
	font-size:15px;
	text-align: left;
}

table tr td {
	vertical-align: top;
    padding:0;
    margin:0;
}

form  {
	margin:0;
	padding:0;
}

form input {
	font-size:12px;
}

input.btn {
  color:#fff;
  font-size:12px;
  background-color:#6b7982;
  border:1px solid;
  border-color: #999 #333 #666 #999;
}


/* ------ CLASSES -------- */

/*
.bullets_2col {
	float: left;
	width:50%;
}*/

.floatleft {
	float: left;
	padding: 4px 20px 10px 0;
}

.floatright {
	float: right;
	padding: 4px 0 10px 20px;
}

.floatleft_col {
	float: left;
	width:50%;
	padding: 4px 20px 0 0;
	margin:0;
	vertical-align:top;
}

.clear {
	clear: both;
}

.clear_left {
	clear: left;
}

.double-space {
	padding-bottom:17px;
}

.search_term {
	color:#418971;
	/*background-color:#fff;*/
	font-weight:bold;
}

.search_box_wide {
	width:420px;
}

.description {
	color:#666;
}

.faq {
	padding: 20px;
	margin:0 0 10px 0;
	border: 1px solid #dfe9f2;
	background:#fff;
}

.faq hr {
	border: 0;
	width: 100%;
	border-bottom: 1px dotted #ccc; 
	margin-bottom: 12px; 
	padding-top: 4px; 
	height: 0;
}

.faq ul li {
	padding: 0 0 3px 15px;
}

ul.faq_topic {
	font-size:14px;
	font-weight: bold;
	padding:0;
	margin:0;
	list-style: none;
}

ul.faq_topic li {
	list-style: none; 
	margin: 0; 
	padding: 0 0 3px 15px;
	background: url(../img/bullet2.gif) 0 0.2em no-repeat;
}

.faq li.faq_q {
	/*color:#256481;*/
	color:#333;
	font-weight:bold;
	list-style: none; 
	margin: 0 0 7px 0; 
	padding: 0 0 2px 25px;
	background: url(../img/bullet_q.gif) 0 0.0em no-repeat;
}

.faq li.faq_a {
	list-style: none; 
	margin: 0; 
	padding: 0 0 2px 25px;
	background:none;
	/*background: url(../img/bullet_a.gif) 0 0.0em no-repeat;*/
}

.staff_listing {
	margin-bottom:30px;
}
.staff_listing table tr td{
	padding-top:15px;
}

/* CSS Buttons */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

a.squarebutton {
	background: transparent url('../img/square-gray-left.gif') no-repeat top left;
	display: block;
	float: right;
	font: normal 11px Arial;
	/*font-variant: small-caps;*/
	line-height: 11px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 19px) */
	height: 19px; /* Height of button background height */
	padding-left: 9px; /* Width of left menu image */
	margin-right: 4px;
	text-decoration: none;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton {
	color: #fff; /*button text color*/
}

a.squarebutton span {
	background: transparent url('../img/square-gray-right.gif') no-repeat top right;
	display: block;
	padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton:hover { /* Hover state CSS */
	background-position: bottom left;
}

a.squarebutton:hover span { /* Hover state CSS */
	background-position: bottom right;
	color:#fff;
}

.buttonwrapper { /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	/* float:right; */
}

/* CSS Tabs */

a.tab {
	background: transparent url('../img/tab-left.gif') no-repeat bottom left;
	display: block;
	float: right;
	font: normal 12px Arial;
	font-variant: small-caps;
	line-height: 13px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 19px) */
	height: 21px; /* Height of button background height */
	padding-left: 13px; /* Width of left menu image */
	margin-right: 4px;
	text-decoration: none;
}

a:link.tab, a:visited.tab, a:active.tab {
	color: #fff; /*button text color*/
}

a.tab span {
	background: transparent url('../img/tab-right.gif') no-repeat bottom right;
	display: block;
	padding: 4px 13px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.tab:hover { /* Hover state CSS */
	background-position: top left;
}

a.tab:hover span { /* Hover state CSS */
	background-position: top right;
	color:#fff;
}

/* ------ IDS -------- */

#container {
	width: 960px;
	margin: 10px auto;
	background-color: #fafafa;
	background-image: url(../img/content_bg2.jpg);
	background-repeat: repeat-y;
	color: #000;
	border: 1px solid #666;
}

#header {
	padding: 0;
	margin:0;
	background-color: #ddd;
}

#center {
	width: 440px;
	/*margin-left: 270px;
	margin-right: 200px;*/
	padding: 20px 10px 20px 20px;
}

#center_wide {
	width: 630px;
	padding: 20px 0 20px 10px;
}

#search_results {

}

#center h1, #center_wide h1 { 
	padding: 0 0 15px 0; 
}

#left {
	float: left;
	width: 170px;
	margin: 0;
	padding: 20px;
	color:#0b3c53;
    display:inline;
	/* background-color: #cbddeb; */
}

#left h1, #left h2, #left h3, #left h4 {
	color:#256481;
}

#center p, #center_wide p, #left p, #right p { 
	margin: 0 0 10px 0; 
}



#right {
	float: right;
	width: 180px;
	margin: 0;
	padding: 20px 20px 0 0;
	display:inline;
}

#footer {
  clear: both;
  margin: 0;
  padding: 5px 5px 5px 10px;
  color: #333;
  border-top: 1px solid #fff;
  background-color: #dddee0;
  height:40px;
}

#footer_links {
	float:left;
	margin:13px 0 0 70px;
}
#footer_links a {
	padding:0 8px 0 0;
}

#footer_links a:link {
	color: #256481;
}    /* unvisited link */

#footer_links a:visited {
	text-decoration: none;
	color: #256481;
}  /* visited link */

#footer_links a:hover {
	text-decoration: underline;
	color: #0b3c53;
}   /* mouse over link */

#footer_links a:active {
	color: #418971;
}

#copyright {
	color:#fff;
	font-size:11px;
	text-align:center;
	padding:0 8px 0 0;
}

#copyright a{
	color:#fff;
}
#non-promo {
    float:left;
    height:179px;
	width:237px;
    background-image: url(../img/bg_sub_left.jpg);
    display: inline;
}

#promo {
    float:left;
    height:293px;
    width:167px;
    padding:0px 0px 0px 70px;
    background-image: url(../img/bg_home_left.jpg);
    display: inline;
}

#promo div {
    margin:0;
    padding:2px 0 0 2px;
}

#topnav {
	color:#EAEAEA;
	background-image: url(../img/topnav_bg.jpg);
	background-repeat: no-repeat;
    width:723px;
	height: 27px !important;
    height: 30px;
	padding-top:3px;
	padding-right:2px;
}

#topnav form {
	margin:0;
	padding:0;
}

#topnav form input {
	margin:0;
	padding:0;
	float:right;
}

#flashcontent {
	height: 263px;
    width:723px;
    display:block;
}

#tabs { 
	color:#EAEAEA;
	background-image: url(../img/tabs_bg1.jpg);
	background-repeat: no-repeat;
	background-color: #393939;
	height: 21px;
    width:723px;
    display:inline;
}

#leftnav {
	/*background-color: #fff;*/
}

#leftnav ul {
	font-size:14px;
	font-weight: bold;
	padding:0;
	margin:0;
	list-style: none;
	line-height: 1.2;
} /* first level*/

#leftnav ul li {
	list-style: none;
	margin:0;
	padding:2px 0 2px 0;
	background:#cbddeb;
} /* first level*/

#leftnav ul ul {
	font-size:12px;
	font-weight: bold;
	list-style: none;
	padding:1px 0 5px 2px;
} /* second level*/

#leftnav ul ul li {
	list-style: none; 
	margin: 0; 
	padding: 2px 0 2px 15px;
	background: url(../img/bullet4.gif) 0 0.6em no-repeat;
}

#leftnav ul ul ul{
	font-size:11px;
	font-weight: normal;
	padding:1px 0 5px 14px;
	#padding:1px 0 5px 0;
	list-style: none;
} /* third level*/

#leftnav ul ul ul li {
	list-style: none; 
	margin: 0; 
	padding: 2px 0 0 2px;
	background:#cbddeb;
	/*background: url(../img/bullet4.gif) 0 0.4em no-repeat;*/
}

#leftnav ul ul ul ul{
	font-weight: normal;
	padding:2px 0 4px 0;
	border:none;
	list-style: none;
} /* fourth level*/

#leftnav ul ul ul ul li {
	list-style: none; 
	margin: 0; 
	padding: 0 0 0 15px;
	background: url(../img/bullet5.gif) 0 0.4em no-repeat;
}

#leftnav ul ul ul ul ul{
	font-weight: normal;
	list-style: none;
	border: none;
	background:#cbddeb;
	padding:2px 0 4px 14px;
	#padding:2px 0 4px 0;
} /* fifth level*/

#leftnav ul ul ul ul ul li {
	list-style: none; 
	margin: 0; 
	padding: 0 0 0 2px;
	background:#cbddeb;
}

#leftnav .active {
	/*background-color: #fff;*/
	list-style: none; 
	margin: 0; 
	padding: 0 0 0 16px;
	background: url(../img/bullet6.gif) 0 0.15em no-repeat;
}

#leftnav .active a {
	font-weight: bold;
	color:#418971;
}


#advanced_search {
	margin: 10px 0 0 0; 
	padding: 10px;
	border: 2px solid #fff;
	background:#dfe9f2;
}

#advanced_search h1, #advanced_search h2, #advanced_search h3, #advanced_search h4 {
	color:#256481;
}

#advanced_search label{
	color:#256481;
	margin: 0 8px 0 0;
	vertical-align: 15%;
}

#search_results {
	padding: 20px;
	border: 1px solid #dfe9f2;
	background:#fff;
}

.level_1 {
	font-size:13px;
	font-weight: bold;
    padding:0;
	margin:2px 0 4px 0;
    text-decoration:underline;
}

.level_2 {
	font-size:12px;
	font-weight: bold;
	margin:1px 0 2px 7px;
    
}

.level_3 {
	font-size:12px;
	font-weight: normal;
	margin:0 0 2px 15px;
}

.level_4 {
    font-size:11px;
	font-weight: normal;
	margin:0 0 2px 18px;
    padding:0 0 0 12px;
    background: url(../img/bullet4.gif) 0 0.4em no-repeat;
}

.level_5 {
    font-size:11px;
	font-weight: normal;
	margin:0 0 2px 30px;
    padding:0 0 0 12px;
    background: url(../img/bullet5.gif) 0 0.4em no-repeat;
}

.level_1 a:link, .level_2 a:link, .level_3 a:link, .level_4 a:link, .level_5 a:link {
	color: #256481;
    text-decoration:none;
}    /* unvisited link */

.level_1 a:visited, .level_2 a:visited, .level_3 a:visited, .level_4 a:visited, .level_5 a:visited {
	text-decoration: none;
	color: #256481;
}  /* visited link */

.level_1 a:hover, .level_2 a:hover, .level_3 a:hover, .level_4 a:hover, .level_5 a:hover {
	text-decoration: underline;
	color: #0b3c53;
}   /* mouse over link */

.level_1 a:active, .level_2 a:active, .level_3 a:active, .level_4 a:active, .level_5 a:active {
	color: #418971;
     text-decoration:none;
}   /* selected link */

#listnav {
	/*background-color: #fff;*/
	padding-bottom:20px;
}

#listnav ul {
	font-size:13px;
	font-weight: bold;
	padding:0;
	margin:0;
	list-style: none;
} /* first level*/

#listnav ul li {
	list-style: none;
	margin:0;
	padding:2px 0 2px 0;
	background:#f0f0f0;
} /* first level*/

#listnav ul ul {
	font-size:11px;
	font-weight: bold;
	list-style: none;
	padding:1px 0 5px 2px;
} /* second level*/

#listnav ul ul li {
	list-style: none;
	margin: 0;
	padding: 2px 0 2px 15px;
	background: url(../_img/bullet4.gif) 0 0.6em no-repeat;
}

#listnav ul ul ul{
	font-size:11px;
	font-weight: normal;
	padding:1px 0 5px 14px;
	#padding:1px 0 5px 0;
	list-style: none;
} /* third level*/

#listnav ul ul ul li {
	list-style: none;
	margin: 0;
	padding: 2px 0 0 2px;
	background:#f0f0f0;
	/*background: url(../_img/bullet4.gif) 0 0.4em no-repeat;*/
}

#listnav ul ul ul ul{
	font-weight: normal;
	padding:2px 0 4px 0;
	border:none;
	list-style: none;
} /* fourth level*/

#listnav ul ul ul ul li {
	list-style: none;
	margin: 0;
	padding: 0 0 0 15px;
	background: url(../_img/bullet5.gif) 0 0.4em no-repeat;
}

#listnav ul ul ul ul ul{
	font-weight: normal;
	list-style: none;
	border: none;
	background:#f0f0f0;
	padding:2px 0 4px 14px;
	#padding:2px 0 4px 0;
} /* fifth level*/

#listnav ul ul ul ul ul li {
	list-style: none;
	margin: 0;
	padding: 0 0 0 2px;
	background:#f0f0f0;
}

#listnav .active {
	/*background-color: #fff;*/
	list-style: none;
	margin: 0;
	padding: 0 0 0 16px;
	background: url(../_img/bullet6.gif) 0 0.15em no-repeat;
}

#map {
	padding: 20px;
	border: 1px solid #dfe9f2;
	/*border-top:5px solid #75848e;*/
	background:#fff;
	height:335px;
}

#map ul {
    width: 150px;
    float:left;
}

#map ul li {
    padding:0;
    list-style: none;
    background:none;
}

#security_alert {
	width: 140px;
	border: 1px solid #f00;
	background-color: #fff;
    padding:10px;
	margin-top: 10px;
}

#security_alert .header {
	width: 160px;
	text-align: center;
    padding-bottom:10px;
    color:#F00;
}

#security_alert .title{
	font-weight: bold;
	text-align: center;
	padding-bottom: 5px;
}

#security_alert .brief{
    font-size:12px;
}

.error_box {
	background: transparent url('../img/error-bgd.gif') repeat-y top left;
	width: 158px;
}

.error_box div{
	font-weight: bold;
	padding: 0px 10px 0px 10px;
}


#locator {
	background: transparent url('../img/error-bgd.gif') repeat-y top left;
	width: 158px;
    
}

#locator .locator_txt {
	padding: 5px 4px 0px 15px;
    font-size:12px;
}

#locator input {
	margin: 2px 2px 0px 15px;
}
.glossaryNav {
	padding: 5px;
	height:15px;
	border: 1px solid #dfe9f2;
	background:#fff;
}

.glossaryNav span {
	font-size:14px;
	/*float:left;*/
	margin: 0;
	padding: 0 0 0 10px;
	/*background: url(../_img/bullet1.gif) 0 0.3em no-repeat;*/
}

.letterContainer ul{
	padding:0;
	margin:0;
	list-style: none;
}

.letterContainer ul li {
	list-style: none;
	margin: 0;
	padding: 0 0 10px 0;
	background:none;
}

.glossary_term {
	font-size:13px;
	font-weight:bold;
	color:#256481;
}

.glossaryNav span a.inActive:link, .glossaryNav span a.inActive:hover, .glossaryNav span a.inActive:visited {
	color:#CCC;
    text-decoration:none;
}

.glossaryNav span a.active:link, .glossaryNav span a.active:hover, .glossaryNav span a.active:visited {
    text-decoration:none;
}

.letter {
    font-size:18px;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}

.generalContent table {
	vertical-align: top;
    padding: 5px;
	border-style: solid;
	border-color: #dfe9f2;
	border: 1px solid #dfe9f2;
	background:#fff;
}

.generalContent table td {
	vertical-align: top;
    padding: 0 5px 0 5px;
}

.basicP {
    margin:0 0 15px 0;
}

.basicP h3 {
    color: #256481;
}

.securityBulletin {
    margin:0 0 15px 0;
    
}

.securityBulletin h3 {
    color: #256481;
    font-size:13px;
    font-weight:normal;
}


/* FORMS */

p.required {
    font-weight: bold;
    color:#256481;
}

form fieldset {
    clear: both;
    /*background:#FFF;*/
    border:none;
    border-bottom:2px dotted #cbddeb;
    margin:0 0 10px 0;
    padding:10px;
}

form fieldset h2 {
    margin:0 0 10px 0;
    padding:0;
    font-size: 16px;
    color: #256481;
    font-weight: bold;
}

input, select, textarea {
    font-family:Arial,Helvetica,sans-serif;
	font-size: 12px;
    color:#333;
}

textarea {
    overflow: auto;
    width: 250px;
}

form div label span{
    clear:both;
    display: block;
    float: left;
    width: 110px;
    padding: 3px 5px;
    margin: 0 0 5px 0;
    text-align: right;
}

form div label input{
    width: auto;
    padding: 3px 5px;
    margin: 0 0 5px 0;
}

.button-wrapper input {
    margin:20px 0 0 120px;
    width: auto;
}

.staffWrapper {

}

.staffWrapper table {
	vertical-align: top;
    margin:0 0 15px 0;
    line-height: 120%;
}

.staffWrapper table td {
	vertical-align: top;
    padding: 0 10px 0 0;
    font-size:11px;
}

.staffTitle {
	font-weight:bold;
    color: #256481;
    font-size:11px;
}

.staffName {
	font-weight:bold;
    font-size:13px;
}

/*** Default CSS - should be used on every page ***/

.date {
	padding: 0 2px 0 2px;
	font-size:11px;
}

/* ------ IDs-------- */

#news {
	padding: 20px;
	border: 1px solid #dfe9f2;
	/*border-top:5px solid #75848e;*/
	background:#fff;
}

#tab_subnav {
	margin:20px 0 0 0;
}



/* ------ CLASSES -------- */

/* CSS Tabs */

#tab_subnav a.tab {
	background: transparent url('../img/subnav_tab-left.gif') no-repeat bottom left;
	display: block;
	float: left;
	font: normal 12px Arial;
	font-variant: small-caps;
	line-height: 13px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 19px) */
	height: 21px; /* Height of button background height */
	padding-left: 13px; /* Width of left menu image */
	margin-right: 2px;
	text-decoration: none;
}

#tab_subnav a:link.tab, a:visited.tab, a:active.tab {
	color: #fff; /*button text color*/
}

#tab_subnav a.tab span {
	background: transparent url('../img/subnav_tab-right.gif') no-repeat bottom right;
	display: block;
	padding: 4px 13px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

#tab_subnav a.tab:hover { /* Hover state CSS */
	background-position: top left;
}

#tab_subnav a.tab:hover span { /* Hover state CSS */
	background-position: top right;
	color:#fff;
}

.CookieTrail {
	padding-bottom: 5px;
}

.CookieTrail span{
	font: normal 10px Arial;
	color: #256481;
}

