@charset "utf-8";
/* CSS Document */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #88898a;
	text-align: center;
	cursor: default;
}

a {
	color: #662616;
	text-decoration: underline;
	cursor: pointer;
}

a:hover {
	color: #916257;
	text-decoration: underline;
}

#authHeaderMessage {
	border: solid #FF0000 2px; 
	width: 500px; 
	padding: 3px;
	text-align: center;
	position:absolute;
	z-index: 3;
	top:40px;
	left:100px;
}

#dwnflwdw {
	display: block;

	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 100px;
	left: 0px;
	right: 0px;
	color: #663300;

	font-size: 10px;
	overflow: hidden;
	z-index: 1;
	visibility: hidden;
	opacity:0.0; 
	filter: alpha(opacity=0); 
	-moz-opacity: 0.0;
}

#blockoutpage {
	background-color: #ffffff;
	width: 100%;
	height: 100%;
	z-index: 0;
	display: block;
	position:absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
	opacity:0.0; 
	filter: alpha(opacity=0); 
	-moz-opacity: 0.0; 
	text-align: center;
}

#site_container {
	position: relative; width: 802px; margin: 0 auto; text-align: left; z-index: 2;
}

.clear {
	clear: both !important;
}

.ro {
	border: solid #FF0000 1px !important;
}
/**** Logo section of the header ****/
#logo {
	padding: 0px;
	margin: 0px;
	height: 27px;
	width: 800px;
	display: block;
	position: relative;
	z-index: 2;
	border-bottom: solid 1px #9d9fa0;
}

a.logo_container {
	position: absolute;
	top: 0px;
	left: 0px;
}

#hdr_register_links {
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
}

#hdr_register_text {
	position: absolute;
	top: 0px;
	right: 50px;
	text-align: right;
}

a.sign_in:link,
a.sign_in:active,
a.sign_in:visited
{
	color: #B95915;
}

a.sign_in:hover {
	color: #FF6600;
}

/**** search section of the header ****/

#hdr_search {
	padding: 0px;
	margin: 5px 0px 0px 0px;
	height: 40px;
	width: 800px;
	display: block;
	position: relative;
	z-index: 2;
	background-image:url(images/search_frame.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

form.search_form {
	display: block;
	width: 161px;
	height: 40px;
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0px;
	padding: 0px;
}

input.search_input {
	font-size: 9px;
	border: solid 0px #ffffff;
	position: absolute;
	top: 6px;
	right: 15px;
	margin: 0px;
	padding: 0px;
	width: 115px;
	height: 12px;
}

img.search_btn {
	position: absolute;
	top: 6px;
	right: 137px;
	margin: 0px;
	padding: 0px;
	width: 13px;
	cursor: pointer;
}

form.search_form a {
	position: absolute;
	top: 22px;
	right: 5px;
	margin: 0px;
	padding: 0px;
}

/**** navigation section of the header ****/
#hdr_navigation {
	padding: 0px;
	margin: 0px;
	height: 18px;
	width: 800px;
	display: block;
	position: relative;
	z-index: 2;
	border-bottom: solid #dad4cd 4px;
}

#hdr_navigation ul  {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 800px !important;
	text-align: justify;
}

#hdr_navigation ul li {
	margin: 0px;
	padding: 0px;
	float: left;
}

#hdr_navigation ul li a {
	margin: 0px;
	padding: 0px 14px 0px 14px;
	display: block;
	height: 18px;
	border-right: solid #ffffff 1px;
	color: #ffffff;
	text-decoration: none;
}

#hdr_navigation ul li a span {
	margin: 2px 0px 0px 0px;
	padding: 0px;
	display: block;
}

#hdr_navigation_start {
	background: url(images/nav_left_bck.gif) top left no-repeat #b5a99a;
}

#hdr_navigation_start:hover {
	background: url(images/nav_left_bck_on.gif) top left no-repeat #d2cac1;
}

#hdr_navigation_middle {
	background: url(images/nav_middle_bck.gif) repeat-x #b5a99a;
}

#hdr_navigation_middle:hover {
	background: url(images/nav_middle_bck_on.gif) repeat-x #d2cac1;
}

#hdr_navigation_end {
	background: url(images/nav_right_bck.gif) top right no-repeat #b5a99a;
}

#hdr_navigation_end:hover {
	background: url(images/nav_right_bck_on.gif) top right no-repeat #d2cac1;
}

span.nav_selected {
	color: #662616;
}

/**** main content area div ****/
#main_content {
	padding: 0px;
	margin: 0px;
	width: 800px;
	height: auto;
	display: block;
	position: relative;
	z-index: 2;
}

/**** footer div ****/
#footer {
	padding: 0px;
	margin: 0px;
	width: 800px;
	display: block;
	position: relative;
	z-index: 2;
	border-top: solid #dad4cd 4px;
}

#footer span.copyright {
	position: absolute;
	left: 0px;
	margin: 5px 15px;
	color: #662616;
}

#footer span.navigation {
	position: absolute;
	right: 0px;
	margin: 5px 15px;
	color: #662616;
}

#footer span.navigation a {
	text-decoration: none;
}

/***** styles for the menu box that is found on many pages ****/

#menu_box1, #menu_box2 {
	position: absolute;
	padding: 0px;
	margin: 0px;
	width: 314px;
	height: 60px;
	z-index: 2;
}

#menu_box1 {
	top: 0;
	left: 0;
}

#menu_box2 {
	bottom: 0;
	left: 0;
}

#menu_box1 tr th, #menu_box2 tr th {
    color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	padding-left: 10px;
	margin: 0px;
	vertical-align: middle;
	text-align: left;
	width: 157px;
	height: 19px;
	background-image: url(images/brown_background.gif);
	background-repeat: repeat-x;
	border-top: solid 1px #aa9c8b;
	border-right: solid 1px #aa9c8b;
}

#menu_box1 tr th img, #menu_box2 tr th img {
    display: block;
	padding: 0px;
	margin-top: 1px;
	margin-right: 3px;
	float: left;
}

#menu_box1 tr th span, #menu_box2 tr th span {
    display: block;
	padding: 0px;
	margin-top: 1px;
}

#menu_box1 tr td, #menu_box2 tr td {
	padding-left: 10px;
	vertical-align: middle;
	background-color: #f4f2ef;
	height: 41px;
	border-bottom: solid 1px #aa9c8b;
	border-right: solid 1px #aa9c8b;
}

a.menu_box_link {
	color: #88898a;
	text-decoration: none;
}

a:hover.menu_box_link {
	color: #666666;
}

.lightHeader {
	color:             #FFFFFF;
	height:            16px;
	font-weight:       bold;
	padding-left:      20px;		
	background-image:  url('images/lightHeader.gif');
	background-repeat: repeat-x;
	vertical-align: middle;
}

#search_drop_down {
	position:absolute;
	top: 56px;
	right: 13px;
	border: #662514 solid 1px;
	border-top: none;
	width: 140px;
	background-color: #e6e2dd;
	z-index: 1;
	visibility: hidden;
	opacity:0.0; 
	filter: alpha(opacity=0); 
	-moz-opacity: 0.0;
}

#search_drop_down img {
	position:absolute;
	top: 3px;
	right: 3px;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
}

span.search_drop_text_1 {
	color: #662514;
	font-size: 11px;
	position: relative;
	top: 3px;
	left: 3px;
}

span.search_drop_text_2 {
	color: #333333;
	font-size: 8.5px;
	position: relative;
	top: 5px;
	left: 3px;
}

#search_drop_down hr {
	position:relative;
	top: 5px;
	padding: 0px;
	margin: 0px;
	width: 134px;
}

span.search_drop_text_3 {
	color: #333333;
	font-size: 9px;
	position: relative;
	top: 1px;
	left: 10px;
}

span.search_drop_text_3 label {
	color: #333333;
}


