/* CSS Document */

.image_wrap { 
	position:absolute; 
	width:194px; 
	height:145px;
	float:right;
	top:0px;
	right:0px;}

.main_wrap {
	position:relative; 
	float:left;
	width:750px;
	background:url(../images/nav_bg.gif) top left repeat;}

.content { 
	position:relative;
	width:572px; 
	color:#7F8082;
	background-color:#FFFFFF;
	float:right}
	
	.logo_icons { 
		position:relative;
		width:572px; 
		color:#7F8082;
		background-color:#FFFFFF;
		float:right;
		border-bottom:1px solid #CCC}
		
	.icon_directions { 
		position:relative;
		width:572px; 
		color:#999;
		background-color:#FFFFFF;
		float:left;
		text-align:center;
		font-size:9px;
		padding-top:5px;
		text-transform:uppercase
		}
	
	.icon { 
		position:relative;
		width:70px; 
		background-color:#FFFFFF;
		float:left; 
		display:inline;
		height:50px;
		border-right:1px solid #CCC;
		vertical-align:middle;
		padding-top:10px
		
		}
	
		.content_text {
			position:relative;
			left:30px;
			top:30px;
			text-align:left;
			width:512px;
			min-height:299px;
			line-height:23px;
			font-size:13px;
			float:left;
			padding-bottom:50px;}
