* {margin: 0; padding: 0;	/* Set All Margins & Padding to 0 */}
body {
	text-align: center;
	margin: 0;
	padding: 0;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	color: #000000;
	background-color: white;
}


/* Header ------------------------------------------------------------------- */
#header
{
	height: 0px;
	width:760px;
	padding-top:0px;
	margin-top: 0px;
	overflow: hidden;
}

#container {background: #E2EBD8;} 

/* Structure ------------------------------------------------------------------- */
#container {
	width: 760px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	/*border-left: 1px solid #562405;
	border-right: 1px solid #562405;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #562405; */
}
#content{    width: 540px; float: left; padding: 15px; }
#content2{    width: 725px; float: left; padding: 15px; }

#content p, #content2 p{  margin: 0px 0px 15px 0px; line-height: 16px; padding-left: 15px;}
#content a, #content2 a{ color: blue; background-color: inhert;}
#content a:hover, #content2 a:hover{text-decoration: underline overline;}

#content2 img{float: right; padding: 5px; }

#feature{
	background-image: url(../img/feature_bg.jpg);
	background-repeat: repeat-x;
}
#feature img { border: 0px;}


/* Nav ------------------------------------------------------------------- */
#nav{ height: 35px; background: green; color: #FFFFFF;}
#nav ul{ list-style: none; margin: 0; padding: 10px;}
#nav li {display: inline; margin:0px 2px 0px 2px;}
#nav a {	text-decoration: none;
	padding: 9px 5px 12px 5px;
	color: #fff;
	background: inherit;
	
}
#nav li.current a {
	height: 35px;
	color: black;
	margin: 0;
	background-color: #FFFFFF;
}
#nav a:hover{  height: 35px; color: black;
	margin: 0;
	background-color: #CCCCCC;
}



/* NavTwo ------------------------------------------------------------------- */
#navtwo{ height: 20px; border-bottom: 3px solid #562405;}
#navtwo ul{list-style: none; margin: 0px; padding: 5px 5px 5px 11px;}
#navtwo li{display: inline; margin:0px 4px 0px 2px;}
#navtwo a{text-decoration: none; padding: 1px; color: black;}
a.current_2{
	font-weight: bold;
}
#navtwo a:hover{text-decoration: underline overline;}

/* FooterNav ------------------------------------------------------------------- */
#footernav{ margin: 0; padding: 0px;}
#footernav ul{list-style: none; margin: 0px; padding: 0px 10px 5px 10px;}
#footernav li{display: inline; margin:0 2px;}
#footernav a{text-decoration: none; padding: 1px 8px 1px 0px; color: black;}
#footernav li.current a{color: black; background: #ccc;}
#footernav a:hover{text-decoration: underline overline;}

#copywrite {margin: 0px 0px 0px 10px; padding: 0px;}

/* Sub Nav ------------------------------------------------------------------- */
#subnav{ width: 190px; height: 600px; float: left; margin: 0px 0px 0px 0px; background-color: #E5E3BC; }
#subnav ul{ list-style: none; margin: 0px; padding: 5px 10px; line-height:16px;}
#subnav li{ padding-left: 12px;}
#subnav a {text-decoration: none; color: #333;}
#subnav h4{  padding: 10px; background: #562405; color: #fff; font-weight: normal; font-size:11px;
          margin: 0px 0px 0px 0px;}
#subnav h4 a{color: #fff;}
#subnav h5{
	padding: 0 11px;
	color: #0e2a5e;
	font-size:11px;
	font-weight: normal;
	border-top: 1px solid #ccc;
	padding-top: 5px;
}
#subnav p
{
	padding: 3px 11px 6px 11px;
}
#subnav blockquote
{
	padding: 15px;
}
#subnav img
{
	border-bottom: 3px solid #ccc;
}

#subnav a:hover{text-decoration: underline overline;}
/* Search
------------------------------------------------------------------- */

/* Headings
------------------------------------------------------------------- */


/* Lists
------------------------------------------------------------------- */
 #content li { padding-left: 15px; list-style-type: none; margin: 0px 10px 4px 10px;}

/* Forms
------------------------------------------------------------------- */

form {
  font-family: arial;
  padding: 20px 0;
}
form div {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
}
legend {
	font-size:16px;
	font-weight: bold; color: #562405;
}

label {
  padding-right: 8px;
  margin-right: 4px;
  display: block;
  width: 75px;
  float: left;
  font-size:12px;
}

label em {
	color: #FF0000;
	background-color: #FFFFFF;
}
.form-grp-input label {

}
.form-grp-input input {
  width: 360px;
}
.form-grp-mselect label {

}
.form-grp-mselect select {
  width: 360px;
}
.form-grp-txtbox label {

}
.form-grp-txtbox textarea {
  width: 360px;
}
.form-grp-button input {
  width: 80px;
  margin-left: 140px;
}
fieldset {
	padding: 5px;
	}
fieldset div {
	width: 525px;
	overflow: auto;
	height: auto;
	}
input{ width: 250px;}
textarea { width: 350px; height: 65px;}
td textarea, input{ width: auto;}

#submit, #reset { width: 60px;}

/* Form Validation Styles */

div.radio-list {
	padding-top: 25px;
	border: none;
	}

div.radio-list label {
	display: block;
	float: none;
	width: auto;
	margin-bottom: 5px;
	clear: both;
	}

div.radio-list label input {
	margin-right: 5px;
	}

/* +Links
------------------------------------------------------------------- */




/* +Misc
------------------------------------------------------------------- */

div.tip
{
	width: 165px;
	padding: 5px; ;
	border: 1px solid #ccc;
	float: left;
	background: #f3f6f9 url(file:///I|/CMI/Projects/img/bg/tip.jpg);; margin-left:1px; margin-right:1px; margin-top:0; margin-bottom:16px
}
.tip h3
{
	font: 12px/14px verdana, arial, helvitica, sans-serif;
	border-bottom: 1px solid #ccc;
	padding: 2px 0;
	color: #002e58;
}
.tip li
{
	list-style: none;
	margin: 6px 0;
}
.inlineimg
{
	float:left;
	padding:3px;
	border:1px solid #ccc;
	margin:3px 10px 6px 0;
}
address
{
	padding-bottom: 0px;
	margin: 0px 2px 20px 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

div.f-list {
	background: #dfe6f1 url(file:///I|/CMI/Projects/img/bg/list-base.gif) no-repeat left bottom;
	width: 494px;
	padding-left:20px; padding-right:20px; padding-top:15px; padding-bottom:15px
}
div.f-list h2 {
	background: #dfe6f1 url(file:///I|/CMI/Projects/img/bg/list-top.gif) no-repeat left top;
	margin-left:-20px; margin-right:-20px; margin-top:-15px; margin-bottom:0; padding-left:20px; padding-right:20px; padding-top:15px; padding-bottom:15px
}


/* Footer ------------------------------------------------------------------- */
#footer
{ clear: both; padding: 4px; font-size: 8px; 
  color: #999; background: url(../img/footer_bg.jpg) repeat-x;} 


/*  Basic Styles For all CSS Browsers*/


/* General ------------------------------------------------------------------- */
body,p,td,div
{
	font: normal 11px verdana,arial,helvitica,sans-serif;
	color: #333;
}

/* +Headings------------------------------------------------------------------- */
h1
{
	padding:0 0 10px 0;
	font: 20px/20px arial, helvitica, sans-serif;
	border-bottom: 1px solid #ccc;
	color: green;
}
p{
	margin:0px; font-size: 1em;
	
}

h2
{
	margin:10px 0px 0px 0px;
	color: green;
	font-weight: bold;
	font-size: 12px; 
}

h3
{
	margin:10px 0;
	color: #562405;
	font-size: 14px;
}
h4
{
	color: #333;
	margin: 20px 0px 0px 15px;
	font-size: 11px;
}



span.sub
{
	color: #6F6F6F;
}
#content h2
{
	margin:10px 0px 0px 0px;
	color: #562405;
	font-weight: bold;
	font-size: 16px; 
}

/* Links ------------------------------------------------------------------- */
a{color: #562405; text-decoration: none;}
a:hover{color: #6a8ab9;}
a:visited {color: #234273;}
a:active{color: #234273;}

/* Misc------------------------------------------------------------------- */
blockquote{color: #3f6805;}
a img {border: none;}
.pic-border img{border:1px solid #CCC;padding:2px;margin-top:10px;}

.properties {
	margin: 3px 0px 6px;
	padding: 0px;
	width: 725px;
	border: 1px solid #562405;
}

.propertyindex {
	margin: 3px 0px 6px;
	padding: 0px;
	width: 725px;
	border: 1px solid #562405;
	vertical-align: top;
}

td {
	vertical-align: top;
}


td ul il{ padding: 1px; list-style-type: none; margin: 1px;}

.propertiesimg {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
.propertiesimg img {
	float: left;
}
.m_d  {
	float: left;
}
.right {
	float: right;
}


#pic
{ clear: both; padding: 15px 15px 0px 15px; background: inherit; 
  color: #999;}
#pic img
{ border: 2px solid #2D5702;}

.row
{ clear: both; margin: 15px 15px 15px 15px; background: #F5F8F1; 
  color: #999; border: 2px solid #2D5702;}

.row h1 {
	margin: 10px 0px 0px 10px;
	padding: 0px;
	font-weight: bolder;
	color:green;
	border:0;
}

.row h2 {
	margin: 10px 0px 0px 10px;
	padding: 0px;
	font-weight: bolder;
	border:0;
}
.row p {
    margin: 0px 10px 10px 10px;
	padding: 0px;}



#col {  margin: 0px; background: white;
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	#col1,
	#col2,
	#col3 {
	    margin: 0px 15px 15px 15px;
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}



