/* KAPTHERA CONSULTING INTERIOR RULES */

/* SITE CONTAINERS */

div#container_4 {
	background-color: #d4d6da;
	background-image: url("/images/eye_candy/interior/repeat.jpg");
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

div#container_3 {
	background-image: url("/images/eye_candy/interior/highway.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}

div#container_2 {
	background-image: url("/images/backgrounds/interior/interior_watermark_background.png");
	background-repeat: no-repeat;
	background-position: center bottom;
}


/* MAIN SITE CONTENT BODY */

div#main_body {
	padding: 50px 0;
}


/* MAIN TEXT REGION */

	div#body_text {
		float: left;
		padding: 340px 0 0 30px;
		width: 500px;
		color: #403f3f;
		font-size: 13px;
		line-height: 24px;
	}
	
		#body_text h2 {
			margin: 0 0 20px 0;
			color: #084784;
			font-size: 26px;
			line-height: 30px;
		}
		
		#body_text h3 {
			margin: 10px 0 10px 0;
			color: #111111;
			font-size: 20px;
		}
		
		#body_text p {
			margin: 0 0 15px 0;
		}
		
		#body_text ul, #body_text ol {
			margin: 0 0 20px 20px;
			list-style: none;
		}
		
			#body_text li {				
				margin: 0;
				padding: 8px 0 8px 30px;
				min-height: 20px;
				background-image: url("/images/misc_elements/custom_bullet.png");
				background-repeat: no-repeat;
				background-position: 0px 12px;
			}


/* SUB NAVIGATION */

div#sub_navigation {
	padding: 340px 0 0;
	float: right;
	width: 360px;
}

	#sub_navigation h2 {
		display: block;
		height: 40px;
		background-image: url("/images/misc_elements/related_information.png");
		background-repeat: no-repeat;
		background-position: 0px center;
	}
	
		#sub_navigation h2 span {
			display: none;
		}

	#sub_navigation ul {
		margin: 10px 0 0 10px;
		list-style: none;
	}
	
		#sub_navigation ul li {
			padding: 0 0 0 30px;
			background-image: url("/images/misc_elements/custom_bullet.png");
			background-repeat: no-repeat;
			background-position: 0px 12px;
		}
		
			#sub_navigation ul li a {
				display: block;
				padding: 8px 10px 8px 0;
				width: 280px;
				color: #374551;
				font-size: 13px;
				line-height: 20px;
			}
			
			#sub_navigation ul li a:hover {
				color: #1876b0;
			}
