/****************************************************************
 basic template design
****************************************************************/
/****************************************************************
 common stuff
****************************************************************/
body {
	background:#fff;
	margin:0;
	padding:15px 0;
	text-align:center;
}
#container {
	margin:0 auto;
	text-align:left;
	width:780px;
}
body,input,textarea,select,td,th {
	color: #333333;
	font:12px Helvetica, Verdana, sans-serif;
}
input.text {
	background:#fff;
	border:1px solid #a5acb2;
	font-size:12px;
	padding:2px;
	vertical-align:middle;
}
select {
	background:#fff;
	border:1px solid #a5acb2;
	font-size:12px;
	padding:2px;
	vertical-align:middle;
}
textarea.text {
	background:#fff;
	border:1px solid #a5acb2;
	font-size:12px;
	overflow:auto;
	padding:2px;
}

input.text.error,
select.error,
textarea.error {
	border:2px solid #e63c3c;
}

a.boxlink,
a.boxlink:visited
 {
	line-height:1.6em;
	background-color: #FEF09E; 
	color:#333;
	border-bottom:1px solid #FFDF2D;
	font-weight:normal;
	text-decoration:none;
	padding:0 2px 0 2px;
	}

a.boxlink:hover {
	text-decoration:none;
	display:inline;
	padding:0 2px 0 2px;
	color:#fff;
	background:#666;
	border-bottom:1px solid #666;
	}
a img {
	border:0;
}
a,a:visited {
	color:#014991;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
form {
	margin:0;
}
/****************************************************************
	Header
****************************************************************/
#header {
	position:relative;
}
#header h1.logo {
	font-size:14px;
	height:75px;
	margin:0;
}
#header h1.logo a,
#header h1.logo span {
	background:url("ohe-logo.jpg") 0 0 no-repeat;
	display:block;
	height:75px;
	left:4px;
	position:absolute;
	top:0;
	width:250px;
}
#header h1.logo a span,
#header h1.logo span span {
	display:none;
}
#header p {
	height:17px;
	left:230px;
	margin:0;
	position:absolute;
	top:27px;
	width:551px;
	font-size:24px;
	font-family:Helvetica,Verdana,Tahoma,sans-serif;
	font-weight:bold;
	/* color:#0092cf; */
	 color:#57378A; 
	
}
#header p span {
	display:block;
}

/****************************************************************
	Banner
****************************************************************/
#banner {
	/* background: #014991 ; */
	background: #57378A ; 
	
	color:#fff;
	height:196px;
	font-size: 12px;
}
#banner:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
#banner .photo {
	background:url("subhead11.jpg") 0 0 no-repeat;
	height:196px;
	float:right;
	width:301px;
	}
#imageContainer {
	height:196px;
	float:right;
	position:relative;
	width:301px;
}

#imageContainer img {
	display:none;
	position:absolute;
	top:0; left:0;
}	
	
#banner h2 {
	/*border-bottom:1px solid #0059d2;*/
	border-bottom:1px solid #9988ff;
	display:inline;
	float:left;
	font-family:Helvetica,Verdana,Tahoma,sans-serif;
	font-size:16px;
	margin:0 0 0 21px;
	padding:14px 6px 10px;
	width:435px;
	w\idth:423px;
	/*background: #014991 ;*/
	background: #57378A ; 
	}
#banner p {
	/*border-bottom:1px solid #0059d2;*/
	border-bottom:1px solid #9988ff;
	
	display:inline;
	float:left;
	line-height:14px;
	margin:0 0 0 21px;;
	padding:10px 6px;
	width:435px;
	w\idth:423px;
	/*background: #014991 ; */
	background: #57378A ; 
	}
/****************************************************************
	Content
****************************************************************/
#content h2 {
	background-position:0 11px;
	background-repeat:no-repeat;
	border-bottom:1px solid #a8a8a8;
	height:31px;
	he\ight:17px;
	margin:0 19px 10px 17px;
	padding:11px 0 5px;
}
#content h2 span {
	display:none;
}
#content h3 {
	background-position:0 11px;
	background-repeat:no-repeat;
	border-bottom:1px solid #a8a8a8;
	height:31px;
	he\ight:17px;
	margin:0 19px 10px 17px;
	padding:11px 0 5px;
}
#content h3 span {
	display:none;
}

#content {
	background:url("single_bg_trans.gif") 0 0 repeat-y;
	border-bottom:1px solid #d4d4d4;
    /*height:1%;*/
	padding:0 0 15px;
}
#content:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
#content p {
	color: #333333;
	margin:15px 17px 15px 18px;
	line-height: 1.3em;
}
#content #sec-1 {
	float:left;
	width:476px;
}
#content #sec-2 {
	float:left;
	width:300px;
}
#content #sec-3 {
	float:left;
	width:388px;
}
#content #sec-4 {
	float:left;
	width:388px;
}
/****************************************************************
	Footer
****************************************************************/
#footer {
	color:#dadada;
	height:1%;
	padding:9px 0 0 3px;
	position:relative;
}
#footer:after{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
#footer a,
#footer span {
	color:#ababab;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer .links {
	float:left;
	width:80%;
}
#footer .copy {
	float:right;
	padding:0 15px 0 0;
	text-align:right;
	width:15%;
}
