/* CSS Document */

html, body {
	height: 99%;
}

img {
	behavior: url("/includes/pngbehavior.htc");
}

body {
	background-color: #b8b493;
	background-repeat: repeat-x;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}


h1 {
	font-size: 11px;
	font-weight: bold;
	color: #897d51;
}

h2 {
	font-size: 15px;
	font-weight: normal;
}
h2 b {
	background: #fecd67;
	padding: 5px 15px 3px 5px;
	font-weight: normal;
}

p {
	margin-left: 5px;
}

a {
	color: #b18221;
	font-style: italic;
	text-decoration: underline;
}
a:hover {
	color: #b18221;
	font-style: italic;
	text-decoration: underline;
}
a:visited {
	color: #4c3810;
	font-style: normal;
	text-decoration: underline;
}

#stabilizer {
	margin-left: auto; 
	margin-right: auto;
	min-height: 99%;
}


#stageWrapper {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	background-color: #ffffff;
	overflow: hidden;
}
#mastheadWrapper {
	background-image: url(/images/rj_walters_homes.jpg);
	background-repeat: no-repeat;
	height: 106px;
	width: 960px;
	overflow: hidden;
	position: relative;
}
#navigationWrapper {
	position: absolute;
	height: 32px;
	left: 11px;
	top: 65px;
	vertical-align: middle;
	width: 892px;
}
#contentWrapper {
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	position: relative;
	padding-bottom: 16px;
}
.contentScroll {
	overflow: auto;
	height: 255px;
	width: 415px;
	padding-right: 15px;
	margin-right: 20px;
}

.homeScroll {
	x-border: 1px solid red; 
	position: absolute; 
	top: 110px; 
	left: 10px; 
	height: 270px; 
	width: 370px; 
	overflow: auto; 
	padding-right: 15px;
	font-size: 12px;
}

.nav {
	padding: 3px 12px 0px 12px;
}
.nav a {
	font-size: 11px;
	line-height: normal;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.nav a:hover {
	color: #fecd67;
	text-decoration: none;
}
.nav a.on {
	color: #fecd67;
}
.nav a.on:hover {
	color: #fecd67;
}





.subNavTable {
	margin: 0px 0px 10px 23px;
}
.subNavTable td {
	padding: 3px 5px 3px 5px;
}
.subNavSpacer {
	width: 15px;
}
.subNavOn a, .subNav a {
	font-size: 11px;
	line-height: normal;
	font-style: normal;
	color: #665933;
	text-decoration: none;
}


.subNavOn {
	background: #fecd67;
}

.subNav {
	background: #ffffff;
}
.subNav:hover {
	background: #fecd67;
}
.largeText {
	font-size: 18px;
}

.h1td {
	padding-top: 10px;
}

.headerTable {
	
}

.rcol {
	width: 316px;
	height: 337px;
	overflow: hidden;
}





#footer {
	text-align: center;
	font-size: 12px;
	color: #6c5d26;
	padding: 15px;
}













* html #stabilizer {
	height: 100%;
}
