/* CSS Document */

body {
	background-color: #00162b;
	margin: 0px 0px 0px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:18px;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
}

ul {font-family:Georgia, "Times New Roman", Times, serif;}


a {
	color: #666666;
	text-decoration: underline;
}

a:hover {
	color: #002d56;
}

h1 {
	display: block;
	background-color: #002d56;
	color: #FFFFFF;
	font-size: 16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	font-weight: normal;
	line-height: 20px;
	padding: 4px 0px 4px 0px;
	margin: 0px;
}



h2 {font-family:Georgia, "Times New Roman", Times, serif;
	color: #49a942;
	font-size: 13px;
	font-weight: normal;
	line-height: normal;
	padding: 0px 0px 0px 30px;
	margin: 15px 0px 15px 30px;
	background-image: url(/portals/0/icon-greenhand.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#content h2 a {font-family:Georgia, "Times New Roman", Times, serif;
	color: #666666;
	text-decoration: none;
}



ul {font-family:Georgia, "Times New Roman", Times, serif;
	margin: 10px 35px 10px 35px;
	padding: 0px;
}

#main {font-family:Georgia, "Times New Roman", Times, serif;
	width: 800px;
	margin: 50px auto 0px auto;
	border: solid #fff 2px;
}

#mainmenu {
	background-color: #0069aa;
	width:240px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#mainmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 240px; /* Width of Menu Items */
	}

#mainmenu ul li {
	position: relative;
	list-style: none;
	}
	
#mainmenu li ul {
	position: absolute;
	left: 239px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	width: 200px;
	}

/* Styles for Menu Items */
#mainmenu ul li a {
	height: 29px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 18px;
	line-height: 29px;
	padding: 0px 0px 0px 35px;
	border-bottom: Solid #408fbf 1px;
	}

/* Fix IE. Hide from IE Mac \*/
* html #mainmenu ul li { float: left; height: 1%; }
* html #mainmenu ul li a { height: 1%; }
/* End */

#mainmenu ul li a:hover { /* Hover Styles */
	background-color: #002d56;
	background-image: url(images/mainnav-over.gif);
	background-repeat: no-repeat;
	background-position: 8px center;
}

#mainmenu #HouseMenuNavCurrentLink {
	background-color: #002d56;
	background-image: url(images/mainnav-over.gif);
	background-repeat: no-repeat;
	background-position: 8px center;
}
		
#mainmenu li ul li a { /* Sub Menu Styles */
	height: 21px;
	display: block;
	border: Solid #408fbf 1px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	line-height: 21px;
	padding: 0px 0px 0px 15px;
	background-color: #0069aa;
}

#mainmenu li ul li a:hover, #mainmenu li ul li #HouseMenuNavCurrentLink { /* Sub Menu Hover Styles */
	background-color: #002d56;
	background-image: none;
}
		
#mainmenu li:hover ul, #mainmenu li.over ul { display: block; } /* The magic */

/*#mainnav a {
	height: 29px;
	display: block;
	border-bottom: Solid #408fbf 1px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 18px;
	line-height: 29px;
	padding: 0px 0px 0px 35px;
}

#mainnav a:hover {
	background-color: #002d56;
	background-image: url(images/mainnav-over.gif);
	background-repeat: no-repeat;
	background-position: 8px center;
} */

#ContentPane {
	font-size: 11px;
	line-height: 18px;
	color: #666666;
}

#footer {
	font-size: 10px;
	text-align: center;
	margin: 10px 0px 0px 0px;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #000000;
}

#sub {font-family:Georgia, "Times New Roman", Times, serif; font-size:16px; line-height:24px; color:#000; background-color:#efac37; padding:0px 30px 30px 30px;}

#sub h3 {font-family:Georgia, "Times New Roman", Times, serif; color:#0069aa; font-size:30px; margin:0px; padding:25px 0px 15px 0px; font-weight:normal;}
#sub h4 {font-family:Georgia, "Times New Roman", Times, serif; color:#fff; font-size:22px; margin:0px; padding:0px 0px 8px 0px; font-weight:normal; line-height:28px;}
#sub h5 {font-family:Georgia, "Times New Roman", Times, serif; color:#fff; font-size:18px; margin:0px; padding:0px 0px 4px 0px; font-weight:normal;}
#sub a {color:#002d56; text-decoration:underline;}
#sub a:visited {color:#002d56;}
#sub a:hover {color:#fff;}
