@charset "UTF-8";
/* CSS Document */

* {
	color: #666666;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.textpad {
	padding: 10px;
}

html, body {
	min-height: 100%;
	height: auto;
	background-color: #E9F6FE;
	height: 100%;
}

body {
	text-align: center;
	font-family: "Gill Sans", Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	vertical-align: middle;
}

.subheader {
	font-size: 14px;
	font-weight: bold;
	color: #26528f;
	text-align: left;
}

/*----------------BLOCK STYLES----------------*/

.block {
	background-image: url(images/block_repeat.jpg);
	background-repeat: repeat-y;
	width: 266px;
	margin: 0px auto;
	text-align: left;
	line-height: 16px;
}

.block div {
	padding: 15px 15px 0px 15px;
}

.block div a:hover {
	text-decoration: underline;
	color: #26528F;
}

.block_500 {
	background-image: url(../images/block_repeat_500.jpg); 
	background-repeat: repeat-y; 
	width: 500px; 
	margin: 0px auto; 
	text-align: left; 
	line-height: 16px;
}

.block_500 div {
	padding: 10px 15px 0px 15px;
}

.block_large {
	background-image: url(../images/block_repeat_715.jpg); 
	background-repeat: repeat-y; 
	width: 715px; 
	margin: 0px auto; 
	text-align: left; 
	line-height: 16px;
}

.block_large div {
	padding: 10px 15px 0px 15px;
}

.block_large div a:hover {
	text-decoration: underline;
}

.block_large div ol li {
	margin-left: 25px;
	font-weight: bold;
}

.block_large div ol li p{
	font-weight: normal;
}

.block_large td {
	 padding-bottom: 15px;
}

.block_small {
	background-image: url(../images/block_repeat_150.jpg); 
	background-repeat: repeat-y; 
	width: 150px; 
	margin: 0px auto; 
	text-align: left; 
	line-height: 16px;
}

.block_small div {
	padding: 10px 15px 0px 12px;
}

.block_footer {
	background-image: url(images/block_footer.jpg);
	width: 266px;
	height: 27px;
	margin: 0px auto;
	text-align: right;
}

.block_footer a {
	font-size: 12px;
}

.block_footerlarge {
	background-image: url(../images/block_footer_715.jpg); 
	background-repeat: no-repeat;
	width: 715px; 
	height: 22px;
	margin: 0px auto; 
	text-align: right;
}

.block_footer_500 {
	background-image: url(../images/block_footer_large.jpg); 
	width: 500px; 
	height: 27px;
	margin: 0px auto; 
	text-align: right;
}

.block_footersmall {
	background-image: url(../images/block_footer_150.jpg); 
	width: 150px; 
	height: 27px;
	margin: 0px auto; 
	text-align: right;
}

.block_footer div{
	padding: 5px 15px;	
	font-size: 10px;
}

.block_footer a{
	color: #26528f;
	font-weight: bold;
}

.block_footer a:hover{
	color: #6ab9e0;
}

.tour_right {
	padding: 10px 15px 0px 0px;
	height: 25px;
	float: right;
	width: 180px;
	text-align: right;
}

.tour_left {
	padding: 10px 0px 0px 8px;
	height: 25px;
	text-align: left;
	float: left;
	color: #13558f;
	font-size: 22px;
}

.tour_center {
	height: 25px;
	text-align: center;
	float: left;
	color: #13558f;
	font-size: 22px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
}

#register label {
	margin-left: 100px;
}

/*----------------SIDEBAR STYLES----------------*/

.sidebar {
	font-size: 12px;
}

.sidebar a:hover {
	text-decoration: underline;
}


/*----------------BODY STYLES----------------*/

#body {
	width: 900px;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
	text-align: justify;
}

#body a {
	text-decoration: underline;
}

#body a:hover {
	text-decoration: none;
	color: #215786;
}

#body_index {
	width: 900px;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
	text-align: justify;
}

#wrapper {
	width: 920px;
	background-color: #FFFFFF;
	background-image: url(../images/body_background.jpg);
	background-repeat: repeat;
	margin: 0px auto;
	overflow: hidden;
}


/*----------------FOOTER STYLES----------------*/

#footer {
	clear: both;
	width: 920px;
	background-image: url(../images/body_background.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	height: 40px;
	margin: 0px auto;
	border-top: 1px solid #666666;
}

#footer a img{
	border: 0px;
	padding-left: 10px;
}

#footer a:hover {
	text-decoration: underline;
}


/*----------------HEADER STYLES----------------*/

#header {
	width: 900px;
	margin: 0px auto;
}

#header_background {
	width: 100%;
	height: 98px;
	background-image: url(images/header.jpg);
	background-repeat: repeat-x;
}


/*----------------LOGIN STYLES----------------*/

#login {
	clear: both;
	height: 36px;
	margin: 0px 15px 0px 15px;
	width: 900px;
	text-align: right;
}

#login form label{
	color: #AAAAAA;
	font-size: 12px;
}


/*----------------NAVIGATION STYLES----------------*/

#nav {
	width: 200px;
	float: left;
	font-size: 14px;
}

#nav ul {
	list-style-type: disc;
	padding-left: 35px;
}

#nav a {
	text-decoration: none;
}

#nav a:hover {
	text-decoration: underline;
	color: #26528f;
}

#nav2 {
	width: 145px;
	float: left;
	font-size: 14px;
	text-align: left;
}

#nav2 ul {
	list-style-type: disc;
	padding-left: 35px;
}

#nav2 a {
	text-decoration: none;
}

#nav2 a:hover, a:active {
	text-decoration: underline;
	color: #26528f;
}

/*----------------RSS NEWS STYLES----------------*/

#news {
	margin: 50px 15px 0px 15px;
}

#pscroller1 {
	width: 175px;
	height: 390px;
	margin: 70px 30px 0px 15px;
	text-align: left;
}

.rssclass .rsstitle {
	font-weight: bold;
}

.rssclass .rssdate {
	color: gray;
	font-size: 85%;
}

.rssclass a {
	text-decoration: none;
}

/*----------------TAB STLES----------------*/

.anchors {
    list-style: none;
    margin:0 0 0 10px;
	float:left;
 	width:100%;
	font-size: 12px;
}

.anchors li {
    float: left;
	display: inline;
    margin: 0 1px 0 0;
}

.anchors .on a, .anchors .on a:hover, .anchor, .anchors a:focus, .anchors a:active {
	background-position:0% -42px;
	background-color: #bbd6e1;
	color: #13558f;
	outline: none; /* @ Firefox 1.5, remove ugly dotted border */
	overflow:hidden;
}

.anchors .on a span, .anchors .on a:hover span, .anchor span, .anchors a:focus span, .anchors a:active span {
	background-position:100% -42px;
	background-color: #bbd6e1;
	color: #13558f;
	outline: none; /* @ Firefox 1.5, remove ugly dotted border */
	overflow:hidden;
}

.anchors a {
	float:left;
     background:url(../images/tableftF.gif) no-repeat left top;
	 background-color: #215786;
     margin:0;
     padding:0 0 0 8px;
}

.anchors a span {
      float:left;
      display:block;
      background:url(../images/tabrightF.gif) no-repeat right top;
	  background-color: #215786;
      padding:5px 10px 4px 0px;
      color: #FFFFFF;
      }

.anchors a:hover{
	background-position:0% -42px;
	background-color: #bbd6e1;
	color:#13558f;
}

.anchors a:hover span {
	background-position:100% -42px;
	background-color: #bbd6e1;
    color:#13558f;
}

.anchors_selected a {
	background-position:0% -42px;
	background-color: #bbd6e1;
	color:#13558f;
}

.anchors_selected a span {
	background-position:100% -42px;
	background-color: #bbd6e1;
    color:#13558f;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.anchors a span {float:none;}
    /* End IE5-Mac hack */

.anchors a:hover, .anchors a:focus, .anchors a:active {
    cursor: pointer;
}

.anchor {
	clear:both; 
	margin-bottom:20px;
	width:100%;
	background-image: url(../images/block_repeat_670.jpg);
	background-repeat: repeat-y;
	text-align:left;
}

.anchor span {
	background-color: transparent;
}

.anchor p {
	text-align:left;
}

.anchor .subheader {
	font-weight: normal;
	font-size: 12px;
	text-align: right; 
	padding-right: 20px; 
	padding-top: 10px;
}

.anchor .subheader a {
	font-size: 12px;
	color: #26528f;
	text-align: left;
	text-decoration: none;
}

#container-3 {
	float: left;
	margin: 65px 0px 0px 30px;
	width: 670px;
}

/*-----------------TOOLTIP STYLES-----------------------*/

.addToolTip {
	text-decoration: underline;
}

#theToolTip{
position: absolute;
left: -300px;
width: 200px;
border: 2px solid #C0C09F;
padding: 6px 0px 0px 10px;
background-color: #FFFFCC;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,strength=4);
}

#ToolTipPointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

#theToolTip p{
font-size: 1.1em;
color: #333333;
line-height:1.4em;
margin-right:10px;
margin-top:0;
margin-bottom: 5px;
}

/*------------------------TOUR STYLES------------------------*/
#tour {
	margin: 80px 25px 0px 25px; 
	font-size: 16px;
}

#tour li {	
	margin-left: 20px;
}

#tour #subheader {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 30px;
	text-align: left;
}

/*------------------------FAQ STYLES------------------------*/
.faq_menu li{
	padding-bottom: 10px;
}

/*------------------------LEGAL STYLES------------------------*/
#legal_nav {
	padding: 0px;
}

#legal_nav li{
	list-style: none;
}

#legal_nav a:hover {
	color: #26528f;
}
