@import url("/css/reset.css");

img {
	border: 0px;
}

p, h1, h2, h3 {
	margin-bottom: 20px;
}

strong {
	font-weight: bold;
}

h1 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 21px;
}

h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 17px;
}

h3 {
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}

.rightside {
	width: 337px;
	border-left: solid 1px #000;
	position: absolute;
	left:620px;
	top: 180px;
	z-index: -1;
}

.header {
	margin-bottom: 25px;
}

.sidebox {
	height: 236px;
	border-bottom: solid 1px #000;
}

.latestheader {
	margin-left: 25px;
	color: #FF0000;
	font-family: arial;
	font-size: 20px;
	padding-top: 12px;
}

.page {
	font-size: 12px;
	font-family: sans-serif;
	text-align: left;
	position: relative;
	background-color: #FFF;
	z-index: 4;
	min-height: 750px;
  padding-bottom: 30px;
}

body {
	padding: 0px;
	margin: 5px;
	background-color: #ebebeb;
}

.container {
	padding-bottom: 25px;
}

.content {
	width: 617px;
	padding-top: 180px;
}

.contentwide {
	width: 100%;
	padding-top: 180px;
}

.mainheader {
	position: absolute;
	left: 0px;
	top: 0px;
}

.mainheader li {
	float: left;
	position: relative;
}

.rightside li {
	padding-top: 15px;
	margin-left: 20px;
	z-index: 5;
}

a, a:hover {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

.footer {
	background-color: #dadada;
	border-top: solid 1px #ccc; 
   	bottom: 0px;
	color: #636363;
	clear: both;
   	left: 0px;
	margin: 20px 0 0 0;
	padding: 10px;
	position: fixed;
	text-align: center;
   	width: 100%;
   	z-index:200;
}

.footer div {
	float: left;
}

.footer a, .footer a:hover {
	text-decoration: none;
	font-size: 12px;
	color: #636363;
}

.oppView {
	padding: 15px;
	margin: 30px;
	border: solid 1px #000;
	width: 500px;
	background-color: #f0f0f0;
}

h1 {
	font-size: 21px;
	font-family: verdana;
}

h4 {
	margin: 10px;
	font-size: 15px;
}

.subuls {
display: none;
width: 250px;
position: absolute;
top: 56px;
left: 0px;
background-color: #0563a4;
font-size: 10px;
z-index: 150;
}

.subuls li{
width: 100%;
}

.subuls li a{
text-decoration: none;
display: block;
font-size: 15px;
color: #fff;
font-weight: normal;
padding: 5px;
}
.subuls li a:hover{
background-color: #034774;
color: #fff;
font-weight: normal;
text-decoration: none;
}
#cssdropdown 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 */

}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
}

#cssdropdown li>ul, li.over>ul { /* lists nested under hovered list items */
display: none;
}

#wrap {
	width: 958px;
	margin: 5px auto;
}

.maincontent {
	margin-left: 15px;
}

#player {
	color: #fff;
	font-size: 15px;
}