html, body {
	height:100%;
	padding: 0;
	margin: 0;
}

/**********************************
 * Main Page Layout               *
 **********************************/

body {
	background-color: White;
	background-image: url(/graphics/bground.gif);
	background-position: left;
	background-repeat: repeat-y;
}

#banner {
	height: 70px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 750px;
	background-image: url(/graphics/banner_bg.jpg);
	background-repeat: no-repeat;
	background-position: 750px 0;
	background-color: #448BD1;
}

#wrapper {
	width: 750px;
	min-height: 100%;
	margin-bottom:-15px; 
}

#menu {
	min-height: 100%;
	width: 175px;
	float: left;
	margin-bottom: -15px;
}

#content {
	min-height:100%;/*for mozilla as IE treats height as min-height anyway*/
	background-color:White;
	width: 550px;
	margin-left: 190px;
	line-height: 1.7em;
	font-size: 0.9em;
}


#footer {
	width:100%;
	min-width: 750px;
	clear:both;
	height:15px;
	padding-top: 0;
	background-color: #FC9;
	background-image: url(/graphics/bottom_bg.gif);
	background-repeat: no-repeat;
	background-position: 750px 0;
	font-size: 1px;
	line-height: 0;
}

.clearfooter{
	clear: both;
	height: 15px;
}

#clearheader {
	height: 70px;
}

/**********************************
 * Navigation                     *
 **********************************/
#menu ul {
	margin-top: 70px;
	background-color: #B7C6FF;
	
}

#menu {
	padding-left:0px;
	padding-right:0px;
}


#menu p {
	width: 156px;
	text-align: center;
	color: #001B46;
	font-size: 0.8em;
	padding: 6px;
	margin-top: 1px;
	margin-bottom: 1px;
	border-top: 1px solid #B7C6FF;
	border-left:7px solid #003590;
}

#menu ul, #menu li {
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	display: block;
	padding: 0;
}

#menu a {
	display: block;
	padding: 5px 0 5px 8px;
	border-left: 7px solid #003590;
	margin-top: 1px;
	background-color: #448BD1;
	font-size: 0.95em;
	width: 160px;
/*	color: #003590;*/
	color: #001B46;
	text-decoration: none;
	font-weight: bold;
}


#menu a:hover {
	background-color: #0066CC;
	color: #B7C6FF;
}

#menu ul li ul li a, #menu ul li.active ul li a {
	padding: 2px 0 2px 8px;
	margin-left: 7px;
	border-left: 1px solid #003590;
	background-color: #06C;
	font-size: 0.8em;
	color: #B7C6FF;
	display: block;
	width: 159px;
	font-weight: normal;
}

#menu ul li ul li a:hover {
	background-color: #448BD1;
	color: #003590;
}



#menu .active {
	border-color: #F93;
}

#menu ul li ul {
	display: none;
	margin: 0;
}

#menu ul li.active a, #menu ul li ul li.active a {
	border-color: #F93;
}

#menu ul li.active ul {
	display: block;
}

#menu img {
	border: 0;
}


/* End of Navigation */



/**********************************
 * Special Things                 *
 **********************************/

/* Things that should be hidden, except to screen-readers */
#banner #skipmenu span, #content div.home h1 {
	position:absolute; 
	left:0px; 
	top:-500px; 
	width:auto; 
	height:auto; 
}

/* Padlock image on banner */
#banner img.secure {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
}

#banner img.banner {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}

/* Links that only appear to visual browsers on focus */
#skipmenu a { 
	position:absolute; 
	left:0px; 
	top:-500px; 
	width:1px; 
	height:1px; 
	overflow:hidden;
}
#skipmenu a:active, #skipmenu a:focus { 
	position:absolute;
	top: 0px;
	left: 300px;
	width:auto; 
	height:auto;
	background-color: #b7c6ff;
	border-top: none;
	padding: 2px 6px;
	color: #06c;
	z-index: 1;
}
#skip a, #skip a:hover, #skip a:visited { 
	position:absolute; 
	left:0px; 
	top:-500px; 
	width:1px; 
	height:1px; 
	overflow:hidden;
}
#skip a:active { 
	position:static; 
	width:auto; 
	height:auto; 
}