@charset "utf-8";
/* CSS Document */

ul.accessibility {
	position:absolute;
	top:-100%;
}

body {
	margin: 0;
	padding: 0;
   	background: #FFF;
}
    
body,td,th {
	font-family: Lucida,'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 13px;
	color: #666;
   	line-height: 145%;
}

#top {
	width: 100%;
	height: 40px;
	background: #fff;
	border-bottom: solid 1px #FFCCAA;
}

#top-in {
	width: 800px;
	margin: 0 auto;
}

#logo {
	width: 200px;
	float: left;
}

#mainmenu {
	float: right;
	width: 550px;
	border-right: solid 1px #ccc;
}

#mainmenu ul, 
#mainmenu li {
	list-style-type:none;
	list-style-image:none;
	padding: 0;
	margin: 0;
}

#mainmenu ul {
	float: right;
} 

#mainmenu ul li {
	float: left;
	height: 40px;
	line-height:40px;
	font-size: 13px;
   	color: #666;
   	font-weight: normal; 
   	text-transform: lowercase;
   	padding-left: 15px;
   	padding-right: 15px;
   	border-left: solid 1px #ccc;
 
}

#mainmenu a, 
#mainmenu a:link, 
#mainmenu a:visited {
	color: #666;  
	text-transform: lowercase;
    text-decoration: none;

    }

#mainmenu li.active,
#mainmenu li:hover {
	background-color: #FFCCAA;

}

#mainmenu ul li ul {
	display:none;
}

#mainmenu ul li { 
	position:relative;
}

#header {
	width: 100%;
	height: 180px;;
	background: #333 url(../images/header.jpg) no-repeat scroll center right;
	border-bottom: solid 1px #999;
}

#user1 {
	width: 800px;
	margin: 0 auto;
}

#user1 .moduletable {
	width: 800px;
	float: left;
	color: #ccc;
	margin-top: 0px;
	font-size: 14px;
	line-height: 157%;
}

#user1 h3 {
	color: #FFFFFF;
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}

#user1 img {
	margin-top: -75px;
}

#main {
	width: 800px;
	margin: 0 auto;
	margin-top: 30px;
}

#content {
	float: left;
}

.normalcontent {
	width: 500px;
	}

.widecontent {
	width: 800px;
	}

h2.contentheading, h2.componentheading {
	margin-bottom: 10px;
}

#right {
	width: 210px;
	float: right;
	margin-top: 20px;
    margin-right: 10px;
    padding-left: 30px;
	border-left: solid 1px #ccc;
}

#right .moduletable {
	margin-bottom: 20px;
}

#right h3 {
	font-weight: normal;
}

#user2 {
	clear: left;
	width: 100%;
	background-color: #fff;
	display: inline-block;
	min-height: 70px;
	margin-top: 10px;
	
}

#user2 .moduletable {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	margin-top: 10px;
}
#user3 {
	clear: left;
	width: 100%;
	background-color: #fff;
	display: inline-block;
	min-height: 70px;
	margin-top: 70px;
	
}

#user3 .moduletable {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	margin-top: 10px;
}

#footer {
	clear: left;
	width: 100%;
	background-color: #333;
	display: inline-block;
	min-height: 70px;
	margin-top: 40px;
	border-top: solid 1px #eee;
}

#footer .moduletable {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	margin-top: 10px;
}

fieldset {
	border: none;
}

.button {
	background: #FFFFCC;
	border: solid 1px #ccc;
	color: #666;
	font-size: 11px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
}

input {
	background: #FFFFCC;
	border: solid 1px #ccc;
	color: #666;
	font-size: 11px;
}

img { border: none;}

.poll-radio {
	padding:0;
	float:left;
	clear:left;
	text-align:left;
}

.poll-option {
	float:left;
	padding-bottom:6px;
	padding-top: 3px;
	width:85%;
	margin-left: 2px;
}

.poll h3 {
	border:none;
}

h1   {
     	font-size: 12px;
     	color: #fff;
     	font-weight: normal;
        clear: both;
}
     
h2   {
    color: #CC6633;;
	font-weight: normal;
	font-size: 18px;
	margin-top: 10px;
	padding:25px 0 0 0;
        clear: both;
}

h3   {
    color: #888;;
	font-weight: bold;
	font-size: 15px;
	text-transform: none;
	margin:0;
	padding:0; 
	margin-bottom: 5px; 
}

a    {
       color: #666;
}

.buttons {
	float:right;
	width:85px;
}

.buttons .buttonheading {
	float:left;
}

.buttons img {
border: 0;
}

#power_by {
	float:right;
	padding-right:25px;
	padding-top: 25px;
	padding-bottom: 25px;
}

#power_by a, 
#pwower_by a:link, 
#power_by a:visited {
	color: #aaa;  
    text-decoration: none;
}

.sample {
   margin-right: 20px;
   margin-left: 5px
}