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

/*--------- Overal Document Styles --------------*/

body {
	margin: 0;
	padding: 0;
	background-color: #a8a8a8;
	margin-top: 30px;
	line-height: 1.1em;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color:#666666;
}


/*--------- Structural Styles --------------*/

#container {
	width: 1043px;
	margin: 0 auto 0 auto;
	position: relative;
	
}


#body {
	margin: 0;
	padding: 0;
	position: relative;
}

/*--------- Content Styles --------------*/

#content {
	width: 1043px;
	position: absolute;
}
#header {
	width: 1043px;
	position: relative;
	height: 123px;
	background-image:url(images/home_header.jpg)
}
#headerLegal {
	width: 120px;
	position: absolute;
	top: 13px;
	right: 30px;
	font-size: 10px;
	color:#FFFFFF;
}

#headerLegal a:link, #headerLegal a:visited, #headerLegal a:hover, #headerLegal_at {
	display: inline;
	text-decoration: none;
	color:#FFF;
}

#menu {
	width: 550px;
	position: absolute;
	top: 89px;
	left: 363px;
	font-size: 11px;
	color:#FFFFFF;
	
}
#menu a:link, #menu a:visited {
	display: inline;
	text-decoration: none;
	color: #FFF;
	font-weight:bold;
}

#menu_at, #menu a:hover {
	display: inline;
	text-decoration: none;
	color: #f7c02c;
	font-weight:bold;
} 
#menu2 {
	width: 150px;
	position: absolute;
	top: 89px;
	right: 0px;
	font-size: 11px;
	color:#5cc31f;
	
}
#menu2 a:link, #menu2 a:visited {
	display: inline;
	text-decoration: none;
	color: #FFF;
	font-weight:bold;
}

#menu2_at, #menu2 a:hover {
	display: inline;
	text-decoration: none;
	color: #f7c02c;
	font-weight:bold;
} 

#middle {
	width: 1043px;
	height:375px;
	position: relative;
	border-bottom: 6px solid #827260;
	border-top: 6px solid #827260;
	background-color: #fff9e6;
}
#middle a:link, #middle a:visited {
	display: inline;
	text-decoration: none;
	color: #713200;
	font-weight:bold;
}

#middle_at, #middle a:hover {
	display: inline;
	text-decoration: none;
	color: #794612;
	font-weight:bold;
}
#homeRight{
	width: 434px;
	height: 375px;
	position: absolute;
	right: 0px;
	background-color: #c6a98a;
	
}
#bottom {
	padding:0px;
	width: 1043px;
	height:98px;
	position: relative;
	border-bottom: 6px solid #827260;
	background-color: #a3a09c;
}
#bottom img{
	margin: 0px;
	padding: 0px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}

/*-------------- Copy Styles -------------------*/

#copyHome {
	position: absolute;
	left: 61px;
	text-align: left;
	top: 6px;
	width: 520px;
	
}
#copyHome2 {
	position: absolute;
	left: 269px;
	text-align: right;
	top: 200px;
	width: 320px;
	font-weight:bold;
	letter-spacing: -0.1em;
	
}

/*--------- Footer Styles --------------*/

#footer {
	width: 300px;
	height: 30;
	position:absolute;
	text-align: left;
	color:#FFFFFF;
	font-size:11px
	
}

