﻿@charset "UTF-8";
/* CSS Document */

* {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

body {
	font-family: helvetica, arial;
	line-height:1.2em;
	font-size:12px;
	background: #b9c3d3 url(../images/ss_02.jpg) repeat-x;
	margin: 0px 0px;
	padding:0px;
	text-align:center;
}
#container {
	margin: 0px auto;
	text-align:left;
	width: 1034px;
}
#header {
	width: 1044px;
	margin: 0 auto; 0 auto;
	top;
}
#header_banner {
	background: url(../images/starkie_header.JS.jpg) no-repeat;
	width: 819px;
	height: 272px;
	float: right;
}
#logo img{
	float: left;
	border: none;
}
#content_area {
	width: 1034px;
	background: url(../images/ss_12.jpg) repeat-y;
	margin-left: 10px;
	clear: both;

}
#content_left {
	width: 220px;
	float: left;
}
#content_right {
	width: 600px;
	margin-left: 230px;
	padding: 25px 100px 30px 35px;
	min-height: 500px;
}
#content_right_mls {
	width: 800px;
	margin-left: 220px;
	padding: 25px 0px 0px 0px;
	min-height: 500px;
}
iframe {
	border: none;
}
#nav {
	font-family: helvetica, arial;
	font-size: 16px;
	text-align: left;
}
#nav ul { 
display: inline;
	
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	text-indent: 0px;
	width: 220px;
}
#nav ul li {
	display: block;
	margin-left: 0px;
	padding-left: 0px;
	background: url(../images/nav_bg.jpg) no-repeat;
	width: 220px;
	height: 40px;
}
#nav ul li a {
	color: #15386c;
	text-decoration:none;
	line-height: 40px;
	
	font-weight: normal;
}
#nav a:hover, #nav ul li.nav_active {
	display: block;
	margin-left: 0px;
	color: #627428;
	text-decoration:none;
	background: url(../images/nav_hover.jpg) no-repeat;
	width: 220px;
	height: 40px;
}

#footer {
	background: url(../images/footer_bg.jpg) no-repeat;
	width: 1044px;
	height: 55px;
	margin-left: 10px;
}
#footer p {
	margin-left: 250px;
}
.nav_lbl {
	margin-left: 15px;
}

#calculator_body {
	background: #a1b3bb;
	padding: 10px 10px 10px 10px;
}
#calculator { 
	border: solid 1px black;
	border-collapse: collapse;
	width: 550px;
}
#calculator td {
	background: #f1eeeb;
	padding: 5px 5px 5px 15px;
}
#calculator tr.alt td {
	background: #a3927f;
}

h1 {
	font-family: trebuchet, helvetica, arial;
	font-size: 24px;
	color: #265292;
	font-weight: normal;
	line-height:1em;
	padding-bottom: 25px;
}
#content_right_mls h1 {
	margin-left: 30px;
	padding-bottom: 0px;
}

h2 {
	padding-bottom: 15px;
}
p {
	padding-bottom: 1em;
	color: #393939;
	font-weight:normal;
}
ul li {
	
	list-style-position: outside;
}
ol li {
	
	list-style-position: outside;
}
em {
	font-weight: bold;
	font-style: normal;
}
blockquote {
	font-size: 12px;
	font-style: italic;
}

