/*HIDE CONTROLS FOR STANDALONE DSI______*/
/*
#a_ref_openclient, #a_showds{DISPLAY:none;}
#dsilite{DISPLAY:none;}
#rb_Search{DISPLAY:none;}
*/


/*________________________________________*/
h3,h4,h5,ul,li, ol{margin:0px;padding:0px;}
/*skip to main content for screenreaders*/
.skip 
{
    position: absolute;
    left: -3000px;
}
.skip:focus {
		position: absolute; left: 0.5em; 
		}
/*___________________*/
		
body
{
    background-position: left top;
    text-align: center;
    width: 100%;
     padding-top: 5px;
    font-size: 1em;
    margin: 0px;
    background-image: url(../images/page_background.png);
    background-repeat: repeat-x;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
#mainContainer
{
    border: 3px solid #FFFFFF;
    background-color: #FFFFFF;
    width: 990px;
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-size: .9em;
}

/*---global styles---------------------------------------*/
img
{
	border-style:none;
 
 }
a {
	color: #002D88;
}
a:visited {
	color: #002D88;
}
a:hover
{
    color: #0099CC;
}
a img
{
	border-style:none;
 
 }
 
h3
{
    font-size: 18px;
    color: #000066;
    text-align: right;
    font-weight: bold;
    margin-right: 20px;
    margin-left: 20px;
    font-family: 'Trebuchet MS';
    color: #000080;
    border-bottom-style: solid;
    border-bottom-width: medium;
    border-bottom-color: #003366;
    padding-bottom: 2px;
    font-variant: small-caps;
}
h4
{
    font-size: 16px;
    color: #000066;
  padding-top:5px;
   font-family: 'Trebuchet MS';
}
.center{text-align:center;}
.nowrap {
	white-space: nowrap;
		margin-right: 1em;
	margin-left: 1em;
}
.clear {
	clear: both;
}

.boldtext_color
{
    font-weight: bold;
    color: #003277;
}


/*header styles--------------------------------------------------*/
#header {
	text-align: center;
	position: relative;
	

}
#header h1, #header h2 {
	margin-left: -3000px;
	position: absolute;
}


/*-------------------------------------------------------------------*/
/*container for hit count and datetime stamp*/
#header_options {
position:relative;
width:350px;
font-size:12px;
color:#000066;
clear:both;
margin-left: 40px;
font-family: Arial, Helvetica, sans-serif;


}
/*used for javascript current date below header image*/
#datetime {
	text-align: left;
	padding-top: 0.3em;
}

/*classes to show/hide header options*/
.ho_ml #hit_count{  display: none; }

/*----font sizer________________________________*/
#fontsize ul
{
    list-style-type: none;
    margin-right: 20px;
    color: #003366;
    padding-right: 5px;
    margin-left: 0px;
    padding-left: 0px;
}
#fontsize li
{	
    display: inline;
}
#fontsize
{   clear:both; 
 float:left;
position:relative;

    font-size: 14px;
 margin-left: 40px;

 }
/*-----Footer styles--------------------------------------------------------------*/
/*--Agency copyright---*/
#copyright
{
    font-size: .7em;
    text-align: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 1em;
    position: relative;
    color: #000000;
    
}
#copyright a
{
    color: #000066;
}
#copyright a:visited
{
    color: #000066;
}
#copyright a:hover
{
    color: #990708;
}
/*--Taxonomy copyright--------*/
.footercopyright {
	padding-top: 1em;
	padding-bottom: 1em;
	font-family: Arial, Helvetica, sans-serif;
}
.footercopyright a{
	font-size: 0.7em;
	color: #000066;
	text-decoration: none;
}
.footercopyright a:visited{
	color: #000066;
}
.footercopyright a:hover{
	color: #009999;
}
/*disclaimer for detail pages---*/
#dtldisclaimer{
	text-align:left;
	padding:2em;
	line-height:normal;
	color: #000033;
	
	font-size: .6em;
}
/*---RTM logo and link---*/
#poweredby
{
    margin-top: 10px;
    padding-top: 15px;
    padding-bottom: 0px;
    position: relative;
    border-top-style: solid;
    border-top-width: 3px;
    border-top-color: #003366;
    margin-right: 20px;
    margin-left: 20px;
}


/* get or change password */
.cpw{font-size:.75em;margin-top:0px;}
.cpw a{margin-right:15px;}


/*---------------------------------------------------------------------------------*/
/*---navigation bars----------------------------------------------------------*/
/*--main menu bar--*/
#navbar
{ z-index:1000;
    text-align: right;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 4px;
    color: #C0C0C0;font-size: 13px;
}
#navbar span{color:#000033;}
#navbar ul {
	padding: 0px;
	margin: 0px;
	margin-right:4px;
	float:right;
}
#navbar li {
	list-style-type: none;
	display: inline;
font-size: 13px;
}
#navbar li:hover
{
    background-color: #E5E5E5;
}
#navbar a
{
    color: #08089A;
    font-size: 13px;
    height: 35px;
    background-image: none;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
}
#navbar a:visited
{
    color: #08089A;
}
#navbar a:hover
{
    color: #009999;
}


/*-------demo menu content --------------------------------------------------------------------------*/
#demo_content 
{  text-align:center;
   width: 88%;
   margin-right:auto;
   margin-left:auto;
   padding-top:5px;padding-bottom:5px;
 }

.title {font-size:2em;color:#003366;margin-top:20px;margin-bottom:30px;}

.demo_menu {margin-bottom:10px;}

.demo_menu .item {margin-bottom:15px;}    
    
.colL {float:left;width:46%} 
.colR {float:left;width:46%}    
   


