@charset "UTF-8";
/* CSS Document */

body {
	background-color: #006193;
	margin: 0px;
	padding: 0px;
	font-family: 'Lucida Grande', 'Lucida Sans', Helvetica, Verdana, "Arial sans-serif";
}
.header {
	width: 542px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	height: 32px;
	background-color: #03A9FF;
	padding-bottom: 35px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	
	/*font-family: Helvetica, Verdana, "Arial sans-serif";
	font-size: 11px;
	color: #00527d;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 5px;
	text-align: center;
	padding: 0px;*/
	
}
.header p {
	font-size: 11px;
	color: #00527d;
	font-weight: bold;
	text-align: center;
	padding: 9px 0px 0px;
	margin: 0px;
	font-family: Helvetica, Verdana, "Arial sans-serif";
	
}
.teaser {
	width: 541px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/center.gif);
	background-repeat: no-repeat;
	height: 255px;
	background-color: #03A9FF;
}
.teaser-inner {
	width: 541px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/teaser-inner.gif);
	background-repeat: no-repeat;
	height: 105px;
	background-color: #03A9FF;
	overflow: hidden;
}
.devider {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #55c4fd;
}
.container {
	background-color: #006193;
	height: 100%;
	width: 587px;
	margin-right: auto;
	margin-left: auto;
	font-size: 13px;
	line-height: 16px;
}
.container-wide {
	background-color: #006193;
	height: auto;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	font-size: 13px;
	line-height: 16px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	vertical-align: top;
}
.headerHolder {
	background-color: #03A9FF;
	margin: 0px;
	padding: 0px;
}
.teaserHolder {
	background-color: #03A9FF;
}
.container .box-top {
	background-image: url(images/box-top.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 587px;
	margin-right: auto;
	margin-left: auto;
}
.container #module-holder {
	height: 260px;
	width: 587px;
	margin-top: 15px;
}
.container .box-middle {
	background-color: #FFFFFF;
	width: 564px;
	margin-left: 1px;
	padding-right: 10px;
	padding-left: 10px;
}
.container-wide .box-middle-wide {
	background-color: #FFFFFF;
	width: 700px;
	padding-right: 10px;
	padding-left: 10px;
}
.container .box-bottom {
	background-image: url(images/box-bottom.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 587px;
}
.container .box-middle p {
	margin: 0px;
	padding: 0px 15px;
	color: #31363e;
}
.container .box-middle li {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	list-style-type: none;
	margin-top: 4px;
	margin-bottom: 4px;
	color: #00334E;
}
.container #module-holder .row {
	clear: both;
	width: 587px;
	height: 120px;
}
.container #module-holder .row a {
	border:none;
	text-decoration:none;
}
.container #module-holder .row #edu {
	background-image: url(images/education.gif);
	background-repeat: no-repeat;
	width: 186px;
	height: 111px;
	float: left;
}
.container #module-holder .row #biz {
	background-image: url(images/business.gif);
	background-repeat: no-repeat;
	width: 186px;
	height: 111px;
	float: left;
	margin-right: 14px;
	margin-left: 14px;
}
.container #module-holder .row #estate {
	background-image: url(images/real-estate.gif);
	background-repeat: no-repeat;
	width: 186px;
	height: 111px;
	float: left;
}
.container #module-holder .row #camp {
	background-image: url(images/camp.gif);
	background-repeat: no-repeat;
	width: 186px;
	height: 111px;
	float: left;
	margin-right: 14px;
	margin-left: 14px;
}
.container #module-holder .row a {
	background-color:transparent;
	display: block;
	height: 111px;
	width: 186px;
}
.teaserHolder .teaser a {
	display: block;
	height: 260px;
	width: 551px;
}
.container #module-holder .row .empty {
	float: left;
	height: 111px;
	width: 186px;
	background-image: url(images/empty.gif);
	background-repeat: no-repeat;
}
#footer {
	height: auto;
	margin-right: auto;
	margin-left: auto;
	width: 500px;
	text-align: center;
	color: #9ED7FF;
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
}

#footer a {
	color: #9ED7FF;
	text-decoration: none;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #88C6EF;*/
}
#footer a img {
	border:none;
	margin:0 5px 0 0px;
	vertical-align:middle;
	}

.container a, .container a:visited, .container a:active, .container-wide p a, .container-wide p a:visited, .container-wide p a:active {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9EB2BC;
	background-color: #F6FFFF;
	color: #003048;
	padding-right: 1px;
	padding-left: 1px;
	/*padding-top: 10px;
	margin-top: 10px;*/
}

.container a:hover, .container-wide p a:hover {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9EB2BC;
	background-color: #006193;
	color: #EEF9FF;
	padding-right: 1px;
	padding-left: 1px;
}
#footer span {
	padding-top: 20px;
	margin-top: 20px;
	width: 80px;
}
.container .box-middle h1 {
	font-size: 14px;
	padding-left: 15px;
	margin: 0px 0px 10px;
}
.container .box-middle h2 {
	padding-left: 15px;
	margin: 0px 0px 10px;
	font-size: 14px;
}

.container  .wide {
	width:700px;
}
.container-wide .box-middle-wide p {
	margin: 0px;
	padding: 7px 20px;
}
.container-wide .box-middle-wide h1 {
	margin: 0px;
	padding-left: 20px;
	padding-top: 25px;
	padding-bottom: 10px;
}
.container-wide .box-middle-wide img {
	float: right;
	margin-left: 10px;
	margin-top: 0px;
}
.container-wide .box-middle-wide li {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	list-style-type: none;
	margin-top: 4px;
	margin-bottom: 8px;
	color: #00334E;
}
.container-wide #nav {
	height: auto;
	background-color: #F1F7F7;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #F1F7F7;
	width: 720px;
	text-align: center;
	/*background-image: url(images/nav-bg.gif);*/
	background-repeat: repeat-x;
	padding-bottom: 2px;
}
.container-wide #nav ul {
	display: inline;
	list-style-type: none;
	width: auto;
	text-align: right;
}
.container-wide #nav li {
	display: inline;
	vertical-align: middle;
	padding-right: 30px;
	padding-left: 30px;
	/*background-image: url(images/nav-bg.gif);
	background-repeat: no-repeat;
	background-position: right top;*/
}
.container-wide #nav a {
	text-decoration: none;
	color: #7786A2;
	}
.container-wide #nav a:hover {
	text-decoration: none;
	/*color: #03A9FF;*/
	color: #006193;
	background-repeat: repeat-x;
}
.container-wide .sub-footer {
	/*background-image: url(images/nav-bg.gif);
	background-repeat: repeat-x;*/
	color: #9ED7FF;
	width: 720px;
	height: 19px;
	font-size: 10px;
	text-align: center;
}
.container-wide #nav .first {
	padding-left: 0px;
	margin-left: 0px;
}
.container-wide .box-middle-wide ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

