body {
	color: #3d3d3d;
	background: #d1d3d7;
	}

#container {
	width: 871px;
	margin: 30px auto 0px auto;
	}

#header {}

	#header h1, #header h2, #header h3, #header address { display: none; }

	.iheaderimg1 {
		background-image: url('../images/iheader1_bg.jpg');
		background-repeat: no-repeat;
		height: 222px;
		}
	
	.iheaderimg2 {
		background-image: url('../images/iheader2_bg.jpg');
		background-repeat: no-repeat;
		height: 152px;
		}
		
.headimg {
	background-repeat: no-repeat;
	height: 186px;
	}
	
	.headimg a {
		display: block;
		width: 310px;
		height: 110px;
		margin: 50px 0px 0px 60px;
		position: absolute;
		}
	
		.headimg a span { display: none; }

#menu {
	background-repeat: no-repeat;
	height: 51px;
	}
	
	#menu ul {
		margin: 0px;
		padding: 0px;
		float: right;
		margin: 3px 31px 0px 0px;
		}
		
	#menu li {
		list-style: none outside;
		float: left;
		}
		
		#menu li a {
			display: block;
			font-size: 1.1em;
			text-decoration: none;
			text-transform: uppercase;
			width: 76px;
			height: 12px;
			}
		
			#menu li a:link, #menu li a:visited {
				color: #fff;
				padding: 8px 35px;
				}
			
			#menu li a:hover, #menu li a:active {
				color: #9ca1ff;
				}
				
		#menu li a span { display: none; }
		
/* index classes */
#icontent {
	background-image: url('../images/icontent_bg.gif');
	background-repeat: no-repeat;
	}
	
	#ibox_container {
		background: #dbdcdf url('../images/index_box_bg.gif') no-repeat bottom;
		width: 809px;
		overflow: auto;
		margin: 0px auto;
		}

	#ibc_left {
		width: 404px;
		float: left;
		}
	
	#ibc_right {
		width: 333px;
		float: right;
		padding: 0px 36px 36px;
		}

#content {
	background-image: url('../images/content_bg.gif');
	background-repeat: no-repeat;
	}
	
	#ctext {
		background: #dbdcdf url('../images/ctext_bg.gif') repeat-x bottom;
		width: 689px;
		min-height: 350px;
		margin: 0px auto;
		padding: 0px 60px 10px;
		}
		
		.heading {
			border-bottom: 1px solid #767676;
			padding: 4px 0px;
			margin-bottom: 20px;
			}
		
		.ctext_footer {
			color: #fff;
			background: #a6a8ab url('../images/ctext_footer.gif') no-repeat;
			width: 809px;
			height: 20px;
			text-align: center;
			text-transform: capitalize;
			margin: 0px auto;
			}
			
			.ctext_footer address { font-style: normal; }

	.clearance { clear: both; }

#footer {
	font-size: .8em;
	text-transform: uppercase;
	text-align: center;
	}