@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;
    background: url("../images/bg.jpg") top repeat-x;
    background-color: #EBEBEB;
}
h1   {
     font-size: 20px;
     color: #000;
     font-weight: normal;
     }
     
h2   {
    color: #000;
	font-weight: normal;
	font-size: 20px;
	margin:0;
	padding:0;
    
}

h3   {
    color: #666666;
    font-weight: bold;
    font-size: 10px;
    
}

a    {
       color: #465D72;
       text-decoration: underline;
}
	
.container {
	width: 810px;
	margin: 0 auto;
	background: url("../images/containerBg.jpg") no-repeat;
}

#logo {
	width: 220px;
	margin-top: 0px; 
	margin-left: 5px;
	float: left; background-image:url(../images/logo.png) no-repeat;	  
	}

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

#mainmenu {
	float: left;
	width: 220px;
	margin-top: 40px;
	margin-left: 5px;
}

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

#mainmenu ul {
	float: left;
} 

#mainmenu ul li {
	float: left;
	height: 24px;
	line-height:24px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
    color: #666666;
    font-weight: bold;  
    width: 220px;
    margin-left: 0px;
    }

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

#mainmenu a:hover{
	color: #92D050;
   
}


#mainmenu ul li:hover, 
#mainmenu ul li.over {	
color: #666666;
font-weight: normal;
}

#mainmenu ul li#current {
	color: #FFFFFF;
	text-decoration: underline;
	
}

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

#mainmenu ul 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; 
}

#frontmod {
width: 535px;
float: right;
border-top: solid 1px #CCCCCC;
border-left: solid 1px #CCCCCC;
border-right: solid 1px #CCCCCC;
height: 265px;
background-color: #fff;
margin-top: 80px;
position: relative;
}

#frontmod .moduletable {
margin-top:-4px;
padding-left:8px;
}

#content {
width: 570px;
float: left;
padding-left: 20px;
margin-top: 20px;
padding-top: 10px;
}

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

#right .moduletable {
background-color: #EBEBEB;
padding-left: 5px;
padding-bottom: 10px;
}

#right h3 {
background: url("../images/rightbg.gif") no-repeat;
font-size: 11px;
color: #fff; 
padding-top:3px;
padding-left: 15px;
font-weight: normal;
height: 20px;
margin-left: -5px;
}

#right a {
margin-left: 5px;
}

#mainwrapper {
background-color: #fff;
padding-bottom: 50px;
display: inline-block;
width: 808px;
border: solid 1px #CCCCCC;
margin-top: -2px;
}

#botmodules {
margin-top: 10px;
display: inline-block;
width: 810px;
padding-bottom: 10px;
border-bottom: solid 1px #fff;
}

#user1 {
width: 255px;
float: left;
}

#user2 {
width: 255px;
float: left;
margin-left: 22px;
}

#user3 {
width: 255px;
float: right;
}

#footer {
width: 100%;
text-align: left;
color: #465D72;
padding-top: 5px;
}

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

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

.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 {	
	list-style: none;
	list-style-image: url(../images/arrow.png);
	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; border:none;
}

.buttons .buttonheading {
	float:left; border:none;  
}

.buttons img {
border: none;
}

/* 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;
}

