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

body {
	margin: 0px;
	padding: 0px;
}

#header {
	background-color: #223e6e;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding: 0px;
	margin: 0px;
	height: 90px;
}

#header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: lighter;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 72px;
}

h2 {
	border: 1px solid #999;
	padding: 3px;
	background-image: url(img/h2-fade.jpg);
	background-repeat: repeat-y;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: normal;
}

#logo {
	padding: 15px;
	width: 625px;
	float: left;
	background-image:url(img/logo.gif);
	background-repeat: no-repeat;
	height: 55px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 5px;
}
#banner {
	background-image: url(img/blue-fade.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 183px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #a8a8a8;
}
#leftCol {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;

}
#rightCol {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#centerCol {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#nav, #nav ul {
	float: left;
	width: 100%;
	list-style: none;
	line-height: 1;
	font-weight: bold;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	z-index: 5;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6997b9;
	border-bottom-color: #5a7097;
	border-right-color: #5a7097;
	border-left-color: #5a7097;
	background-image: url(img/menu-bar.jpg);
	background-repeat: repeat-x;
}
#nav a {
	color: black;
}

#nav a:hover {
	color: #FFF;
}

#nav ul li a:hover {
	color: #FFF;
}

#nav a.menu {
	color: white;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
}

#nav a {
	display: block;
	text-decoration: none;
	padding: 0.35em .5em;
}
#nav a.daddy,
#nav a.daddy:visited,
#nav a.daddy:hover,
#nav a.daddy:active,
#nav a.daddy:focus {
	background: url(rightarrow2.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding: 0;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 18.0em;
	w\idth: 18.0em;
	font-weight: normal;
	border-width: 1px;
	margin: 0;
}

#nav ul {
	background: white;
}

#nav li li {
	padding-right: 0em;
	width: 18.0em;
	color: white;
}

#nav li ul a {
	width: 13em;
	w\idth: 9em;
}

#nav li ul ul {
	margin: -1.75em 0 0 10.5em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav ul li:hover, #nav ul li.sfhover {
	background-color: #5a7097;
}
