@charset "utf-8";
/* CSS Document */
.clearfix:after, .container:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix, .container {
display:inline-block;
}
* html .clearfix, * html .container {
height:1%;
}

.clearfix, .container {
display:block;
}
.clear {
clear:both;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
        padding-bottom: 30px;
    	background-color: #000;
}

h1   {
     	font-size: 14px;
     	color: #fff;
     	font-weight: bold;
}
     
h2   {
    	color: #fff;
	font-weight: bold;
	font-size: 12px;
	margin:0;
	padding:0;
    
}

h3   {
    	color: #fff;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;    
}

a    {
       color: #fff;
}
	
.container {
	width: 100%;
	background-color: #000;
	margin-top: 30px;
	padding-bottom: 20px;
}

#top-wrapper {
	width: 100%;
	border-bottom: solid 6px #CC0000;
	padding-bottom: 20px;
 	margin-bottom: 2px;
 	display: inline-block;
}

#top {
	width: 830px;
	margin: 0 auto;
}

#search {
	margin-top: 10px;
	float: right;
	width: 180px;
}

#search input {
	width: 179px;
	height: 17px;
}

#logo {
	width: 230px;
	margin-top: 60px;
	float: left;
}

#mainmenu {
	float: right;
	width: 500px;
	margin-top: 35px;
}

#mainmenu ul, 
#mainmenu li {
	list-style-type:none;
	list-style-image:none;
	padding: 0;
	margin: 0;
}

#mainmenu ul {
	height: 20px;
	float: right;
} 

#mainmenu ul li {
	float: left;
	height: 15px;
	line-height:15px;
	font-size: 10px;
    	color: #fff;
    	font-weight: normal;    	
    	margin-left: 20px;
    	text-transform: uppercase;
}

#mainmenu a, 
#mainmenu a:link, 
#mainmenu a:visited {
	color: #fff;
    	padding-left: 0px;
	text-transform: uppercase;
    	text-decoration: none;
}

#mainmenu a:hover{
	color: #fff;
}

#mainmenu ul li:hover, 
#mainmenu ul li.over {	
	color: #fff;
	font-weight: normal;
	border-bottom: dotted 1px #fff;
}

#mainmenu ul li#current {	
	color: #fff;
	text-decoration: none;
	height: 15px;
	border-bottom: dotted 1px #fff;
}

#mainmenu ul li#current * {	
	color: #fff; !important;
}

#mainmenuul li ul {
	display:none;
}

#mainmenu ul li ul li {
	display: none;
}

#mainmenu ul li ul li:hover, 
#mainmenu ul li ul li.over {
}

#mainmenu ul li { 
	position:relative;
}

#mainmenu ul li ul {
	display:none;
	position:absolute;
	top:2em;
	left:0em;
	width:40em;
}

#mainmenu ul li:hover ul, 
#mainmenu ul li.over ul { 
	display: block; 
}

#header {
	padding-top: 250px;
	width: 100%;
	height: 73px;
	background: url("../images/headerbg.jpg") no-repeat;
	display: block;
}

#topmod {
	width: 830px;
	margin: 0 auto;
	background-color: #3CBBFF;
	color: #000;
}

#topmod .moduletable {
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 20px;
}

#midwrapper {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #FF6600;
	display: inline-block;
}

#hpmodules {
	width: 830px;
	margin: 0 auto;
}

.hp {
	width: 265px;
	margin-right: 15px;
	float: left;
}

#hp3 {
	width: 265px;
	float: right;
}

#mainwrapper {
	width: 830px;
	margin: 0 auto;
}

#right {
	float: right;
	width: 265px;
	margin-top: 20px;
}

#right. moduletable {
	margin-bottom: 20px;
}

#content {
	width: 440px;
	float: left;
	margin-top: 20px;
}

#footer {
 	clear: left;
	color: #666666;
	width: 830px;
	margin: 0 auto;
	text-align: left;
	padding-top: 40px;
}

h2.contentheading, h2.componentheading {
margin-bottom: 10px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #fff;
        line-height: 152%;
}

.clear {
	clear: both;
}

/* COMMON TAGS */
.modifydate {
	color: #C0C0C0;
}

.author {
	color: #C0C0C0;
}

.createdate {
	color: #C0C0C0;
}

.contenttoc {
	margin: 5px;
}


ul { 
	margin: 2px;
	padding: 6px;
	padding-left: 15px;
}

li {	
	padding-left: 1px;
	line-height: 150%;
}

ul.arrow1 li,
ul.arrow2 li {
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
}

.buttons {
	float:right;
	width:85px;
}

.buttons .buttonheading {
	float:left;
}

.buttons img {
border: 0;
}

/* Poll Module Styles */

.poll-radio {
	padding-bottom:5px;
	float:left;
	clear:left;
	width:14%;
	text-align:center;
}

.poll-option {
	float:left;
	padding-bottom:5px;
	width:85%;
}

.poll h3 {
	border:none;
}
