
/* zero everything */


body, p, form {
	margin: 0px;
	padding: 0px;
}

p {
	margin-bottom:10px;
}

body {
	margin-top: 50px;
}

a {
	text-decoration: underline bold;
	color: #393c44;
	font-size: 12px;
}

.u {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline bold;
}

/* utility styles */

.left {
	float: left;
	text-align: left;
}

.b {
	font-weight: bold;
}

.i {
	font-style: italic;
}

.cntr {
	text-align: center;
}

.right {
	text-align: right;
	float: right;
}

.clear {
	clear: both;
}

a img {
	border: none;
}

.pad {
	padding: 5px;
}

.indent {
	text-indent: 10px;
}

.auto {
	width: auto;
}

/* template blocks */

body {
	font-family: arial, helvetica;
	font-size: 12px;
	color: #393c44;
	background: #393c44;
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #393c44;
	padding: 10px;
	position:relative;
	z-index:0;
}

#page-wrapper {
	position: relative;
	width: 900px;
	margin: 0pt auto;
	z-index:0;
}

#content-wrapper {
	width: 900px;
	background: #ffffff;
	position: relative;
}

#footer {
	background: #3F4D71;
	margin-top: 10px;
	padding: 10px;
	display: block;
	width: 880px;
	border-top: 1px solid #999999;
}

* html #footer {
	width: 882px;
}

.pageHeading {
	background: url(../images/global/images/header.gif) top left repeat-x #26314c;
	width: 902px;
	height: 43px;
	font-family: Eras Light ITC, arial, helvetica;
	color: #393c44;
	font-size: 27px;
	margin: 0;
}

.pageHeading2, h2 {
	font-family: Arial;
	color: #393c44;
	font-size: 18px;
}

#footer p {
	padding: 5px 7px 7px 7px;
	color: #FFFFFF;
	font-size: 10px;
}

#footer a {
	color: #ffffff;
	font-size: 10px;
	text-decoration: underline;
	font-weight:bold;
}

#footer a:hover {
	color: #fff;
	text-decoration: none;
}
#nav {
	width: 901px;
	height: 44px;
	position: relative;
	z-index:50;
	background: #354C73;
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-size: 17px;
}

#nav li {
	float: left;
	position: relative;
	z-index:50;
}



#nav a {
	color:#ffffff;
	text-decoration: none;
	display:block;
	padding: 14px 35px 25px;

}

#nav a:hover {
	color: #354C73;
	text-decoration: none;
}

#nav li ul {
	position: absolute;
	top: 44px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	background: #354C73;
	z-index: 50;
	width: 200px;
	font-size: 12px;
	display:none;
}

#nav li:hover, #nav li.over {
	background: #b6b7b9;
}

#nav li:hover ul, #nav li.over ul {
	display: block;
}

#nav li ul li {
	padding:0;
	float:none;
	height:auto;
}

#nav li ul li a {
	display:block;
	padding: 5px;
	background-color: #b6b7b9;
	height:auto;
}

#nav li ul li a:hover {
	background-color:#b6b7b9;
}

#homeLink {
	display: block;
	position: absolute;
	top: 35px;
	left: 30px;
	width: 200px;
	height: 50px;
}

#header {
	background: url(../images/banner.gif) top left no-repeat;
	width: 900px;
	height: 197px;
	position: relative;
}

#splash {
	padding-top: 5px;
	padding-bottom: 10px;
	width: 900px;
	position:relative;
	z-index: 0;
}

.style1 {
	color: #ffffff
}

