/* -------- global styles -------- */
body {
	background: #f6f5f5;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}

a:link, 
a:visited,
a:active {
	color: #eb7809;
	text-decoration: none;
}
a:hover {
	color: #eb7809;
	text-decoration: underline;
}

#container {
	width: 865px; margin: 0 auto;
	background: #fff;
	padding: 0px 10px;
	background-image: url(images/fauxcolumns.png);
}

.orange{
color: #eb7809;
}

#gallery {
margin-left:-9px;
}

#rule {
border-top-color: #eb7809;
border-top-style: solid;
border-top-width: 1px;
height: 1px;
width: 447px;
}

/* -------- header styles -------- */
#header {
	background: #fff;
	height: 165px;
	padding: 10px 0px;
	margin: 0px;
}
#headerbox1 {
	float: left;
	width:  165px;
	height: 165px;
	background-image: url(images/h1.png);
}
#headerbox2 {
	float: left;
	width:  165px;
	height: 165px;
	background-image: url(images/h6.png);
	margin-left: 10px;
}
#headerbox3 {
	float: left;
	width:  165px;
	height: 165px;
	background-image: url(images/h3.png);
	margin-left: 10px;
}
#headerbox4 {
	float: left;
	width:  165px;
	height: 165px;
	background-image: url(images/h7.png);
	margin-left: 10px;
}
#headerbox5 {
	float: left;
	width:  165px;
	height: 165px;
	background-image: url(images/h5.png);
	margin-left: 10px;
}
			
/* -------- search styles -------- */	
#search ul {
	left:30px;
	padding: 13px 5px 0px 20px;
	list-style-type:none;
}
#search ul li {
	color: #333;
	list-style-type: none;
	line-height: 120%;
}

/* -------- nav column styles -------- */	
#nav {
	float: left;
	width: 137px;
	padding: 14px;
}
#nav ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#nav ul li {
	font-size: 15px; 	
	margin: 0px 0px 7px 0px;
}
	
/* -------- textbox column styles -------- */		
#textbox {
	float: left;
	width: 437px;
	padding: 14px;
	margin: 0px 10px 0px 10px;
}
#textbox .title {
	font-size: 14px;
	line-height: 140%;
	margin-bottom: 12px;
}

/* -------- news column styles -------- */		
#news {
	float: right;
	width: 300px;
	padding: 14px;
}

/* -------- footer styles -------- */		
#footer {
	clear: both;
	height: 10px;
	background: #fff;

}