@charset "utf-8";

/*******************************************************************************/
/*  HTML Tags
/*******************************************************************************/
* {
  font-family: Arial, Helvetica, sans-serif;
}
body{
	background-image:url(/images/background.png);
	background-repeat:repeat-x;
	/*background-attachment:fixed;*/
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    background-color:#BDB19E;
}

/*******************************************************************************/
/*  General Layout
/*******************************************************************************/
#header {
	float:left;
    width:908px;
    margin:40px 0 0 0;
}
#header #top {
	float:left;
	width:908px;
    height:123px;
}
#header #headerImage {
	float:left;
    background-image:url(/images/headers/headerBack.png);
    background-repeat:no-repeat;
    width:908px;
    height:298px;
}
#header #nav {
	background:url(/images/navMenu.png) no-repeat;
	width:908px;
	height:40px;
	float:left;
	
	
}
#header #nav ul{
	float:left;
	display:inline;
    margin:3px 0 0 0;
}
#header #nav  li {
	list-style-type:none;
    display:inline;
}
#content {
	float:left;
    width:908px;
    background-image:url(/images/contentBack.png);
    background-repeat:repeat-y;
    margin-top:-3px;
}
#content ul {
	margin:0 0 0 20px;
}
#content #text {
	width:875px;
    padding:15px;
    line-height:20px;
    text-align:justify;
}
#content .padImage {
	padding:10px 0 10px 10px;
}
h1 {
	color:#427085;
    font-size:20px;
    font-weight:bold;
    font-family:'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}
#content #text a {
	text-decoration:none;
    color:#327081;
	
}
.contactHeading {
	color:#708951;
    font-family:'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    font-size:20px;
    font-weight:bold;
}
.contactHeading2 {
	color:#2D7084;
    font-family:'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    font-size:17px;
    font-weight:bold;
}

#content .rightImg {
	padding-left:15px;
}

#footer {
	float:left;
    background-image:url(/images/footer.png);
    background-repeat:no-repeat;
    width:908px;
    height:36px;
}
#footer #copy{
	text-align:center;
    width:908px;
    color:#FFF;
    font-size:11px;
    font-weight:bold;
    padding-top:5px;
}
#copy2 {
	float:left;
    width:908px;
    text-align:center;
    font-size:11px;
    color:#5E4E34;
}
#copy2 a, a:hover {
	text-decoration:none;
    color:#5E4E34;
}
#homes {
	float:left;
}
#homes td {
    padding:10px;
}
#homes .image {
	background-image:url(/images/homesBack.png);
    background-repeat:no-repeat;
    width:120px;
    height:84px;
}
#homes .homeImg {
	padding:5px 0 0 7px;
}
#homes .priceHeading {
	font-weight:bold;
    color:#2D7084;
    font-size:14px;
}
#homes .address {
	font-weight:bold;
    color:#2D7084;
    font-size:14px;
}
#homes .pdfFiles {
	float:left;
    padding:0 0 0 3px;
}

.odd {
	background-color:#FFF;
}
.even {
	background-color:#ECF2E5;
}
#contactBox{
	float:left;
	width:450px;
	clear:both;
	text-align:right;
	font-size:12px;
	padding-bottom:15px;
}
	#contactBox input{
		margin-left:10px;
		width:300px;
		height:20px;
		border:1px solid #6F8850;
		text-align:left;
	}
	#contactBox textarea{
		margin-left:10px;
		width:300px;
		height:100px;
		border:1px solid #6F8850;
		text-align:left;
	}
	#contactBox #commentLabel{
		float:left;
		margin-left:70px;
		margin-top:30px;
	}
#contactRight{
	float:right;
	margin-top:-360px;
	margin-right:35px;
}
#contactRight #text {
	width:260px;
	text-align:center;
    font-weight:bold;
    color:#6F8850;
    font-size:14px;
}
#contactRight #text a {
    font-weight:bold;
    color:#6F8850;
    text-decoration:none;
}
#contactRight #text a:hover {
    font-weight:bold;
    color:#427085;
    text-decoration:none;
}

#submitButton{
	float:left;
	width:450px;
	margin-left:145px;
}
            /* This rule is read by Galleria to define the gallery height: */
            #galleria{
				padding:15px 0 0 0;
				width:700px;
				height:450px}

/*******************************************************************************/
/*  Flash Messages
/*******************************************************************************/
.flash {
  padding: 5px;
}
.flashError {
  background-color: #FFCCCC;
  border: 2px solid #FFB0B0;
  font-weight: bold;
}
.flashHeader {
  font-weight: bold;
  text-align: center;
}
.flashSuccess {
  background-color: #C4F8C0;
  border: 2px solid #9BE171;
  font-weight: bold;
  height: 15px;
}
.flashWarning {
  background-color: #FFFFB3;
  border: 2px solid #E1E100;
}
.errorMsg {
	color:#990000;
    font-weight:bold;
    font-size:11px;
}

/*******************************************************************************/
/*  Signature
/*******************************************************************************/
#impact {
  margin: 0 auto;
  width: 908px;
}