/*
// Static Page Styles
*/

/* PRIMARY COLORS OF [client name] WEBSITE FOR USE THROUGHOUT
blue: #005aff;
orange: #f1bf12;
grey: #dfdedc;/*


/* RESET STYLES - Creates no padding/margin/spacing issues between browsers */

*{
	margin:0;
	Padding:0
}


/* ***** Standard CSS On All Pages Begins Here ***** */

/* Body (Choose Font Family and Font Size here and it will be inherited throughout site.) */

body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #d0deea;
}
/* ***** MAIN TEXT STYLES ***** */

/* Sitewide Link Style */

A:link, A:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #276029;
}

A:hover, A:active {
	font-weight: bold;
	text-decoration: underline;
	color: #04559a;
}

/* Footer Links Style */

A:link.footerlinks, A:visited.footerlinks {
	color: #276029;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}

A:hover.footerlinks, A:active.footerlinks {
	color: #276029;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: underline;
} 

/* Standard Headers */

h1 {
	font-size: 16px;
	color: #562a34;
	font-weight: bold;
	margin: 15px 0px 15px 0px;
}

h2 {
	font-size: 15px;
	color: #04559a;
	font-weight: bold;
	margin: 15px 0px 15px 0px;
}

h3 {
	font-size: 14px;
	color: #a7a648;
	font-weight: bold;
	margin: 15px 0px 15px 0px;
}

h4 {
	font-size: 13px;
	color: #276029;
	font-weight: bold;
	margin: 15px 0px 15px 0px;
}

h5 {
	font-size: 12px;
	color: #276029;
	font-weight: bold;
	margin: 15px 0px 15px 0px;
}

h6 {
	font-size: 11px;
	color: #276029;
	font-weight: bold;
	margin: 15px 0px 15px 0px;
}

/* STANDARD BODY TAG FORMATTING */

p {
	color: #666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	}

hr {
    border-style: solid;
    background-color: #276029;
    height: 1px;
    border: none; 
    width: 100%; 
    color: #276029;
}

li {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #276029;
	padding: 1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

table{} tr{} td{} th{} strong{} b{} i{} ol{} ul{}

/* ***** Custom Styles applied to Home and Interior Templates By Designer ***** */

#container {
	position:relative;
	width:1000px;
	height:auto;
	z-index:1;
	border: 1px solid #276029;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#header {
	position:relative;
	width:1000px;
	height:auto;
	z-index:2;
}
#logo {
	position:relative;
	width:451px;
	height:131px;
	z-index:2;
	float: left;
}
#topmenu {
	position:relative;
	width:549px;
	height:131px;
	z-index:2;
	float: right;
}
#tagline{
	clear:both;
	width:1000px;
	height:auto;
}
#menu {
	position:relative;
	width:1000px;
	height:auto;
	z-index:100;
}
#mainContent {
	position:relative;
	width:960px;
	height:auto;
	z-index:2;
	padding: 20px;
	text-align: left;
}
#footer {
	position:relative;
	height:auto;
	z-index:3;
	text-align:left;
	font-size:10px;
	color:#276029;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding: 10px 20px 20px 20px;
}

#copyright {
	position:relative;
	height:auto;
	z-index:3;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
	font-size:10px;
	color: #033d7c;
	margin-top:15px;
	padding-right: 20px;
	padding-top: 8px;
	padding-bottom: 5px;
}

#ad {
	text-align: center;
	width: 1000px;
}


/* ***** Form Elements and Buttons Must Be Updated (Applies to contact form, dynamic pages, and SEO form items ***** */

/* This general class applies to all Dynamic Buttons, Text Fields, and Dropdowns. Google Custom Search Button will also inherit this class.  */

input, textarea, select {
	color: #276029;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid;
	border-color: #276029;
	text-indent: 2px; 
	background-color: #f6f5ec;
	padding: 2px; 
}

/* This is the button class to be used on all Dynamic Pages */

input.button {
	color: #276029;
	font-size: 10px;
	font-weight: bold;
	border: solid 1px #276029;
	text-indent: 2px; 
	background: #f6f5ec;
	padding: 3px;
}

/* The checkbox/radio alternative should match the page background color */

input.clear {
	color: #276029;
	border: 0px;
	background-color: #FFFFFF;
	padding: 0px;
}

/* Buttons created using Tables and Text Link Classes. Generally used on House Page. */

.buttonbartable {
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}

.buttonbarcell {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #276029;
	text-align: center;
	padding: 4px 15px 4px 15px;
	background: #f6f5ec;
	border: 1px solid #276029;
}

a:link.buttonbarlink, a:visited.buttonbarlink {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #276029;
	text-decoration: none;
}

a:hover.buttonbarlink, a:active.buttonbarlink {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #276029;
	text-decoration: underline;
}

/* Book Now Button which pops up on house page after client searches for homes at a future time and date using Advanced Search */

.book-buttonbarcell {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #276029;
	text-align: center;
	padding: 4px 15px 4px 15px;
	background: #f6f5ec;
	border: 1px solid #276029;
}

a:link.book-buttonbarlink a:visited.book-buttonbarlink {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #276029;
	text-decoration: none;
}

a:hover.book-buttonbarlink, a:active.book-buttonbarlink {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #276029;
	text-decoration: underline;
}

