/* CSS Document */


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin: 10px auto;
	text-align: center;
	background: #CFD8B6;
	}

h1 {
	display: none;
	}

#container {
	position: relative;
	width: 693px;
	text-align: left;
	margin: 0 auto;
	}

#header {
	position: relative;
	top: 0px;
	height: 160px;
	width: auto;
	}

#portrait {
	position: absolute;
	left: 1px;
	top: 0px;
	background-image: url(../images/portrait.jpg);
	width: 128px;
	height: 161px;
	z-index: 10;
	/* border-right: 3px solid #d1c97b; */
	}

#mainheader {
	position: absolute;
	top: 0px;
	left: 125px;
	width: 568px;
	height: 120px;
	color: white;
	background: transparent url(../images/waterfall.jpg) bottom left no-repeat;
	}

#menubar {
	position: absolute;
	top: 120px;
	left: 125px;
	height: 40px;
	width: 568px;
	background-color: #d1c97b;
	background-image: url(../images/side_shadow.gif);
	background-position: top right;
	background-repeat: repeat-y;
	padding-top: 15px;
	}

#menubar ul {
	list-style-type: none;
	margin-left: 0px; margin-top: 0px; padding-left: 0px;
	}

#menubar li {
	display: inline;
	font-size: 12pt;
	}

#menubar a {
	text-decoration: none;
	color: #36409B;
	padding: 15px 8px 10px 8px; 
	}
#menubar a.first {padding-left: 10px; }
#menubar a.last {padding-right: 7px;}
	
#menubar a.current {text-decoration: underline;}

#menubar a:hover,
#menubar a:active {
	color: #36409B; background-color:#C1B54E;
	}

#contentwrapper {
	position: relative;
	top: 0px;
	left: 0px;
	width: 693px;
	background-color: #9BAD67;
	background-image: url(../images/side_shadow.gif);
	background-position: top right;
	background-repeat: repeat-y;
	}

#content {
	position: relative;
	top: 0px;
	left: 1px;
	width: 469px;
	height: auto;
	padding: 20px 20px 30px 20px;
	margin: 0 0 0 0;
	background: #DEDBD2 url(../images/body_gradient.gif) top left repeat-x;
	overflow:hidden;
	background-color: #FFFFCC;
	}

#content h2 {margin-top: 0;}
#content img.mlslogo {float: right;}
#contentbtm {
	position: absolute; float: left;
	width: 509px;
	height: 41px; 
	bottom: -1px; 
	left: 0px; 
	background-image: url(../images/content_btm.gif);
	line-height: 0em;
	}

.testimonial {
	background: white;
	border: 1px dotted #cfd8b6;
	font-size: 110%;
	font: "Trebuchet MS";
	color: brown;
	padding: 0px 20px 0px 20px;
	}

.getlisted {padding-left: 5px; width: 454px;}

.emphasize {
	font-weight: bold;
	}

#sidebar {
	position: relative;
	float: right;
	top: 0px;
	right: 10px;
	width: 162px;
	padding: 20px 4px 6px 6px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	background: #545138 url(../images/370_branding_back.gif) top left repeat-x;
	color: white;
	border-top: 1px solid gray;
	}
#sidebar a, #sidebar a:visited, #sidebar a:hover, #sidebar a:active {color: white;}
#sidebar a, #sidebar a:visited, #sidebar a:active {text-decoration: none;}
#sidebar a:hover {text-decoration:underline;}
#sidebar img {} 
#sidebar p {margin: 0 3px 10px 3px;}
#sidebar h3 {margin: 0 0 8px 0; padding-top: 18px;}
#sidebar ul li {margin-left:-20px; padding-left: 0px;}
#sidebarbtm {
	position: absolute; 
	width: 172px;
	height: 14px; 
	bottom: 1px; 
	left: 2px; 
	background: transparent url(../images/sidebar_btm.gif);
	line-height: 0em;
	}
#sidebarbtm p.span {display:none;}
#footer {
	position: relative;
	clear: both;
	padding: 15px 20px 5px 20px; 
	text-align: center;
	margin: 0 0 0 0;
	font-size: 8pt;
	background: transparent url(../images/footer_shadow.gif) top left no-repeat;
	height:74px;
	}
	
/* The following are relevant to the savings calculator */

.calculator-entry
{
	padding-bottom: 4px;
	FONT: 500 9pt Arial, Helvetica, sans-serif;
	color: black;
	BORDER-bottom: #000000 0px solid;
	text-align: left;
	padding-left: 10px;
}

.calculator-text
{
	FONT: 400 9pt Arial, Helvetica, sans-serif;
	padding-top: 4px;
	color: black;
	BORDER-bottom: #000000 0px solid;
	text-align: left;
	width: 180px;
}

.calculator-total
{
	padding-bottom: 4px; padding-right: 10px;
	FONT: 500 11pt Arial, Helvetica, sans-serif;
	color: maroon;
	border: none;
	background-color: #eeeeee;
	text-align: left;
}

.calculator
{
	width: 250px;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 2px;
	margin-bottom: 0px;
	padding-left: 1px;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 0px;
	background: #EEEEEE;
    FONT: 500 10pt Arial, Helvetica, sans-serif;
    COLOR: #000000;
	text-align: center;
	BORDER-right: #000000 1px solid;
	BORDER-left: #000000 1px solid;
	BORDER-top: #000000 1px solid;
	BORDER-bottom: #000000 1px solid;
}
