body,html {
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 90%;
	color: #FFFFFF;
	min-height: 100%;
	background-color: #000000;
	margin: 0px;
}

#container {
	margin-left: auto;
	position: relative;
	width: 900px;
	margin-right: auto;
}
.spacer {
	height: 25px;
	clear: both;
}

#header {
	background-image: url(_images/header_background.jpg);
	background-repeat: no-repeat;
	height: 90px;
	float: left;
	width: 900px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #6C6584;
	font-weight: bold;
	position: relative;
}
#header ul {
	list-style-type: none;
	width: 600px;
	text-align: center;
	position: absolute;
	right: 0px;
	bottom: 10px;
	margin: 0px;
	padding: 0px;
}
#header li {
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}


#header li a {
	color: #FFFFFF;
	text-decoration: none;
}
#header li a:hover { color: #6699FF; 
}
#header    li.selected a   { color: #6699FF; 
}

#menubar {
	font-weight: bold;
	text-align: center;
	float: left;
	width: 900px;
	padding-top: 5px;
	padding-bottom: 5px;
	letter-spacing: 0.2em;
	background-color: #333333;
	margin: 0px;

}

#menubar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menubar li {
	display: inline;
	margin-right: 15px;
	margin-left: 15px;
}


#menubar li a {
	color: #FFFFFF;
	text-decoration: none;
}
#menubar li a:hover { color: #4E8BFF; 
}
#menubar  .selected a { color: #6699FF; }

#content_oneSection {
	padding-bottom: 10px;
	float: left;
	width: 900px;
	padding-top: 0px;
	background-color: #1E2752;
	background-image: url(_images/body_background_oneSection.jpg);
	background-repeat: no-repeat;
	height: 500px;
	overflow-y: auto;
	background-attachment: fixed;
	background-position: center 93px;
}
#content_oneSection p {
	line-height: 1.5em;
	margin-right: 40px;
	margin-left: 40px;
	margin-bottom: 20px;
}
#content_oneSection a { color: #BFD8FF; }
#content_oneSection #leftColumn {
	float: left;
	width: 45%;
	margin-left: 20px;
}

#content_oneSection #leftColumn h1 {
	font-size: 110%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}


#content_oneSection #rightColumn {
	float: right;
	width: 45%;
	margin-right: 20px;
}
#content_oneSection #rightColumn h1 {
	font-size: 110%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}





#content_twoSection {
	float: left;
	width: 900px;
	padding-top: 0px;
	background-color: #1E2752;
	background-image: url(_images/body_background_twoSection.jpg);
	background-repeat: no-repeat;
	background-position: center 93px;
	height: 500px;
	padding-bottom: 10px;
	background-attachment: fixed;
}
#left_content {
	width: 295px;
	float: left;
	height: 510px;
	overflow-y: auto;
}


#right_content {
	float: right;
	width: 602px;
	height: 510px;
	margin-right: 1px;
}
#left_content    p {
	margin-right: 20px;
	margin-left: 20px;
	line-height: 1.5em;
	margin-top: 20px;
}
#left_content h1 {
	font-size: 120%;
	margin-right: 20px;
	margin-left: 20px;
	line-height: .75em;
	margin-top: 20px;
}
#left_content .sqft { font-size: 60%; }
#left_content a {
	color: #FFFFFF;
	text-decoration: none;
}

#left_content a:hover { color: #4E8BFF; }
#left_content .bulletList { font-size: 90%; }





#right_content p {
	margin-right: 20px;
	margin-left: 20px;
	line-height: 1.5em;
}







#footer {
	color: #CCCCCC;
	font-size: 70%;
	float: left;
	width: 900px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(_images/toledo_homes_logo_sm.png);
	background-repeat: no-repeat;
	background-position: center 10px;
}

#footer a {
	color: #CCCCCC;
	text-decoration: underline;
}

.thumbnail {
	float: left;
	height: 160px;
	width: 180px;
	text-align: center;
	margin-top: 20px;
	margin-left: 10px;
}

.thumbnail a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
.thumbnail a:hover { background-color: #295967; }



.thumbnail img {
	height: 120px;
	width: 160px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.pulldownMenu {
	margin-left: 20px;
	background-color: #51557B;
	color: #FFFFFF;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 90%;
}
