@charset "UTF-8";
/* 
	Master Style Sheet developed by Aaron Gough
	http://www.aarongough.com
*/

/************************************************
		 Styling for Standard Elements	
*************************************************/

body, html{
border: 0;
padding: 0;
margin: 0;
background: #464544;
}

body{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: center;
background: #464544 url(images/template_images/header_background_repeat.jpg) top left repeat-x;
color: white;
}

h1, h2, h3, h4, h5{
margin: 0;
padding: 0;
font-weight: bold;
color: #f78f1e;
}

img{
border: 0;
}

h1{
font-size: 18px;
}

h2{
font-size: 16px;
}

h3{
font-size: 14px;
}

h4{
font-size: 12px;
}

h5{
font-size: 12px;
}

p{

}

ul{

}

a{
color:#f78f1e;
}

/************************************************
		Custom Styling for Specific IDs		
*************************************************/

#page_container{
width: 100%;
background: transparent url(images/template_images/footer_background_repeat.jpg) bottom left repeat-x;
}

#container{
width: 974px;
margin: 0 auto;
background: transparent url(images/template_images/main_column_repeat.jpg) top left repeat-y;
}

#header_container{
width: 974px;
background: transparent url(images/template_images/header.jpg) top left no-repeat;
}

#header{
width: 974px;
height: 186px;
}

#header_logo{
width: 260px;
height: 88px;
text-align: left;
padding-top: 51px;
}

#menu_container{
width: 194px;
background: #232222 url(images/template_images/menu_header.jpg) top left no-repeat;
float: left;
display: inline;
margin-left: 26px;
margin-bottom: 75px;
}

#menu_footer{
width: 194px;
background: transparent url(images/template_images/menu_footer.jpg) bottom left no-repeat;
padding-bottom: 18px;
}

#main_menu{
width: 194px;
list-style: none;
padding: 0;
margin: 0;
}

.has_submenu span, .no_submenu a{
display: block;
width: 172px;
padding-left: 22px;
text-align: left;
height: 24px;
line-height: 24px;
text-decoration: none;
color: white;
cursor: pointer;
_cursor: hand;
}

.menu_title a{
display: block;
width: 172px;
padding-top: 5px;
padding-left: 22px;
text-align: left;
height: 24px;
line-height: 24px;
text-decoration: none;
color: #f78f1e;
}

.menu_title a:hover{
color: white;
}

#menu_subtitle {
padding-left: 15px;
}

#menu_subtitle a, #menu_subtitle span{
width: 157px;
}

#menu_subtitle li a{
width: 149px;
}

#menu_subtitle2 {
padding-left: 0px;
}

#menu_subtitle2 a, #menu_subtitle2 span{
width: 172px;
}

#menu_subtitle2 li a{
width: 164px;
}

.is_submenu2{
width: 193px;
list-style: none;
background: #090909;
padding: 0;
margin: 0;
}

.is_submenu2 li a{
display: block;
padding-left: 30px;
width: 164px;
text-align: left;
height: 24px;
line-height: 24px;
color: white;
text-decoration: none;
}

.is_submenu2 li a:hover{
background: #f78f1e;
}

#pandemic {
padding-left: 15px;
}

#pandemic a{
padding-top: 5px;
line-height: 15px;
height: 35px;
width: 157px;
}

#news {
padding-top: 5px;
}

.has_submenu span:hover, .no_submenu a:hover{
color: #f78f1e;
}

.is_submenu{
width: 179px;
list-style: none;
background: #090909;
padding: 0;
margin: 0;
}

.is_submenu li a{
display: block;
padding-left: 30px;
width: 149px;
text-align: left;
height: 24px;
line-height: 24px;
color: white;
text-decoration: none;
}

.is_submenu li a:hover{
background: #f78f1e;
}

#main_content{
width: 351px;
display: inline;
float: right;
margin-right: 38px;
text-align: left;
}

#right_column{
width: 298px;
float: right;
display: inline;
margin-right: 27px;
margin-bottom: 160px;
}

#spacer{
width: 100%;
height: 1px;
overflow: hidden;
clear: both;
}

#footer{
width: 974px;
height: 92px;
position: relative;
background: transparent url(images/template_images/footer.jpg) top left no-repeat;
font-size: 10px;
}

#turbo_shelter{
width: 298px;
overflow: hidden;
position: absolute;
right: 26px;
bottom: 124px;
}

#footer_contact_top{
position: absolute;
left: 48px;
bottom: 92px;
text-align: left;
}

#footer_contact{
position: absolute;
bottom: 59px;
left: 48px;
text-align: left;
color: black;
}

#footer_email{
position: absolute;
right: 363px;
bottom: 59px;
}

#footer_email a{
color: white;	
}

#copyright{
position: absolute;
bottom: 30px;
right: 46px;
color: #787575;
}

#copyright a{
color: #787575;	
}

#specification table { 
border-collapse: collapse; background: #2A2A2A; width: 100%; 
}

#specification table td 
{ font-size: 12; vertical-align: top; padding: 7px 10px; 
}

#specification .odd 
{ background: #3E3E3E; 
}

#specification .titled 
{ font-weight: bold; background: #333333; width: 130px; 
}

#specification .odd .titled 
{ background: #1B1B1B; 
}

/************************************************
				Global Classes	
*************************************************/

/* for any block-level elements */
.clear{ 
clear: both; 
}

.float_left{
float: left;
}

.float_right{
float: right;
padding-left: 10px;
padding-bottom: 10px;
}

/* for text */
.align_left{
text-align: left;
}

.align_right{
text-align: right;
}

.align_center{
text-align: center;
}

.align_justify{
text-align: justify;
}

.bold{
font-weight: bold;
}

.italic{
font-style: italic;
}

.underline{
text-decoration: underline;
}

/* for images */
.img_left{
float: left;
display: inline;
margin: 4px 10px 4px 0;
}

.img_right{
float: right;
display: inline;
margin: 4px 0 4px 10px;
}

/* for lists */
.nopadding{
padding: 0;
}

.noindent{
margin-left: 0;
padding-left: 0;
}

.nobullet{
list-style: none;
list-style-image: none;
}

/* styles for icebox popups  */

#icebox{
background: #000000;
}

#icebox_image{
position: absolute;
top: 16px;
left: 16px;
}

#icebox_frame{
position: absolute;
top: 16px;
left: 16px;
border: 0px;
}

#icebox_close_button{
position: absolute;
top: 0px;
right: 0px;
}

#icebox_loading{
position: fixed;
bottom: 0px;
right: 0px;
}

#icebox_overlay{
background-color: black;
-moz-opacity: 0.8;
opacity: 0.8;
filter:alpha(opacity=80);
_background: transparent url("images/overlaybg.png" ) top left repeat;
}

.icebox{

}

/************************************************
				Custom Classes	
*************************************************/

.form_left_column{
text-align: right;	
}

.form_input{
width: 99%;	
}

.orangeText{
color:#f78f1e;
text-align: left;
}

.caption{
font-size: 11px;
}
