@import "common.css";
@import "sprites.css";

#headerLogo
{
	float: left;
	}

#headerPhoto
{
	float: left;
	}

#sidebar
{
	width: 171px;
	margin-left: 12px;
	padding-top: 1em;	
	float: left;
	display: inline;
	}
	
#sidebar img
{
	display: block;
	margin: .5em auto;
	}
	
#contentWrapper
{
	margin-left: 12px;
	width: 735px;
	}

* html #sidebar { margin-right: -3px; }
* html #contentWrapper { margin-left: 12px; }	

#content
{
	padding: 1em;
	}

#footerLinks
{
	background: transparent url(/images/otc_main_content_divider.gif) no-repeat top center;
	padding: 1em 0 0;
	font-size: .8em;
	color: #0D175E;
	text-align: center;
	}

#footerLinks a
{
	color: #0D175E;
	text-decoration: none;
	}

#address
{
	font-size: .9em;
	margin: 1.5em 0 .5em;
	text-align: center;
	background: transparent url(/images/otc_main_footer_logo.gif) no-repeat top center;
	padding: 87px 0 58px;
	}

#footer
{
	clear: both;
	position: absolute;
	bottom: 0;
	width: 754px;
	height: 38px;
	overflow: hidden;
	background: transparent url(/images/otc_main_footer_cap_no_side_bar.gif) no-repeat top center;
	}

#footerCopy
{
	padding-top: 9px;
	font-size: .8em;
	line-height: 10px;
	text-align: center;
	margin-left: 12px;
	color: #C9D7E2;
	}

#footerCopy a
{
	color: #C9D7E2;
	text-decoration: none;
	}
	

	
#leftcontent {
	overflow: auto;
	position: static;
	height: auto;
	width: 200px;
	left: 25px;
	top: 275px;
}
#middlecontent {
	overflow: auto;
	position: absolute;
	height: auto;
	width: 260px;
	left: 240px;
	top: 250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
#container #rightcontent {
	position: absolute;
	height: auto;
	width: 220px;
	left: 510px;
	top: 250px;
	overflow: auto;
	align: right;
}
#leftcontentbig {
	overflow: auto;
	position: static;
	height: auto;
	width: 450px;
	left: 25px;
	top: 275px;
}
