/* null styles */
.cleaner {
	font-size: 1px;
	line-height: 1px;
	height: 0px;
	clear: both;
	overflow: hidden;
}
.hidden {
	display: none;
}
a:hover {
	text-decoration: none;
}
.height7 {
	height: 7px;
}
.height20 {
	height: 20px;
}
.height30 {
	height: 30px;
}
/* end null styles */
body {
	padding: 0px;
	margin: 0px;
	background: url('../../images/bg.gif') repeat-x #248bc2;
	font-family: arial, tahoma, verdana;
}
#page {
	width: 990px;
	background: white;
	margin: 0px auto;
	position: relative;
}
#head {
	height: 119px;
	width: 100%;
	position: relative;
}
#logo-link {
	display: block;
	width: 190px;
	height: 95px;
	overflow: hidden;
	background: url('../../images/logo.jpg') no-repeat left top;
	position: absolute;
	left: 53px;
	top: 24px;
	cursor: pointer;
}
#totalContent {
	width: 100%;
	float: left;
	min-height: 380px;
	padding-bottom: 45px;
}
#content {
	width: 657px;
	float: right;
}
#subContent {
	width: 592px;
	overflow: hidden;
}
h1 {
	font-size: 30px;
	line-height: 30px;
	color: #248bc2;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 30px;
}
#boxes {
	width: 296px;
	float: left;
	/* padding-top: 22px;
	   background: url('../../images/slogan.gif') no-repeat center top; */
}
#footer {
	background: #248bc2;
	font-size: 12px;
	padding-top: 12px;
}
#footer .footContent {
	width: 525px;
	padding-left: 15px;
	float: left;
	color: #bedeef;
}
#footer .footContent p {
	padding: 0px;
	margin: 0px;
}
#footer .footContent a {
	color: white;
}
#footer .footCopy {
	text-align: right;
	width: 410px;
	padding-right: 15px;
	float: right;
	color: #bedeef;
}
#footer .footCopy a {
	color: #bedeef;
}
#menu {
	width: 682px;
	position: absolute;
	right: 0px;
	top: 60px;
}
#menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#menu ul li {
	float: left;
	padding-left: 25px;
	padding-right: 25px;
	position: relative;
}
#menu ul li a {
	font-size: 18px;
	line-height: 18px;
	color: #196790;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-bottom: 6px;
}
#menu ul li:hover a, #menu ul li.hover a, #menu ul li.active a {
	color: #248bc2;
}
#menu ul li.active a {
	border-bottom: 4px solid #a8ae00;
}
#menu ul ul {
	display: none;
	width: 195px;
	background: #99c9e3;
	position: absolute;
	left: 25px;
	top: 24px;
	border-top: 4px solid #a8ae00;
}
#menu ul ul li {
	padding: 0px;
}
#menu ul ul li a {
	border: 0px !important;
	font-size: 12px;
	line-height: 14px; 
	color: #196790 !important;
	padding: 7px;
	padding-left: 22px;
	padding-right: 13px;
	width: 160px;
}
#menu ul ul li a:hover {
	background: url('../../images/sip.gif') no-repeat 9px 11px #c2dfee;
}
#menu ul ul li.first a {
	border-top: 1px solid white !important;
}
#menu ul li:hover ul, #menu ul li.hover ul {
	display: block;
}
