@charset "utf-8";
/* CSS Document */

html {
	background-color: #e0fac5;
	background-image: url(images/rtstripe_rpt.png);
	background-repeat: repeat-y;
	position: relative;
	background-position: center center;
	
	}

body {
	background-color: #e0fac5;
	background-image: url(images/backtile_page.jpg);
	background-repeat: repeat-x;

	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

img { border: none; }

a{
	color: #C88804;
	text-decoration: none;
	font-weight: bold;
}

a:link{
	color: #C88804;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: #C88804;
	text-decoration: underline;
	font-weight: bold;
}




#container {
	width: 990px; /* the auto margins (in conjunction with a width) center the page */
	text-align: justify; /* this overrides the text-align: center on the body element. */
	height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/rtstripe_rpt.png);
	background-repeat: repeat-y;
}

	
#slides{
	display: block;
	float: right;
	}
	
#rtpanel_container{
	width: 324px;
	display: block;
	float: right;
	}	

	
#rtpanel{
	width: 324px;
	height: 211px;
	background-image: url(images/rtpanel_mid.jpg);
	}
	
#facts_container{
	width: 176px;
	height: 211px;
	margin-left: 51px;
	margin-right: 97px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
#rtpanel_rpt{
	width: 324px;
	background-image: url(images/rtpanel_backrpt.jpg);
	}


#nav_container{
	height: 50px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 56px;
	}

.nav_button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	line-height: 28px;
	color: #FFFFFF;
	text-decoration: none;
	position:relative;
   }
   
.nav_button ul {
	margin:0px;
	padding:0px;
	list-style: none;
	z-index:100;
	}
	
.nav_button li {
float:left;
position: relative;
	margin:0px;
	padding:0px;
	z-index:100;
}
   
.nav_button a:link, .nav_button a:visited {
	width: auto;
	display: block;
	float: left;
	background-color: url(images/nav_back.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 10px;
	padding-left: 10px; 
	padding-bottom: 4px;
   }
   
.nav_button a:hover {
	width: auto;
	display: block;
	float: left;
	background-image: url(images/nav_back.jpg);
	background-repeat: repeat-x;
	color: #1e4f21;
	background-position: 0px -50px;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 10px;
	padding-left: 10px; 
	padding-bottom: 4px;
   }

.nav_button ul ul {
visibility:hidden;
position:absolute;
background-color: #ffffff;
background-image: none;
height:20px;
top:34px;
left:0px;
 
border-bottom: 1pt #65b110 solid; z-index:110;
}

.nav_button ul ul ul{
left:165px;
top:0px;

z-index:120;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.nav_button table {position:absolute; top:0; left:0;}

/* style the second level links */
.nav_button ul ul a:link, .nav_button ul ul a:visited {
	background-color:#F4F4F4;
	background-image:none;
	font-size:12px;
	color:#999999;
	padding-bottom: 4px;
	padding-top: 4px;
	width:175px;
	line-height: 16px;
	border-bottom-width: 1pt;
	border-bottom-style: solid;
	border-bottom-color: #65b110;
	padding-right: 10px;
	padding-left: 10px;
}

/* style the second level hover */
.nav_button ul ul a:hover{
	background-image:none;
	background-color:#F4F4F4;
	color:#3F5A38;
	text-decoration:none;
	padding-right: 10px;
	padding-left: 10px; 
		padding-bottom: 4px;
	padding-top: 4px;
}

/* style the third level link */
.nav_button ul ul ul a:link, .nav_button ul ul ul a:visited{
	background-image:none;
	background-color:#daf9b7;
	color:#999999;
	text-decoration:none;
}

/* style the third level hover */
.nav_button ul ul ul a:hover{
background-image:none;
background-color:#daf9b7;
color:#3F5A38;
text-decoration:none;
}

.nav_button :hover > a {
font-weight: bold;
	background-image: url(images/nav_back.jpg);
	background-repeat: repeat-x;
	color: #1e4f21;
	background-position: 0px -50px; 	z-index:100;
}

.nav_button ul ul :hover > a {
	color:#3F5A38;
	background-color:#F4F4F4;
	font-weight: bold;
}

/* make the second level visible when hover on first level list OR link */
.nav_button ul li:hover ul,
.nav_button ul a:hover ul {
	visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.nav_button ul li:hover ul li ul,
.nav_button ul a:hover ul li ul {
	visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.nav_button ul li:hover ul li:hover ul,
.nav_button ul a:hover ul li:hover ul,
.nav_button ul li:hover ul a:hover ul,
.nav_button ul a:hover ul a:hover ul { 
	visibility:visible;
}
/* end added */

.content_pad {
	padding-top: 32px;
	padding-right: 30px;
	padding_bottom: 40px;
	padding-left: 93px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 150%;
	text-align: justify;
	margin-bottom: 30px;
	width: 540px;
	}  
	
.title1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #1e4f21;
	margin-bottom: 10px;
	}
	
.title1 a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #1e4f21;
	margin-bottom: 10px;
	text-decoration: none;
	}
	
.title1 a:hover{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #1e4f21;
	margin-bottom: 10px;
	text-decoration: underline;
	}
	
.title_bullet {
	float: left;
	display: block;
	height: 17px;
	width: 17px;
	margin-right: 16px;
	background-image: url(images/4pt_bullet.png);
	background-repeat: none;
	}
	
h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #1e4f21;
	margin-bottom: 20px;
	line-height: 17px;
	}

h1:before {
	content: url(images/4pt_bullet.png);
	margin-right:8px;
	}
	
h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #1e4f21;
	margin-bottom: 5px;
	width: 570px;
	}

	
	
.titlepics_lft {
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 2px solid #FFFFFF;	
	}
	
.titlepics_rt {
	display: block;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 30px;
	border: 2px solid #FFFFFF;	
	}
	
.copypics_lft {
	display: block;
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 2px solid #FFFFFF;	
	}
	
.copypics_rt {
	diplay: inline;
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	border: 2px solid #FFFFFF;	
	}
	
#footer_rpt{
	width: 990px;
	background-image: url(images/ftr_rpt.jpg);
	background-repeat: repeat-y;

	}

#footer_container{
	width: 990px;
	height: 44px;
	background-image: url(images/ftr_back.jpg);
	background-repeat: no-repeat;
	display: block;
	}
	
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	color: #999999;
	margin-left: 93px;

	text-decoration: none;
	line-height: 50px;
	position: relative;
}

.footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	color: #999999;
	text-decoration: none;
	line-height: 50px;
	position: relative;

}

.footer a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	color: #999999;
	text-decoration: none;
	line-height: 50px;
	position: relative;

}

.newsDate {
	font-size:11px;
	font-weight:normal;
	color:#000000;
}

/*------------Quick Facts Ticker-------------------*/

#NewsTicker{

}

#NewsTicker h1{
		padding:6px; margin:0; border:0;
		background:#dfe9d5;
		color:#000000;
		font-size:11px;
		font-weight:bold;
	}

#NewsVertical {
	width: 176px;
	height: 200px;
	display: block;
	overflow: hidden;
	position: relative;
	}

#controller{
	font-size:11px;
	color:#666;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	}

#play_scroll_cont{display:none;}

/* --------------- */
/* Ticker Vertical */

#TickerVertical {
		width: 176px;
		height: 190px;
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
	}

#TickerVertical li {
		display: block;
		width: 164px;
		color: #666666;
		text-align: justify;
		font-size: 11px;
		margin: 0;
		padding: 6px;
		float: left;
	}

#TickerVertical li .NewsTitle{
			display: block;
			color: #000000;
			font-size: 12px;
			font-weight:bold;
			margin-bottom:6px;
		}

#TickerVertical li .NewsTitle a:link,
#TickerVertical li .NewsTitle a:Visited {
			display: block;
			color: #000000;
			font-size: 12px;
			font-weight:bold;
			margin-bottom:6px;
			text-decoration:none;
		}

#TickerVertical li .NewsTitle a:hover {
			text-decoration:underline;
		}
		
#TickerVertical li .NewsImg{
			float:left;
			margin-right:10px;
			padding-top: 3px;
		}

#TickerVertical li .NewsFooter{
			display: block;
			color: #000000;
			font-size: 10px;
			margin:6px 0 14px 0;
		}