/*
Light orange #fff
Orange #E87112
red #8E1919
*/
body{
	color:#000;
	margin: 0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	overflow: auto;
	font-size: 12px;
	text-align: left;
	background-color:#555;
	background-image: url(images/b_bodyMain.jpg);
	background-position: center 100px;
	background-repeat: no-repeat;
}
#floatRight{
	float: right;
	padding-left:10px;
}
a{
	color: #EB6E0E;
}
a:hover,a:visited,a:active{
	text-decoration: none;
	color: #EB6E0E;
}
img {
	border:0px;
	text-align: right;
}
.clear{ clear:both;}
h1 {
	font-size: 25px;
	color: #EB6E0E;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: normal;
}
h2 {
	font-size: 20px;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #FFF;
	background-color: #000;
	margin: 0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	line-height: 20px;
	text-transform: uppercase;
}
#container{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 900px;
	z-index: 2;
	position: relative;
	padding-top: 220px;
}
#topBar{
	background-color: #307026;
	color: #FFF;
	text-align: center;
	z-index: 3;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	}
#wildseries{
	background-color: #fff;
	text-align: center;
	z-index: 2;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#header{
	height: 215px;
	overflow: hidden;
	width: 1000px;
}
#shadow{
	position: absolute;
	height: 10px;
	width: 100%;
	background-image: url(images/header_dropshadow.png);
	background-repeat: repeat-x;
	background-position: top;
}
#nav{
	width: 500px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	}
#nav li {
	list-style-type: none;
	}
#nav  a  {
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-top-right-border-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-top-left-border-radius: 10px;
	display: block;
	float: left;
	width: 120px;
	text-align: center;
	text-transform: uppercase;
	font-size: 15px;
	color: #FFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-decoration: none;
	background-color: #EF6F19;
	background-image: url(images/nav_button_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#nav  a.active {
	background-image: url(images/white.png);
	background-color: #fff;
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-top-right-border-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-top-left-border-radius: 10px;
	text-decoration: none;
	font-weight: bold;
	color:#EB6E0E;
	background-repeat: repeat;
}
#nav a:hover {
	background-image: url(images/white.png);
	background-repeat: repeat;
	text-decoration: none;
	color:#000;
}
#left {
	width: 180px;
	float: left;
	}
#menu{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 3px 3px 3px #000;
	-webkit-box-shadow: 3px 3px 3px #000;
	box-shadow: 3px 3px 3px #000;
	background-color: #fff;
	border: 4px solid #fff;
}
#menu .header{
	padding: 5px 0px 5px 0px;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	text-align: center;
	background-color:#000;
	text-transform: uppercase;
}
#menu a.menu {
	color: #EB6E0E;
	text-decoration: none;
	font-size: 12px;
	display: block;
	padding: 5px;
	font-weight: bold;
}
#menu a:hover.menu{
	background-color: #fff;
	display: block;
	font-weight: bold;
	color: #fff;
	background-color:#EB6E0E;
}
#menu img {
	padding-top:5px;
	padding-bottom:5px;
}
#centre{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	float: left;
	width: 480px;
	margin-right: 15px;
	margin-left: 15px;
	-moz-box-shadow: 3px 3px 3px #000;
	-webkit-box-shadow: 3px 3px 3px #000;
	box-shadow: 3px 3px 3px #000;
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-position: center top;
	padding-top: 10px;
	background-color: #FFF;
}
#centre p.info{
	color: #EF6F19;
	margin: 0px;
	padding: 0px;
}
#centre strong{
	font-size: 14px;
}
#right{
	float: left;
	width: 170px;
}
a.link{
	color: #EF6F19;
	text-decoration: underline;
	background-image: url(images/sqaurebullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-left: 10px;
	margin-left: 10px;
}
a:hover.link   {
	display: block;
	padding-left: 10px;
	text-decoration: none;
}
#menu p{
	font-size: 11px;
	color: #666;
	border-bottom-style: dotted;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-color: #666;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer{
	background-color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFF;
	text-align: center;
	width: 100%;
	margin-top: 10px;
	font-size: 11px;
	position: relative;
	z-index: 2;
}
#footer a {
	color: #f37021;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
a:visited.opc,a:active.opc {
	opacity: 1.0;
	filter: Alpha(Opacity=100);
}
a:hover.opc {
	opacity: .80;
	filter: Alpha(Opacity=80);
}
h3 {
	font-size: 16px;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #EB6E0E;
	margin: 0px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

