/* globals */

body {
	margin: 0px;
	padding: 0px;
	/*font-family: "Adobe Garamond", "Times New Roman", Times, serif;*/
	font-family: "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	margin: 20px;
	color: #FFFFFF;
}

.orangeBG {
	background: url(../images/bg_orange.gif) repeat center center;
	background-color: #f3d8a3;
}

.greenBG {
	background: url(../images/bg_green.gif) repeat center center;
	background-color: #979354;
}

.brownBG {
	background: url(../images/bg_brown.gif) repeat center center;
	background-color: #aea479;
}

.purpleBG {
	background: url(../images/bg_purple.gif) repeat center center;
	background-color: #a5b9c9;
}

a, a:link, a:visited {
	color: #424015;
	text-decoration: none;
}

a:hover, a:active {
	color: #858036;
}

h1 {
	font-size: 35px;
	color: #E7A614;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-weight: normal;
}

h2 {
	font-size: 15px;
	color: #E7A614;
	margin: 0px 0px 7px 0px;
	padding: 0px;
	font-weight: normal;
}

h3 {
	font-size: 14px;
	line-height: 17px;
	color: #424015;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-weight: normal;
}

h4 {
	font-size: 12px;
	color: #E7A614;
	margin: 0px 0px 7px 0px;
	padding: 0px;
	font-weight: normal;
}

p {
	font-size: 13px;
	line-height: 17px;
	color: #65623F;
	margin: 0px 0px 14px 0px;
	padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0;
}

ul {
	margin: 0px 0px 0px 17px;
	padding: 0px;
}

li {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 14px;
	/*list-style: none;*/
	/*background: url(../images/bullet.gif) no-repeat 0px 5px;*/
	font-size: 13px;
	color: #65623F;
}

/* layout - front page, footer & a bit of global */

#outsideContainer {
	width: 940px;
	height: 580px;
	margin: 0 auto;
	position: relative;
	background-color: #FFFFFF;
}

#postcardBG {
	width: 809px;
	height: 586px;
	background: url(../images/postcardbg.png);
	margin: 0 auto;
	padding: 36px 0px 0px 45px;
	position: relative;
}

#backtoSite {
	width: 160px;
	height: 27px;
	position: absolute;
	left: 666px;
	top: -31px;
}

#postcardFooter {
	width: 750px;
	height: 40px;
	position: absolute;
	left: 13px;
	top: 593px;
}

#leftBar {
	width: 243px;
	height: 580px;
	float: left;
	background: url(../images/bgleft.gif) no-repeat;
	position: relative;
}

#logo {
	width: 180px;
	height: 90px;
	position: absolute;
	left: 45px;
	top: 45px;
}

#navigation {
	width: 180px;
	height: 206px;
	position: absolute;
	left: 45px;
	top: 173px;
}

#bannerAd {
	width: 180px;
	height: 120px;
	position: absolute;
	left: 45px;
	top: 415px;
}

#navigation ul {
	margin: 0px;
	padding: 0px;
}

/*
#navigation li {
	list-style: none;
	margin: 0px 0px 13px 0px;
	padding: 0px;
	text-align: center;
	font-size: 14px;
	color: #424015;
	text-transform: uppercase;
}

#navigation a:link, #navigation a:visited {
	text-decoration: none;
	color: #424015;
	display: block;
	padding: 2px;
	width: 176px;
}

#navigation a:active, #navigation a:hover {
	color: #858036;
}
*/

#rightSide {
	width: 697px;
	height: 580px;
	float: right;
	background: url(../images/bgright.gif) no-repeat;
	position: relative;
}

#homeFlash {
	width: 635px;
	height: 352px;
	position: absolute;
	left: 18px;
	top: 45px;
}

#homeBlock {
	width: 635px;
	height: 120px;
	position: absolute;
	left: 18px;
	top: 415px;
	background-color: #f9f8f6;
}

#comingSoon {
	background: url(../images/front_soon.gif) no-repeat;
	width: 292px;
	float: left;
}

#homeSentence {
	width: 313px;
	float: right;
	padding: 12px 30px 0px 0px;
}

#homeSentence h2 {
	color: #65623F;
	font-size: 15px;
	line-height: 23px;
}

#rightShadow {
	position: absolute;
	height: 606px;
	width: 26px;
	left: 940px;
	top: 0px;
	background: url(../images/shadow_right.png) no-repeat 0px 0px;
	background-color: #FF0000;
	z-index: 100;
}

#rightShadowTwo {
	position: absolute;
	height: 606px;
	width: 26px;
	left: 940px;
	top: 0px;
	z-index: 100;
}

#bottomShadow {
	width: 940px;
	height: 40px;
	background: url(../images/shadow_btm.png) no-repeat;
	clear: both;
}

#footer {
	font: 15px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px 0px 4px 25px;
	padding-top: 15px;
}

#footerTwo {
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px 0px 0px 25px;
	padding-left: 20px;
	background: url(../images/house.png) no-repeat 0px 0px;
}

#footerTwo a:link, #footerTwo a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

#footerTwo a:hover, #footerTwo a:active {
	color: #FFFFFF;
}

/* content start */

#floatingContent {
	width:  388px;
	height: 442px;
	position: absolute;
	left: 41px;
	top: 93px;
}

#floatingFlash {
	width: 190px;
	height: 395px;
	position: absolute;
	left: 455px;
	top: 93px;
}

#normalContent {
	width: 635px;
	height: 490px;
	left: 18px;
	top: 45px;
	background-color: #fcfbf9;
	position: absolute;
}

#subnavBar {
	width: 635px;
	background-color: #858036;
}

#residencePhoto {
	width: 603px;
	margin: 5px 0px 0px 17px;
	padding: 15px 0px 0px 0px;
	border-top: 1px solid #a39f67;
}

#walkScoreBlock {
	margin: 18px 0px 0px 18px;
	text-align: center;
}

#featureNav {
	width: 178px;
	height: 354px;
	position: absolute;
	left: 18px;
	top: 49px;
	background-color: #a39e67;
}

#featureContentFront, #featureContent {
	width: 414px;
	padding: 18px 18px 0px 18px;
	height: 336px;
	position: absolute;
	left: 204px;
	top: 49px;
	background-color: #fcfbf9
}

#featureContentFront {
	background: #fcfbf9 url(../images/feature_bg.jpg);
}

#featureContentFront p, #featureContent p {
	/*font-size: 12px;
	line-height: 16px;*/
}

#featureContentFront h1, ##featureContent h1 {
	margin: 0px 0px 12px 0px;
}

#featureFlash {
	width: 635px;
	height: 120px;
	position: absolute;
	left: 18px;
	top: 415px;
}

.featureIcon {
	margin: 15px 0px 0px 18px;
}

#infoNav {
	width: 178px;
	height: 172px;
	position: absolute;
	left: 18px;
	top: 49px;
	background-color: #a39e67;
}

#infoFlash {
	width: 178px;
	height: 310px;
	position: absolute;
	left: 18px;
	top: 229px;
}

#infoContent {
	width: 414px;
	padding: 18px 18px 0px 18px;
	height: 472px;
	position: absolute;
	left: 204px;
	top: 49px;
	background-color: #fcfbf9
}

.formCopy {
	color: #412400;
	font-size: 12px;
}

.formFieldNormal {
	background-color: #e5e3d1;
	width: 194px;
	padding: 4px;
	border-style: none;
	margin: 2px 0px 12px 0px;
	border-width: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.formFieldState {
	background-color: #e5e3d1;
	width: 67px;
	padding: 4px;
	border-style: none;
	margin: 2px 0px 12px 0px;
	border-width: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.formFieldZip {
	background-color: #e5e3d1;
	width: 109px;
	padding: 4px;
	border-style: none;
	margin: 2px 0px 12px 0px;
	border-width: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.formFieldFull {
	background-color: #e5e3d1;
	width: 406px;
	padding: 4px;
	border-style: none;
	margin: 2px 0px 12px 0px;
	border-width: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#music {
	position: absolute;
	width: 183px;
	height: 25px;
	left: 751px;
	top: 588px;
}

