/* Stylesheet for Dream Homes Template - by Nadia */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
	background-color: #374C2B;
	text-align: center;
}
/* stops shorter pages from jumping due to default scrollbar */
html { min-height:100%; margin-bottom:1px; }
	
/*	Basic link styles*/
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a:active {
text-decoration: none;
}
/* very top company logo div */	
#top {
	width:749px;
	height:123px;
	font-family: Helvetica, Arial;
	font-size: 24px;
	color: #000000;
	background-image: url(images/logo-bkgrnd.jpg);
}
#logo {
	position: relative;
	left: -250px;
	top: 20px;
}
/*navigation styling */
#uppernav {
	position: relative;
	left: 250px;
	top: -50px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #98662E;
	font-family: Helvetica, Arial;
	vertical-align: middle;
	text-decoration: none;
}
#uppernav a {
	color: #98662E;
	text-decoration: none;
}

navBar {
	margin-top: 103px;
	margin-left: 0px;
	margin-bottom: 0px;
	background-color: transparent;
	height: 28px;
}

/*End NavBar styles */

/* main content area */
#content	{
	width: 750px; /* 773 - 20px padding minus 8px border = 5745 */
	padding: 0px;
	background-image: url(images/center-burl.jpg);
	background-repeat: repeat-y;
	text-align: left;
}

#content p {
padding-left: 10px;
padding-right: 10px;
}
/* styles the first letter in a paragraph, apply class where you want a styled first letter */
#content p.special:first-letter {
font: 200% Verdana, monospace;
color: #660000;
padding-right: 4px;
}
	
/* H1 style for the content area */
#content H1 {
font-size: 16px;
color: #34320C;
margin-left: 25px;
}

#content H2 {
padding-left: 30px;
font-size: 12px;
color: #34320C;
}

td.large {
	font-size: 22px;
	color: #000000;
}
td.notsolarge {
	font-size: 18px;
	color: #000000;
}
td.medium {
	font-size: 14px;
	color: #000000;
}

/* link styles for the content area */
#content a, #content a:link, #content a:visited {
text-decoration: underline;
color: #5E2933;
}
	
#content a:hover {
text-decoration: none;
color: #B6765A;
}
#content a:active {
text-decoration: none;
}
	
/* bottom copyright div */	
#bottom	{
	margin-top:0px;
	width:750px;   /* 757 + 4px + 4px border = 765 total width */
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	background-image: url(images/bottom_bkg.jpg);
	background-repeat: no-repeat;
	height: 75px;
}
#bottom a, #bottom a:link, #bottom a:visited {
text-decoration: underline;
color: #5E2933;
}
	
#bottom a:hover {
text-decoration: none;
color: #B5AB7D;
}
#bottom a:active {
text-decoration: none;
}

/***** Begin laying out the contact form *****/
#contact {
	text-align: center;
}

form {width: 450px;}

fieldset{
padding:10px;
border: 1px solid #726C5E;
margin-bottom:15px;
width: 460px;
font-size: 100%;
}

/*styles the input fields*/
input,textarea{
border: 1px solid #5B5136;
margin: 4px;
padding: 2px;
}

textarea:focus, input:focus, select:focus {
	background-color: #F5F5DC;
	}
	


label{
color:#666;
font-size: 100%;
}
legend{
padding:10px;    /*gives a bit of padding between the border and the test*/
color: #756F5F;
font-size: 130%;
font-weight: bold;
}

.submitbutton {
	border: 1px solid #7F714B;
	background: #A4B958;
	color: #374C2B;
	font-weight: bold;
}
/*end of form styles */

.clearit {
clear: both;
font-size: 1px; /*for IE*/
height: 0;
line-height: 0px;
}

.imgleft {
float: left;
padding-left: 0px;
padding-right: 20px;
margin-left: 0px;
}
.imgright{
float: right;
padding: 8px;
}
