/* CSS Document copyright 2008-2009 Marlena Cannon */

body { 
		font-family: arial; 
		font-size: 12px; 
		font-style: normal; 
		background-color: #000000; 
		background-image:url(images/bg_shade.jpg);
		background-repeat:repeat-x; 
		position:relative;
		height:100%;
		min-height:100%;
		padding:0;
		margin:0;
		border:0;
	
		}

#banner {
		margin-left:auto;
		margin-right:auto;
}		


#topnav {
	
 		width:800px;
		height:38px;
		margin-left:auto;
		margin-right:auto;
		background-image:url(images/but_shade.jpg);
		background-repeat:repeat-x;
		border:1px solid #333333;
		z-index:99;}

#topnav span {
			float:left;
			text-align:center;
			width: 14%;
			height:32px;
			border-left:1px solid #CCCCCC;
			}
			
#topnav a {
			font-weight:bold; 
			color:#FFFFFF; 
			font-size:11px;
			text-decoration:none;
			display:block;
			width:auto;
			height:32px;
			padding: 4px 13px; 
			}

#topnav a:hover, #topnav a:active {color:#FFCC00;}

#main {
	width:800px;
	height:auto;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	z-index:99;
	height: expression( this.scrollHeight < 494 ? "493px" : "auto" ); /* sets min-height for IE */
	min-height: 493px; /* sets min-height value for all standards-compliant browsers */

}

div.left {width:250px;height:550px;float:left;padding:8px;background-color:#FFFFFF;margin-right:2px;}
div.bottom {width:800px;}

H1 {  font-family: arial; font-size: 16px; font-style: normal; color: #0065B3;}
H2 {  font-family: arial; font-size: 14px; font-style: normal; color: #B32501;}

p { color: #000000; font-family: arial, helvetica, geneva; font-size: 12px; font-style: normal; font-weight: normal;}
.bold {color:#000000; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold;} 
.small {color:#80C9FE;font-family:Arial, Helvetica, sans-serif;font-size:10px; font-weight:normal;}

.button {color:#FFFFFF;font-family:Arial, Helvetica, sans-serif;font-size:11px;font-weight:bold;}

a:link {color:#0065B3;text-decoration:none;font-weight: normal }
a:visited {color:#0065B3;text-decoration:none;font-weight:normal }
a:hover {color:#80C9FE; text-decoration:none;font-weight: normal}
a:active {color:#80C9FE;text-decoration:none;font-weight: normal}

div.logo {width:130px;margin-left:1px;margin-right:1px;margin-bottom:2px;}

#treesbg {position:absolute;left:0px;bottom:-20px;background-image:url(images/bg_bot.png);background-repeat:repeat-x;z-index:-1;height:435px;width:100%;}

#border {background-color:#000000;height:100%;width:820px;margin-left:auto;margin-right:auto;padding-bottom:10px;z-index:98}

#bottomlinks {
	clear:both;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-top:6px;
	position:relative;
	z-index:100;
	text-align:center;
	font-size:11px;
}

#bottomlinks a {
	margin-left:1%;
	margin-right:1%;
}

.properties {
	width:90%;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #CCCCCC;
	}

.properties td {
	vertical-align:top;
	
}

.contactform {
	border:1px solid #CCCCCC;
	
}

.contactform th {
	background-color:#CCCCCC;
}

.contactform td {
	vertical-align:top;
}

#rotator {
	margin-top:10px;
	border: 2px solid #CCCCCC;
	margin: 0 auto;
	text-align: center;
	width: 450px;
	height: 321px;
}

.texty {
	padding: 2em;
}