/* ------- HTML OVERRIDE --------- */

body {
	background-color: #000000;
	margin: 0;
	background-image: url(../images/bg_main.jpg);
	background-repeat: no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;

}

h1 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size:14px;
	text-transform:uppercase;
	color:#FF9933;
	font-weight:bold;
	text-align: left;
}

h2 {
	margin-bottom: 5px;
	margin-top: 20px;
	font-size:12px;
	color:#FF9933;
	font-weight:bold;
	text-align: left;
}

p {
	margin-bottom: 20px;
	margin-top: 0;
	font-size:12px;
	color:#FFFFFF;
	text-align: left;

}

li {
	list-style-image:url(../images/list_bullet.gif);
	padding-left: 0;
	padding-bottom: 12px;
	font-size:12px;
	color:#FFFFFF;
	text-align: left;
}

li.sitemap {
	padding-bottom:5px;
}

a { 
	font-size:12px;
	color: #FF9933;
}


a:link { text-decoration: none;}
a:visited{ text-decoration: none;}
a:hover{ text-decoration: underline;}
a:active{ text-decoration: none;}

a.arrow:link{
	background: url(../images/link_arrow.gif) no-repeat;
	background-position: left;
	padding-left: 12px;
	text-decoration: none;
}

a.arrow:visited{
	background: url(../images/link_arrow.gif) no-repeat;
	background-position: left;padding-left: 12px;
	text-decoration: none;
}

a.arrow:hover{
	background: url(../images/link_arrow.gif) no-repeat;
	background-position: left;
	padding-left: 12px;
	text-decoration: underline;
}

a.arrow:active{
	background: url(../images/link_arrow.gif) no-repeat;
	background-position: left;
	padding-left: 12px;
	text-decoration: none;
}

a.footer { 
	margin-bottom: 20px;
	margin-top: 0;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}

/* ------- DIVS --------- */

#list {
	list-style: disc;
	margin-left: .25em;
	padding-left: .25em;
	margin-top: 0em;
	padding-top: 0em;
}

#footer {
	margin-bottom: 25px;
}

#footer p {
	font-size:11px;
	color:#FFFFFF;
	margin-top: 0;
	margin-left: 10px;
}


#footerRegInfo {
	float: left;
	margin-top: 6px;
	margin-left: 0px;
	position: relative;
	width: 300px;
}

#footerRegInfo2 {
	float: right;
	display: inline;
	margin-right: 20px;
	width: 150px;
}



#footer ul {
	float: right;
	list-style-type: none;
	margin-top: -35px;
	width: 900px;
	margin-right: 20px;


}


#footer li {
	display: inline;
	float: right;

}

*html footer li {
	display: inline;
	float: right;

}




/* ------- CLASSES --------- */

.copy {
	font-size:12px;
	line-height: 18px;
	color:#FFFFFF;
	text-align: left;
	border-top: border-top;
}

.copy_orange {
	font-size:12px;
	line-height: 14px;
	color:#AC3F15;
}

.copy_orange2 {
	font-size:12px;
	line-height: 18px;
	color:#FF9933;
	font-weight:bold;
}	
.divider {
	height: 1px;
	background-color: #FF9933;
	margin-top: 10px;
	margin-bottom: 10px;
}

