@charset "utf-8";
/* CSS Document */

/* Meyer CSS Reset Modified */
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;
}
strong {
	font-weight:bold;	
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
/*	line-height: 1; */
	color: black;
	background: white;
}
/* 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: "" "";
}

/* Begin page defaults */

body {
	background:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0 10px 10px 10px;
}
a {
	color:#0055a7;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#0055a7;
	text-decoration:underline;
}
.clear {
	clear:both;
	height:0;
	overflow:hidden;
}
.center {
	text-align:center;
}
img.left {
	float:left;
	margin:0 10px 10px 0;	
}
img.right {
	float:right;
	margin:0 0 10px 10px;	
}
sub {
	font-size:0.85em;
	vertical-align:sub;	
}
sup {
	font-size:0.85em;
	vertical-align:super;
}

/* Page layout */

#centerPage {
	text-align:center;
}
#pageWrapper {
	margin:0 auto;
	text-align:left;
	position:relative;
	width:950px;
       border:1px solid #000000;
}

/* Header */

#headerLogo {
	float:left;
	height:121px;
	width:330px;
}
#headerSlogan {
	background:#0055a8;
	float:left;
	height:121px;
	width:620px;
}
#headerSlogan p {
	color:#cddbe6;
	font-size:1.4em;
	font-weight:bold;
	line-height:121px;
	text-align:center;
}

/* Nav */

#navCol {
	float:left;
	width:330px;
}
#nav {
	background:url(../images/nav-bg.gif) #3f3f3f top left repeat;
	min-height:257px;
}
#nav ul {
	padding:25px 0;
}
#nav ul ul {
	display:none;
}
#nav ul li {
	border-bottom:1px solid #fff;
	line-height:1.25em;
	list-style-type:none;
}
#nav ul li a {
	color:#fff;
	display:block;
	font-weight:normal;
	padding:10px 20px 10px 30px;
}
#nav ul li.lastItem {
	border:none;
}
#nav ul li a:hover {
	color:#ff9000;
}
#nav ul li.active a {
	background:url(../images/outer-active-bullet.gif) 20px 17px no-repeat;
	color:#ff9000;
	font-weight:bold;
}
#nav ul li.active ul {
	display:block;
	margin:0 0 15px 0;
	padding:0;
}
#nav ul li.active ul li {
	border:none;
	font-size:0.8em;
}
#nav ul li.active ul li a {
	background:none;
	color:#fff;
	font-weight:normal;
	padding:2px 25px 2px 45px;
}
#nav ul li.active ul li a:hover {
	color:#ff9000;
}
#nav ul li.active ul li.active a {
	background:url(../images/inner-active-bullet.gif) 35px 8px no-repeat;
	font-weight:bold;
}

/* Content */

#contentCol {
	float:left;
	width:620px;
}
#contentHeader img {
	display:block;
}
#content {
	margin:30px;
}
#content h1, #content h2 {
	color:#0055a8;
	font-size:1.3em;
	font-weight:bold;
	margin:0 0 10px 0;
}
#content h2 {
	font-size:0.8em;
	margin:20px 0 0 0;
}
#content p {
	font-size:0.8em;
	margin:0 0 20px 0;
}

/* Footer */

#footer {
	margin:10px 0 0 0;
}
#footer p {
	font-size:0.6em;
	text-align:center;
	color: #aaaaaa;
}

#footer a {
	color: #aaaaaa;
	font-weight:normal;
}