body {
	background: #42413C;
	margin: 0;
	padding: 0;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	line-height: 1.4;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
#sidebar ul {
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	padding-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
}
#bigtext td {
	padding-right: 0px;
	padding-left: 0px;
}
.justiflyed {
	text-align: justify;
}
#bigtext td img {
	padding: 0px 0px 0px 16px;
}
.td_center {
	text-align: center;
	background: url(images/orange.gif) repeat-x bottom;
}
h1 {
	font-size: 34px;
	padding-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
}
#title h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

#wapper {
	margin-right: auto;
	margin-left: auto;
	width: 980px;
	position: relative;
}
#banner {
	width: 980px;
	padding-top: 10px;
	height: 63px;
}
#content {
	width: 980px;
}
#bigpix {
	float: left;
	width: 680px;
}

#morepix {
	float: left;
	width: 980px;
	margin-top: 20px;
}

#hoa {
	float: left;
	width: 960px;
}
#hoa table tr td img {
	padding-left: 16px;
}
#hoa table tr td p {
	padding-right: 16px;
}
#bigtext {
	float: left;
	width: 800px;
	margin: 0px;
	padding: 0px;
}
#bigtext p {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	line-height: 26px;
	text-align: left;
}
#sidebar {
	float: right;
	width: 290px;
	font-size: 14px;
	text-align: left;
}

#pageText {
	width: 700px;
	line-height: 26px;
	font-size: 16px;
}



a:hover {
	color: #CCC;
	text-decoration: underline;
}

a {
	color: #FFF;
	text-decoration: underline;
}


#title {
	float: left;
	width: 681px;
	padding-right: 299px;
	padding-bottom: 0px;
	margin: 0px;
}
.clearboth {
	float: none;
}
#sidebar li a {
	color: #CCC;
	text-decoration: none;
}
#sidebar li a:hover {
	color: #FFF;
	text-decoration: underline;
}
#sidebar ul {
	list-style: none;
	padding-left: 15px;
}
#sidebar p {
	padding-left: 15px;
	text-align: left;
	line-height: 26px;
}
.nav {
	margin:auto;
	padding:0;
	min-width:42em;
	width:100%;
	height:44px;
	overflow:hidden;
	text-align:justify;
	font-family: verdana;
	font-size: 88%;
	line-height: 1.1;
	font-weight: bold;
	color: #FFF;
}
.nav li {
    display:inline;
    list-style:none;
}
.nav li.last {
    margin-right:100%;
}
.nav li a {
	display:inline-block;
	padding:13px 4px 0;
	height:31px;
	color:#B6D13C;
	vertical-align:middle;
	text-decoration:none;
}
.nav li a:hover {
	color:#CCC;
}


h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
}

#siteName {
	width: 300px;
	float: left;
	height: 74px;
}
#siteNav {
	position:absolute;
	width:266px;
	height:45px;
	z-index:1;
	left: 706px;
	top: 133px;
	letter-spacing: 4px;
	color: #999;
	display: inline-block;
}
#siteNav a:hover {
	color: #FFF;
	text-decoration: underline;
}

#siteNav a {
	color: #999;
	text-decoration: none;
}
#navigation {
	width: 786px;
}
#backarrow {
	position:absolute;
	width:119px;
	height:45px;
	z-index:20;
	left: 902px;
	top: 15px;
	color: #999;
}

#archsiteNav {
	position:absolute;
	width:294px;
	height:45px;
	z-index:1;
	left: 703px;
	top: 128px;
	letter-spacing: 4px;
	color: #999;
	display: inline-block;
}
#archsiteNav a:hover {
	color: #FFF;
	text-decoration: underline;
}

#archsiteNav a {
	color: #999;
	text-decoration: none;
}

#plansiteNav {
	position:absolute;
	width:243px;
	height:45px;
	z-index:1;
	left: 732px;
	top: 135px;
	letter-spacing: 4px;
	color: #999;
	display: inline-block;
}
#plansiteNav a:hover {
	color: #FFF;
	text-decoration: underline;
}

#plansiteNav a {
	color: #999;
	text-decoration: none;
}
/* Classes for the form */

#register {
	font-size: 11px;
	color: #333;
}
#register select {
	font-size: 11px;
	color: #333;
}
.alignRight {
	text-align: right;
}
.alignCenter {
	text-align: center;
}
.alignTop {
	vertical-align: top;
}
.textField200 {
	width: 200px;
}

.textField400 {
	width: 400px;
}

#register p {
	font-size: 11px;
	color: #333;
	margin: 0px;
}
#locationContent {
	float: left;
	width: 980px;
	margin: 0px;
	padding: 0px 20px 0px 0px;
}
#locationContent table .padding16 {
	padding-right: 16px;
}
#aboutPix {
	position: absolute;
	left: 249px;
	top: 122px;
	width: 390px;
	height: 195px;
}

#price {
	position:absolute;
	width:119px;
	height:45px;
	z-index:3;
	left: 859px;
	top: 164px;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

#subtext {
	position: absolute;
	width: 544px;
	height: 45px;
	z-index: 40;
	left: 110px;
	top: 125px;
	color: #FFF;
	font-size: 24px;
}
#bottomtext {
	clear: both;
	line-height: 26px;
	font-size: 14px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	background-color: #42413B;
	margin: 0px;
	padding: 0px;
	text-align: center;
	clear: both;
}
#footer p {
	padding-left: 0px;
}
#footerright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	background-color: #42413B;
	float: left;
	width: 420px;
}
#footerright a {
	color: #FFF;
	text-decoration: underline;
}
#footerright a:hover {
	color: #CCC;
	text-decoration: none;
}
