﻿* {
	margin: 0;
	padding: 0;
}
#wrapper {
	margin: 0 auto;
	width: 905px;
}
body {
	margin: 0;
	padding: 0;
	background-color: #021c51;
	background-image: url('../images/sitebg.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#holt{ 
	background-color: #e1e1e1;
	width: 905px;
}


#masthead {
	background-image: url('../images/siteheader.png');
	height: 269px;
	background-repeat: no-repeat;
}
a img {
	border: none;
	vertical-align: middle;
}
/*navigation */

#navContainer {width: auto;display:block;clear:both;}

/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#nav {
	z-index: 3;
	font-family: arial, sans-serif;
	font-size: 9pt;
	height: 39px;
	background-image: url('../images/navbg.gif');
	background-repeat: repeat-x;
}
#nav ul {list-style-type: none; margin: 0; font-size: 81%; text-transform: uppercase;width:auto;white-space:normal;}
#nav ul li {float: left; color: #fff; text-align: center; font-weight: normal;}
#nav ul li a {display: block; height: 25px; padding-top:13px; padding-right: 15px; padding-left: 15px;  border-left: 1px thin #fff  ; border-right: 1px thin #fff; color: #fff; font-family: Arial, Helvetica, sans-serif;font-size: 11pt; font-weight: bold; text-decoration: none;}
#nav ul li a:hover, #nav li a:focus {background-image: url('../images/navbghover.gif');	background-repeat: repeat-x;}
#nav li a:active, #nav ul li a.active {background-image: url('../images/navbghover.gif');	background-repeat: repeat-x;}


/* Header menu */	 
#header_menu {position: absolute; margin-left: 20px;}
#header_menu li {line-height: normal;}
#header_menu ul {z-index: 10; clear: both;}

/* Current page Customisations*/
#nav li.menu-current a		{background-image: url('../images/navbghover.gif'); color: #fff; border-bottom: 1px solid #000;}
#nav li.menu-current a		{font-weight: bold;} 

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 12em; margin: 0; display: none; text-transform: none; border-top: 0; font-size: 100%;}
#nav .menu li ul li {width: 12em; text-align: left; font-weight: normal; margin: 0; padding: 0; line-height: 1.2em;}
#nav .menu li ul a {width: 11.5em; padding: .6em .1em .6em .4em; background: #4b4c4d; color: #fff; border: 0;z-index: 4;}

/* 2nd Child link hover */
#nav .menu li ul a:hover {color: #4b4c4d; background: #f0f0f0; border: 0;}

/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}
#nav .menu li ul ul { display: none;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}
#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {display: block;}


/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a 	{ width: 11.5em; padding: .6em .1em .6em .4em; background: #c6c6c6; color: #fff; }

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}

#container {
	min-width: 600px;
	min-height: 800px;
	background-color: #fff;
	padding: 15px;
	font-size: 10pt;
	color: #13305f;
	font-family: Arial, Helvetica, sans-serif;
}

#container ul {
	padding: 15px;
}

#left_col {
	width: 250px;
	float: left;
	padding-top: 4px;
}
#leftbuttons {
	height: 300px;
}
#page_content {
	margin-left: 250px;
}

#bottomcontainer {
	background-color: #E1E1E1;
	min-width: 600px;
	min-height: 800px;
	
}


#rightext {
	float: left;
	color: #fff;
	width: 125px;
	
}

#lefttext {
	float: left;
	font-size: 9pt;
	background-color: #ffffff;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	text-align:justify;
	width: 625px;
}

#lefttext p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 15px;
}



#footer {
	clear: both;
}
