/* CSS Document */


body {
	margin: 0;
	padding: 0;
	background-image:url(../images/background.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#bckg_gradient {
	/*background: url(../images/bckg_gradient.gif) repeat-x left top;*/
	background-image:url(../images/background_gradient.png);
	background-position:left top;
	background-repeat:repeat-x;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 550px;
		
	}
	/*  The page shadow we've commented out below is FAR superior to the one we're using.  Unfortunately, Internet Explorer < v.7 doesn't process PNG transparencies.  We're using a pngfix.js filter, but it STILL doesn't work for PNG transparencies that are background images.  Perhaps someday...
	
#page_shadow_top {
	width: 736px !important;
	height: 100%;
	background: url(../images/page_shadow_top2.png) no-repeat top left;
}

#page_shadow_rh {
	width: 736px !important;
	height: 100%;
	background: url(../images/page_shadow_rh_repeat_y.png) repeat-y top right;
}

#page_shadow_bottom {
	width: 736px !important;
	height: 100%;
	background: url(../images/page_shadow_bottom.png) no-repeat bottom left;
}

#page_shadow_lh {
	width: 736px !important;
	height: 100%;
	background: url(../images/page_shadow_lh_repeat_y.png) repeat-y top left;
}*/

#page_shadow_top {
	width: 730px !important;
	/*height: 100%;*/
	background: url(../images/page_shadow_top.gif) no-repeat top left;
}

#page_shadow_rh {
	width: 730px !important;
	/*height: 100%;*/
	background: url(../images/page_shadow_rh_wp.gif) repeat-y top right;
}

#page_shadow_bottom {
	width: 730px !important;
	/*height: 100%;*/
	background: url(../images/page_shadow_bottom.png) no-repeat bottom left;
}

#page_shadow_lh {
	width: 730px !important;
	/*height: 100%;*/
	background: url(../images/page_shadow_lh_wp.gif) repeat-y top left;
}

#left_shadow_gradient {
	/*position: relative;*/
	width:730px !important;
	height: 100%;
/*	top: 0px;
	left: 0px;
	padding: 0px;*/
	background: url(../images/page_shadow_lh_grad.gif) no-repeat top left;	
}

#right_shadow_gradient {
	/*position: relative;*/
	width:730px !important;
	height: 100%;
/*	top: 0px;
	left: 0px;
	padding: 0px;*/
	background: url(../images/page_shadow_rh_grad.gif) no-repeat top right;	
}


#page_wrapper {
	padding: 5px;
}

#header {
	position: relative;
	margin: 0;
	padding: 0;
	background-color:#FFFFFF;
	height:142px;
	width:100%;
	text-align:right;
}

#header_logo {
	position: absolute;
	top: 5px;
	left: 0px;
}

#divider {
	position: relative;
	border-bottom: 2px solid #FFFFFF;
	height: 29px; 
	background-image:url(../images/nav_bckg.gif);
	padding: 0px;	
}

#divider_date {
	position: absolute;
	padding: 0;
	top: 8px;
	left: 25px;
	color: #000000;
	font-size: 11px;
	font-weight: bold;	
}

#divider_tabs {
	position: absolute;
	top: 6px;
	right: 5px;
}

#main_content_bckg {
	margin: 0;
	padding: 0;
	position: relative;
	/*height: 100%;   height will wreak havok on IE 7 */
	background: url(../images/content_bckg.gif);
	background-repeat: repeat-y;
	background-position: top left;
	width: 720px; /* must specify width on wrapper or lh_col on IE 6 will collapse */
}

#lh_col {
	position: absolute;
	top: 5px;
	left: 0px;
	width: 161px;
}

#lh_col a {
	color: #FFFFFF;
	text-decoration: none;
}

#lh_col a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.main_content {
	margin: 0;
	margin-left: 161px;
	padding: 20px;
}

#main_content_index {
/*	position: absolute;*/
	top: 5px;
	left: 5px;
	width: 553px;
	padding: 0px 0px 0px 165px;
}

.index_box_header {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	font-size:12px;
}

.index_text_padding {
	padding: 2px 10px 2px 10px;
}

.index_text_padding2 {
	padding: 3px 3px 120px 10px;
}


.table_header {
	background-color: #3E3631;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}

#floating_images_wrapper {
	position: relative;
}

.light_brown_box {
	background-color: #AFABA2;
}

.table_cell_content {
	padding: 5px;
	width: 170px;
}

#floating_image_1 {
	position: absolute;
	top: 18px;
	left: 2px;
}

#floating_image_2 {
	position: absolute;
	top: 18px;
	left: 187px;
}

#floating_image_3 {
	position: absolute;
	top: 18px;
	left: 372px;
}

.header {
	font-size: 18px;
	font-weight: bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #000033;
}

.nav_link td {
   border: 0px solid #FFFFFF;
}

.nav_link a {
   display: block;
   width: 152px;
   height: 14px;
   background-color:#45544b;
   padding-top: 15px;
   margin-top:2px;
   padding-right:10px;
   text-decoration:none;
   color:white;   
}

.nav_link a:hover {
   display: block;
   width: 152px;
   height: 14px;
   background-color:#09233c;
   padding-top:15px;
   margin-top:2px;
   padding-right:10px;
   text-decoration:none;
   color:#FFFF99;
}

.warning {
	color: #FF0000;
	font-weight: bold;
}

.nostyle {
	border: 0;
}

.report_table {
	border: 1px solid #000000;
	border-collapse: collapse;
	padding: 4px;
	margin: 0;
}

.report_table td.h {
	background-color: #004D91;
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px;
	margin: 4px;
}

.report_table td.h a {
	color: #FFFFFF;
	text-decoration: none;
}

.report_table td.h a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.report_table td.subh {
	background-color:  #EEEEEE;
	/*color: #000000;*/
	padding: 4px;
	margin: 4px;
	font-weight: bold;
	font-size: 10px;
}

.report_table td.data {
	border: 1px solid #EEEEEE;
	/*color: #000000;*/
	padding: 4px;
	margin: 4px;
}

.report_table tr:hover, .report_table tr.row_highlight {
	background-color: #FFFFCC;
	color: #003366;
}

.highlight {
	background-color: #FFFF00;
}

.faq a {
	color:#000000;
	text-decoration: none;
}

.faq a:hover {
	color:#330099;
	text-decoration: underline;
}

