/* Home Page Only */

/* Begin vertical centering technique */
body, html {
	height: 100%;
}
html {

}

body {
	padding: 0;
}

/*
div#outer_wrapper {
	display: table;
	height: 100%;
	width: 100%;
	#position: relative;
	overflow: visible;
}
div#middle_wrapper {
	width: 100%;
	text-align:center;
	#position: absolute; 
	#top: 48%;
	#left: 0px;
	display:table-cell;
	vertical-align: middle;
}
div#wrapper {
	position: normal;
	margin: 0 auto;
	padding: 82px 16px 0;
	text-align: left;
	#position: relative; 
	#top: -50%
}
 End vertical centering technique */

div#wrapper {
	position: relative;
	width: 724px;
	border: 7px solid #877D7B;
	margin: 50px auto;
	padding: 82px 16px 0;
	background: #fff;
	color: #6A5C52;
	text-align: left;
}
div#wrapper {
	
	margin: 0 auto;
	padding: 82px 16px 0;
	text-align: left;
}
table#wrapper_table td {
	/* position: relative; */
	vertical-align: middle;
}
table#inner_wrapper_table {
	/* position: relative; */
	width: 724px;
	border: 7px solid #877D7B;
	margin: 50px auto;
}
table#inner_wrapper_table td {
	padding: 82px 16px 0;
	padding: 0px 16px 0;
	background: #fff;
	color: #6A5C52;
	text-align: left;
}

/* Typical Image Replacement */
div#home_logo {
/*
	position: absolute;
	top: 19px;
	left: 16px;
	z-index: 100;
*/
	float: left;
	height: 47px;
	width: 199px;
	margin: 21px 0 16px 0;
}

div#home_logo h1 {
	background: url(../_images/_global/buzz_oates_logo.gif) no-repeat left top;
	height: 47px;
	width: 199px;
	margin: 0;
}

div#home_logo h1 a {
	display: block;
	height: 47px;
	width: 199px;
}


/*-------------------------------------------
	Main Navigation
-------------------------------------------*/

div#home_main_nav {
/*
	position: absolute;
	top: 37px;
	left: 260px;
	z-index: 500;
*/
	float: left;
	height: 12px;
	width: 475px;
	margin: 37px 0 0 50px;
	margin: 37px 0 0 27px;
	width: 498px;
}

div#home_main_nav ul {
	float: left;
	margin: 0;
	height: 12px;
	width: 475px;
	width: 498px;
}
div#home_main_nav ul li {
	float: left;
	height: 12px;
	margin-right: 19px;
	margin-right: 14px;
}
div#home_main_nav ul li a {
	display: block;
	height: 12px;
}
div#home_main_nav ul li a span {
	display: none;
}

div#montage {
	clear: both;
	height: 304px;
	width: 724px;
	margin: 0 0 38px 0;
}

div.col1 {
	float: left;
	width: 179px;
	width: 252px;
	margin: 0 36px 0 0;
	display: inline;
}
div.col2 {
	float: left;
	width: 195px;
	width: 252px;
}
div.col3 {
	float: right;
	width: 146px;
}
h2 {
	margin: 0 0 .8em;
}
h2#hdg_featured_project {
	height: 12px;
	width: 134px;
	background: url(../_images/home/featured_project.gif) no-repeat left top;
}
h2#hdg_what_we_do {
	height: 12px;
	width: 73px;
	background: url(../_images/home/hdg_what_we_do.gif) no-repeat left top;
}
h2#hdg_whats_new {
	height: 12px;
	width: 70px;
	background: url(../_images/home/whats_new.gif) no-repeat left top;
}

p {
	line-height: 1.5;
	margin-bottom: .3em;
}


a:link, a:visited {
	color: #8E8482;
	text-decoration: none;
}
a:hover {
	color: #0E2243;
	text-decoration: none;
}
a.more_link {
	font-size: .9em;
}


div.col3 ul  {
	width: 146px;
}
div.col3 ul li {
	height: 12px;
	padding-bottom: 15px;
}
div.col3 ul li a {
	display: block;
	height: 12px;
}

/* View Available Properties */
li#btn_view_avail_props {
	background: url(../_images/home/view_available_properties_O.gif) left top no-repeat;
}
li#btn_view_avail_props a:link, 
li#btn_view_avail_props a:visited {
	background: url(../_images/home/view_available_properties.gif) left top no-repeat;
	width: 146px;
}
li#btn_view_avail_props a:hover {
	background: url(../_images/home/view_available_properties_O.gif) left top no-repeat;
	width: 146px;
}

/* Join Our Mailing List */
li#btn_join_mailing_list {
	background: url(../_images/home/join_our_mailing_list_O.gif) 27px 0px no-repeat;
}
li#btn_join_mailing_list a:link, 
li#btn_join_mailing_list a:visited {
	background: url(../_images/home/join_our_mailing_list.gif) left top no-repeat;
	width: 119px;
	margin-left: 27px;
}
li#btn_join_mailing_list a:hover {
	background: url(../_images/home/join_our_mailing_list_O.gif) left top no-repeat;
	width: 119px;
	margin-left: 27px;
}

/* Press Releases */
li#btn_press_releases {
	background: url(../_images/home/press_releases_ON.gif) 61px 0px no-repeat;
}
li#btn_press_releases a:link, 
li#btn_press_releases a:visited {
	background: url(../_images/home/press_releases.gif) left top no-repeat;
	width: 85px;
	margin-left: 61px;
}
li#btn_press_releases a:hover {
	background: url(../_images/home/press_releases_ON.gif) left top no-repeat;
	width: 85px;
	margin-left: 61px;
}