/* Resets */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* Regular Styles */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px auto;
}

body#home{
	background-color: #FFCCFF;
	color: #333333;
}

a{
	font-weight: bold;
}

table{
	font-size: 11px;
	line-height: 13px;
}

body.background-LightGreen{
	background-color: #C5C9B4;
}

body.background-DarkYG{
	background-color: #8D752C;
}

body.background-MedBlue{
	background-color: #0066CC;
}
	.background-MedBlue p{
		color: #FFF;
		margin: 10px auto;
		width: 500px;
	}
	
#container{
	margin: 0px auto;
	text-align: center;
	width: 1000px;
}
h1 {margin: 10px 0px; }
h1.head30pxDarkGreen{
	color: #576246;
	font-size: 30px;
	margin: 10px 0px;
}

h1.head30pxWhite{
	color: #FFFFFF;
	font-size: 30px;
}

h1.homeH1{
	color: #005b5b;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	margin: 15px 0px;
}

h2{
	color: #9b4e00;
	font-size: 18px;
	margin: 5px 0px;
}

h3.greenBackground{
	color: #406D7B;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin: 0px 0px;
}

h4{
}

p{
	font-size: 15px;
}

p.homePara{
	font-size: 15px;
	margin: 5px 0px;
}

p.description {
	margin: 0 50px 10px;
}

img.margined{
	margin: 20px 5px;
}

img.greenBordered{
	border: 3px solid #576246;
	margin: 20px 0px;
}

td.borderBlack, table.borderBlack{
	border: 2px solid #000000;
	margin: 0px auto;
}

.priceHighlight{
	color: #0000FF;
}

.redHighlight{
	color: #FF0000;
	font-weight: bold;
}

.whiteCenter{
	color: #FFF;
	font-weight: bold;
	text-align: center;
}

/*Add this Styles */
.addthis_default_style{
	margin: 20px auto 10px;
	position: relative;
	text-align: center;
	width: 300px;
}

.house-photos img {
	display: block;
	margin: 10px auto;
}

.lot-photos.cardon img, .lots-section img{
	display: block;
	margin: 10px auto;
}

h2 span{
	text-transform: uppercase;
	font-style: italic;
}

.footer{
	line-height: 18px;
	margin: 15px 0px;
}

div.financing{
	font-size: 10px;
	font-style: italic;
	text-align: center;
	margin: 0px auto;
	width: 80px;
}

.cardon-rows td{
	width: 130px;
}

#current_specials {
	background-color: #006699;
	color: #FFF;
	margin: 20px auto;
	padding: 10px 20px;
	width: 300px
}

#current_specials h3 {
	font-size: 20px;
	padding: 5px 0 10px;
}

#current_specials a {
	color: #FFF;
	line-height: 1.5em;
}

#current_specials a:hover {
	text-decoration: none;
}

#current_specials .redHighlight {
	color: #99FF66;
}

h2#notice-banner a {
	background-color: #FFF;
	border: 1px solid #99FF66;
	color: #005b5b;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	font-weight: bold;
	margin: 25px auto;
	padding: 5px;
	text-decoration: none;
	width: 800px;
	  -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
     -moz-transition: all 0.3s ease-out;  /* FF4+ */
      -ms-transition: all 0.3s ease-out;  /* IE10? */
       -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
          transition: all 0.3s ease-out;
	-webkit-border-radius: 12px; 
     -moz-border-radius: 12px;
          border-radius: 12px; 
  -webkit-box-shadow: 0px 0px 4px #999;
     -moz-box-shadow: 0px 0px 4px #999;
          box-shadow: 0px 0px 4px #999; 
background-color: #444444;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#999999));
  background-image: -webkit-linear-gradient(top, #FFF, #999999); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image:    -moz-linear-gradient(top, #FFF, #999999); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #FFF, #999999); /* IE10 */
  background-image:      -o-linear-gradient(top, #FFF, #999999); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #FFF, #999999);
	text-shadow: 1px 1px 3px #888;
}

h2#notice-banner a:hover {
	color: #666;
	text-shadow: 0px 0px 0px #888;
}
