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

/* MAIN SITE TEMPLATE */

html, body {
	margin: 0px;
	background: #355933;
	text-align: center;
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #646464;
}

div#container {
	width: 911px;
	height: auto;
	text-align: left;	
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

div#header_intro {
	width: 911px;
	height: 179px;
	background: #cccccc;
}

div#header {
	width: 911px;
	height: 199px;
	background: url('../img/main_background.jpg');
}

div#middle {
	width: 911px;	
	/*display: table;*/
	height: 100% auto;
	/*min-height: 500px;*/
	position: relative;
	float:left;
	background: url('../img/main_background.jpg');
}

div#middle_intro {
	position: relative;
	width: 911px;	
	height: 728px;
	background: url('../img/intro_background.jpg');
	float:left;	
	color: #ffffff;
}

div#menu {
	position: relative;
	width: 300px;
	height: auto;	
	float: left;
	display: block;
	text-decoration: none;
	text-align: center;
}

div#content {
	position: relative;
	width: 480px;
	height: auto;
	float: left;
	display: table;
	margin-left: 70px;
}

div#footer {
	width: 911px;	
	height: 150px;
	display: block;
	color: #ffffff;
}

div#footer_intro {
	float: left;
	position: relative;	
	width: 911px;	
	height: 100px;
	display: block;
	color: #ffffff;
}

/* SECTION TEMPLATE */

div#listings_menu {
	width: 100%;
	float:left;
}

.links {
	width: 24%;
	height: 75px;
	background: #090;
	color: #ffffff;
	float: left;
	border: 1px solid #FFF;
}

.links a {
	display: block;
	width: 100%;
	height: 100%;
	background: #090;
	text-decoration: none;
	color: #FFF;
}

.links a:hover {
	display: block;
	width: 100%;
	height: 100%;
	background: #0F9;
	text-decoration: none;
	color: #FFF;
}

div#listings {
	width: 100%
	float: left;	
}

/* MENU ITEMS */
.menu_section {
	width: 180px;
	height: 51px;
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	margin-top: auto;
	margin-bottom: auto;
}

.menu_sub_section {
	width: 220px;
	display: block;
	text-align: right;
	border: 0px solid #666;
}

.menu_sub_section a {
	text-decoration: none;
	color: #383838;
	display: block;
	width: 180px;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 40px;
	padding-right: 30px;
	border: 0px solid #666;
	
}

.menu_sub_section a:hover {
	background: url('../img/menu/sub_menu_background.png');
	color: #999;	
}

.menu_sub_section_active {
	width: 220px;
	display: block;
	text-align: right;
	border: 0px solid #666;
}

.menu_sub_section_active a {
	text-decoration: none;
	color: #999;
	display: block;
	width: 180px;
	height: auto;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 40px;
	padding-right: 30px;
	border: 0px solid #666;
	background: url('../img/menu/sub_menu_background.png');
}

/* END MENU ITEMS */


p {
	line-height: 18px;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #666666;
}

h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666; 	
}

hr {
	border: 0px;
	color: #d95066;
	background-color: #d95066;
	height: 4px;
	margin-top: 25px;
	margin-bottom: 25px;
}

a { color: #333; }

/* FORMS */

.forms {
	width: 70%;	
}

/* END FORMS */
