/* RIVER WALK EXECUTIVE SEARCH GENERAL RULES */

/* CONTAINERS */

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


/* SUB NAVIGATION HEADING WATERMARK */

div#container3 {
	background: transparent url("/images/body_regions/sub_navigation_watermark.png");
	background-position: center 533px;
	background-repeat: no-repeat;
}


/* MAIN BODY */

div#main_body {
	min-height: 620px;
	height: auto !important;
	height: 620px;
}

	div#body_text {
		float: right;
		padding: 250px 0px 90px 0px;
		width: 530px;
		text-align: left;
		font-family: 'Fontin';
	}
	
		#body_text h2 {
			margin: 0px 0px 24px 0px;
			font-size: 30px;
			color: #228fb7;
			line-height: 42px;
		}
		
		#body_text p {
			margin: 24px 0px;
		}
		
		#body_text ul, #body_text ol {
			margin: 24px 0px 24px 24px;
		}


/* SUB NAVIGATION */

div#sub_navigation {
	padding: 425px 0px 150px 185px;
	width: 245px;
}

	#sub_navigation h2 {
		height: 90px;
		font-size: 24px;
		color: #228fb7;
	}
	
	#sub_navigation ul {
		list-style: none;
	}
	
		#sub_navigation ul li {
			display: inline;
		}
		
			#sub_navigation ul li a {
				display: block;
				padding: 5px 0px 5px 25px;
				width: 220px;
				background: transparent url("/images/body_regions/sub_navigation_bullet.png");
				background-repeat: no-repeat;
				background-position: 0px 10px;
				font-family: 'Fontin';
				font-size: 13px;
				color: #545454;
				line-height: 20px;
			}
			
			#sub_navigation ul li a:hover {
				color: #228fb7;
				font-weight: bold;
			}