/* Redifine HTML styles */
body {
	margin-top:23px;
	background:#cb6400;
	text-align:center;
}
h3 {
	font-family:Futura Bold, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#e05800;
}
h2 {
	font-family:Futura Bold, Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 900;
	color:#e05800;
	line-height:25px;
}
a {
	color:#e05800;
	text-decoration: none;
}
h4 {
	font-family:Futura Bold, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#e05800;
}
h4 a:link {
	color:#e05800;
	text-decoration: none;
}
ul {
	list-style: disc url(../images/home_news_arrow.gif) outside;
}
li {
	padding-bottom:5px;
}


/* Global layout styles */
#backgound_wrapper {
	position:relative;
	width:1011px;
	background-repeat:repeat;
	margin:auto;
	text-align:left;
}
#background_main {
	/*min-height:400px;*/
	position:relative;
	width:919px;
	background-repeat:no-repeat;
	padding-top: 84px;
	padding-left: 92px;
}
#background_footer {
	position:relative;
	width:1011px;
	height:36px;
	margin:auto;
}
#content_bg_container{
	width:545px;
}
#content_bg_footer {
	width:545px;
	height:50px;
	background-image:url(../images/content_bg_footer.png);
	background-repeat:no-repeat;
}
#content_bg_main {
	line-height:20px;
	width:545px;
	background-image:url(../images/content_bg_repeater.png);
}
#content_bg_header {
	width:545px;
	height:17px;
	background-image:url(../images/content_bg_main.png);
	background-repeat:no-repeat;	
}
#content_container {
	padding:10px;
	/* We use positinoning and z-indexing so the links are clickable above the css filters for IE*/
	position:relative;
	z-index:100;
}
#content_header{
	padding-left:20px;
	padding-right:20px;
}
#content_footer{

}
#content{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	overflow:hidden;
}
#hidden_content{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	overflow:hidden;
}
#moxlogo{
	position:absolute;
	top:-500px;
	left:820px;
}
/* written in by javascript for non-flash*/
#moxlogo_image{
	background-image:url(../images/moxie_logo.png);
	width:158px;
	height:259px;
}
#moxnav{
	position:absolute;
	top:45px;
	left:410px;
	z-index:50;
	width:549px;
	height:31px;
	background-image:url(../images/navigation.png);
}
#moxnavlinks{
	position:absolute;
	top:45px;
	left:410px;
	z-index:52;
	width:549px;
	height:31px;
}

#pageContent{
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
}

/* styles for the backup navigation in case user doesn't have Flash */
#menubar {
	position:absolute;
	width:615px;
	top:0px;
	left:-65px;
	background-color:#FFFFFF;
	border:1px solid #000000;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
#menubar a {
	color:#000000;
	letter-spacing:1px;
	padding-left:5px;
	padding-right:5px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

#menubar a.active {
	
}

.menu .options {
	margin-right:1px;
	margin-bottom:1px;
	border:1px solid #000000;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
.menu a {
	color:#000000;
	display:block;
	padding:2px 10px;
	text-decoration:none;
	background-color:transparent;
}
.menu a:hover {
	text-decoration:underline;
}

#moxfooter {
	position:relative;
	text-align:center;
	margin:auto;
	width:973px;
	color:#e0e0e0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

#moxfooter a {
	color:#e0e0e0;
	text-decoration:underline;
}

#moxfooter a:visited {
	color:#e0e0e0;
	text-decoration:underline;
}