@charset "UTF-8";

/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}

body {
	font-size: 13px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	background: #e5e5e5;
	margin: 0px 0 10px 0;
	padding: 0;
	text-align: center;
	color: #333;
	line-height: 1.4em;
}

.spacer15 {
	clear:both;
	height: 15px;
	line-height: 1px;
	padding: 0px;
	margin: 0px;
	background-color: #fff;
}

a {
	color: #33648e;
	text-decoration: underline;
}

a:hover {
	color:#acacac;
	text-decoration: underline;
}

h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	padding: 20px 0 30px 0;
}

h1 { color: #bb511d; }

h2 {
	color: #ff9933;
	font-size: .8em;
}

h3 {
	color: #203c61;
	font-size: 1.1em;
	font-style: normal;
	padding: 20px 0 8px 0;
}

h4 { padding: 20px 0 8px 0; }

img.float {
	float: right;
	padding: 15px;
}

.clearboth {
	clear: both;
	line-height: 1px;
	height: 0px;
}

#slideshow {
	background: #fff url(../images/banner-index.jpg) no-repeat;
	width: 1024px;
	height: 148px;
	float: left;
	padding-bottom: 10px;
}

/* Structure
-------------------------------------------------------------- */
#wrap {
	background: none;
	font-size: 13px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	margin: 0px auto 0px;
	padding: 0px;
	width: 1024px;
	text-align: left;
}

#container {
	width: 1024px;
	margin: 0 auto;
	padding: 0px 20px;
	text-align: left;
}

/************************************************
*	Header  									*
************************************************/
#header {
	background: none;
	width: 960px;
	height: 110px;
	margin: 0px auto 0px;
	padding: 0px;
	position: relative;
	z-index: 1;
	zoom: 1;
}

#header h1 {
	color: #666666;
	font-size: 36px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-decoration: none;
}

#header h1 a, #header h1 a:visited {
	color: #666666;
	font-size: 36px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

#header h1 a:hover {
	color: #333333;
	text-decoration: none;
}

#header #title {
	padding: 0;
	margin: 0;
}

#header #title a {
	background: url(../images/apehp-logo.png) no-repeat;
	display: block;
	width: 960px;
	height: 71px;
	margin: 20px;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
}

.headercenter {
	width: 300px;
	margin: 0px 15px;
	padding: 0px;
	overflow: hidden;
}

#navbar {
	background: #343434;
	position: relative;
	width: 1024px;
	height: 40px;
	font-size: 11px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	text-transform: uppercase;
	line-height: 20px;
	letter-spacing: -0.3px;
	color: #666666;
	font-weight: bold;
	margin: 0px auto 20px;
	padding: 0px;
	z-index: 9;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#nav {
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
}

#navbarleft {
	float: left;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/*** ESSENTIAL STYLES ***/
.menu, .menu * {
	margin:	0;
	padding: 0;
	list-style:	none;
}

.menu { line-height: 1.0; }

.menu ul {
	margin: 0px;
	padding: 0px;
}

.menu ul ul, ul.menu ul {
	position: absolute;
	top: -9999px;
	width: 160px; /* left offset of submenus need to match (see below) */
}

.menu ul li ul li, ul.menu ul li {
	width: 100%;
	margin: 0px 0px 0px 0px;
}

.menu li:hover { visibility:	inherit; /* fixes IE7 'sticky bug' */ }

.menu li {
	float: left;
	position: relative;
}

.menu a {
	display: block;
	position: relative;
}

.menu li:hover ul, .menu li.sfHover ul {
	left: 0;
	top: 40px; /* match top ul list item height */
	z-index: 99;
}

ul.menu li:hover li ul, ul.menu li.sfHover li ul { top: -9999px; }

ul.menu li li:hover ul, ul.menu li li.sfHover ul {
	left: 160px; /* match ul width */
	top: 0;
}

ul.menu li li:hover li ul, ul.menu li li.sfHover li ul { top: -9999px; }

ul.menu li li li:hover ul, ul.menu li li li.sfHover ul {
	left: 160px; /* match ul width */
	top: 0;
}

.menu .current_page_item a, .menu .current-menu-item a, .menu .current-cat a { color: #cc782a !important; }

.menu li .current_page_item a, .menu li .current-menu-item a, .menu li .current-cat a { color: #333333 !important; }

.menu {
	float: left;
	margin-bottom: 0;
}

.menu a {
	border-left: none;
	border-top:	none;
	padding: 14px 10px 14px 10px;
	text-decoration: none;
	line-height: 12px;
}

.menu li li a {
	border-left: none;
	border-top:	none;
	padding: 6px 10px 6px 10px;
	text-decoration: none;
	text-transform: none;
}

.menu a, .menu a:visited { /* visited pseudo selector so IE6 applies text colour*/ color: #999999; }

.menu li { background: none; }

.menu li li { background:	#E5E5E5; }

.menu li li li { background:	#E5E5E5; }

.menu li:hover, .menu li.sfHover, .menu a:focus, .menu a:hover, .menu a:active {
	background:	none;
	color: #cc782a;
	outline: 0;
}

.menu li li:hover, .menu li li.sfHover, .menu li li a:focus, .menu li li a:hover, .menu li li a:active {
	background:	#cc782a;
	color: #FFFFFF;
	outline: 0;
}

/*============================================================
 Main-Content
============================================================*/
#main-content {
	width: 984px;
	margin: 0px;
	padding: 20px;
	background: #fff;
	min-height: 400px;
}

#main-content p { padding-bottom: 10px; }

#main-content p.first { padding-top: 20px; }

#main-content h1 {
	padding-bottom: 6px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

div#main-content ul.orange li {
	border-left: 7px solid #ff9933;
	padding: 1px 0 1px 5px;
	margin-bottom: 9px;
	list-style: none;
}

#main-content ul.arrow li {
	background: url(../images/icon-arrow.gif) no-repeat 0 .4em;
	margin: 10px 0 20px 5px;
	padding-left: 20px;
	list-style: none;
}

#main-content dl.arrow dt {
	background: url(../images/icon-arrow.gif) no-repeat 0 1.4em;
	margin: 5px 0 0 20px;
	padding-left: 20px;
	list-style: none;
}

div#main-content ul.blue li {
	border-left: 7px solid #599cb8;
	padding: 1px 0 1px 5px;
	margin-bottom: 9px;
	list-style: none;
}

div#main-content ul.gray li {
	border-left: 7px solid #636363;
	margin: 0 0 20px 30px;
	padding-left: 10px;
	list-style: none;
}

div#main-content dt {
	padding: 15px 0px 0px 20px;
	font-weight: bold;
}

div#main-content dt, dd { padding-left: 20px; }

/*============================================================
 Header
============================================================*/

#header {
	margin: 0;
	padding: 0;
}

div.header-inner {
	position: relative;
	max-width: 1000px;
	min-width: 800px;
	margin: 0 auto;
	padding: 0;
	font-size: 1.5em;
}

#header a:hover {
	color:#000;
	background: #acacac;
}

/* LOGO */


#logo {
	float: left;
	height: 64px;
	margin: 20px 0 0 0;
	padding: 0;
}

#logo a:hover { background: transparent; }

/*============================================================
 Navigation
============================================================*/


#header.nav-main {
	position: absolute;
	margin-left: 0px;
	margin-top: 0px;
	background: #343434;
}

.nav-main li {
	list-style: none;
	float: left;
	margin: 0px;
}

.nav-main a {
	font-family: Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	font-size: .8em;
	color:#fff;
	text-decoration: none;
	width: 130px;
	display:block;
	text-align: center;
	padding: 17px;
	border-right: solid 1px #545454;
}

/*============================================================
 Panel
============================================================*/

div.panel-wrapper {
	overflow: hidden;
	margin: 0;
}

div.panel-box {
	width: 262px;
	margin-right: 33px;
	float: left;
	background-color:#fff;
	color: #464646;
}

div.panel-first { width: 370px; }

div.panel-last { margin-right: 0px; }

div.panel-box h1, h2 {
	font-size: 1.1em;
	padding: 18px 24px 10px 2px;
	color: #363636;
}

div.panel-box h3 {
	padding: 0px 24px 10px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style:italic;
	color: #464646;
	font-size: 1.3em;
}

div.panel-box h2 { border-bottom: 4px solid #acacac; }

div.panel-box p { padding: 5px 24px 0px 0px; }

div.panel-content { padding-top: 15px; }

div#panel-box-div {
	line-height: 120%;
	/* height: 92px; */
	 height: 120px;
	/*overflow: auto;*/
    overflow: hidden;
}



/*============================================================
 Footer
============================================================*/
#footer {
	margin: 0 auto;
	padding: 15px 0 80px 0;
	width: 1024px;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
}

#footer .hr {
	margin: 0 auto;
	width: 950px;
	border-bottom:1px dotted #acacac;
}

#footer ul.legal {
	float:left;
	display:block;
	margin: 20px 0 0 45px;
}

#footer ul.legal li {
	display:inline;
	padding-right:20px;
}

#footer ul.credits {
	margin: 20px 45px 0 0;
	float: right;
	display: block;
}

#footer ul.credits li {
	display: inline;
	padding-left: 7px;
}

#footer a { text-decoration: none; }
