@charset "utf-8";
/* CSS Document */


body, html {
	/*background-color:#151d33 ;*/
	background-color:#333333;
	}

	
p {
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#666;
	margin:20px 40px 20px 40px;
	text-align:justify;
}

p a {
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;
	
}

p a:hover {
	text-decoration:underline;
}

h1 {
	font-size:22px;	
	font-family: "Bell MT", Stone, "Times New Roman";
	color:#666;
}

h2 {
	font-size:16px;
	font-family:Tahoma, Geneva, sans-serif;	
	color:#666;
}

#index_main_outer {
	width:900px;
	position:absolute;
	left:50%;
	margin-left:-450px;
	height:100%;
	border: 0px solid white;
	}
	
#index_main_inner {
	width:900px;
	height:100%;
	position:absolute;
	/*margin-top:-20px;*/
	padding:0px;
	}
		
#index_main_inner_top_aligned {
	width:890px;
	position:absolute;
	top:20px;
	background-color:white;
	padding:5px;
	}
	
#header {
	width:900px;
	height:140px;
	margin: 10px 0px 0px 0px;
	background-color:#333333;
	background-image:url(../images/header.jpg);
}

#footer {
	width:900px;
	height:140px;
	margin: 0px 0px 0px 0px;
	background-color:#333333;
	/*color:#fbe707;*/
	color:white;
	font-family: "Bell MT", Stone, "Times New Roman";
	text-decoration: none;
	text-align:center;
	font-size:13px;
}
#nav {
	background-color:#333333;
	width:900px;
	height:35px;
	top:100px;
	margin: 0px 0px 0px 0px;
	padding:0px;
	}
	
#nav ul {list-style-type: none; margin:0; padding:0; background-color:#333333;}

li {display:inline; float:left; border:none; padding:0px; margin:0px; background-color:#333;}

#nav .nav_01 { background-image:url(../images/nav/nav_01.jpg); width:113px; height:45px; margin:0px; padding:0px;}	
#nav .nav_01:hover { background-image:url(../images/nav/nav_over_01.jpg);}
	
#nav .nav_02 { background-image:url(../images/nav/nav_02.jpg); width:87px; height:45px; margin:0px; padding:0px;}	
#nav .nav_02:hover { background-image:url(../images/nav/nav_over_02.jpg);}
		
#nav .nav_03 { background-image:url(../images/nav/nav_03.jpg); width:104px; height:45px; margin:0px; padding:0px;}	
#nav .nav_03:hover { background-image:url(../images/nav/nav_over_03.jpg);}
		
#nav .nav_04 { background-image:url(../images/nav/nav_04.jpg); width:111; height:45px; margin:0px; padding:0px;}	
#nav .nav_04:hover { background-image:url(../images/nav/nav_over_04.jpg);}
		
#nav .nav_05 { background-image:url(../images/nav/nav_05.jpg); width:145; height:45px; margin:0px; padding:0px;}	
#nav .nav_05:hover { background-image:url(../images/nav/nav_over_05.jpg);}
	
#nav .nav_06 { background-image:url(../images/nav/nav_06.jpg); width:102; height:45px; margin:0px; padding:0px;}	
#nav .nav_06:hover { background-image:url(../images/nav/nav_over_06.jpg);}
		
#nav .nav_07 { background-image:url(../images/nav/nav_07.jpg); width:127; height:45px; margin:0px; padding:0px;}	
#nav .nav_07:hover { background-image:url(../images/nav/nav_over_07.jpg);}

#nav .nav_08 { background-image:url(../images/nav/nav_08.jpg); width:111; height:45px; margin:0px; padding:0px;}	
#nav .nav_08:hover { background-image:url(../images/nav/nav_over_08.jpg);}

#index_full_content {
	background-color:#CCC;/*#063;*/
	float:left;
	width:710px;
	height:360px;
}

#content_box_fitted {
	width:730px;
	height:360px;
	float:left;
	padding:0px;
	margin:0px 5px 0px 0px;
	background-image:url(../images/profile.jpg);
}



#content {
	width:900px;
	height:auto;
	float:left;
	/*padding:5px;*/
	margin:0px 0px 0px 0px;
	background-color:#ccc;/*#e1dcd2;*/
	/*border-left: 5px solid #b9a753;*/
	/*border-right: 5px solid #b9a753;*/
	text-align:center;
}

#rental_program_content {
	padding:30px;
}

#header_top_left {
	width:180px;
	height:100px;
	background-color:#00CCCC;
	border:2px solid black;
	float:left;
	}
	
#header_top_right {
	width:0px;
	height:100px;
	background-color:#304b66;
	border: 2px solid black;
	float:right;
	}
	

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}


a {
	color: white;
	text-decoration:underline;
}

/* classes for property list */

#propertylist {
	width:840px;
	margin: 10px 0px 0px 30px;
	padding: 0;
	text-align: center;
}

#propertylist p {
	line-height: 100%;
}

#propertylist .prop {
	background-image:url(../images/bg_property.png);
	background-repeat: no-repeat;
	background-position: top center;
	padding:0px;
	float: left;
	height: 220px;
	width: 200px;
	margin:10px 5px 10px 5px;
}

#propertylist .prop img {
	margin-bottom: 8px;
	border: 1px solid white;
}

#propertylist .prop:hover {
	background-color:#ddd;
}

#propertylist .prop h2 {
	font-weight: bold;
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 12px;
}

#propertylist .prop h2 a {
	color: #069;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:none;
}

#propertylist .prop h2 a:hover {
	font-weight: bold;
	font-size: 12px;
	color:#39C;
}

#propertylist .prop p {
	text-align:center;
	margin:0;
	font-size: 12px;
	color:#666;
}

#quicklinks {
	margin-left:40px;
	width:810px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:justify;
	font-size:10px;
	color:#b98c60;
	line-height:17px;
}

#quicklinks a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#7c6a55;
}

#quicklinks p {
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#b98c60;
}

#title {
	text-align:center;
}

#hoods {
	width:632px; height:44px; border: 1px solid white; text-align:center; margin: 0px 0px 0px 133px; background-color:#999;
	padding:1px;
	font-size: 13px;
	}

#hoods li
	{
	list-style-type: none;
	display: inline;
	padding: 3px 6px 3px 7px;
	text-decoration:none;
	background-color:#999;
	font-size: 13px;
	}
			
a.hoods:link, a.hoods:visited
	{
	color: #FFFFFF;
	font-family:"MS Serif", "New York", serif;
	text-decoration: none;
	}
	
a.hoods:hover
	{
	color:#fbe707;
	font-family:"MS Serif", "New York", serif;
	text-decoration: none;
	}	

#gold_bar
	{
	background-color:#fbe707; 
	height:1px; 
	width:860px; 
	border:1px solid #666;
	margin-left:20px;
	clear:both;
	}
	