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

/* Rest to default */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,

q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* Structual positioning */

body {
	margin: 30px 0px 30px 0px;
	background: #043c42;	
}

#mainwrap {
	width: 1024px;
	margin: 0px auto;
	background: #ffffff;
	position: relative;
	overflow: hidden;
}

	#logo {
		margin: 32px;
		float: left;
	}

	#menu {
		width: 615px;
		float: right;
		margin: 0px;
		padding: 0px;
	}
	
	#home-content {
		float: right;
		width: 454px;
		margin-top: 70px;
		margin-right: 162px;		
		font-size: 15px;
	}
	
	#header {
		
	}
	
		#header #logo {
			width: 181px;
			margin: 34px 0px 0px 34px;
			_margin-right: 190px;
		}
		
		#header #title {
			float: right;
			width: 454px;
			margin-top: 70px;
			margin-right: 162px;		
			font-size: 32px;
			line-height: 38px;
			_float: none;
			_margin-top: 100px;
		}
	
	
	#content {
		min-height: 300px;
		_height: 310px;
		width: 514px;

		padding-top: 90px;
		padding-left: 410px;
		padding-bottom: 10px;
		padding-right: 100px;
	}
	
		#content a:link {
			color: #02a7b5;
			text-decoration: none;			
		}

		#content a:visited {
			color: #02a7b5;
			text-decoration: none;
		}

		#content a:hover {
			color: #02a7b5;
			text-decoration: underline;
		}
		
		#content img {
			vertical-align: middle;
		}
	

	#footer {
		width: 1024px;
		height: 38px;
		background: url('images/footer.gif') no-repeat;

		text-align: right;
		font-size: 16px;
		color: #ffffff;
		font-style: italic;
		
		line-height: 38px;
		vertical-align: middle;
		
	}


/* Font styles */

.stdcopy { font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 20px; color: #056872; }
.bright { color: #5a8700; }
h1 { font-family: Arial, Helvetica, sans-serif; font-size: 30px; line-height: 30px; letter-spacing: 2px; text-transform: uppercase; }
h2 { font-family: Arial, Helvetica, sans-serif; font-size: 18px; line-height: 22px; letter-spacing: 0.5px; color: #942824; font-weight: normal; }
a { color: #02a7b5; text-decoration: none; }
a:hover { color: #02a7b5; text-decoration: none; }
strong { font-weight: bold; } 
em { font-style: italic; }

/* Forms */

.stdform { border: solid 1px #888; padding: 3px; margin: 4px; background: #ffffff; width: 220px; font-size: .9em; } 

/* Hacks and settings */

li { margin: 0px 0px -2px 10px; _margin: 5px 5px 5px 10px; _padding: 0px 0px 0px 12px; }
img { border: 0px; margin: 0px; padding: 0px; _margin-bottom: -0px; }
.clear { clear: both; overflow: hidden; height: 0px; _height: 1px; }

/* Navigation menu system */

ul#nav {
	border-bottom: solid 1px #056872; 
	height: 28px; 
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B5D5FF;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	/* width: 10em; */
}

#nav li { /* all list items */
	float: left;
	/* width: 10em; */
	padding-right: 30px;
	_padding-right: 19px;	
}

#nav li ul { /* second-level lists */
	position: absolute;
	margin-left: -10px;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	color: #FFCC99;
}

#nav li:hover, #nav li.hover {  
	position: static;  
}  

#nav li.parent {
	height: 28px;
	margin: 0px;
	line-height: 28px;
	vertical-align: middle;
	cursor: pointer;
	color: #15506A;	
}

#nav li.parent a { color: #008894; text-decoration: none; }
#nav li.parent a:hover { color: #043c42; text-decoration: none; }
#nav li.parent a.current { font-weight: bold; color: #056872; }

#nav li.child { background: #d6e8e7; padding: 5px; line-height: 20px; vertical-align: middle; font-weight: normal; width: 140px; }
#nav li.child a { color: #167276; text-decoration: none; }