@charset "UTF-8";
/* CSS Document */
/*-------------------------------- general styles */
body {
	margin:0;
	padding:0;
	background:#CCC;
	font-family:Arial, Helvetica, sans-serif;
}
div#container {
	margin:0 auto;
	padding:0;
	width:1008px;
}
div#content {
	position:relative;
	overflow:auto;
	margin:0;
	padding:0;
	width:100%;
	background:#FFF;
}
/*-------------------------------- header styles */
div#header {
	position:relative;
	width:100%;
	height:86px;
	background: #84acd4;
	border-bottom: 20px solid #184678;
}
div#header#logo {
	position:absolute;
	top:0;
	left:0;
}
div#header #title {
	position:absolute;
	top:35px;
	left:120px;
}
div#header #contact_link {
	position:absolute;
	right:0;
	top:65px;
	padding:0 20px 0 0;
}
/*-------------------------------- content_sub styles */
div#content_sub {
	margin:0;
	padding:15px 20px 0px 15px;
	height:510px;
	overflow:auto;
	float:left;
	width:220px;
	background:#c6daf2;
}
div#content_sub #nav a {
	margin:0;
	padding:0 0 5px 0;
}
div#content_sub p {
	font-size:14px;
	color:#003366;
	font-weight:bold;
}
div#content_sub b {
	font-size:14px;
	color:#660000;
	font-weight:bold;
}
div#content_sub a {
	font-size:14px;
	color:#660000;
	font-weight:bold;
}
div#content #content_sub #navsub a {
	/*margin:0;
	padding:0;*/
}
div#content #content_sub #navsub a img {
	/*margin:0;
	padding:0;*/
}
/*-------------------------------- content_main styles */
div#content_main {
	position:relative;
	margin:0;
	padding:0 60px;
	background:#FFF;
	overflow:auto;
	float:left;
	width:625px;
	height:510px;
}
div#content_main p {
	text-align:left;
	font-size:13px;
	line-height:1.25em;
}
/*-------------------------------- footer styles for home page*/
div#footer {
	position:relative;
	margin:0;
	padding:0;
	background:#000;
	width:100%;
	border-top:20px solid #7d7d7c;
}
div#footer ul {
	display:inline;
	margin:0;
	padding:0;
}
div#footer li {
	list-style:none;
	margin:0;
	padding:0;
	width:252px;
	float:left;
	height:170px;
	margin:0;
}
div#footer li#one {
	background:#184678;
	color:#CCCCCC;
}
div#footer li#two {
	background:#4f7ba8;
	color:#CCCCCC;
}
div#footer li#three {
	background:#83aad5;
	color:#184678;
}
div#footer li#four {
	background:#c6daf2;
	color:#184678;
}
div#footer li#one a {
	color:#CCCCCC;
}
div#footer li#two a {
	color:#CCCCCC;
}
div#footer li#three a {
	color:#184678;
}
div#footer li#four a {
	color:#184678;
}
div#footer a {
	text-decoration:none;
	margin:0;
}
div#footer p {
	font-size:14px;
	font-weight:bold;
	padding:0 20px;
	margin:-10px 0 0 0;
}
div#footer h1 a {
	font-weight:bold;
	font-size:24px;
	padding:0 20px;
}





























