﻿body{
	background: #ffffff url('../Images/AJOster/bg_body.jpg') repeat-x left top;
}

#headertop h1{
	margin: 0 0 0 12px;
	padding: 0;
	position: relative;	
	text-align: left;
	z-index: 1000;
	background: transparent;
	text-indent: -9999px;
	display: block;
	height: 100px;
	width: 135px;
}

#headertop h2{
	margin: -38px 0 0 765px;
	padding: 0;
	position: relative;	
	text-align: left;
	z-index: 1000;
	background: transparent;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 165px;
}

#headertop h1 a{
	margin: 0;
	padding: 0;		
	width: 135px;
	height: 100px;
	min-height: 100px;
	display:block;
	background: url('../Images/ajoster/ajoster_logo.jpg') no-repeat left top;
}

#headertop h2 a{
	margin: ;
	padding: 0;		
	width: 165px;
	height: 40px;
	min-height: 40px;
	display:block;
	background: url('../Images/olin_affiliate_logo.jpg') no-repeat left top;
}

.searchbutton{	
	margin: 0;
	padding: 0;
	float: right;
	height: 22px;
	min-height: 22px;
	width: 70px;
	background: transparent url('../Images/AJOster/btn_search.gif') top left no-repeat;
	display: block;
	text-indent: -9999px;
}

#content h2{
	color: #014E9C;
}

#olinfooter{
	background: #ffffff url('../Images/AJOster/bg_footer.jpg') no-repeat left top;		
}

* html #contentwrapper{
	padding: 0 0 12px 0;
}

#sidenav h3{
	margin: 0;
	padding: 0 0 0 12px;
	color: #014E9C;
	font-size: 130%;
	font-weight: normal;
}

#sidecontent h3{
	margin: 0;
	padding: 0 0 0 12px;
	color: #ffffff;
	background: #014282 url('../Images/AJOster/bg_contactheader.jpg') repeat-x left top;
	line-height: 33px;
	font-size: 85%;
}


.contactInfo_wrapper{
	background: #ffffff url('../Images/bg_contactinfo.jpg') repeat-x left top;
}
.contactInfo_wrapper h3{
	background: #014282 url('../Images/AJOster/bg_contactheader.jpg') repeat-x left top;
}
.contactInfo dt.contactTitle{ 
	color: #014E9C;
}
.contactInfo dd a{
	color: #014E9C !important;
}


/***********  Menu Item Stuff ****************/
/* Make the hovered list color persist */

#topnav #menu li:hover > a {
	padding-bottom: 3px; 
	border-bottom: 7px solid #014E9C;
}
#topnav #menu > li:hover > ul > li:hover > a{	
	background: #014E9C;
	color: #ffffff;	
}
*html #topnav{
	left: 2px !important;
}

* html #topnav #menu li a:hover {
	padding-bottom: 3px;
	border-bottom: 7px solid #014E9C;
	position: relative;
}
* html #topnav #menu li a:hover ul li a:hover{
	background: #014E9C;
	color: #ffffff;
}




