@charset "UTF-8";

/* CSS Document */

body {
	background: #EEEEEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

a {
	color: #3D4F66;
}

a:visited {
	color: #3D4F66;
}

a:hover {
	color: #A46923;
}

a.orange {
	color: #A46923;
}

a.orange:visited {
	color: #A46923;
}

a.orange:hover {
	color: #FFFFFF;
}

/* Main Container */
#container {
	width: 1019px;
	height: 100%;
	padding: 0px;
	margin: 20px auto 0px auto;
	background: #FFFFFF;
	text-align: left;
}

/* Top Bar */
#top {
	width: 1019px;
	height: 235px;
	background: url(../images/top_bg_01.png) no-repeat;
}

#logo {
	margin: 0px 40px 0px 39px;
	width: 160px;
	height: 235px;
	float: left;
}

* html #logo {
	margin: 0px 40px 0px 0px;
	width: 160px;
	height: 235px;
	float: left;
}

#bannerImg {
	width: 580px;
	height: 200px;
	position: relative;
	top: 0px;
	float: left;
}

#signUp {
	width: 200px;
	float: left;
	position: relative;
	top: 110px;
	}

/* Top Bar - Main Navigation */
/*--------- See menu.css ----------*/

/* Content Area */
#content {
	width: 780px;
	height: 100%;
	background: #FFFFFF;
	padding: 25px 200px 25px 39px;
	float: left;
	clear: both;
}

* html #content {
	padding: 25px 200px 25px 19px;
}

/* Content Area - Left Navigation */
#leftNav {
	width: 160px;
	height: 130px;
	padding: 0px 40px 86px 0px;
	background: url(../images/interior_template_14.png) no-repeat;
	float: left;
	clear: right;
	font-size: 11px;
	text-transform: capitalize;
}


#leftNav ul {
	margin-left: -20px;
	height: 100%;
	text-align: left;
}

*:first-child+html #leftNav ul {
	margin-left: 20px;
}

* html #leftNav ul {
	margin-left: 20px;
}

#leftNav ul li {
	list-style: none;
	padding: 8px 0px;
}

#leftNav ul li a {
	text-decoration: none;
	color: #3D4F66;
}

#leftNav ul li a:visited {
	text-decoration: none;
	color: #3D4F66;
}

#leftNav ul li a:hover {
	text-decoration: none;
	color: #A46923;
}

/* Content Area - Main Text - Template 1 */
#mainText {
	width: 540px;
	height: 100%;
	padding: 20px;
	margin: -25px 0px 0px 0px;
	background: #3D4F66;
	float: left;
	clear: right;
	color: #FFFFFF;
	line-height: 1.75em;
	z-index: 0; 
}

#mainText p, #mainText h3 {
	margin: 10px 15px;
}

#mainText h3 {
	font-size: 13px;
	text-transform: uppercase;
	line-height: 1.75em;
	}

#mainText table {
	margin: 0px 15px;
	border: 1px #A46923 solid;
}

#mainText table tr td {
	border: 1px #A46923 solid;
}

/* Content Area - Features */
*html #featuresAll {
	width: 780px;
	height: 100%;
        float: left;
        clear: both;
}

#featuresLeft {
	width: 160px;
	height: 100%;
	padding: 22px 0px;
	margin: 0px 40px 0px 0px;
	float: left;
	clear: right;
	color: #3D4F66;
	line-height: 1.75em;
}

*:first-child+html #featuresLeft {
	clear: both;
}

* html #featuresLeft {
	clear: both;
        position: relative;
}

#featuresLeftHigh {
	width: 160px;
	height: 100%;
	padding: 22px 0px;
	margin: 0px 40px 0px 0px;
	float: left;
	clear: right;
	position: absolute;
	top: 500px;
	color: #3D4F66;
	line-height: 1.75em;
}

*:first-child+html #featuresLeftHigh {
	clear: both;
	left: 134px;
       margin: 0px 0px 0px 25px;
}

* html #featuresLeftHigh {
	clear: both;
	left: 20px;
        top: 560px;
}

#featuresMiddle {
	width: 160px;
	height: 100%;
	padding: 22px 0px;
	margin-right: 50px;
	float: left;
	clear: right;
	color: #3D4F66;
	line-height: 1.75em;
}
*:first-child+html #featuresMiddle {
	clear: none;
}

* html #featuresMiddle {
        position: relative;
}

#featuresRight {
	width: 160px;
	height: 100%;
	padding: 22px 0px;
	float: right;
	color: #3D4F66;
	line-height: 1.75em;
}

*:first-child+html #featuresRight {
	clear: none;
}

* html #featuresRight {
	clear: left;
}

#featuresLeft h3, #featuresMiddle h3, #featuresRight h3 {
	color: #A46923;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 100;
}

.featuresImg {
	margin-bottom: 10px;
	border: none;
}

/* Content Area - Classes */
.orangeSubhead {
	color: #A46923;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
}

.orangePhrase {
	color: #A46923;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
}

.orangeFeature {
	color: #A46923;
	font-size: 12px;
	text-transform: uppercase;
}

.blueFeature {
	color: #3D4F66;
	font-size: 12px;
}

.associates {
	float: left;
	margin: 0px 15px 5px 15px;
	}
	
.clients {
	text-align: right;
}

.breadcrumbs {
	color: #B27F44;
	text-transform: capitalize;
	font-size: 12px;
	margin-bottom: 10px;
	}

.breadcrumbs a, .breadcrumbs a:visited {
	color: #B27F44;
	}

.mailing {
	font-weight: bold;
	font-size: 10px; 
	color: #FFFFFF;
	margin-left: 20px;
	}

.buttons {
	float: right;
	margin-top: -10px;
	text-align: right;
	padding: 5px;
}

.buttons a {
	background-color: #A46923;
	color: #000000;
	text-decoration: none;
}

.buttons a:visited {
	background-color: #A46923;
	color: #000000;
	text-decoration: none;
}

.buttons a:hover {
	color: #FFFFFF;
}

a.features img.featuresImg {
	border: 0px;
}

a.features:visited img.featuresImg {
	border: 0px;
}

a.features:hover img.featuresImg {
	border-bottom: 5px #A46923 solid;
	margin-bottom: 5px;
}

#featuresLeft a.features h3, #featuresMiddle a.features h3, #featuresRight a.features h3 {
	color: #A46923;
	text-decoration: none;
}

#featuresLeft a.features:visited h3, #featuresMiddle a.features:visited h3, #featuresRight a.features:visited h3 {
	color: #A46923;
	text-decoration: none;
}

#featuresLeft a.features:hover h3, #featuresMiddle a.features:hover h3, #featuresRight a.features:hover h3 {
	color: #3D4F66;
	text-decoration: none;
}

#mainText table.plain {
	margin: 0px 15px;
	border: 0px none;
}

#mainText table tr td.plain {
	margin: 0px 15px;
	border: 0px none;
}

/* Footer */
#footer {
	width: 979px;
	height: 100px;
	padding: 20px 20px 20px 40px;
	background: url(../images/interior_template_27.png) no-repeat;
	float: left;
	clear: both;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
	line-height: 2em;
}

#footer p a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer p a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#footer p a:hover {
	text-decoration: underline;
}