@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
   	background: #c4a98f;
}
    
body,td,th {
	font-family: "Monotype Corsiva","Apple Chancery","URW Chancery L","Trebuchet MS","Arial",Helvetica,Verdana,sans-serif ;
	font-size: 20px;
	color: #666;
   	line-height: 145%;
}

#top {
	width: 100%;
	height: 40px;
	background: #c4a98f;
	border-bottom: solid 0px #B12D2B;
}

#top-in {
	width: 1000px;
	margin: 0 auto;
}

#logo {
	width: 0px;
	float: left;
}

#mainmenu {
	float: right;
	width: 750px;
	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: 20px;
    	color: #666;
    	font-weight: none; 
    	text-transform: lowercase;
    	padding-left: 10px;
    	padding-right: 10px;
    	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: #ddd7ce;
}

#mainmenu ul li ul {
	display:none;
}

#mainmenu ul li { 
	position:relative;
}

#header {
	width: 100%;
	height: 250px;
	background-color: #662e21;
	border-bottom: solid 0px #B12D2B;
}

#user1 {
	width: 1000px;
	margin: 0 auto;
}

#user1 .moduletable {
	width: 1000px;
	float: left;
	color: #ccc;
	margin-top: 0px;
	font-size: 20px;
	line-height: 157%;
}

#user1 h3 {
	color: #B12D2B;
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 70px;
}

#user1 img {
	margin-top: -75px;
}

#main {
	width: 1000px;
	margin: 0 auto;
	margin-top: 30px;
}

#content {
	float: left;
	width: 560px;
	
}

h2.contentheading, h2.componentheading {
	margin-bottom: 10px;
}

#right {
	width: 320px;
	float: right;
	margin-top: 20px;
        margin-right: 20px;
        padding-left: 40px;
	border-left: solid 1px #ccc;
}

#right .moduletable {
	margin-bottom: 20px;
}

#right h3 {
	font-weight: normal;
}

#footer {
	clear: left;
	width: 100%;
	background-color: #662e21;
	display: inline-block;
	min-height: 70px;
	margin-top: 40px;
	border-top: solid 0px #B12D2B;
	font-size: 11px;
}

#footer .moduletable {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	margin-top: 10px;
}

fieldset {
	border: none;
}

.button {
	background: #ddd7ce;
	border: solid 1px #ccc;
	color: #666;
	font-size: 20px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
}

input {
	background: #ddd7ce;
	border: solid 1px #ccc;
	color: #666;
	font-size: 20px;
}

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: 20px;
     	color: #fff;
     	font-weight: normal;
}
     
h2   {
        color: #662e21;
	font-weight: normal;
	font-size: 20px;
	text-transform: lowercase;
	margin-top: 10px;
	padding:0;   
}

h3   {
        color: #662e21;
	font-weight: bold;
	font-size: 20px;
	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;
}