/* General */
* {
	margin: 0px;
	padding: 0px;
}
body {
	color: black;
	position: relative;
	margin: 30px auto;
	width: 776px;
	border: 1px solid #ffffff;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	background-color: #c8d9e0;
}

a {
	border: 0px;
	color: black;	
	font-size: .9em;
}
a:active, a:hover {
	color: #1873aa;
}

img {
	border: 0px;
}

p {
	font-size: .9em;
}

h1.homepage {
	width: 776px;
	height: 317px;
}

/* General Layout */
#header {
	text-align: left;
	margin-left: 184px;
}
#header span {
	float: right;
}

#pagecontainer {
	clear: both;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#content {
	width: 776px;
	float: left;
	background-color: #ffffff;
	padding-bottom: 300px;
	margin-bottom: -300px;

}
#content span.bodytext {
	display: block;
	padding: 60px 60px 60px 60px;
}
#content span.bodytext h1{
	color: #1873aa;
	font-size: .9em;
	font-weight: normal;
	margin-bottom: 30px;
}
#content p.closetotitle {
	margin: -20px 0px 25px 0px;
}
#content span.contact {
	display: block;
	background-image: url(images/contactback.jpg);
	width: 776px;
	height: 380px;
}


#footer {
	font-size: .8em;
	background-color: #b7ced6;
	text-align: right;
	width: 776px;
}
#footer h2 {
	font-size: 9px;
	font-weight: normal;
	line-height: 24px;
	margin-right: 50px;
	margin-top: 0px;
	padding-top: 4px;
	height: 24px;
	background-color: #b7ced6;
}


#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 184px;
	height: 160px;
	background-image: url(images/logo.jpg); /* Image Replacement */
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -10000px;
	text-decoration: none;
}

/* Utility Styles */
.skipper {
	display: none;
}
div.clearboth {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	margin-top: -1px;
}

/* Primary Navigation across top of page */

#nav {
	border: 0px;
	background-color: #b7ced6;
	border-width: 0px;
	height: 21px;
	margin-bottom: 0px;
}

#nav h2 {
	display: none;
}
#nav ul {
	list-style: none;
}
#nav li {
	float: left;
}


ul.list1 {
	list-style: none;
	padding: 0px 60px 60px 60px;
	background-color: #ffffff;
	font-size: .9em;
}
ul.list1 li.end {
	margin: 0px 0px 25px 0px;
}
ul.list1 li.blue {
	background-color: #cce0ec;
	padding: 25px 25px 25px 25px;
	margin: 0px 0px 25px 0px;
}
ul.list1 li.blue em {
	margin: 0px 0px 10px -21px;
}
ul.list1 em {
	font-style: normal;
	color: #1873aa;
}

ul.list2 {
	list-style: none;
}
