﻿/* GLOBAL TAG STYLES */

* {
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: 15px;
}

a {
	color: #50893d;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	margin-bottom: 2px;
	font-size: 18px;
	line-height: 20px;
}

h3 {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}

h3 {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}

body {
	background: #e7e7ce;
	margin: 0;
	padding: 0;
	font-family: Georgia, Times, "Times New Roman", "Times New Roman PS", serif;
}

#wrapper
{
    height: auto;
    position: relative;
    width: 971px;
    margin: 0px auto;
}

#footer {
	clear: both;
	color: #333333;
	font-size: 11px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	text-align: center;
	text-decoration: none;
	width: 971px;
	background: #cfcfb3;
	padding: 15px 0px;
}
#footer a:link, #footer a:visited {
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	font-weight: bold;
	text-decoration: underline;
}

#mainNav
{
    position: relative;
    margin: 0 auto;
    width: 971px;
    height: 25px;
    background: #446b37;
}

#mainNav ul
{
    height: 25px;
    list-style-type: none;
    width: 100%;
}

#mainNav ul li
{
    /* padding: 0;
    margin: 0;
    height: 33px; */
    display: block;
    float: left;
    text-align: center;
    border-right: 1px solid #728858;
}

#mainNav ul li a 
{
    display: block;
    height: 25px;
    padding: 0 22px;
    color: #FFF;
    font-size: 11px;
    line-height: 25px;
    text-transform: uppercase;
}

#mainNav ul li a:hover
{
    text-decoration: none;
    background: #385b2c;
}

/* TITLE BARS */

.pageTitleBar {
	position: relative;
	clear: both;
	margin: 0 auto;
	width: 971px;
	height: 40px;
	float: none;
	background: #cfcfb3;
}

.pageTitleBar h1 a
{
  	position: absolute;
    top: 11px;
    left: 15px;
}

.date {
	color: #446b37;
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	line-height: 12px;
	position: absolute;
	right: 15px;
	top: 11px;
}

.titlebar {
	clear: both;
	margin-top: 0px;
	margin-bottom: 6px;
	height: 16px;
	color: #446b37;
	font-weight: bold;
	font-size: 11px;
	line-height: 16px;
	text-transform: uppercase;
	border-bottom: #cdcdae solid 1px;
}
.titlebar .deeplinks {
	float: right;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	margin-right: 5px;
	text-decoration: none;
	text-transform: none;
	margin-top: -14px;
}

.titlebar h4, .titlebar h1 {
	font-size: 11px;
}

.titlebar a:link, .titlebar a:visited, .titlebar .deeplinks a:link, .titlebar .deeplinks a:visited {
	color: #446b37;
}

.titlebar a:hover, .titlebar .deeplinks a:hover {
	color: #50893d;
	text-decoration: none;
}

.pageText
{
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 18px;
}

/* Content Layout */

.pageContent 
{
	color: #333333;
	float: left;
	text-decoration: none;
	width: 769px;
	font-size: 11px;
	line-height: 16px;
	margin-right: 1px;
	margin-left: 1px;
	padding-bottom: 15px;
}

.pageSideBar
{
    color: #333333;
    float: left;
    font-size: 11px;
    line-height: 16px;
    /*padding: 0 0 20px 20px; */
    margin-bottom: 15px;
    width: 180px;    
}

#contentWrapper
{
	/* height: 1%; 
    background: url(images/sideBar_bg.gif) repeat-y right top;*/
	overflow: hidden;
    background: url(images/content_bg.gif) repeat-y;
    width: 100%;
}

.pageColumn
{
    float: left;
    padding: 20px 0 20px 20px;
    text-decoration: none;
    width: 350px;
    line-height: 18px;
}

.pageColumn img
{
	/* margin-bottom: 18px; */
}

/* STANDARDIZED LISTS */

ul.list {
	list-style-type: none;
	margin: 4px 0 0 0;
	padding: 0 0 4px 0px;
	margin-bottom: 18px;
}

ul.list li {
	line-height: 20px;
	font-size: 11px;
	background: url(images/bullet.gif) no-repeat 4px 5px;	
	padding: 0 0 0 20px;
}

ul.list li a {
	list-style-type: none;
	margin: 0 0 0 0;
	width: 100%;
	color: #3d3d27;	
}

#links_wrapper {
	background: url(/images/links_bg.gif) 0 0 no-repeat;
	padding: 10px 0 0 15px;
}

.pageSideBar ul {
	clear: both;
	margin: 5px 0 0 0px;
}

.photo 
{
	background: url(/images/drop_shadow.gif) right bottom no-repeat;
	margin: 7px;
}

.photo img 
{
	border: solid 1px #666;
	background-color: #FFF;
	position: relative;
	top: -5px;
	left: -5px;
}

.pdf
{
	padding-right: 20px;
	background: url(images/pdf.gif) no-repeat right center;
}

.email
{
	padding-right: 20px;
	background: url(images/email.gif) no-repeat right center;
}

.ErrorMessage
{
	border: solid 2px Red;
	padding: 5px 5px 5px 5px;
	color: Red;
	list-style-type: circle;
	list-style-position: inside;
}

.Message
{
	border: solid 2px #446b37;
	padding: 5px 5px 5px 5px;
	/* margin: 18px 0 18px 0;
     width: 100%;	 */
}

/* ---------- Quote Builder -----------------------------------*/

.tabbed_feature p
{
	margin-top: 4px;
	margin-bottom: 4px;
}

.tabbed_feature label
{
	text-align: right;
	font-weight: bold;
	font-size: 10px;
	margin-right: 10px;
}

.tabbed_feature .label
{
	float: left;
	clear: left;
	width: 125px;
}

/* #quoteBuilder input, select{
	margin-top: -4px;
	font-weight: normal;
	font-size: 11px;
} */

label#lblAddress, label#lblCity, label#lblZip, label#lblSalePrice, label#lblLoanAmount
{
	color: Red;
}

.tabbed_feature input#ctl00_ContentPlaceHolder1_btnSubmit, .tabbed_feature input#ctl00_ContentPlaceHolder1_btnOrder
{
	margin-left: 225px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#most_popular {
	color: #333333;
	font-size: 11px;
	padding: 0px;
	position: relative;
	text-decoration: none;
	margin: 0px 0px 0px 1px;
	height: auto;
	width: 100%;
}

.tabbed_feature {
	margin-bottom: 15px;
}

.tab_container {
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
	position: relative;
	z-index: 10;
	left: 0px;
	top: 0px;
	clear: both;
	float: left;
	width: 100%;
}

.tab_container ul {
	margin: 0px;
	padding: 0px;
	height: 24px;
	list-style: none;
	float: left;
	position: relative;
	border-bottom: none;
	width: 100%;
}


.tab_container li {
	background: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
	float: left;
	clear: none;
	width: 1%;
	white-space: nowrap;	
}

html>body .tab_container li {
	width: auto;
}

.tab_container li a:link, 
.tab_container li a:visited {
	background: none;
	margin: 0px;
	list-style: none;
	float: left;
	clear: none;
	padding: 0px 10px;
	/*width: 1%;*/
}

.tab_container li.not {
	line-height: 24px;
	text-decoration: none;
	height: 24px;
	list-style: none;
	float: left;
	margin-right: 2px;
	clear: none;
}

.tab_container li.hot {
	line-height: 22px;
	position: relative;
	text-decoration: none;
	height: 23px;
	list-style: none;
	float: left;
	margin-right: 2px;
	border: #dddcd3 solid 1px;
	border-bottom: #f7f7eb solid 1px;
	clear: none;
	top: 1px;
	/* background-color: #f7f7eb; */
    background-color: #fbfbf5;	
	font-weight: bold;
}
html>body .tab_container li.hot {
	top: 0px;
}

.tab_bucket {
	clear: both;
	padding: 5px 10px 5px 10px;
	font-size: 11px;
	line-height: 14px;
    background-color: #fbfbf5;
	border: #DDDCD3 solid 1px;
}

#skyboxes {
	background: url(images/skybox_back.gif);
	border-bottom: 1px solid #d7d6bc;
	border-top: 1px solid #d7d6bc;
	clear: both;
	height: 140px;
	margin: 0px;
}

.skybox {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	float: left;
	height: 108px;
	width: 250px;
	overflow: hidden;
	margin-top: 15px;
	margin-left: 15px;
	background: #ecebdc;
	border: #ffffff solid 1px;
	display: inline;
}

.skybox img {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	float: right;
	height: 110px;
	width: 75px;
	background: #cde0cb;
}
.skybox h3 {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: 10px 0px 0px 10px;
}

.skybox h6 {
	font-size: 11px;
	font-weight: normal;
	margin: 0px 0px 0px 10px;
}
.skybox h6 a:link, .skybox h6 a:visited {
	display: block;
	font-weight: bold;
	width: 120px;
	overflow: hidden;
}

#quote
{
    background-color: White;
    width: 100%;
    font-family: Arial;
    margin-top: 10px;
    margin-bottom: 10px;
}

#quote td, #quote th
{
    padding: 3px;
	vertical-align: top;    
}



.quoteHeader
{
    background-color: #446b37;
    color: White;
    text-align: right;
    font-weight: bold;
}
