/* INTERIOR PAGE RULES */


#main_body {
	padding: 80px 0px 0px 0px;
}

/* MAIN TEXT REGION */

	div#body_text {
		padding: 60px 465px 38px 25px;
		width: 510px;
		min-height: 300px;
		color: #fff;
		font-size: 14px;
		line-height: 28px;
		text-align: left;
	}
	
		#body_text h2 {
			color: #02c9bb;
			font-size: 30px;
			line-height: 40px;
		}
	
		#body_text h3 {
			color: #aad257;
			font-size: 21px;
			line-height: 32px;
		}
	
		#body_text h4 {
			color: #fff;
			font-size: 17px;
			line-height: 26px;
		}
	
		#body_text p {
			padding: 0px 0px 20px 0px;
		}

		#body_text ul {
			padding: 10px 0px 20px 10px;
			list-style: none;
		}
		
			#body_text ul li {
				padding: 0px 0px 15px 25px;
				font-size: 13px;
				font-weight: bold;
				line-height: 24px;
				background: url('/images/misc_elements/custom_bullet.png') 0px 5px no-repeat;
			}
			
				.body_ul li a {
				}
				.body_ul li a:hover {
				}
				.body_ul li a span{
				}


/* SUB NAV */

	div#sub_navigation {
		display: none;
	}
	
	
/* MAIN TEXT REGION */
	
	div#call_us {
		position: relative;
		width: 370px;
		height: 120px;
		background: url('/images/misc_elements/call_us_today.png') 0px 0px no-repeat;
	}	
	
		#call_us span {
			display: none;
		}