/* How To Master CSS ~ Template Stylesheet 
 * The layout of chapter 18 is used to create the 100% height effect with
 * a header and a footer, the left and right columns are not used, 
 * The header is now placed within the wrapper instead of above.
 */
body, html {
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	height:100%;
	font-size:12px;
	line-height: 22px;
	background-color:#685846;
}
.bg {
    background: url(../images/background_watermark_man.jpg) 0% 100% no-repeat;
}
.bg2 {
    background: url(../images/background_watermark_logo.jpg) 0% 100% no-repeat;
}
label { 
	float:left; 
	width:200px; 
} 
form p { 
	margin:0px; 
	padding:0px; 
	clear:left; 
	padding-top:5px;
} 
.button { 
	background-color: #CCCCCC; 
}

/* commented backslash hack v2 \*/ 
html, body { 
	height:100%; 
} 
* html #wrapper { 
	height:100%; 
}
/* end hack */
li ul {
    display: none;
}
li:hover > ul {
    display: block;
}
H4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
}
H2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: normal;
	font-size: 22px;
}
H3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: normal;
	font-size: 16px;
}

#wrapper {
	width: 925px;
	margin-left: auto ;
margin-right: auto ;	
}
.supscript {
	position: relative;
	bottom: 0.3em;
	font-size: 1em;
}

#background_bars {
margin-left: auto ;
margin-right: auto ;
background-image: url(../images/background_main.jpg);
}
#header_flash {
	padding: 0px 25px 0px 0px;
	text-align: right;
}
#logo_area {
	float: left;
	margin-left: 25px;
	width: 272px;
	height: 274px;
}
#top_nav_bar {
background-image: url(../images/background_navigation.jpg);
text-align: center;
}
#full_sub_nav_bar {
background-image: url(../images/background_sub_nav_full.png);
text-align: center;
}
#sub_nav_partial {
background-image: url(../images/background_sub_nav_full.png);
padding-left: 25px;
}
#left_column {
	width: 626px;
	float: left;
}
#right_column {

}



#header_image {
	padding: 0px 0px 0px 25px
}
.disclaimer {
	font-size: 9px;
	line-height: 10px;
}

map,area {
	display: inline;
}

.main_nav IMG{
	margin-left: 3px;
	margin-right: 3px;
}

#image_footer {
	padding: 0px 0px 0px 25px
}

#home_textheader {
	padding: 22px 0px 0px 44px
}

#body_text  {
	padding: 5px 150px 20px 50px	
}
#body_text_home  {
	padding: 0px 120px 0px 50px;
	float: left;	
}
#body_text_press {
	padding: 0px 0px 0px 44px;
}
#right_textarea  {
	padding: 0px 25px 0px 0px	
}
.policy_txt {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9px;
	color: #C6B8A8;
}
.policy_txt a {
	color: #C6B8A8;
}
.policy_txt a:hover {
	color: #C6B8A8;
}
.policy_txt a:visited {

}

#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #357391;
	padding-bottom: 20px;
	text-align:center;
}
a{
	color: #003366;
}
a:hover{
	color: #003366;
	text-decoration: underline;
}
a:visited{
	text-decoration: none;
}