@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/pageBG.jpg);
	background-repeat: repeat-x;
	background-color: #D2EDFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #111111;
	margin: 24px 0px;
	padding: 0px;
}
#wrapper {
	background-image: url(../images/siteBG.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 955px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #0A2C5E;
	text-align: left;
	border: 1px solid #0A2C5E;
}
#logo {
	float: left;
	height: 201px;
	width: 255px;
	margin-left: 13px;
	margin-bottom:-40px;
}
#header {
	background-image: url(../images/HLA_header.gif);
	height: 56px;
	width: 473px;
	float: left;
	margin-top: 94px;
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-left: 95px;
}
#content {
	clear: both;
	padding-top: 12px;
}
#main_content {
	width: 675px;
	float: right;
	margin-right:6px;
}
#main_nav {
	background-image: url(../images/mainNav_BG.gif);
	height: 19px;
	width: 675px;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 8px;
	padding-bottom:3px;
	/*padding-left: 15px;
	padding-right: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;*/
	background-color: #1F8BC1;
}
#main_nav ul {
	list-style-type: none;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 0px 10px 0px 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/*#main_nav li, #second_nav li {
	display: inline;
	margin-right: 4px;
	margin-left: 4px;
}*/
#main_box {
	background-image: url(../images/mainContent_middle.gif);
	background-repeat: repeat-y;
	width: 675px;
	padding:0;
	margin:0;
}
#main_box_top {
	background-image: url(../images/mainContent_top.gif);
	height: 12px;
	width: 675px;
	background-repeat: no-repeat;
}
#main_box_content {
	width: auto;
	padding-right: 24px;
	padding-left: 24px;
}
#main_box_bottom {
	background-image: url(../images/mainContent_bottom.gif);
	height: 12px;
	width: 675px;
	background-repeat: no-repeat;
	background-position: bottom;
}
#second_content {
	width: 257px;
	padding-top: 60px;
	margin-left:6px;
}
#second_nav {
	background-image: url(../images/secondNav_BG.gif);
	height: 18px;
	width: 230px;
	text-align: center;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	background-repeat: no-repeat;
	margin-left: 13px;
	background-color: #1F8BC1;
}
#second_nav ul {
	list-style-type: none;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 0px 20px 0px 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#second_box {
	background-image: url(../images/secondContent_middle.gif);
	background-repeat: repeat-y;
	width: 257px;
	margin-bottom:12px;
}
#second_box_top {
	background-image: url(../images/secondContent_top.gif);
	background-repeat: no-repeat;
	height: 12px;
	width: 257px;
	margin: 0px;
	padding: 0px;
}
#second_box_content {
	width: auto;
	padding-right: 12px;
	padding-left: 12px;
}
#second_box_bottom {
	background-image: url(../images/secondContent_bottom.gif);
	background-repeat: no-repeat;
	height: 12px;
	width: 257px;
	margin: 0px;
	padding: 0px;
	background-position: bottom;
}
#footer {
	background-image: url(../images/footer_bar.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 941px;
	margin-top: 24px;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
	clear: both;
	padding-bottom: 0px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	padding-top: 6px;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footer li {
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.clear {
	clear: both;
}
#header h1 {
	font-size: 21px;
	line-height: 0px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#header span {
	display: none;
}
#main_content h2 {
	font-size: 18px;
	font-weight: normal;
	color: #0e4677;
	line-height: 1.5em;
}
#main_content h3 {
	font-size: 14px;
	font-weight: normal;
	color: #0e4677;
	line-height: 1.5em;
}
#second_content h2 {
	font-size: 18px;
	font-weight: normal;
	color: #333333;
	line-height: 1.5em;
}
h4 {
	font-size: 11px;
	font-style: italic;
	line-height: 1.4px;
	font-weight: normal;
	margin: 0px;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 11px;
	padding-left: 0px;
	color: #20407D;
}
p, ul, ol {
	font-size: 12px;
	line-height: 1.5em;
}
#main_box a:link, #main_box a:visited, #main_box a:active, #second_box a:link, #second_box a:visited, #second_box a:active {
	color: #0A2C5E;
	text-decoration: underline;
}
#main_box a:hover, #second_box a:hover {
	color: #666666;
}
a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
#page_nav li {
	display:inline;
	padding:0px;
	margin:0px;
}
#page_nav {
	padding:0px;
	margin:0px;
	text-align:center;
}
.profiles {
	margin:0;
	padding:0;
	margin-bottom:-10px;
	line-height:1em;
}
table p {
	margin-top:0px;
}
.image_right {
	float:right;
	margin-left:12px;
	margin-bottom:12px;
	text-align:center;
}
.image_left {
	float:left;
	margin-right:12px;
	margin-bottom:12px;
	text-align:center;
}
/*Dropdowns test*/

/* style, color and size links and headings to suit */
#menu {
	/*width: 100%;
	background: #eee;
	float: left;
	background-color: #1F8BC1;*/
	background-image: url(../images/secondNav_BG.gif);
	height: 22px;
	width: 230px;
	text-align: center;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-repeat: no-repeat;
	margin-left: 12px;	
}
#menu ul {
	list-style: none;
	margin: 0;
	padding:0;
	width: 6em;
	float: left;
	text-align:left;
	
}
#menu a {
	display: block;

	font-weight:bold;
	background-color: #1F8BC1;
	text-decoration: none;
	padding: 3px 6px 3px 6px;
}
#menu a:hover {

	color: #0A2C5E;
	background-color: #D0E9FC;
}
#menu li {
	
	position: relative;
	
}
#menu ul ul {
	background-color: #1F8BC1;
	position: absolute;
	z-index: 500;
	width: 12em;
}
#menu ul ul li{
2padding: 3px 0px 3px 0px;
}
#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}
div#menu ul ul, div#menu ul li:hover ul ul, div#menu ul ul li:hover ul ul {
	display: none;
}
div#menu ul li:hover ul, div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul {
	display: block;
}
