@import url(base.css);
@import url(navigation.css);

/* HEAD Styles */
.layout_head {
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	width: 960px; 
	height: 250px; 
	float: left; 
	background-image: url(../images/layout_top_left_01.jpg);
	}
	
	.layout_quotebox {
		height: 120px; 
		width: 260px; 
		margin-left: 685px; 
		margin-top: 70px;
		margin-bottom: 10px;
		overflow: hidden; 
		text-align: center; 
		vertical-align: top;
		}
	
	.layout_navbar {
		position: absolute;
		z-index: 3;
		left: 400px;
		top: 200px;
		width: 520px; 
		height: 50px;
		}

/* LEFT Styles */
.layout_left {
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 250px;
	width: 230px;
	}
	
	.layout_left_head {
		height: 23px; 
		padding-top: 167px; 
		padding-right: 15px; 
		background-image: url(../images/layout_left_01.jpg); 
		text-align: center;
		color: #FFFFFF;
		}
		
	.layout_left_subhead {
		height: 22px;
		padding-top: 7px;
		padding-right: 15px; 
		background-image: url(../images/layout_left_01.jpg); 
		background-position: bottom;
		text-align: center;
		color: #FFFFFF;
		}
		
	.layout_left_body {
		background-color: #5E7F46;
		margin: 1px 0px;
		}
	
	.layout_left_foot {
		width: 230px;
		height: 15px;
		background-image: url(../images/layout_navfoot.gif);
		background-repeat: no-repeat;
		background-position: top;
		}


/* BODY Styles */
.layout_body {
	position: absolute;
	z-index: 0;
	left: 231px;
	top: 251px;
	width: 729px; 
	background-color: #5E7F46;
	}

/* FOOT Styles */
.layout_foot {
	width: 729px;
	height: 60px;
	background-color: #000000;
	background-image: url(../images/layout_foot.gif);
	background-repeat: no-repeat;
	background-position: top;
	border-top: 1px solid black;
	text-align: center;
	font-size: 9px;
	color: #FFFFFF;
	padding-top: 5px;
	}