/* ------------------------------------------------------------------------
    Main Style Rules   
   ----------------------------------------------------------------------*/

body#default div.main {
	width: 100%;
	float: left;
	background-color: #f6efc6;
}

body#default div.leftCol {
	width: 326px;
	float: left;
	margin: 0;
	padding: 0;
}

body#default div.titleDiv {
	float: left;
	width: 316px;
	height: 30px;
	line-height: 25px;
	margin: 15px 0 0 10px;
}

body#default div.propertyTitle {
	float: left;
	height: 28px;
	font-family: Times, Times New Roman, sans-serif;
	font-size: 2em;
	font-weight: bold;
	color: #392919;
	overflow: hidden;
}

body#default div.propertyNav {
	background:#ebdbaa;
	width: 18px;
	border: 1px solid #683506;
	float: right;
	color: #683506;
	text-align: center;
	line-height: 18px;
	margin: 2px 10px 0 0;
}

body#default div.propertyDesc {
	margin: 10px 10px 15px 10px;
	float: left;
	font-size: 0.9em;
	color: #683506;
	text-align: justify;
	width: 306px;
}

body#default div.homeSection {
	width: 100%;
	border-top: 1px solid #683506;
	float: left;
}

body#default div.homeTitle {
	float: left;
	overflow: hidden;
	width: 306px;
	margin: 10px 10px 0 10px;
	font-family: Times, Times New Roman, sans-serif;
	font-size: 2em;
	font-weight: bold;
	color: #392919;

}

body#default div.homeSubTitle {
	float: left;
	overflow: hidden;
	color: #683506;
	font-weight: bold;
	width: 306px;
	margin: 0 10px 15px 10px;
}

body#default div.homeSubTitle2 {
	float: left;
	overflow: hidden;
	color: #683506;
	font-weight: bold;
	width: 306px;
	margin: 10px 10px 10px 10px;
}

body#default div.homeSubTitle3 {
	float: left;
	overflow: hidden;
	color: #683506;
	font-weight: bold;
	width: 306px;
	margin: 10px 10px 0px 10px;
}

body#default div.sectionHeader {
	float: left;
	overflow: hidden;
	color: #683506;
	font-weight: bold;
	width: 306px;
}

body#default div.homeDesc {
	margin: 0 10px 15px 10px;
	float: left;
	font-size: 0.9em;
	color: #683506;
	text-align: left;
	width: 306px;
}

body#default div.rightCol {
	width: 454px;
	float: left;
	margin: 0;
	padding: 0;
}

body#default div.homeImg {
	float: left;
	display: none;
	width: 442px;
	height: 300px;
	background: white;
	margin: 15px 0 6px 0;
	padding: 0;
	border: 1px solid #683506;
}

body#default div.img1 {
	display: block;
}

body#default div.homeImg img {
	width: 432px;
	height: 288px;
	border: 0;
	margin-top: 6px;
	margin-left: 5px;
}

body#default div.imgNavBar {
	width: 444px;
	height: 50px;
	margin: 0;
	padding: 0 10px 0 0;
	float: left;
	text-align: right;
}

body#default div.statusText {
	float: left;
	width: 500px;
	height: 19px;
	line-height: 19px;
	border: 0;
	margin: 0;
	text-align: left;
	font-weight: bold;
	margin-top:5px;
}

body#default div.navDiv {
	float: right;
	width: 19px;
	height: 19px;
	line-height: 19px;
	border: 1px solid #683506;
	margin-left: 3px;
	text-align: center;
	background: #ecdcab;
	font-size: 0.9em;
}

body#default div.navDiv a,
body#default div.navDiv a:visited,
body#default div.navDiv a:hover {
	display: block;
	font-weight:bold;
	 text-decoration:underline;
	width: 100%;
	height: 100%;
	color: #683506;
}

body#more {
	background-color: #f6efc6;
	color: #683506;
	text-align: left;
}

div.popup_main {
	margin-top: 15px;
	padding-left: 20px;
	padding-top: 10px;
	width: 95%;
	border-top: 1px solid #683506;
}

div.moreFoot {
	position: absolute;
	top: 500px;
	text-align: center;
	width: 100%;
	margin-top: 10px;
	color: #929088;
	height: 45px;
	display: block;
	background-color: black;
}

a.hlink,
a.hlink:visited,
a.hlink:hover {
	display: block;
	width: 100%;
	height: 100%;
	color: #683506;
}

image.editline
{
	background-color:#2f2419;
	height:1px;
	width:100%;
}

div.editBlock {
	padding-top:0px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
	width:750px;
}

/****************************    INPUT BUTTONS  ********/
input.context, input.longcontext  {
	background-color:#2f2419;
	font-family:Helvetica, arial, times, helvetica, arial, sans-serif;
	font-weight: bold; 
	font-size:1em; 
	margin-top:2px;
	margin-left:70px;
    border-right:1px solid #683506;
    color:#f6efc6 !important;
}

input.context 
{
	width:100px;
	margin-left:0px;
}

input.longcontext 
{
	width:150px;
	margin-left:0px;
}

#lists   {
    padding-left:15px;
    padding-right:15px;
}

table.lists
{
	/*background-color:#ebdbaa;*/
	background-color:#2f2419;
	border-color:#c4c4c4;
	border-style:none;
	border-width:1pt;
	color:#f6efc6 !important;
}

tr.listrow
{
	 color:#683506;
	 background-color:white;
	 border-width:1px;
}

