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


html{
	height:100%;
}

body{
	
	height:100%;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:13px;
	background-color:#FFFFFF; 
	color:#000000;
	font-size:11px;
	
}

/* **************************************************************** */
a.info{
       position:relative;           /*this is the key*/
       z-index:24;
           /* background colour of display text */
       color:#ffffff;               /* colour of display text */
       /*border:1px dotted #999;    /* border colour */
       text-decoration:none;
       width:200px;
       }

       a.info:hover {
       z-index:25;
       background-color:#ffff66;

       }

       a.info span{
       display: none;  /* hide the span text using this css */
       }

       a.info:hover span{ /*the span will display just on :hover state*/
       display:block;
       position:absolute;
       top: -375px;
       left:95px;
       /*width:400px;*/
       border:1px solid #000000; /* border colour */
       background-color:#ffffff; /* background colour here */
       color:#000000;         /* text colour */
       text-align: left;
       font-size:12;
       font-style:bold;
       z-index:30;
       }

       .images {
       vertical-align:bottom;
       }

/* **************************************************************** */


#header_image{
	
	position:absolute;
	left:0px;
	top:0px;

}

#header_address{
	
	position:absolute;
	width:260px;
	top:-31px;
	left:540px;
	text-align:right;
	font-size:11px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height:12px;
	color:#555555;
	font-weight:bold	
}

#menubar{
	
	width:800px;
	height:32px; 
	margin:0px auto 0px auto; 
	position:relative; 
	background-image:url(../images/menubar.jpg);
	color:#AAAAAA;
	
	
}

#header_container{
	
	width:800px;
	height:250px;
	margin:0px auto 0px auto; 
	position:relative;
	
	
}

.faq_header{
	
	font-weight:bold;
	font-size:12px;
}
.faq_question{
	
	font-weight:bold;
	color:#333333;
}

.module_header{
	
	font-weight:bold;
	font-size:12px;
}

.sub_module_header{
	
	font-size:11px;
	color:#333333;
	font-weight:bold;
}

.faq_answer{
	
	color:#666666;
}
ul.headers{
	
	padding:0px;
	margin:0px;
	margin-left:15px;
	color:#e5ba57;
}

ul.headers li{
	
	list-style-type:disc;
}

.required_field{
	
	color:#CC3300;
	font-weight:bold;
}

.accepted_form{
	
	color:#009933;
	font-weight:bold;
}

.header_text{
	
	color:#FFFFFF;
}
.orange{
	margin-top:0px;
	margin-bottom:0px;
	color:#cd4d00;
	font-size:12px; 
	font-weight:bold;
}

img{
	
	border-width:0px;
	margin:0px;
	
}

p{
	margin-top:0px;
	margin-bottom:10px;
}


.centered_content_div{
	
	width:800px; 
	height:auto; 
	margin:0px auto 0px auto; 
	position:relative;
}


.clearer {
	
	clear:both;
}

.menu_links{
	
	color:#2f2f2f;
	font-size:11px;
	line-height:11px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	margin-left:5px;
	margin-right:5px;
}

.signature1{
	
	font-size:18px;
	color:#000000;
	line-height:18px;
}

.signature2{
	
	font-size:50px;
	color:#000000;
	height:50px;
	line-height:50px;
}

a {
	color:#cd4d00;
	text-decoration:underline;	
}
a:hover {
	color:#cd4d00;
	text-decoration:none;	
}
h1{

	margin-top:0px;
	margin-bottom:0px;
	color:#cd4d00;
	font-size:12px; 
	font-weight:bold;
	
}

h2{
	
	margin-top:0px;
	margin-bottom:10px;
	color:#333333;
	font-weight:normal;
	font-size:12px;
	font-weight:normal;
}

h4{

	margin-bottom:13px;
	margin-top:6px;
	color:#193361;
	font-weight:bold;
	font-size:12px;	
	font-weight:normal;
}

h5{

	margin-bottom:16px;
	margin-top:6px;
	color:#cd4d00;
	font-weight:bold;
	font-size:12px;	
	font-weight:normal;
	
}

h3{

	margin-top:10px;
	margin-bottom:10px;
	color:#333333;
	font-weight:bold;
	font-size:11px;
	font-weight:normal;
}

.horiz_rule{
	
	background-color:#CCCCCC;
	width:100%;
	height:1px;
	overflow:hidden;
	margin-bottom:15px;
	position:relative;
	margin-top:3px;
}

.details_text{
	
	color:#838383;
}

.containing_div{
	
	height:10px; 
	width:800px; 
	margin:0px auto 0px auto; 
	position:relative;
}

.mid_page_spacer{
	
	height:11px;
}

.lower_content{
	
	height:auto; 
	width:800px;
	margin:0px auto 0px auto; 
	position:relative;
}

.left_panel{
	
	float:left; 
	height:auto;
	margin-width:0px; 
	width:561px; 
	margin-left:0px;
	
}

#content_left_panel{
	
	float:left; 
	height:auto;
	width:600px; 
	margin:0px auto;
	
}

.left_panel_inner{
	margin:10px;
	width:225px; 
	height:auto;
}

.right_panel{
	float:left; 
	height:auto; 
	margin-left:13px; 
	width:226px;
}


.right_panel_col{
	float:left; 
	height:auto; 
	padding:0px;
	width:226px;
	border-right-color:#333333;
	border-right-style:dotted;
	border-right-width:1px;
}
.right_panel_col_inner{
	width:259px;
}

.right_panel_col2{
	float:left; 
	height:auto; 
	padding:0px;
	width:169px;
	margin-left:10px;
}

.right_panel_upper{
	height:auto; 
	position:relative;
}

.right_panel_spacer{
	height:15px; 
	width:467px; 
	position:relative; 
	overflow:hidden;
}

.right_panel_spacer2{
	height:15px; 
	position:relative;
}

.email_panel{
	position:relative; 
	height:auto;
	 width:457px;
}

.emailbutton{
	 width:121px; 
	 height:22px; 
	 position:relative; 
	 margin:0px auto 0px auto;
}

.dotted_line{
	overflow:hidden;
	height:1px;
	position:relative;
	border-bottom-color:#333333;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	margin-top:18px;
	margin-bottom:18px;
}
.headline_style{
	height:15px; 
	margin-bottom:16px; 
	position:relative;
}

.bullet_style{
	position:absolute; 
	left:0px; 
	top:1px;
}

.headline_style2{
	position:absolute;
	left:16px;
}
.top_image{
	float:left; 
	margin-right:10px; 
	margin-bottom:10px; 
	position:relative;
}

.bottom_image{
	float:right; 
	margin-left:10px; 
	margin-bottom:10px; 
	position:relative;
}

.left_small{
	float:left; 
	margin-bottom:10px; 
	margin-right:10px;
}

.right_small{
	float:right; 
	margin-bottom:10px; 
	margin-left:10px;
}

.column_image{
	position:relative;
	margin-bottom:10px;
}

.footer_container{ 
	position:relative;
	width:800px; 
	margin-top:10px; 
	height:20px; 
	text-align:center; 
	color:#777777;

}
