html, body { margin: 0; padding: 0; }

body { 
	margin: 50px 0 0 0;
	padding-bottom: 20px; 
	text-align: center; 
	background-image:  url(/images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #616161;
	}

#container {
text-align: center;
padding: 0 0 0 0;
margin-left: auto;
margin-right: auto;
width: 860px;
clear:both;
}

#header_home {
text-align: center;
height: 240px;
width: 860px;
}

#header {
height: 125px;
width: 860px;
}

#nav {
text-align: left;
height: 65px;
width: 860px;
}

#main_home {
	width: 740px;
	width: 860px\9;  /* For IE7+ browsers */
	background-repeat: repeat-y;
	background-position: center;
	background-image:  url(/images/bg_main.jpg);
	padding: 20px 60px 25px 60px;
	text-align: left;
}


#main {
	width: 740px;
	width: 860px\9;  /* For IE7+ browsers */
	height: auto;
	margin: 0;
	background-repeat: repeat-y;
	background-position: center;
	background-image:  url(/images/bg_main.jpg);
	padding: 20px 60px 15px 60px;
	text-align: left;
}



#featured {
	width: 460px;
	float:left;
	}

#featured img {
margin: 0 10px 0 0;
}


#featured a img {
	border: 1px solid #d6d6d6;
	}

#featured a:hover img {
	border: 1px solid #85a522;
	}



/* another method for rollover img borders */
a#prop1 img, a#prop2 img, a#prop3 img {
	border: 1px solid #d6d6d6;
	padding: 2px;
	}

a#prop1:hover img, a#prop2:hover img, a#prop3:hover img {
	border: 1px solid #85a522;
	padding: 2px;
	}
/* another method for rollover img borders */


	
#integrity {
	margin-right: 5px;
	width: 260px;
	float: right;
	}

#leftCol {
	width: 360px;
	width: 390px\9;
	margin: 0;
	padding: 0;
	float: left;
}

#rightCol {
	width: 300px;
	margin: 0 0 0 30px;
	padding: 0 0 0 30px;
	border-left: 1px solid #CCC;
	float: right;
}


table.properties {
	width: 720px;
	background-color: #FFFFFF;
	}

td.leftcol {
	width: 175px;
	padding: 0 15px 0 0;
	border-right: 1px solid #cccccc;
	float: left;
	}

td.rightcol {
	width: 500px;
	padding: 0 0 0 15px;
	text-align: left;
	}



		
#sidebar {
width: 190px;
margin-top: 20px;
padding: 0;
float: left;
display: inline; /* floats are handled as block elements, this is to fix 
							   a margin collapsing bug in IE */
}
	
#bottomborder {
	width: 800px;
	border-top: 1px solid #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#footer {
	background-image:  url(/images/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin-left: auto;
	margin-right: auto;
	margin-top: -1px\9;  /* For IE7+ browsers */
	text-align: center;
	padding: 45px 0 20px 0;
	width: 860px;
}

p, td{ 
	font: 10pt/14pt arial; 
	margin: 0 0 15px 0;
	color: #666666;
	}

h1 { 
	font: bold 16pt arial;
	color: #666666;
	margin-top: -5px;
	margin-bottom: 7px;
	text-align: left;
	}
	
h2 { 
	font: bold 12pt arial;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 15x;
	text-align: left;
	}
	
	
	
.leftcol ul {
	margin-top: 5px;
	}
	
.leftcol li {
	margin-left: -23px;
	list-style-type: disc;
	padding-left: 0px;
	padding-top: 7px;
	font: 10pt/14pt arial; 
	line-height: 15px;
	}
	
ul {
	margin-top: -15px;
	}	

li {
	margin-left: -23px;
	list-style-type: disc;
	padding-left: 0px;
	font: 10pt/14pt arial; 
	}



#footer p { 
	font: 9pt/12pt arial; 
	color: #CCCCCC;
	margin-top: 0px;
	text-align: center;
	}

a, a:visited, a:link, a:active { 
	text-decoration: none; 
	color: #7b9218;
	}
a:hover { 
	text-decoration: underline;
	color: #7b9218;
	}


#footer a, #footer a:visited, #footer a:link, #footer a:active { 
	text-decoration: none; 
	color: #CCCCCC;
	}
#footer a:hover { 
	text-decoration: underline; 
	color: #CCCCCC;
	}
	
	.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

