/* CSS Document */

body
{
	background-color: #313131;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}

#container
{
	display: block;
	position: relative;
	margin: 0px auto;
	width: 900px;
	height: auto;
}

/* HEADER */

.header
{
	display: block;
	position: relative;
	width: 900px;
	height: 176px;
	background-image: url(images/header.jpg);
}

.menu
{
	display: block;
	position: relative;
	width: 900px;
	height: 44px;
	padding-top: 42px; /* padding-top:132px; */
}

.search
{
	display: block;
	position: relative;
	width: 200px;
	height: 25px; /*background-color:#FFFFFF;*/
}

html>body .search{ /*FireFux*/
	margin:0px 0px 0px 690px;
	padding:66px 0px 0px 0px;
}

html/**/body .search { /*(IE)*/
	margin:64px 0px 0px 690px;
	padding:0px 0px 0px 0px;
}

/* IMAGE */

.image
{
	display: block;
	position: relative;
	width: 900px;
	height: 197px;
}

/* MAIN CONTENT */

.content_container
{
	display: block;
	position: relative;
	width: 900px;
	height: 100%;
	background-color: #FFFFFF;
	background-image: url(images/containerbackground.gif);
	background-repeat: repeat-y;
	_margin-top: -5px;
}

.content_container2
{
	display: block;
	position: relative;
	width: 900px;
	height: 100%;
	background-color: #FFFFFF;
	background-image: url(images/background2.gif);
	background-repeat: repeat-y;
	_margin-top: -5px;
}

.top_white
{
	display: block;
	position: relative;
	width: 900px;
	height: 12px;
	background-color: #FFFFFF;
}

.copy_left
{
	display: block;
	position: relative;
	width: 383px;
	height: 100%;
	min-height:200px;
	float: left;
	margin: 0px 0px 0px 12px;
}

.copy_left_terms
{
	display: block;
	position: relative;
	width: 493px;
	height: 100%;
	min-height:200px;
	float: left;
	margin: 0px 0px 0px 12px;
	background-color:#BDB6A5;
}

.copy_left2
{
	display: block;
	position: relative;
	width: 629px;
	height: 100%;
	min-height:200px;
	float: left;
	margin: 0px 0px 0px 12px;
}

.copy_middle
{
	display: block;
	position: relative;
	width: 232px;
	height: 100%;
	float: left;
	margin: 0px 0px 0px 14px;
	_margin: 0px 0px 0px 0px;
}

.copy_right
{
	display: block;
	position: relative;
	width: 232px;
	height: 100%;
	float: right;
	margin: 0px 12px 0px 0px;
	_margin: 0px 6px 0px 0px;
}

.bottom_white
{
	display: block;
	position: relative;
	width: 888px;
	height: 20px;
	background-color: #FFFFFF;
	clear: both;
	padding: 0px 0px 0px 12px;
}

.headers
{
	display: block;
	position: relative;
	width: 232px;
	height: 39px;
	margin: 10px 0px 5px 0px;
	_margin: 10px 0px 5px 3px;
	background-image: url(images/titlebar.jpg);
	background-repeat: no-repeat;
}

/* LINKS */
.a, .a:hover
{
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}

a:hover
{
	color: #000000;
}

.menu_a, .menu_a:hover
{
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}


.a1, a1:hover
{
	font-weight: bold;
	font-size: 12px;
	color: #AD8800;
	text-decoration: none;
	line-height: 20px;
}

a1:hover
{
	color: #000000;
}

.a2, a2:hover
{
	font-weight: bold;
	font-size: 12px;
	color: #6A6A6A;
	text-decoration: none;
	margin: 0px 0px 0px 15px;
}

a2:hover
{
	color: #000000;
}

.a3, a3:hover
{
	font-weight: bold;
	font-size: 12px;
	color: #6A6A6A;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
}

a3:hover
{
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	color: #000000;
}

.a4, a4:hover
{
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}

a4:hover
{
	color: #000000;
}


/* FONTS */

.body_white
{
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}

h1
{
	font-size: 1.2em;
	color: #33322E;
	margin: 15px 15px 10px 15px;
}

h2
{
	font-size: 1em;
	color: #FFFFFF;
	padding: 9px 0px 0px 30px;
	font-weight: normal;
}

h3
{
	font-size: 0.9em;
	color: #FFFFFF;
	padding: 0px 0px 0px 15px;
	font-weight: normal;
}

.main_body_white
{
	font-size: 0.8em;
	color: #FFFFFF;
	margin: 10px 15px 0px 15px;
}


.body_brown_small
{
	font-weight: bold;
	font-size: 12px;
	color: #313131;
}

/* LOGIN */

#SearchKeyword
{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #b6b6b6;
	border: 0px solid #b6b6b6;
	padding: 0px 0px 0px 4px;
	background-image: url(images/searchbg.jpg);
	background-repeat: repeat-x;
}

select
{
	background-color: #b6b6b6;
	border: 0px solid #b6b6b6;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	margin: -10px 0px 0px 0px;
}
