* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
}

a:link { color:#005592 }
a:visited { color:#00375f }

body { font-size: 12pt; }

.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }

.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }

#container {
	width: 800px;
	margin: 0 auto;
}

#contentTopCtrls {
	height: 25px;
}


#contentMainSplash { /* default */
	color: #fff;
	height: 280px;
	width: 800px;
	background: #fff url('/images_home_page_new/tag.png') 375px 11px no-repeat;
	border-width: 0;
	position: relative;
}

#splashLogo {
	background: url('/images_home_page_new/topLogo.png') top center no-repeat;
	display: block;
	height: 104px;
	width: 212px;
	left: 13px;
	top: 0;
	position: absolute;
	z-index: 100;
	border-width: 0;
}

#splashNav { position: absolute; bottom: 22px; left: 22px; z-index: 500; 
	font-size: .75em;
	}

	#splashNav h1 { font-size: 1.3em; }
	#splashNav a { color:#fff;}
	#splashNav p {margin-bottom: 22px;}
	#splashNav p.last {margin-bottom: 0;}
	
#splashControls {
	width: 175px;
	float: left;
	margin: 0 0 0 105px;
	position: absolute;
	z-index: 200;
}

#splashControls h1 {
	font-size: 1em;
	display: block;
	border-bottom: 2px solid #298dd6;
	margin: 10px 0 3px 0;
}

#splashControls ul {
	list-style-type: none;
}

#splashControls li a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}

#splashControls li a:hover {
	color: #298dd6;
}

#splashContent {
	width: 480px;
	height: 245px;
	top: 34px;
	margin: 0 0 0 320px;
	position: absolute;
	z-index: 100;
	/*border: 1px solid #298dd6; */
}

#splashContent ul {
	display: none; /* Controlled by javascript */
	list-style-type: none;
	margin: 10px 0 0 15px;
	padding: 0;
}

#splashContent li a {
	display: block;
	height: 12px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	font-size: 0.6em;
}

#splashContent li a:hover {
	text-decoration: underline;
}

#blindDiv {
	height: 245px;
	width: 800px;
	background: #fff url('/images_home_page_new/blank.png') no-repeat;
	opacity: 0;
	filter: alpha(opacity = 0);
	position: absolute;
	top: 34px;
	z-index: 50;
}

#images {
	position: absolute;
	z-index: 20;
}

#images img { display: none; padding-top: 34px; }

#contentLeftCtrls {
	width: 175px;
	float: left;
}

#contentLeftCtrls ul { 
	list-style-type: none;
	padding-top: 10px;
	}

#contentLeftCtrls li a {
	display: block;
	border: 1px solid #298dd6;
	border-width: 0 1px 1px 0;
	color: #000;
	text-decoration: none;
	padding: 2px 0 2px 4px;
	margin: 2px 0 0 0;
	font-size: 0.7em;
}

#contentLeftCtrls li a.special {
	padding: 4px 0 4px 4px;
	border-color: #298dd6;
}

#contentLeftCtrls li a.special:hover {
	border-width: 0 2px 2px 0;
	padding: 4px 0 3px 4px;
}

#contentLeftCtrls li a:hover {
	border-width: 0 2px 2px 0;
	padding: 2px 0 1px 4px;
}

#contentLeftCtrls #searchbox p {
	font-size: 0.7em;
	font-weight: bold;
}

#contentLeftCtrls #searchbox {
	margin: 15px 0 0 0;
	padding: 0 0 0 3px;
}

#contentLeftCtrls #searchbox p {
	padding: 0;
}

#contentLeftCtrls #searchbox #querytext {
	float: left;
	margin: 3px 0 0 0;
}

#contentLeftCtrls #searchbox #submit {
	padding: 2px 0 0 5px;
}

#contentMain {
	float: left;
	width: 600px;
	margin: 15px 0 0 25px;
	font-size: 0.7em;
}

#contentMain h1 {
	display: block;
	font-size: 1.2em;
	padding: 0;
	border-bottom: 0;
	margin-bottom: 10px;
}

#contentMain h2 {
	font-size: 1.2em;
	padding: 0 0 6px 0;
}

#contentMain p {
	margin-bottom: 5px;
}

#colLeft {
	float: left;
	width: 290px;
	margin-top: 10px;
	padding-right: 10px;
}

#colRight {
	float: right;
	width: 290px;
	margin-top: 10px;
	padding-left: 10px;
}

#contentContainer {
	width: 800px;
	margin: 25px auto;
}

#contentBanner {
	width: 800px;
	height: 96px;
	border: none;
	border-width: none;
}

#contentBannerLink {
	text-decoration: none;
}

#contentBannerLink img {
	border: none;
}

#contentLeftNav {
	width: 160px;
	padding: 10px 20px 0 0;
	float: left;
}

ul.leftNavList {
	list-style-type: none;
	margin: 0 0 10px 0;
}

ul.leftNavList a {
	color: #000;
	text-decoration: none;
	display: block;
}

ul.leftNavList a:hover { text-decoration: underline; }

ul.leftNavList li.groupHeader a {
	font-weight: bold;
	font-size: 0.8em;
	padding: 0 0 2px 0;
	border-bottom: 2px solid #298dd6;
}

ul.leftNavList li.subGroupHeader a {
	font-size: 0.7em;
	padding: 1px 0 0 0;
}

ul.leftNavList li.groupItems a {
	font-size: 0.6em;
	padding: 0 0 0 10px;
}