@CHARSET "UTF-8";
#chromeFix { display: block; position: absolute; width: 1px; height: 100%; bottom: 0px; left: 0px; }

body {
	padding: 0px;
	margin: 0px;
	font-family: arial, "Nimbus Sans L", "FreeSans";
	font-size: 12px;
	text-align: center;
	line-height: 1.5em;
	background-color: #BCBEBF;
	color: #676767;
}
a {
	color: #4A90ED;
	text-decoration: none;
}
a:hover {
	color: orange;
}
p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	text-align: justify;
}
h2 {
	margin: 0px 0px 10px;
	padding: 0px 0px 18px 0px;
	font-size: 17px;
	color: #4A90ED;
	background: url("images/homeDiv.png") bottom left repeat-x;
	font-family:  "Trebuchet MS";
	font-size: 16px;
	font-weight: normal;
	color: #676767;
	
}
h3 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: 15px;
}
h4 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: 13px;
}
.clear { clear: both; }
img { border: none; }

/* layout components */
.cBlock {
	width: 800px;
	text-align: left;
	margin: 0px auto;
}
#mainWrapper {

}
#headerWrapper {
	height: 81px;
	background: url("images/headerBg.png") top left repeat-x;
}
#header {

}
#logo {
	width: 220px;
	height: 66px;
	background: url("images/logo.png") top left no-repeat;
	float: left;
	margin: 13px 0px 0px -40px;
}
#logo a {
	width: 220px;
	height: 66px;
	float: left;
}

#logo h1, #logo a span {
	display: none;
}
#menuWrapper {

}
#menu {
	float: right;
	padding: 14px 0px 0px 0px;
}
#menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#menu ul li {
	display: block;
	float: left;
	list-style: none;
	padding: 0px 1px;
	margin: 0px;
}
#menu ul li a {
	display: block;
	padding: 0px 15px 0px 0px;
	margin: 0px;
	height: 66px;
	background: url("images/menuBg.png") top left no-repeat;
	color: white;
	min-width: 85px;
	float: left;
}
* html #menu ul li a {
	width: 85px;
}
#menu ul li a:hover {
	background: url("images/menuBgHover.png") top left no-repeat;
}
#menu ul li a span {
	display: block;
	line-height: 13px;
	white-space: nowrap;
}

#menu ul li a span.title { 
	font-size: 11px;
	font-weight: bold;
	padding: 21px 0px 0px 21px;
	font-weight: bold;
	text-transform: uppercase;
}
#menu ul li a:hover span.title { 
	color: #d7f6ff;
}
#menu ul li a span.desc {
	font-size: 10px;
	padding: 0px 0px 0px 21px;
}

#bodyWrapper1 {
	background: url("images/bodyBg.png") left bottom repeat-x white;
}
#bodyWrapper2 {
	padding: 15px 0px 10px;
	min-height: 300px;
	text-align: left;
}

#footerWrapper {
	background: url("images/footerBg.png") top left repeat-x;
	min-height: 70px;
}
* html #footerWrapper {
	height: 70px;
}
#footer, #footer a {
	color: #838484;
}

#tier1 {
	border-bottom: 1px solid #b8babb;
	padding: 10px 0px 7px;
	font-size: 12px;
}
#tier2 {
	border-top: 1px solid #dadbdc;
	padding: 7px 0px;
	font-size: 11px;
}
#copyright {
	float: right;
}
#designBy {
	float: right;
}
#footerMenu {
	float: left;
}
#footerMenu ul {
	padding: 0px;
	margin: 0px;
}
#footerMenu ul li {
	padding: 0px 13px 0px 0px;
	margin: 0px;
	list-style: none;
	display: inline;
}

#footerStats {
	float: left;
}
#footerStats ul {
	padding: 0px;
	margin: 0px;
}
#footerStats ul li {
	padding: 0px 13px 0px 0px;
	margin: 0px;
	list-style: none;
	display: inline;
}



#banner {
	height: 91px;
	background: url("images/bannerBg.png") top left repeat-x #eaeff2;
	text-align: center;
}
#banner div {
	margin: 0px auto;
	padding-top: 20px;
}

#subheaderWrapper {
	height: 157px;
	background: url("images/subheaderBg.png") top left repeat-x;
	text-align: center;
}
#subheader {
	height: 157px;
	width: 800px;
	background: url("images/subheader.jpg") top left no-repeat;
	margin: 0px auto;
	text-align: left;
}
#subheader div {
	padding: 99px 0px 0px 385px;
}
#subheader div a {
	width: 180px;
	height: 47px;
	background: url("images/subheaderButton.png") top left no-repeat;
	display: block;
}
#subheader div a:hover {
	background: url("images/subheaderButtonHover.png") top left no-repeat;
}

#homeContent {
	text-align: center;
	padding: 15px 0px 0px;
}
.homeBox {
	width: 247px;
	text-align: left;
}
.homeBox.box1 {
	margin: 0px;
	float: left;
}
.homeBox.box2 {
	margin: 0px auto;
}
.homeBox.box3 {
	margin: 0px;
	float: right;
}

.homeBox h3 {
	font-size: 13px;
	padding: 7px 4px 5px 4px;
}
.homeBox p {
	font-size: 12px;
	padding: 0px 4px 7px 4px;
}
.homeButton {
	
}

#homeHeader {
	font-family:  "Trebuchet MS";
	font-size: 16px;
	color: #717171;
	text-align: justify;
	padding: 0px 0px 20px;
	line-height: 25px;
	background: url("images/homeDiv.png") bottom left repeat-x;
	margin: 0px 4px 0px 4px;
}
#homeHeader strong {
	color: #5a8bb1;
}
#homeHeader span {
	color: #559444;
}
#imagePreload {
	display: none;
}


#leftPanel {
	float: left;
	width: 620px;
}
#rightPanel {
	float: right;
	width: 163px;
}
#userMenuWrapper1 {
	width: 163px;
	background: url("images/userMenuBgCenter.png") top left repeat-y;
}
#userMenuWrapper2 {
	background: url("images/userMenuBgBottom.png") bottom left no-repeat;
}
#userMenu {
	background: url("images/userMenuBgTop.png") top left no-repeat;
	padding: 13px 0px 15px 0px;
	text-align: left;
}

#userMenu ul {
	padding: 0px 0px 0px 13px !important;
	margin: 0px !important;
}
#userMenu ul li {
	list-style: none;
	padding: 2px 0px 10px 5px;
	margin: 0px;
	background: url("images/userMenuDiv.png") bottom left no-repeat;
}
#userMenu ul li.last {
	background: none;
	padding-bottom: 0px;
}
#userMenu a {
	display: block;
	padding-left: 14px;
	background: url("images/userMenuBullet.png") 0px 7px no-repeat;
	color: white;
	font-size: 12px;
}

#userMenu a:hover {
	color: yellow;
}