/* RIVER WALK EXECUTIVE SEARCH GENERAL RULES */

/* CONTAINERS */

div#container4 {
	background: transparent url("/images/eye_candy/home/river_palm.jpg");
	background-position: center top;
	background-repeat: no-repeat;
}

/* MAIN BODY */

div#main_body {
	height: 620px;
}

	div#body_text {
		left: 0px;
		padding: 10px 0px 0px 440px;
		width: 550px;
		text-align: center;
			font-family: 'Fontin';
	}
	
		#body_text h2 {
			position: absolute;
			top: 35px;
			left: 205px;
			color: #889374;
		}


		/* DIVISION LIST */
			
		ul#division_selection_list {
			list-style: none;
			width: 530px;
			overflow: auto;
			margin: 30px 0px 0px 20px;
			padding: 5px 0px;
			font-family: 'Fontin';
			font-weight: 100;
			letter-spacing: -1px;
			font-size: 20px;
			text-align: center;
			-moz-border-radius: 6px;
			border-radius: 6px;		
			behavior: url('/scripts/PIE.php');
		}
		
		ul#division_selection_list:hover {		
			background-color: #fff;
	        filter:alpha(opacity=80);
			-moz-opacity:0.8;
			-khtml-opacity: 0.8;
			opacity: 0.8;
		}
		
			#division_selection_list li {
				float: left;
			}
			
				#division_selection_list li a {
					display: block;
					padding: 0px 26px 0px 16px;
					color: #db440f
				}
				
				a.first_division_item, a.middle_division_item {
					background: transparent url("/images/misc_elements/special_heading_bullet.png");
					background-repeat: no-repeat;
					background-position: right center;
				}
