@charset "utf-8";
/* CSS Document */

body {
	padding						: 0;
	margin						: 0;
	
	font-family					: Calibri, Arial, Helvetica, sans-serif;
	font-size					: 12px;
}

a {
	text-decoration				: none;
	color						: #23457f;
}

#container {
	width						: 935px;
	margin						: 0 auto;
}

#header {
	background					: url(img/logo.gif) no-repeat;
	height						: 92px;
}

#nav ul{
	background					: #23457f;
	height						: 44px;
	list-style					: none;
	margin						: 0;
	padding						: 0;
	line-height					: 44px;
	font-family					: Arial, Helvetica, sans-serif;
	font-size					: 1.2em;
}

#nav li {
	float						: left;
}

#nav li a {
	display						: block;
	padding						: 0 28px;
	color						: #FFFFFF;
	text-transform				: capitalize;
}

#nav li a:hover, #nav li a.selected {
	background					: #1c3764;
}

#homeFeature {
	background					: url(img/homeFeature.jpg);
	height						: 228px;
	border						: #b9b9b9 solid 1px;
	margin						: 10px 0;
}

.sub {
	float						: left;
	width						: 228px;
	height						: 170px;
	margin-right					: 7px;
	margin-bottom					: 10px;
	overflow					: hidden;
	line-height					: 500px;
}

.sub1 {
	background					: url(img/sub1.jpg);
}

.sub2 {
	background					: url(img/sub2.jpg);
}

.sub3 {
	background					: url(img/sub3.jpg);
}

.sub4 {
	background					: url(img/sub4.jpg);
	margin-right				: 0;
}

#subnav ul {
	float						: left;
	padding						: 10px;
	margin						: 0;
	margin-top					: 40px;
	list-style					: none;
	width						: 180px;
}

#subnav li a{
	display						: block;
	border-bottom				: #CCCCCC dotted 1px;
	padding						: 10px;
}

#subnav li a:hover,#subnav li a.selected{
	color						: #666666;
}

#content {
	float						: right;
	width						: 670px;
	padding						: 10px;
	padding-bottom				: 50px;
	padding-top					: 30px;
}

#content H1 {
	color						: #23457f;
	font-weight					: normal;
	margin						: 10px 0;
	padding						: 0;
	font-size					: 2em;
}

#content H2 {
	color						: #23457f;
	font-weight					: normal;
	margin						: 10px 0;
	padding						: 0;
	font-size					: 1.4em;
}

#content H3 {
	color						: #23457f;
	font-weight					: normal;
	margin						: 10px 0;
	padding						: 0;
	font-size					: 1em;
}

#content p {
	color						: #4e4e4e;
	width						: 600px;
	text-align					: justify;
}

#content ul {
	color						: #4e4e4e;
	width						: 540px;
	text-align					: justify;
	margin-left:15px;
	list-style:square;
	padding-left:15px;
}

#footer {
	clear						: both;
	border-top					: #CCCCCC dotted 1px;
	color						: #7c7c7c;
	padding-top					: 10px;
	height						: 70px;
}

#footer a {
	color						: #7c7c7c;
}

.legal {
	float						: left;
	padding-top					: 4px;
}
.legal ul{
	margin:0;padding:0;list-style:none;
}

.legal li {float:left;padding:0 10px 0 0;}

#footer a:hover {color:#999;}

.credits {
	float						: right;
}

.credits img{
	border:none;
}