@charset "UTF-8";
body {
	background-color: #26497D;
}
/* CSS Document */

div#page {
	margin: 0px;
	padding: 0px;
	background-image: url(/images/bkg-page.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #EFEFEF;
}
div#container {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: -40px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#header {
	height: 140px;
}
img#logo {
	float: left;
	margin-top: 20px;
}
div#callbox {
	text-align: right;
	float: right;
	margin-top: 40px;
	font-size: 12px;
	line-height: 16px;
	color: #3D3D3D;
}
div#navcontainer {
	height: 42px;
}
ul#navmenu {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul#navmenu li {
	line-height: 41px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 41px;
	float: left;
}
ul#navmenu li a {
	line-height: 41px;
	float: left;
	height: 41px;
	padding-right: 20px;
	padding-left: 20px;
	overflow: hidden;
	color: #8098C1;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .08em;
}
ul#navmenu li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
div#wrapper {
	margin: 0px;
	padding: 0px;
	clear: both;
	background-color: #FFFFFF;
	background-image: url(/images/bkg-wrapper.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	min-height: 400px;
}
div#main {
	padding: 20px;
	float: left;
	width: 572px;
}
div#hero {
	width: 568px;
	border: 2px solid #CCCCCC;
	margin-bottom: 20px;
}
div#sidebar {
	padding: 20px;
	float: right;
	width: 298px;
	font-size: 12px;
	line-height: 18px;
}
div.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
}
div#footer {
	font-size: 12px;
	line-height: 18px;
	background-image: url(/images/bkg-footer.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #26497D;
	color: #E3F3FF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#footer .content {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/images/bkg-foot-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 80px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#footer  #left {
	float: left;
	width: 572px;
	padding-left: 20px;
}
#footer #right {
	float: right;
	width: 298px;
	padding-right: 20px;
	margin: 0px;
	text-align: center;
}
#footer #right img {
	margin-bottom: 10px;
}
ul#subnav {
	list-style-type: none;
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
ul#subnav li {
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	float: left;
	color: #446598;
}
ul#subnav li + li {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #446598;
}
ul#subnav li a {
	font-size: 13px;
	color: #5A85CA;
	font-weight: bold;
	text-decoration: none;
}
ul#subnav li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
