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

html, body {
	height:100%;
	margin:0px;
}

body {
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:0.8em;
}

h1 {
	display:none;
}

h2 {
	margin-top:0px;
}

p {
	margin-top:0px;
}


a {
	text-decoration:none;
	color:#000;
}

a:hover {
	text-decoration:underline;	
}

ul {
	margin-bottom:0px;
}

ol ul{ list-style-type:disc; 
}

ol, li {padding-bottom:5px;}

.indent {
	margin-left:20px;
}

#Content {
	margin:0px auto -25px auto;
	text-align:left;
	width: 824px;
	min-height: 100%;
	background: #CCC;
	background-image:url(images/shadow.jpg);
}

/* Hack for IE, Reset to 100% height */
* html #Content {
	height: 100%;
}
/* End IE Hack */

#big_content {
	width:750px;
	margin:0px auto 0px auto;
}

#header {
	height:150px;
	background-color:#000000;
	width: 750px;
	margin:auto;
	clear:none;
	}

#header_left {
	float:left;
	height: 150px;
	width:500px;
	background-image: url(images/Header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#header_right {
	float:right;
	height:150px;
	width:212px;
	background-image: url(images/GBSSlogo.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

#content_left {
	width:350px;
	margin:0px 25px 10px 37px;
	float:left;
}

#content_right {
	width:350px;
	float:left;
	margin:0px 37px 10px 0px;
	}

#height_fix {
	width:824px;
	height:10px;
	margin-bottom:25px;
	clear:both;
}

.lots {
	width:750px;
	margin:auto;
	margin-bottom:10px;
	clear:both;
	border-top-style:solid;
	border-top-color:#000000;
	border-top-width:2px;
}

#lot_info {
	width:750px;
	margin:auto;
}

.lot_details {
	width:500px;
	margin:0px 25px 10px 0px;
	padding:10px;
	float:left;
}

.lot_picture {
	width:168px;
	float:right;
	padding:10px;

}

.image_space {
	padding-bottom:10px;
}

#footer {
	width:824px;
	height:23px;
	background-image: url(images/footer2.jpg);
	background-repeat: no-repeat;
	margin-top:0px;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:auto;
	padding-top:2px;
}

.top_link {
	color:#fcdd44;
}

/* ---Menu Styles---*/

#menu_container {
	width:750px;
	height:25px;
	margin:auto;
	margin-bottom:40px;
	background-image: url(images/leftcorner.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#menu {
	padding-left:25px;
	width:619px;
	height:25px;
	background-image:url(images/rightcorner2.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	}

.menu_item {
	border-right:thin solid #FCDD44; 	
}

#menu a {
	display:block;
	/*white-space:nowrap;*/
	margin:0;
	}
	
#menu a:link, #menu a:visited, #menu a:active	{/* menu at rest */
	color: #FFFFFF;
	background-color: #000000;
	text-decoration:none;
	padding-right: 5px;
	padding-left: 5px;
	height: 25px;
	}
	
#menu a:hover	{						/* menu on mouse-over  */
	color: #fcdd44;
	text-decoration:none;
	}	

#menu ul {
	list-style:none;
	margin:0;
	padding:0;
	float:left;	/* width of all menu boxes */
	display: block;
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#menu li {
	min-height: 1px; 
	}

#menu ul ul {
	position:absolute;
	background-color:#000000;
	z-index:500;
	top:auto;
	display:none;
	padding-top: 5px;
	margin:-1em 1 0 -1em;
	}

#menu ul ul ul {
	top:0;
	left:100%;
	}

div#menu li:hover {
	cursor:pointer;
	z-index:100;
	}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul {
	display:none;
	}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul {
	display:block;
	}
