body {
	font-family: Helvetica, Arial, sans-serif;
	background: url('../images/main_bg.jpg') repeat-x top left fixed;
	margin: 0;
}

img {
	border: 0;
}
h1 {
	color: #886f67;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0;
	padding: 10px 0 0 0;
}
h2 {
	color: #4f91cd;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0;
	padding: 21px 0 0 0;
}
h3 {
	color: #886f67;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0;
	padding: 21px 0 0 0;
}

h6 {
	color: #4f91cd;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
	padding: 21px 0 0 0;
}
p, table {
	color: #000;
	font-size: 12px;
	line-height: 18px;
	padding: 10px 20px 0px 20px;
}
table td {
	vertical-align: top;
}
table td:first-child {
	/*width: 150px;*/
}

a{
	color: #4f91cd;
}
a:hover {
	color: #886f67;
}

ul, ol {
	margin: 0 0 0 20px;
}
ul li, ol li {
	padding: 5px;
	font-size: 12px;
}


#wrapper {
	margin: 0 0 0 50%;
	position: absolute;
	top: 0;
	left: -535px;
	//width: 1073px;
	width: 917px;
	min-height: 100%;
	padding: 0 77px 0 75px;
	background: url('../images/shadow_repeat.png') repeat-y top center;
	
}

#logo {
	margin: 30px 0 10px 70px;
}
#top_nav {

}


#content {
}
#content .col_left {
	width: 608px;
	float: left;
	border-right: 1px #000 solid;
	padding: 0 19px 20px 2px;

}
#content .col_right {
	width: 270px;
	float: right;
}


.calc {
	background: #ccc;
	height: 377px;
}



#bot_nav {
	padding: 40px 0 40px 0;
	font-size: 11px;
}
#bot_nav ul {
	list-style: none;
	width: 600px;
	padding: 0;
	margin: 10px 0 10px 0;
}
#bot_nav ul li {
	float: left;
	margin: 0 21px 0 0;
}
#bot_nav a {
	text-decoration: none;
	color: #000;
}
#bot_nav a:hover {
	text-decoration: none;
	color: #4f91cd;
}



.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both;
}



/*#top_nav ul {
	list-style: none;
	width: 917px;
	padding: 0;
	margin: 10px 0 10px 0;
}
#top_nav ul li {
	float: left;
	margin: 0 21px 0 0;
	font-size: 18px;
}
#top_nav ul li a {
	text-decoration: none;
	color: #000;
}
#top_nav ul li a:hover {
	text-decoration: none;
	color: #4f91cd;
}
#top_nav img {
	padding: 10px 0 20px 0;
}*/


#jsddm {	
	list-style: none;
	width: 917px;
	padding: 0;
	margin: 0 0 0 10px;
}

#jsddm li {
	float: left;
	margin: 0 0px 0 0;
	padding: 0 20px 0 0;
	font-size: 18px;
}

#jsddm li a {
	display: block;
	background: transparent;
	padding: 6px 15px 6px 0px;
	text-decoration: none;
	color: #000;
	white-space: nowrap;
}

#jsddm li a:hover {	
	color: #4f91cd;
}
		
#jsddm li ul {
	margin: 3px 0 0 0px;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border: 1px #000 solid;
	border-top: 0px #fff solid;
}
		
#jsddm li ul li {
	float: none;
	display: inline;
	margin: 0;
	padding: 0;
}
		
#jsddm li ul li a {	
	width: auto;
	background: #fff; 
	color: #000;
}
		
#jsddm li ul li a:hover {	
	background: #4f91cd;
	color: #fff;
}


h5 {
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	color: #886f67;
}


/* Forms */
form {
margin : 0;
padding : 0;
}

fieldset, .mortgage-totals {

border : 1px solid #886f67;
font-family : "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
font-size : .8em;
color : #333;
text-align : left;
width:240px; 
}


fieldset div input {
border : 1px solid #886f67;
padding : 1px;
}

legend {
font-weight : bold;
color : #333;
margin : 0;
padding : 0.5em;
font-size : 11px;
}


fieldset div {
width : 99%;
margin : 0;
font-size:9px;
padding : 1px 1px 1px 1em;
}



/* Tables */
#mortgage-calculator table { 
	font: 70% Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 265px;
}


#mortgage-calculator tbody td {
	border: 1px solid #886f67;
	padding: 10px;
	padding-bottom: 20px;
	text-align: center;
}


#mortgage-calculator a {
	color: #333;
	font-size:9px;
}


/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
cursor:help;
}
#table td {font-size:.8em; color:#000000; }
table { margin-bottom: 1.3em; width: 100%; }
table th{ font-weight: bold; }
table td{ vertical-align: top; text-align:left; }
table th, table td { line-height: 1.2em; padding: 0.8em 0.6em .8em }
table.polished { border-collapse: collapse; border: none; margin-top:20px; }
table.polished tr { }
table.polished th { background-color: #836961; color: #FFF; font-weight: bold;
line-height: 1em; padding: 6px; height:30px; margin: 0; }
table.polished td { background-color: #ffffff; border-bottom: 1px solid
#EAE7D8; }   
table.polished tr.alt td { background-color: #76A9C7; }