/****************************************************************************

Author: Stephen Saugestad
Development by: Wallop Creative
Last updated: 

*****************************************************************************/

/* defaults ****************************************************************/

* {
	margin: 0;
	padding: 0;
} 

body {
	font:normal 12px Arial, Verdana, Helvetica, sans-serif;
	background:#423320 url(../images/bg.gif) repeat-y center top;
	color:#444;
}

body a {
	color:#557500;
	text-decoration:underline;
}

body a:hover {
	text-decoration:none;
}

/* heading attibutes *************************************************/

h1, h2 {
}

/* removes the link underline from logo swap */

h1 a {
	text-decoration:none;
}

/* list items ********************************************/

ul, li {
	margin:0;
	padding:0;
	list-style:none;
}

/* set more defaults **********************************************************/

/*p {
	margin: 0px 0px 10px 0px;
	line-height:;
}

input {
	border:none;
	border:0;
}*/

/*acronym {
	border-bottom: 1px solid #8F9F20;
	color:#8F9F20;
	cursor:help;
	font-style:normal;
}*/

a img {
	border:none !important;
}

/* hacks *************************************************************************/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-table;
}

/* Hides from IE-mac */

* HTML .clearfix {
	height: 1%;
}

/* class attributes *********************************************/

/* dotted line breaks */

.break p {
	margin:0;
	padding:0;
}

p.break {
	background: url(../images/break.gif) repeat-x 0px 9px;
	height:10px;
}

.heading {
	color:#41633A;
	font-weight:bold;
}

.required {
	color:#9F0307;
}

p.white {
	color:#fff;
}

p.red {
	color:#9F0307;
}

p.icon {
	margin:2px 0 0 0;
	text-align:center;
}

div.mapRealEstate, div.mapContact {
	border:1px solid #C1E7F4;
	display:block;
	margin:20px 0 16px 0;
}

div.mapRealEstate {
	width:480px;
	height:300px;
}

div.mapContact {
	width:480px;
	height:200px;
}

div.mapSmall {
	border:1px solid #C1E7F4;
	float:right;
	margin:0 0 10px 10px;
}

ul.subNav {
	margin:4px 0 16px 0;
	font-size:13px;
	/*border-top:1px solid #EBF7FC;
	border-bottom:1px solid #EBF7FC;
	background-color:#C4E8F7;*/
}

ul.subNav li, ul.subNav li.last {
	display:inline;
	margin:0 20px 0 0;
}

ul.subNav li.last {
	margin:0;
}

ul.subNav a {
	text-decoration:none;

}

ul.subNav a:hover {
	text-decoration:underline;
}

p.signUp, p.flyBuy, p.financing {
	float:right;
	padding:0 0 0 14px;
}

/* main divs ********************************************************************/

#wrapHome, #wrapForm, #wrapGallery, #wrapTemp {
	width:700px;
	/*background:url(../images/bg_home.jpg) no-repeat 0 0;
	padding:261px 0 0 0;*/
	margin:0 auto;
}

#wrapForm, #wrapGallery {
	width:700px;
	background:url(../images/bg_template_form.jpg) no-repeat 0 0;
	padding:122px 0 0 0;
}

#wrapGallery {
	background:url(../images/bg_template_gallery.jpg) no-repeat 0 0;
}

#wrapTemp {
	background:url(../images/bg_home02.jpg) no-repeat 0 0;

}

#wrap {
	background:none;
	width:700px;
	margin:0 auto;
	padding:0 20px 0 20px;
}

#top {
	width:700px;
	height:236px;
	background:url(../images/bg_top.jpg) no-repeat 0 0;
}

#center {
	width:684px;
	height:122px;
	padding:0px 0px 0 0;
	background:url(../images/bg_center3.jpg) no-repeat 0 0;
}

a#soldout, a#phaseTwo {
	width:320px;
	height:96px;
	display:block;
	float:right;
	background:url(../images/soldout.jpg) no-repeat 0 0;
	text-indent:-10000em;
	overflow:hidden;
}

a#phaseTwo {
	background:url(../images/phase_two.jpg) no-repeat 0 0;
}

#bottom {
	width:700px;
	background:url(../images/bg_sky.jpg) no-repeat 0 0;
}

/*div#header {
	width:700px;
	height:70px;
	margin:1px 0 0 0;
}*/

h1#header a {
	width:700px;
	height:70px;
	margin:1px 0 0 0;
	display:block;
	font-size:1px;
	background:url(../images/header.jpg) no-repeat 0 0;
}

h1#header a span {
	display:none;
}

#mast {
	width:700px;
	height:240px;
	margin:1px 0 1px 0;
}

#contentWrap {
	width:700px;
	background:url(../images/bg_sky.jpg) no-repeat 0 0;
	padding:30px 0 0 0;
}

#content {
	width:478px;
	padding:0 20px 20px 0;
	float:right;
}

#contentOneCol {
	width:654px;
	padding:0 20px 20px 0;
	float:right;
}

#contentGallery {
	width:478px;
	padding:20px 0 20px 30px !important;
}

/* photo column */

#photos {
	width:150px;
	float:left;
	margin:12px 0 0 26px;
	display:inline; /* df bug */
}

#photos p.topPhoto, #photos p.bottomPhoto, #photos p.photo {
	width:140px;
	height:110px;
	background:url(../images/bg_photo_top.gif) no-repeat 0 0;
	padding:3px;
	margin:0;
}

#photos p.photo {
	margin:0 0 20px 0;
}

#photos p.bottomPhoto {
	background:url(../images/bg_photo_bottom.gif) no-repeat 0 0;
	margin:20px 0 0 0;
}

/* end photos */

#contentForm {
	width:700px;
	background:none;
	padding:20px 0 20px 0;
}

#contentHome, #contentGallery {
	width:660px;
	padding:20px;
	margin:0 auto;
}

#contentForm td, #contentForm input, #contentForm textarea, #contentForm select, #contentGallery td, #contentGallery input, #contentGallery textarea, #contentGallery select {
	padding:6px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#contentGallery p, #content p, #contentForm p, #contentHome p, #contentOneCol p {
	margin:0 0 10px 0;
	line-height:20px;
}

#content h2, #content h3, #contentGallery h2, #contentGallery h3,  #contentOneCol h2, #contentOneCol h3 {
	color:#117697;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0 0 16px 0;
	padding:10px 0 0 0;
}

#content h2, #contentGallery h2, #contentOneCol h2 {
	color:#444;
	font-size:18px;
	font-weight:normal;
}

#textHome {
	width:354px;
	height:296px;
	padding:0 0 40px 0;
	text-indent:-9999px;
	background:url(../images/text_home.gif) no-repeat 0 0;
	margin:0 auto;
}

a#textHome span {
	display:none;
}

a#flash, a#flashSwap {
	width:700px;
	height:70px;
}

a#flashSwap {
	display:block;
	background:url(../images/header.jpg) no-repeat 0 0;
}

div#thanks {
	margin:0 auto;
	padding:30px;
	width:500px;
}

div#footer, div#footerHome {
	font-size:10px;
	width:680px;
	clear:both;
	padding:10px 10px 20px 10px;
	margin:0 auto;
	text-align:center;
	color:#93BCCA;
}

div#footerHome {
	margin:0 auto;
	clear:both;
}

div#footer a, div#footer a, div#footerHome a {
	color:#93BCCA;
}

/* navigation ************************************************/

#nav, #navHome {
	width:700px;
	height:40px;
	background:url(../images/bg_nav.jpg) no-repeat 0 0;
}

#navHome {
	width:700px;
}

#nav a.active, #navHome a.active {
	background-position:0 -40px;
}

#nav ul, #navHome ul {
	float:left;
}

#nav li, #navHome li {
	display:inline;
	float:left;
	font-size:1px;
}

#nav li a, #navHome li a {
	text-decoration:none;
	display:block;
	float:left;
	text-indent:-9999px;
	overflow:hidden;
}

a#navHome, a#navReal, a#navExplore, a#navDeveloper, a#navContact, a#navGallery {
	height:40px;
}

a:hover#navHome, a:hover#navReal, a:hover#navExplore, a:hover#navDeveloper, a:hover#navContact, a:hover#navGallery {
	background-position:0 -40px;
}

a#navHome {
	width:76px;
	background:url(../images/nav/b_home.jpg) no-repeat 0 0;
}

a#navReal {
	width:112px;
	background:url(../images/nav/b_real.jpg) no-repeat 0 0;
}

a#navExplore {
	width:90px;
	background:url(../images/nav/b_explore.jpg) no-repeat 0 0;
}

a#navGallery {
	width:142px;
	background:url(../images/nav/b_gallery.jpg) no-repeat 0 0;
}

a#navDeveloper {
	width:150px;
	background:url(../images/nav/b_developer.jpg) no-repeat 0 0;
}

a#navContact {
	width:130px;
	background:url(../images/nav/b_contact.jpg) no-repeat 0 0;
}

/* title attributes */

/* main title swaps */

#div h2 {
	text-indent:-99999px;
	font-size:1px;
	margin:0 0 14px 0;
}

/* general */

#h_welcome {
	width:84px;
	height:17px;
	background:url(../images/h_welcome.gif) no-repeat 0 0;
}
