/* main css stylesheet for external sites.  this stylesheet should include
layout information and a default text style only */

@import url('tableStyle.css');

body {
	width: 980px;
	background-color: #ffffff;
	padding: 0;
	margin: 0;
}

/* default font style for text */
body {
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #666666;
}

a {text-decoration:none; color: red; }
a:hover {text-decoration:underline;}
.spaceA {
	height: 3px;
	overflow: hidden;
	width:0px;
	padding: 0;
	margin: 0;
}

a img {border: none;}

form {margin-bottom: 0;}

.smallFont { 
	font-size: 7pt;
	font-style: normal;
}

/* html { position: absolute; /* Needed for Safari */
	 /*  width: 100%;  height:100%; } */

#header_container {
	height: 82px;
	background-color: #ffffff;
	padding-left: 26px;
	width: 980px;
}
#header_logo_container {
	width: 718px;
	text-align: right;
	float: left;
}
#header_logo_container .logospace {
	border: 0px;
	padding-top: 5px;
}
#header_logo_container .dateText {
	font-family: arial, geneva, sans-serif;
	text-align: right;
	font-size: 10px;
	color: #666666;
	padding: 55px 0 0 0;
}
#header_logo_container .dateText b {font-weight: bold;}

#login_container {

            float: left;

            width: 211px;

            vertical-align: top;

            background: url(../images/search_bg.gif) no-repeat; background-position: 0 0;

            height: 66px; padding: 16px 0 0 25px;

}

#login_container .login_title {
	font-weight: bold;
	font-size: 10px;
	text-transform: capitalize;
	color: #664A26;
	text-align: right;
	width: 60px;
	float: left;
	padding-top: 4px;
}
#login_container .login_form {
	font-size: 11px;
	margin-left: 65px;
}
#login_container .textfield {font-size: 11px;}
#login_container .forget_text {
	font-family: arial, geneva, sans-serif;
	font-size: 9px;
	letter-spacing: 0px;
	color: #664A26;
	margin: 3px 0 0 64px;
}

#pagebar_container {
	border-top: 7px solid #C1BEAF;
	border-bottom: 7px solid #C1BEAF;
	background: #F3F0DD;
	width: 490px;
	float: left;
}
#pagebar_container .page_items {padding: 2px 0 4px 26px;}
#pagebar_container .curve_edge {
	float: right;
	background: url(../images/corner_center_1.gif) repeat-y;
	background-position: 0 0;
	width: 13px;
	height: 23px;
}

#subtitle_container {
	height: 17px;
	background: url(../images/title_arrow.gif) no-repeat;
	background-position: 0 4;
}

#subtitle {
	font-family: arial, geneva, sans-serif;
	font-size: 12px; color: #484842;
	padding: 2px 0 0 15px;
	font-weight: normal;
}

#navbar_container {
	border-top: 7px solid #C1BEAF;
	border-bottom: 7px solid #C1BEAF;
	background: #FFFFFF;
	margin-left: 490px;
	width: 490;
}
#navbar_container .curve_edge {
	float: left;
	background: url(../images/corner_center_r.gif) repeat-y;
	background-position: 0 0;
	width: 13px;
	height: 23px;
}
#navbar_container .nav_items {
	padding: 2px 10px 4px 26px;
	background: url(../images/nav_right_curve.gif) no-repeat;
	background-position: 100% -2;
}
#navbar_container .nav_items .links_container {
	height: 17px;
	text-align: right;
}
#navbar_container .nav_items .links_container .link_items,
#navbar_container .nav_items .links_container .link_items a {
	font-family: arial, geneva, sans-serif;
	font-size: 10px;
	color: #666666;
	padding: 3px 3px 0 3px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: -1px;
}
#navbar_container .nav_items .links_container .link_items a:hover {
	text-decoration: underline; color: red;
}

#bg_bar {
	background: url(../images/bg_bar2.gif) repeat-x;
	background-position: 490 0;
	width: 980px;
}/*this is an IE hack*/

#topnavbar_container {
	text-align: center;
	width: 518px;  
	padding: 0;
	margin: 0 0 0 250px;
}
#topnavbar_container .nav_items {
	font-family: arial, geneva, sans-serif;
	color: #3A3934;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}
#topnavbar_container .leftcorner {
	float: left;
	width: 14px;
	background: url(../images/nav_leftcorner.gif) no-repeat;
	height: 19px;
}
#topnavbar_container .centerbar {
	float: left;
	width: 488px;
	background: #C1BEAF;
	height: 19px;
	font-size: 11px;
}
#topnavbar_container .rightcorner {
	float: left;
	width: 14px;
	background: url(../images/nav_rightcorner.gif) no-repeat;
	height: 19px;
}
#topimage {
	height: 66px;
	width: 980px;
	background: url(../images/top_image.jpg) no-repeat;
}
#topimage img {border-bottom: 0px solid #ffffff;}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

/* drop-down menu item styles */
.itemBorder { border-bottom: 1px solid #FFF; }
.itemText {
	font-family: arial, geneva, sans-serif;
	color: #3A3934;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 3px 0 0 3px;
}

.itemLabel {
	font-family: arial, geneva, sans-serif;
	color: #3A3934;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 0 0 3px;
}
.itemLabel a:visited {
	text-transform: none;
	color:#000000;
}

.itemLabel a:hover {text-transform: none;}
.itemText a:hover {text-transform: none;}
/* end drop-down menu item styles */

/* wraps everything below header */
#body_container {
	border-top: solid #FFCB05 18px;
	border-left: solid #FFCB05 6px;
	background: url(../images/leftnav_background.jpg) repeat-y 0px 0px;
	width: 974px;
}

/* start of left nav styles */
#subnav_outerwrap {
	float: left;
	width: 154px;/* 160-left border in body_container*/
}

#subnav_container {
	padding: 20px 0 5px 15px;
}

#subnav_container_top {
	height: 14px;
	background: url(../images/subnav_corner.gif) no-repeat #F3F0DD 0 0;
}

#leftnav {
	font-size: 10px;
	color:#666666;
}
#leftnav ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#leftnav li {
	padding: 0 0 5px 10px;
	margin: 0 0 0 0;
	list-style-type: none;
	line-height: 11px;
	background: url(../images/leftnav_arrow_rt.gif) no-repeat;
	background-position: 0 2;
}
#leftnav li a, #leftnav li a:visited {
	text-decoration:none;
	color: #000000;
}
#leftnav li a:hover {
	text-decoration: underline;
	color: red;
}
#leftnav li.current { background:  url(../images/leftnav_arrow_dn.gif) no-repeat; background-position: 0 3;
}
#leftnav li a.current { text-decoration: none; color:#666666; }
.leftnav_menuItem {	padding: 0 0 5px 10px; margin: 0 0 0 0; list-style-type: none; line-height: 11px;
	background:  url(../images/leftnav_arrow_rt.gif) no-repeat; background-position: 0 2;}
.leftnav_selectedMenuItem {text-decoration: none; color:#666666;	background:  url(../images/leftnav_arrow_dn.gif) no-repeat;
}
/* end of left nav styles */

#breadcrumb_container {
	border-bottom: 1px solid #E7E7DC;
	padding-top: 2px;
	margin: 0px 0 20px 0px;
	height: 20px;
	width: auto;
}

/* start of styles for main content section */
#main_content_container {
	margin-left: 154px; /* really is 160 over b/c of 6px padding in body_container*/
	background: url(../images/main_content_corner.gif) no-repeat #FFF;
	padding: 5px 0px 15px 45px;
}

.rightColumn {
	float: right;
	width: 230px;
	margin: 0 0 10px 5px;
	padding: 5px;
	background: #FFFFFF;
/*	z-index:1;
	 Again, the ugly brilliant hack. */
	voice-family: "\"}\""; 	voice-family:inherit; width: 225px;
 }

#body_content_txt {
	margin: 20px 0 0 0;
}

#body_content_txt ul{
	list-style-type: circle;
	padding-right: 20px;
}

#body_content_txt ul.plain { list-style-type: none; }

/********** add container for siteMap left and right columns, and style it ***********/
#main_content_container .sitemap_column1 {
	position:relative;  float:left; margin-left: 5px; width:150px;
	border:1px solid white;  background-color:#F3F0DD; padding-left:2px;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\""; 	voice-family:inherit; width:170px;
}

#main_content_container .sitemap_column2 {
	position:absolute; margin-left: 20px; width:150px;
	border:1px solid white;  background-color:#F3F0DD; padding-left:2px;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\""; 	voice-family:inherit; width:170px;
}

#main_content_container .sitemap_column3 {
	position:absolute; margin-left: 210px; width:150px; 
	border:1px solid white; background-color:#F3F0DD;  padding-left:2px;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\""; 	voice-family:inherit; width:170px;
	}

#main_content_container .sitemap_column4 {
	position:relative; margin-left: 575px; width:150px; 
	border:1px solid white; background-color:#F3F0DD;  padding-left:2px;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\""; 	voice-family:inherit; width:170px;
	}

html>body .sitemap_column2, .sitemap_column3, .sitemap_column4 {  /*IE's hack */
    width:150px;
}
	
/*********** end of container for siteMap left and right columns *********/

#son_footer {
	margin: 0px 0 0 25px;
	font-size: 9px;
	color: #666;
}

.footer_rule {
	width:980px;
	text-align: left;   /* correct alignment for IE */
	height: 7px;
	border: 0;
	color: #C1BEAF;
	background: #C1BEAF;
}