body {
	background: url(../images/bg.png) repeat-x top #FFF;
	font: 100%  Arial, Helvetica, sans-serif;
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #595a5c;	
	height: 100%;
	overflow:auto;
}

.oneColFixCtr {
	height: 100%;
	}
.oneColFixCtr #container {
	width: 784px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	height: 100%;
}
.oneColFixCtr #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 100%;
}
#header {	
	background: url(../images/header.png) no-repeat top;
	height: 353px;
	}
.mortg_button{
	background-image: url(../images/button_f.png);
	background-color: transparent;
	border:0 none;
	color:#FFFFFF;
	cursor:pointer;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	height:34px;
	line-height:31px;
	padding-bottom:2px;
	text-align:center;
	width:155px;
}



/* Menutooooooooooo*/

#nav {padding-top:116px; margin:auto; padding-left:0; margin-left:2; list-style:none; height:150px; position:relative; z-index:200; font-family:arial, verdana, sans-serif; width:794px;}
#nav li.top {display:block; float:left;}
#nav li a {display:block; float:left; height:237px; width:158px;   text-decoration:none; padding:0; cursor:pointer;}

#nav li a b {COLOR: #000; }

#nav li a.menu1 {background:url(../images/button1.png);}
#nav li a.menu2 {background:url(../images/button2.png);}
#nav li a.menu3 {background:url(../images/button3.png);}
#nav li a.menu4 {background:url(../images/button4.png);}
#nav li a.menu5 {background:url(../images/button5.png);}

#nav li:hover a.menu1,
#nav a.menu1:hover
{background-position: 0;
background: url(../images/button1-2.png);}

#nav li:hover a.menu2,
#nav a.menu2:hover
{background-position: 0;
background: url(../images/button2-2.png);}

#nav li:hover a.menu3,
#nav a.menu3:hover
{background-position: 0;
background: url(../images/button3-2.png);}

#nav li:hover a.menu4,
#nav a.menu4:hover
{background-position: 0;
background: url(../images/button4-2.png);}

#nav li:hover a.menu5,
#nav a.menu5:hover
{background-position: 0;
background: url(../images/button5-2.png);}

#nav table {position:absolute; top:0; left:0; border-collapse:collapse; padding:0; width:0; height:0; margin:-1px;}

#nav .sub {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#nav li:hover {position:relative; z-index:200;}
#nav a:hover {position:relative; white-space:normal; z-index:200;}

#nav :hover ul.sub
{left:0; top:160px; width:152px; height:70px; z-index:300;}
#nav :hover ul.sub li
{display:block; height:20px; position:relative; float:left; width:152px; font-weight:normal;}
#nav :hover ul.sub li a
{display:block; height:20px; width:150px; border:1px solid #888; border-color:#ddd #888 #000 #ccc; text-decoration:none; padding:0; cursor:pointer; }
#nav :hover ul.sub li a b {position:absolute;  margin:0; left:5px; top:5px;  background:#063; color: #fff; line-height:13px;  text-align:center; width:50px; font-size:12px;}



#nav :hover ul.sub li a:hover 
{background-position: 0 20px; position:relative; }
#nav :hover ul.sub li a:hover b {left:5px; top:5px; background:#063; color:#FFF; border:1px solid #888; display:block; width:50px; height:20px; text-align:center; font-size:12px; line-height:18px;}


/* Menutooooooooooo*/

#mainContent #contentHeader {
	font: 20px "Cataneo BT", "Times New Roman", Times, serif;	
	border-bottom: 2px solid #236251;
	margin-top: 20px; 
	line-height: 20px;
	color: #333;
	text-align: left;
	padding-left: 10px;
}
#contentC {
	padding: 10px 0 10px 10px;
	text-align: left;
	font-size: 12px;
	height: 100%;
	text-align:justify;
}
#contentD {
	padding: 10px 0 10px 10px;
	text-align: left;
	font-size: 12px;
	height: 100%;
	text-align:justify;
	width: 75%
	
}

#contentD a {
	color: #333;
}

#contPic {
	float: left; 
	padding-right: 10px;
}
.deviz {
color: #939393;
	
}

#footer {
	background: #595a5c;
	font: 10px Verdana, Arial, serif;	
	border-top: solid 3px #d2dfda;
	padding-top: 5px;
	line-height: 18px;
	height: 40px;
	color: #d2dfda;
}
#footerIn {
	margin: 0 auto;
	width: 794px;
}

#footerLeft {
		float: left;
		padding: 0 10px;
}
#footerRight {
	float: right;
	margin-right: 10px;
}
#footerMenu {
	float: left;
	padding: 0 10px;
	color: #d2dfda;
}
#footerMenu a {	
	text-decoration:none;
	color: #d2dfda;
}

/* Form - The Big One showing Building/Property Type */
#single, #condo {
	display: none;
}
#mobile {
	display: none;
}
#triplex {
	display: none;
}
#duplex {
	display: none;
}
#apartments1-4 {
	display: none;
}
#apartments4 {
	display: none;
}
#retail {
	display: none;
}
#center {
	display: none;
}
#industrial {
	display: none;
}
#land_under5 {
	display: none;
}

#land_over5 {
	display: none;
}

#credit_check_yes {
	display: none;
}
#credit_check_no {
	display: none;
}

#retail_radio {
	display: none;
}
#office_buld{
	display: none;
}
#office_radio{
	display: none;
}
#center_radio{
	display: none;
}
#other_business1{
	display: none;
}
#over5_radio{
	display: none;
}
#payment_check{
	display: none;
	color: #C00;
}
#credit_check_yes{
	display: none;
}
#credit_check_no{
	display: none;
}
#noteseller_radio{
	display: none;
}
#single_radio{
	display: none;
}
#mobile_radio{
	display: none;
}
#peyor_check1, #payor_check2, #amount_check2, #interest_check2, #amortization_check2 {
	display: none;
	color: red;
}
/*--------------End ---------------- Form - The Big One showing Building/Property Type */

#sidebar {
	float: right;
	width: 20%;
	margin-left: 5px;
	text-align: left;
	font-size: 12px;
	margin: 10px 0 0 0;
	padding: 10px;
	border-left: #CCC solid 1px;
}

#sidebar a {
	color: #236251;
}
