@charset "utf-8";
/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:.8em;
	margin:0;
	line-height:1.5em;
	background-color:#515151;
	text-align:center;
	background-image:url(../layout/grass_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
td{
	font-size:.9em;
}
a{
	color:#da8000;
	text-decoration:underline;
}
a:hover{
	color:white;
	background-color:#fb9e19;
	display:inline;
	text-decoration:none;
}
hr{
	border: 0; 
	border-top: 1px dashed #9fc124;
	height: 1px;
}

#header{
	width:874px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../layout/logo.gif);
	background-repeat:no-repeat;
	background-position:left;
	height:74px;
}
#login{
	padding-top:15px;
	float:right;
	width:500px;
	font-size:.9em;
}
#shell{
	clear:both;
	width:874px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding-top:103px;
}
#nav{
	height:33px;
}
#nav ul{
	margin:0;
	padding:0;
}
#nav ul li{
	list-style:none;
	padding-right:6px;
	display:inline;
}
#content{
	width:605px;
	background-color:#FFFFFF;
	float:left;
	margin-top:10px;
	padding:20px;
}
#submenu{
	text-align:center;
	padding:10px;
	background-color:#eaf9b4;
}
#register{
	width:190px;
	margin-top:10px;
	margin-right:7px;
	padding:10px;
	background-color:#daee8f;
	float:right;
	font-size:.8em;
}
#members{
	margin-top:10px;
	margin-right:7px;
	padding:10px;
	width:190px;
	background-color:#daee8f;
	float:right;
}
#footer{
	text-align:center;
	color:white;
	clear:both;
	padding-top:10px;
	font-size:.8em;
}
#footer a{
	color:#8fc400;
	text-decoration:underline;
}
#footer a:hover{
	background-color:#fb9e19;
	color:#333333;
}
.form{
	border:1px solid #fb9e19;
	background-color:#fde1b9;
}
.content{
	border:1px solid #CCCCCC;
}
.contact{
	border:1px dashed #fb9e19;
	padding:10px;
	background-color:#DAEE8F;
}
.box{
	width:55%;
	border:1px dashed #fb9e19;
	padding:10px;
}
.testimonials{
	font-size:1.1em;
	background-color:#8fc400;
	font-weight:bold;
}
.question{
	font-size: 1.1em;
	font-weight:bold;
	display:inline;
	border:1px dashed #fb9e19;
	padding:10px;
	background-color:#eaf9b4;
}
.answer{
	line-height:1.3em;
	padding:10px;
	padding-bottom:20px;
}
.autocomplete {
  margin:0px;  
  padding:0px;  
  width:300px;
  background:#fff;
  position:absolute;
  line-height:1.3em;
}

.autocomplete ul {
  margin:0px;
  padding:0px;
  list-style-type:none;
}

.autocomplete ul li.selected { 
  background-color:#fde1b9;
}

.autocomplete ul li {
  margin:0;
  padding:5px;
  display:block;
  list-style-type:none;
  cursor:pointer;
}
.myreports{
	display:inline;
}
.myreports a{
	padding:3px;
	color:white;
	background-color:#8fc400;
	font-weight:bold; 
	
}
.myreports a:hover{
	color:white;
	background-color:#fb9e19;
	text-decoration:none;
}
