/**************************

	styles.css
	for Elite 25
	
	by MelitoKagan, LLC
	
	last updated by Jeff: 
		5/21/2008
	
****************************/

body {
	margin: 0; padding: 0;
	background: url("../images/bg.gif") repeat top left;
}

a { 
	text-decoration: none;
	font-family: Sabon, New Times Roman, serif; 
	color: #532d00;
	font-size: 12px;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

p { 
	margin: 0 0 10px 0; padding: 0;
	font-family: Sabon, New Times Roman, serif; 
	font-size: 12px;
	line-height: 18px;
}

ul {
	font-family: Sabon, New Times Roman, serif; 
	font-size: 12px;
	line-height: 18px;
}

h1 {
	margin: 0; padding: 0;
}

h1 span { display: none; }

.clear {
	clear: both;
}

.right {
	float: right;
}

.brown {
	color: #532d00;
}

.black {
	color: #000000;
}

#container {
	margin: 20px auto 0 auto; 
	width: 986px;
	text-align: center;	
	background: url("../images/bg_rp.gif") repeat-y top left;	
}

#header { 
	margin: 0; padding: 0;
	width: 670px;
	height: 182px;
	float: left;
}
	#header h1 {
		margin: 25px 0 0 0;
		width: 361px;	
		float: right;
	}

	#bg_head {
		margin: 0; padding: 0;
		background: url("../images/bg_rp_top.gif") no-repeat top left;
		width: 986px; 
		min-height: 278px; 
		height: auto !important;
		display: block;
		float: left;
	}
	
	#bg_foot {
		margin: 0; padding: 0;
		background: url("../images/bg_rp_bottom.gif") no-repeat bottom left;
		width: 986px; 
		min-height: 264px; 
		height: auto !important;
		display: block;	
		float: left;	
	}
	
#content {
	margin: 0; padding: 0;
	width: 940px;
	text-align: left;
	float: left;
}


#content h2 {
	margin: 0; padding: 0;
}

#content h3 {
	font-family: Sabon, New Times Roman, serif; 
	font-size: 16px; 
	font-weight: normal;
}

#footer { 
	margin: 0 auto 10px auto; padding: 0;
	width: 940px;
	height: 50px;
}

	#footer img {
		float: right;
	}


/*----- navigation styles ------*/

#nav {
	margin: 16px 17px 0 0; padding: 0;
	width: 214px; 
	height: 182px;
	display: block;
	float: right;
}

*html #nav {
	margin: 16px 9px 0 0; padding: 0;
}


#nav a {
	margin: 0; padding: 0;
	width: 214px; 
	display: block;
	float: left;
}

.nav_lo a {
	margin: 0; padding: 0;
	width: 214px; 
	height: 31px; 
	display: block;	
	background: url("../images/nav.png") 0 0;
}


.nav_lo a:hover {
	background: url("../images/nav.png") -214px 0;	
}

.nav_lom a {
	margin: 15px 0 0 0; padding: 0;
	width: 214px; 
	height: 24px; 
	display: block;	
	background: url("../images/nav.png") 0 -33px;
}

.nav_lom a:hover {
	background: url("../images/nav.png") -214px -33px;	
}

.nav_sc a {
	margin: 0; padding: 0;
	width: 214px; 
	height: 24px; 
	display: block;	
	background: url("../images/nav.png") 0 -57px;
}

.nav_sc a:hover {
	background: url("../images/nav.png") -214px -57px;	
}

.nav_ten a {
	margin: 0; padding: 0;
	width: 214px; 
	height: 24px; 
	display: block;	
	background: url("../images/nav.png") 0 -81px;
}

.nav_ten a:hover {
	background: url("../images/nav.png") -214px -81px;	
}

.nav_fl a {
	margin: 0; padding: 0;
	width: 214px; 
	height: 23px; 
	display: block;	
	background: url("../images/nav.png") 0 -105px;
}

.nav_fl a:hover {
	background: url("../images/nav.png") -214px -105px;	
}

.nav_ri a {
	margin: 0; padding: 0;
	width: 214px; 
	height: 25px; 
	display: block;	
	background: url("../images/nav.png") 0 -127px;
}

.nav_ri a:hover {
	background: url("../images/nav.png") -214px -127px;	
}


.nav_ci a {
	margin: 0; padding: 0;
	width: 214px; 
	height: 24px; 
	background: url("../images/nav.png") 0 -153px;
}

.nav_ci a:hover {
	background: url("../images/nav.png") -214px -153px;	
}

.nav_logout a {
	margin: 0; padding: 0;
	width: 214px; 
	height: 35px; 
	display: block;	
	background: url("../images/nav_members.png") 0 0;
}


.nav_logout a:hover {
	background: url("../images/nav_members.png") -214px 0;	
}

.nav_live a {
	margin: 15px 0 0 0; padding: 0;
	width: 214px; 
	height: 30px; 
	display: block;	
	background: url("../images/nav_members.png") 0 -30px;
}

.nav_live a:hover {
	background: url("../images/nav_members.png") -214px -30px;	
}

/*--- ie 6 nav hacks ---*/ 

*html .nav_lo a {
	background: url("../images/nav.gif") 0 0;
}


*html .nav_lo a:hover {
	background: url("../images/nav.gif") -214px 0;	
}

*html .nav_lom a {
	background: url("../images/nav.gif") 0 -33px;
}

*html .nav_lom a:hover {
	background: url("../images/nav.gif") -214px -33px;	
}

*html .nav_sc a {
	background: url("../images/nav.gif") 0 -57px;
}

*html .nav_sc a:hover {
	background: url("../images/nav.gif") -214px -57px;	
}

*html .nav_ten a {
	background: url("../images/nav.gif") 0 -81px;
}

*html .nav_ten a:hover {
	background: url("../images/nav.gif") -214px -81px;	
}


*html .nav_fl a {
	background: url("../images/nav.gif") 0 -105px;
}

*html .nav_fl a:hover {
	background: url("../images/nav.gif") -214px -105px;	
}

*html .nav_ri a {
	background: url("../images/nav.gif") 0 -129px;
}

*html .nav_ri a:hover {
	background: url("../images/nav.gif") -214px -129px;	
}

*html .nav_ci a:hover {
	background: url("../images/nav.gif") -214px -153px;	
}

*html .nav_ci a {
	background: url("../images/nav.gif") 0 -153px;
}
*html .nav_logout a {
	background: url("../images/nav_members.gif") 0 0;
}


*html .nav_logout a:hover {
	background: url("../images/nav_members.gif") -214px 0;	
}

*html .nav_live a {	
	background: url("../images/nav_members.gif") 0 -30px;
}

*html .nav_live a:hover {
	background: url("../images/nav_members.gif") -214px -30px;	
}

/*----- index styles -----*/

.index #container { 
	background: url("../images/bg_index.gif") no-repeat top left;
	height: 607px; 
	display: block;	
}


.index #nav { 
	margin: 17px 17px 0 0; padding: 0;
}

*html .index #nav {
	margin: 17px 9px 0 0; padding: 0;
}

#realtors {
	margin: 0 0 0 35px;
	width: 970px;

	text-align: left;
	float: left;
}

*html #realtors {
	margin: 0 0 0 17px;
}

	#realtors h3 {
		margin: 0; padding: 0;
	}
	
	#realtor_img a { 
		width: 76px;
		height: 76px; 
		float: left;
	}
	
#index_text {
	margin: 15px 0 0 35px; 
	width: 870px; 
	float: left;
	text-align: left;
}

	#index_text p {
		margin: 10px 0 0 25px;
		width: 520px;
		float: left;
	}

	#index_text img {
		float: right;
	}

	
	#realtor {
		width: 76px;
		height: 75px;
		z-index: 0;
		float: left;
	}
	
	#realtor a img {
		border: solid 1px #876123;
	}
	
	.lg_realtor, .lg_realtor2, .lg_realtor3,
	.lg_realtor_left, .lg_realtor2_left, .lg_realtor3_left
	{
		width: 315px; 
		height: 390px; 
		margin-top: -40px;
		margin-left: 80px;
		position:absolute; 
		background: #424242;
		border: solid 2px #ffd46e;
		display: block;
		z-index: 15;
		text-align: center;
	}

	.lg_realtor_left { 
		margin-left: -390px;
	}

	
	.lg_realtor2 { 
		margin-top: -115px;
	}
	
	.lg_realtor2_left {
		margin-top: -115px;	 
		margin-left: -390px;
	}
	
	.lg_realtor3 { 
		margin-top: -190px;
	}

	.lg_realtor3_left { 
		margin-top: -190px;
		margin-left: -390px;
	}	
	
	p.realtor_name {
		margin: 10px 0 0 0; padding: 0;
		font-size: 14px;
		font-family: Trajan, Times New Roman, Serif;
		color: #ffffff;	
	}

	p.realty_name {
		margin: 0; padding: 0;
		font-size: 13px;
		font-family: Sabon, Times New Roman, Serif;
		color: #ffffff;	
	}

	
/*----- subpage styles -------*/ 

#member {
	margin: 15px 0 0 55px;
	width: 900px;

	text-align: left;
	float: left;
}

*html #member {
	margin: 0 0 0 17px;
}

	#member h2 {
		margin: 0 0 5px 0; padding: 0;
		font-size: 18px;
		font-family: Trajan, Times New Roman, Serif;
		color: #000000;		
	}

	#member h3 {
		margin: 0 0 5px 0; padding: 0;
		font-size: 13px;
		font-family: Sabon, Times New Roman, Serif;
		color: #ffffff;	
	}
	
	#member_img { 
		width: 315px;
		height: 326px;
		border: solid 2px #ffd46e; 
		float: left;
	}
	
	#member_area { 
		width: 315px;
		height: 326px;
		border: solid 2px #ffd46e; 
		float: left;
	}
	
	#member_text {
		margin: 0 0 0 25px;
		width: 550px;
		float: left;
	}

	#member_text p {

		width: 490px;
		float: left;
	}
	

#member_list {
	margin: 15px 0 0 75px;
	width: 920px;

	text-align: left;
	float: left;
}

*html #member_list {
	margin: 0 0 0 35px;
}
	
	#member_listing { 
		margin: 0 0 5px 0;
		width: 300px;
		float: left;
	}
	
	#member_listing img {
		margin: 0 15px 0 0;
		float: left;
		border: solid 1px #876123;
	}
	
	
#text {
	margin: 15px 0 0 175px;
	width: 600px;
	min-height: 450px;
	height: auto !important;
	height: 450px;

	text-align: left;
	float: left;
}	

*html #text {
	margin: 15px 0 0 90px;
}

	#text h2 {
		margin: 0 0 5px 0; padding: 0;
		font-size: 18px;
		font-family: Trajan, Times New Roman, Serif;
		color: #000000;		
	}

	
/*------ members area -----*/

#members_area {
	margin: -50px 0 0 80px;
	padding: 15px 0 15px 0;
	width: 820px;
	min-height: 420px;
	height: auto !important;
	height: 400px;
	
	background: #ffdc91;
	border: solid 1px #ffd46e;
	
	text-align: left;
	float: left;
	
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
}	



*html #members_area {
	margin: 15px 0 0 40px;
}

	#members_area h2 {
		margin: 10px 0 10px 0; padding: 0;
		font-size: 14px;
		font-family: Trajan, Times New Roman, Serif;
		font-weight: normal;
		color: #000000;		
	}
	
	#members_area p {
		font-family: Verdana, Arial, sans-serif;
		font-size: 10px;
		color: #000000;
	}

#adsdown {
	margin: 0 15px 10px 35px;
	_margin: 0 10px 10px 15px;
	width: 225px;


	float: left;
}	
	

#featuredlist {
	margin: 0 0 10px 35px;
	width: 215px;


	float: left;
}	
	

#calendar {
	padding: 10px 20px 10px 20px;
	width: 245px;
	height: 592px;
	
	border: solid 1px #000000;
	float: left;
}

#calendar_scroll {
	margin: 10px 0 0 0;
	width: 245px;
	height: 530px;
	overflow: auto;
	
	font-family: Myriad Pro, Arial, sans-serif;
	font-size: 12px;  
}

/*------ png fix --------*/

img, div { behavior: url(iepngfix.htc) }