/**************************************/
/*              COMMON                */
/**************************************/
.separator {
	background: url(../images/panels/panel-white-bg-h2.gif) repeat-x left top;
	height: 1px;
}




/*************************************/
/*              INDEX                */
/*************************************/

#index-about-us img {
	float: right;
	margin: 0 0 10px 10px;
	/*border: 4px #ced7c5 solid;*/
}

#index-events {
	margin-top: 30px;
}
	#index-events h2 {
		font-size: 1.4em;
		color: #d29c00;
	}
		#index-events h2 a:link, #index-events h2 a:visited {
			/*font-size: 1.4em;*/
			color: #d29c00;
		}
		#index-events h2 a:hover {
		}
	
	#index-events .events-descr {
		padding-left: 5px;
		margin: 10px 0;
	}
		#index-events .events-descr img {
			float: right;
			margin: 0 0 10px 10px;
			/*border: 4px #ced7c5 solid;*/
		}
	
	#index-events .abutton {
		width: 250px;
	}
	#index-events .separator {
		background: url(../images/panels/panel-white-bg-h2.gif) repeat-x left bottom;
		height: 1px;
		clear: both;
		padding-top: 10px;
		margin-bottom: 10px;
	}



/***************************************/
/*              DETAILS                */
/***************************************/
/* can be used on event's details, user profile details */

/* DETAILS BOX: image, description, etc */
#details {
	padding-bottom: 30px;
}
	#details img {
		float: left;
		margin: 0px 10px 10px 0px;
		/*border: 4px #ced7c5 solid;*/
	}
	#details .abutton {
		width: 214px;
	}

/* used on user profile */
#account-contact-box {
	background: url(../images/account/ico-account-contact.gif) no-repeat left 50%;
	float: left;
	padding: 5px 5px 5px 80px;
	margin-top: 20px;
	height: 60px;
}


/* ARTICLE STYLING: comments, articles, blog */
#details-listing {
}
	#details-listing h2 {
		font-size: 1.4em;
		color: #d29c00;
	}
		#details-listing h2 a:link, #details-listing h2 a:visited {
			/*font-size: 1.4em;*/
			color: #d29c00;
		}
	
	#details-listing .img img {
		float: left;
		margin: 5px 5px 0 0;
		border: 3px #ced7c5 solid;
	}
		#details-listing .img a:hover img {
			border: 3px #70a5e0 solid;
		}
	#details-listing .descr {
		/*padding-left: 5px;*/
		clear: both;
		padding: 10px 0 0 0;
	}
		#details-listing .descr p {
			margin-bottom: 8px;
			display: block;
		}
	
	#details-listing .separator {
		background: url(../images/panels/panel-white-bg-h2.gif) repeat-x left top;
		height: 1px;
		margin-bottom: 10px;
	}
	
	/* used on user profile */
	#details-listing .options {
		background: url(../images/panels/panel-white-bg-h2.gif) repeat-x left top;
		padding-top: 3px;
		padding-bottom: 20px;
	}
	.details-listing-center-only {
		float: left;
		width: 413px;
	}
	.details-listing-right {
		float: right;
		margin-top: 15px;
	}



/*********************************************************/
/*              ACCOUNT EVENTS MANAGEMENT                */
/*********************************************************/
#events-management {
}
	#events-management .block {
		margin-top: 2px;
		clear: both;
		padding: 4px;
		/*padding-right: 340px;*/
		position: relative;
		background: url(../images/panels/panel-white-bg-h2.gif) repeat-x left bottom;
	}
		#events-management .title {
			width: 300px;
		}
			#events-management .title .image {
				float: left;
				margin: 0 10px 10px 0;
			}
				#events-management .title .image img {
					border: 3px #ced7c5 solid;
				}
				#events-management .title .image a:hover img {
					border: 3px #70a5e0 solid;
				}
		
		#events-management .options {
			width: 360px;
			text-align: right;
			position: absolute;
			top: 15px;
			right: 5px;
		}
			#events-management .options ul {
				list-style-type: none;
				text-align: right;
				float: right;
			}
				#events-management .options li {
					float: left;
					text-align: right;
					margin-left: 10px;
				}
	#events-management .descr {
		clear: both;
		margin-top: 2px;
		margin-bottom: 20px;
		padding: 0 5px 5px 5px;
		background: url(../images/panels/panel-white-bg-h2.gif) repeat-x left bottom;
	}
	
	#events-management h2, #events-management h2 a {
		font-size: 1.3em;
		font-weight: bold;
	}




/**********************************************/
/*              LOCAL CONTACTS                */
/**********************************************/
#local-contacts {
	position: relative;
}

	#local-contacts ol {
		margin-left: 30px;
		padding-top: 30px;
	}
		#local-contacts ol li {
			margin-bottom: 3px;
		}
			#local-contacts ol li h2 {
				font-size: 1.5em;
			}
		
		#local-contacts #map {
			position: absolute;
			right: 0;
			top: 30px;
		}




/***********************************************/
/*              BECOME AN AGENT                */
/***********************************************/
#become-an-agent {
}
	#become-an-agent .img-descr {
		float: right;
		margin: 0 0 10px 10px;
		border: 4px #ced7c5 solid;
	}
	
	#become-an-agent ul {
		padding-top: 10px;
		list-style-type: square;
	}
		#become-an-agent ul li {
			margin-bottom: 10px;
		}




/************************************/
/*              NEWS                */
/************************************/
.news-descr p {
	margin-bottom: 10px;
}
	
