/* @override http://10.1.1.10:8893/css/template.css */

*{
	margin: 0;
	padding: 0;
}

/* Setup
***************************/
body{
	background: #f79e1e URL(/images/layout_images/body_bg.gif) left top repeat-x;
	font-family: Arial;
	font-size: 0.81em;
	color: #343434;
}

#pattern{
	background: URL(/images/layout_images/pattern_bg_02.png) right top no-repeat;
	padding-top: 9px;
}

h1{
	font-size: 2.1em;
}

h2{
	font-family: Arial Black, Arial;
	text-transform: capitalize;
	color: #eb8812;
	font-size: 1.7em;
	margin-bottom: 0.5em;
}
h3{
	font-family: Arial;
	font-weight: bold;
	text-transform: capitalize;
	color: #000;
	font-size: 1.2em;
	margin-bottom: 0.5em;
}
h4{
	font-family: Arial;
	font-weight: bold;
	text-transform: capitalize;
	color: #666666;
	font-size: 1.0em;
	margin-bottom: 0;
}

p{
	margin-bottom: 1em;
}
a{
	text-decoration: none;
	color: #EB8812;
	font-weight: bold;
}
a:hover{
	text-decoration: underline;
}

#content ul{
	margin: 0 0 1em 15px;
	list-style: none;
}
#content ul li{
	background: URL(/images/layout_images/bullet.gif) left 4px no-repeat;
	padding-left: 15px;
}

a img{
	border: none;
}

/* Table
***************************/
table{
	width: 279px;
	float: right;
	margin: 0 0 20px 20px;
}
caption{
	background: #ccc URL(/images/layout_images/table_top.gif) left top no-repeat;
	height: 35px;
	padding-top: 10px;
}
th, td{
	text-align: left;
	font-weight: normal;
	padding: 5px;
}
.odd{
	background: #e8e8e8;
}
.even{
	background: #f1f1f1;
}
.fixed_table{
	width: auto;
	float: none;
	margin: 0 !important;
}
.fixed_table{
	padding: 5px 0 !important;
}

/* General
***************************/
.page_width{
	margin: 0 auto;
	width: 960px;
}
.white{
	color: #FFF;
}
.float_right{
	float: right;
}
.clearline{
	clear: both;
	height: 0;
	overflow: hidden;
}

.pdf_download{
	padding-left: 20px;
	background: url(/images/layout_images/pdf.gif) left top no-repeat;
}

/* Structure
***************************/
#masthead{
	margin: 0 auto 22px;
	height: 65px;

}

#logo{
	float: left;
	margin-right: 30px;
	display: inline;
}
#mh_h1{
	margin-top: 15px;
	margin-top: 12px;
	float: left;
}
#mh_h2{
	margin-top: 46px;
	*margin-top: 42px;
	float: right;
}
#masthead h1{
	color: #2c2c2c !important;
}
#navigation{
	background: URL(/images/layout_images/nav_bg.gif) left top no-repeat;
	text-transform: uppercase;
	list-style: none;
	height: 43px;
	margin-bottom: 15px;
}
#navigation li{
	float: left;
	font-size: 0.92em;
	margin: 15px 0 15px 12px;
	background: URL(/images/layout_images/dots.gif) right top no-repeat;
	padding-right: 12px;
	position: relative;
}
#navigation li.last_nav{
	background-image: none !important;
}

#navigation li ul {
	display: none;
	position: absolute;
	top: 12px;
	left: -14px;
	background: url(/images/layout_images/tab.gif) no-repeat top #111111;
	padding: 20px 0 10px 0;
	width: 115px;
	height: auto;
}

#navigation li ul li {
	list-style:none;
	background: none;
	margin: 7px 0 0 12px;
}

#navigation li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: 12px;
	left: -14px;
}

#navigation li:hover ul, #navigation li.over ul { /* lists nested under hovered list items */
	display: block;
}

#navigation li a{
	color: #FFF;
	text-decoration: none;
}
#navigation li a:hover{
	color: #f79e1e;
}
#navigation li a:active{
	color: #868686;
}

#hero{
	margin-bottom: 15px;
}

#content{
	margin-bottom: 15px;
}

#footer{
	background: URL(/images/layout_images/footer_bg_inner.gif) left top no-repeat;
	height: 108px;
}

/* Footer Sponsors
***************************/
.sponsor{
	float: left;
	margin: 35px 19px 0 0;
}
.first_sponsor{
	margin-left: 15px;
}
.supported_gap{
	margin-left: 250px !important;
	margin-right: 1px !important;
}

/* Footer Nav
***************************/
#footer_nav{
	list-style: none;
	font-size: 0.85em;
	float: right;
	margin: 60px 15px 0 0;
	padding-bottom: 30px;
}

#footer_nav li{
	display: inline;
	padding-left: 10px;
	background-image: none;
}

#footer_nav li a{
	text-decoration: none;
	color: #FFF;
}

/* Text boxes
***************************/
.text_box{
	border: 1px solid #e1e1e1;
	height: 15px !important;
	padding: 6px !important;
	margin-right: 20px;
}
.long_text_box{
	width: 316px;
}

.text_area{
	border: 1px solid #e1e1e1;
	height: 96px;
	padding: 6px !important;
	width: 316px;
	font-family: Arial;
	font-size: 0.9em;
}
.highlight{
	color: #eb8812;
}
.help{
	font-style: italic;
	font-size: 0.8em; 
	color: #666666;
}
