/* ----------------------------------------------
   Standard elements
------------------------------------------------- */

* {	
	margin: 0; 
	padding: 0;
	}

html {
	height: 100%;
	padding-bottom: 1px;
	}

body {
	background: url('../img/body2.jpg') repeat-x left top;
	font: normal 13px Verdana,sans-serif;
	line-height:17px;
	color: #543;
	padding-top: 5px;
	}

a {
	font-weight: bold;
	color: #000/*#6C287B*/;
	background-color: inherit;
	text-decoration: none;
	border-bottom: 2px solid #fff;
	}
	
a:visited {
	color: #000;
	background-color: inherit;
	}

a:active {
	color: #582764;
	}

a:hover {
	text-decoration: none;
	border-bottom: 2px dotted #358b0c;
	}

p {
	margin: 2px 0 10px;
	}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.9em;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-top:10px;
	}
	
	
h2 {font: normal 1.5em Georgia,sans-serif;
	}

h3 {
	font: bold 1.1em Tahoma,sans-serif;
	border-bottom: solid 1px #000000;
	}

h1, h2, h3 {
	margin-bottom: 6px;
	}


ul,ol {
	margin: 0 0 1em 1.4em;
	}

fieldset {
	padding: 12px 10px; 
	background: #EFE; 
	color: #232; 
	border: 1px solid #DED; 
	margin-bottom: 1em;
	}

legend {
	font: bold 1em Verdana,sans-serif; 
	padding: 0 6px; 
	color: #363;
	}

img {
	border: none;
	}

img.bordered {
	background: #FFF; 
	padding: 5px; 
	border: 1px solid #DDD;
	}

img.left {
	margin-right: 20px;
	}

img.right {
	margin-left: 20px;
	}

small,.small {
	font-size: 0.8em;
	}


/* ----------------------------------------------
   Inputs
------------------------------------------------- */

input.styled, textarea.styled {
	color: #666;
	padding: 4px;
	border: 1px solid #999;
	width: 310px;
	font: normal 1.1em sans-serif;
	}

textarea.styled {
	overflow: auto;
	}


/* ----------------------------------------------
   Main layout
------------------------------------------------- */

/* General */
.wrapper {
	width: 790px;
	height: 160px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}

.wrapperContent {
	width: 790px;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}

.wrapperText {
	width: 740px;
	height: auto;
	min-height:400px;
	padding-top:7px;
	}

.wrapperTextMain {
	width: 740px;
	height: auto;
	padding-top:7px;
	}

/* Featured Homes */
.textLeft {
	width: 270px;
	height:auto;
	float:left;
	background-color:#ECECEC;
	}

.textLeft H1{
	font-size:14px;
	border-bottom: 1px solid #808080;
	margin-bottom:15px;
	padding-left:3px;
	padding-right:3px;
	}

.textLeft H2{
	font-size:12px;
	padding-left:5px;
	}

.textLeft img{
	padding-right:5px;}

.textLeft p {
	font-size:11px;
	}


/* Content MainPage */
.textRight {
	width: 445px;
	height:auto;
	float:right;
	padding-right:5px;
	}

.textRight H1{
	font-size:19px;
	border-bottom: 1px solid #808080;
	margin-bottom:15px;
	}

.textRight H2{
	font-size:14px;
	}

.textRight img{
	border: 1px solid #808080;
	}

.textRight p {
	padding-right:4px;
	padding-left:4px;
	}

#readmore{
	font-size:10px;
	color:#808080; 
	}

#blue{
	color:#0000CC;
	font-weight:bold;
	}

/* Float Link Box */
.linkbox {
	float: right;
	margin-left: 10px;
	padding-left: 5px;
	width: 200px;
	background-color:#ECECEC;
	border: solid 1px #808080;
	}

.linkbox a {
	font-weight: bold;
	color: #000;
	background-color: inherit;
	text-decoration: none;
	border-bottom: 1px solid #808080;
	}
	
.linkbox a:visited {
	color: #000;
	background-color: inherit;
	}

.linkbox a:active {
	color: #582764;
	}

.linkbox a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #358b0c;
	}

.calculator {
	float: right;
	margin-left: 10px;
	padding-left: 10px;
	width: 230px;
	background-color:#ECECEC;
	border: solid 1px #808080;
	}

/* Content on Subpages */
.text {
	width: auto;
	height:auto;
	margin:10px;
	}

.text H1{
	font-size:23px;
	border-bottom: 1px solid #808080;
	margin-bottom:15px;
	}

.text p {
	font-size:12px;
	padding-right:8px;
	}

/* Top part */
#top {
	border-top: 1px solid #94C878;
	background:url('../img/topbackgroundPIX.gif') center repeat-y;
	height: 160px;
	background-color:#808080;
	}

#header {
	margin-bottom: 10px;
	height:100px;
	}

#logo {
	float:right;
	width: 250px;
	}

#logo a {
	display: block;
	background: url('../img/logo.gif') no-repeat;
	height: 160px;
	width:230px;
	padding-left:15px;
	}

/* Navigation */

/* Menu */
#menu {
	width: 750px;
	margin-top: 9px;
	margin-bottom:6px;
	border-top: 3px solid #6C287B;
	}

#menu ul {
	margin-left: 0px;	padding: 0;
	list-style: none;
	}

#menu li {
	padding: 0;
	display: inline;
	background: none;
	}

#menu a {
	display: block;
	float: left;
	margin: 4px 6px 4px 6px;
	}

/* Main content area */
#content_inner {
	background: url('../img/content_inner5.gif') repeat-y center top;
	background-color:#4f305c; 
	height:auto;
	border-top: 2px solid #4f305c; 
	}

/* Footer */
#footer {
	font-size: 0.85em;
	margin-top: 5px;
	color: #575;
	width: 750px;
	}

#footer .top, #footer .bottom {
	display: block;
	font-size: 0;
	height: 3px;
	line-height: 0;
	width: 750px;
	}

#footer .bottom {
	background-position: left bottom;
	}
	
#footer .content {
	padding: 0px 0px;
	}
	
#footer a {
	color: #363;
	}

/* Floats */
.clear,.clearer {
	clear: both;
	}

.clearer {
	display: block;
	line-height: 0;
	font-size: 0;
	}

.left {
	float: left;
	}

.right {
	float: right;
	}

.col2 .left, .col2 .right {
	width: 46%;
	}

.separator_h {
	background: url('../img/separator_h.gif') repeat-y center top;
	}

s.indent {
	margin-left:50px;
	}

/* Text */
.tleft {
	text-align: left;
	}

.tcenter {
	text-align: center;
	}

.tright {
	text-align: right;
	}

/* Padding, margin, border */
.p12 {
	padding: 12px;
	}

.p20 {
	padding-right:20px;
	padding-left:20px;
	padding-bottom:20px;
	padding-top:5px;
	}

.mb5 {
	margin-bottom: 5x;
	}

.mb10 {
	margin-bottom: 10px;
	}

.mb30 {
	margin-bottom: 30px;
	}

.mt20 {
	margin-bottom: 20px;
	}


/* Separator */
.separator {
	clear: both;
	display: block;
	height: 10px;
	padding-bottom:10px;
	padding-top:10px;
	background: url('../img/separator.gif') repeat-x left center;
	}
	
.separatorBAR {
	clear: both;
	display: block;
	height: 10px;
	padding-bottom:10px;
	padding-top:10px;
	background: url('../img/bar.gif') repeat-x left center;
	}

/* Support Logo */
.support_logo {
	float: left;
	width: 110px;
	height: 90px;
	}

/* PDF */
.pdf {
	color: #666;
	padding: 5px 0 20px 64px;
	background: url('../img/icon_pdf.jpg') no-repeat left top;
	}

/* Tables */
table.columns {
	width: 100%; 
	border-collapse: collapse; 
	margin: 10px 0 20px;}

table.columns td {
	vertical-align: top;
	}

table.columns big {
	font: bold 1.1em Verdana,sans-serif;
	}


/* Banners */

.banner {
	background-color: #FFF;
	background-repeat: no-repeat;
	border: 1px solid #808080;
	width: 736px;
	padding: 5px;
	margin-bottom: 12px;
	margin-top: 5px;
	}

.banner .container {
	height: 129px;
	}

.banner .content {
	padding: 0px 0px 0px 415px; color: #FFF;
	}

.banner#welcome2 .container {
	background-image: url('../img/banner_green2.gif');
	}

.banner .containerother {
	height: 52px; 
	background-color: #358b0c; 
	background-image: url('../img/subpages_tagline.gif');
	}

.banner .contentother {
	padding: 0px 0px 0px 415px;
	} 


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	margin: 5px 5px 5px 5px;
	display: inline;
	}
	
img.alignleftmain {
	padding: 4px;
	margin: 0px 15px 50px 0px;
	display: inline;
	}

.alignright {
	float: right;
	}


.alignleftmain {
	float: left;
	padding-right: 35px;
	margin-top:-15px;
	}

.alignleft {
	float: left;
	margin: 0px 8px 8px 5px;
	display: inline;
	}
	
.aligncenter {
	text-align: center;
	}

/* End Images */
