<style type="text/css">
/*additional style sheet for HONashville pages.*/

/* 
<!-- for some really odd reason, firefox and chrome don't recognize the first style element...weird --> 
*/
.stylenormalizer{
}

.cust_body{
padding:5px;
padding-bottom:20px;
}

/*used in:
home.html
*/
.section_head{
text-decoration: none;
font-size:1.75em;
font-weight:bold;
text-align:center;
}

/*used in:
all pages
*/
.highlight{
color:#6CC417;
font-size:1.25em;
font-weight:bold;
text-align:center;
}

/*used in:
corporate/events.html
*/
.sub_header{
color:#3BA6ED;
font-weight:bold;
font-size:1.2em;
}

/*used in:
all pages
*/
.page_title{
position:relative;
background-image: url(http://www.hon.org/AboutUs/index.php/images/title_background.jpg);
height:115px;
width:600px;
}

/*used in:
all pages
*/
.title_text{
color:#6CC417;
font-size:2em;
font-weight:bold;
text-decoration:underline;
position:absolute;
bottom:0;
width:600px;
text-align: center;
}

.normal{
	display: block;
	padding: 5px 35px;
	font-weight: bold;
	color: white;
	background-color: #3BA6ED;
}

.caption{
font-size:0.75em;
}

/*used in:
home.html
*/
.bottom_container{
padding-top:20px;
}

/*used in:
home.html
*/
.lower_box{
position:relative; 
float:left; 
width:196px; 
height:250px;
background-image: url(images/hon_gray1.jpg);
background-repeat: no-repeat;
border: solid white 2px;
color:#FFFFE0;
font-weight:bold;
}

/*used in:
home.html
*/
.lower_box_text{
padding-left:5px;
}

/*used in:
home.html
*/
.white{
color:#FFFFE0;
}
a.white:visited{
color:#FFFFE0;
text-decoration:none;
}
a.white:link{
color:#FFFFE0;
text-decoration:none;
}
a.white:active{
color:#FFFFE0;
text-decoration:none;
}

/*used in:
home.html
*/
.home_main{
position:relative;
width:600px;
max-height:300px;
padding-top:1em;
overflow: auto;
}

/*created to add a section to the right of the home page, not currently used
*/
.right_side{
position:absolute;
left:750px;
width:200px;
}

/*added for javamenu*/
div.sdmenu {
	width: 139px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	padding-bottom: 10px;
	background: url(http://www.hon.org/AboutUs/index.php/images/menu_bottom.jpg) no-repeat  right bottom;
	background-color: #3BA6ED;
	color: white;	
}
div.sdmenu div {
/*	background: url(title.gif) repeat-x;*/
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(http://www.hon.org/AboutUs/index.php/images/menu_top.jpg) no-repeat;
}
div.sdmenu div.collapsed {
	height: 35px;
	border-bottom: 1px solid #ddd;
}
div.sdmenu div span {
	display: block;
	padding: 5px 35px;
	font-weight: bold;
	color: white;
	background: url(sdmenu/expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #ddd;
}
div.sdmenu div.collapsed span {
	background-image: url(sdmenu/collapsed.gif);
}
div.sdmenu div a {
	padding: 4px;
	background: white;
	display: block;
	border-bottom: 1px solid #ddd;
	color: black;
}
div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover {
	background : #847D73 url(sdmenu/linkarrow.gif) no-repeat right center;
	color: white;
	text-decoration: none;
}
/*added by Josh*/
#menu_top{
background: url(http://www.hon.org/AboutUs/index.php/images/menu_top.jpg) no-repeat;
}

.hoc{
background: url(http://www.hon.org/AboutUs/index.php/images/hoc_top.jpg) no-repeat;
}
/*end java menu css*/

</style>
