/* ----- main styles -----*/
* {
	margin:0;
	padding:0;
}
:root{
 overflow-y:scroll;
}
#clear {
	clear: both;
}
body { 
	/*background: #EAEAEA url(../images/bground.gif) repeat-x;*/
	background:#999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#wrapper {
	padding: 0 10px 10px 10px;
	margin: 0 auto;
	width: 839px;
}
/* ----- main styles -----*/
#header {
	position: relative;
	background: url(../images/header.jpg) no-repeat top left;
	height: 245px;
}
#header ul {
	margin: 0;
  	padding: 0 0 10px 300px;
 	float: left;
  	list-style: none;
	position: absolute;
	left: 0;
	bottom:0;
	width: 650px;
	/*border: solid 1px #000000;*/
}
#header ul li{
	float:left;
}
#header ul a {
	text-align: center;
	width: 100px;
	/*padding: 0 1.2em;*/
	font-size: 12px;
	line-height: 41px;
	text-decoration: none;
	color: #fff;
	float: left;
	display: block;
}
#header ul a:hover {
	color:#91947A;
	background: url(../images/menu-bgrnd.jpg) repeat-x left top;
}
#header ul a.selectedmenu {
	color:#91947A;
	background: url(../images/menu-bgrnd.jpg) repeat-x left top;
}
/* ----- content styles -----*/
#content {
	background:#FFE9D2;
	padding-bottom: 20px;
}

/*Robert 09/30/2008*/
#content a{
	text-decoration: none;
}
#content a:hover{
	text-decoration: none;
	color: #BC742C;
	border-bottom: 1px dotted #BC742C;
}
/*Robert 09/30/2008*/


#panel_left {
	width: 235px;
	padding: 0 5px 10px 15px;
	float:left;
	/*background:#CCCCCC;*/
}
#panel_left #box {
	background: url(../images/leftbox.jpg) no-repeat left top;
	height: 250px;
}
#panel_left #box h1 {
	padding: 12px 10px 12px 0;
	text-align: center;
	color: #FFF;
	font-size: 12px;
}
#panel_left #box ul {
	padding: 10px 30px;
	list-style-type: square;
	color:#977B65;
	font-weight:bold;
	font-size: 12px;

}
#panel_left #box ul li a {
	line-height: 25px;
	width: 165px;
	text-decoration: none;
	color:#977B65;
}
#panel_left ul li a:hover {
	border-bottom: 1px dotted #977B65;
}
#panel_left ul li a.selectedmenu {
	border-bottom: 1px dotted #977B65;
}

#panel_right {
	/*background:#333333;*/
	float: left;
	width: 560px;
}
#panel_right h1 {
	font: 16px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color:#2F3F09;
}
#panel_right h2 {
	font: 12px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color:#2F3F09;
	padding: 20px 0 5px 0;
}
#panel_right p {
	padding: 10px 0;
	text-align: justify;
}
#panel_right p img {
	margin: 3px 5px 0 0;
	padding:2px;
	border: solid 2px #E8C89F;
	/*float:left;
	clear:both;*/
}
#panel_right .pictures {
	border: solid 2px #E8C89F;
	padding: 2px;
}

/*Robert 09/30/2008*/
#panel_right .picturecaption {
	text-align: center;
}
/*Robert 09/30/2008*/

/* - - form table - - */
#infotable {
	background: #FFFFCC;
	border: 2px solid #FFD700;
	/*width: 100%;*/
	margin-bottom: 10px;
	text-align: left;
}
#infotable td {
	padding: 5px;
	color: #CC0000;
	border: none;
}
#maintForm {
	width: 670px;
}
#maintForm label.error {
	margin-left: 10px;
	width: auto;
	display: inline;
}
/* - - form table - - */
table {
	border-collapse:collapse;
}
#formtable {
	border: 1px solid #CCCCCC;
	text-align: left;
}
#formtable th {
	border: 1px solid #CCCCCC;
	font-weight:bold;
	background:#F3F3F3;
	padding: 5px;
}
#formtable td {
	border: 1px solid #CCCCCC;
	padding: 5px 7px 5px 5px;
}
#formtable .title {
	font-weight:bold;
	font-size:14px;
	/*color:#C60202;*/
	text-align: center;
}
#formtable input {
	width: 99%;
}
#formtable textarea {
	resize: none;
	width: 99%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#formtable select {
	width: 100%;
}
.divSubmit {
	padding: 10px;
}
.required {
	color:#FF0000;
}
/* reset width for non-text inputs */
#formtable input.radio, #formtable input.checkbox, #formtable input.submit {
  width: auto;
}
input.submit {
	cursor: pointer;
	border: 1px solid #000;
	background-image: url(../images/submit_btn.jpg);
	background-repeat: repeat-x;	
	height: 27px;
	color: #fff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	padding: 0 25px;
}

/* ----- line styles -----*/
#line_botton {
	background:#B4B573;
	height: 10px;
	line-height: 10px;
}
/* ----- footer styles -----*/
#footer {
	color:#FFF;
	background:#3A1302;
	padding: 15px;
	text-align: center;
	margin: 0 auto;
	font-size: 10px;
}
#footer .mao {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#footer a {
	font: 12px/1.4em Georgia, "Times New Roman", Times, serif;
	color: #fff;
	text-decoration: none;
}
#footer a:hover{
	color: #BC742C;
	border-bottom: 1px dotted #BC742C;
}
#footer .selected{
	color: #BC742C;
	border-bottom: 1px dotted #BC742C;
}
