@charset "utf-8";

* {
 	margin: 0;
	padding: 0;
 }
 body {
	background: #007798 url(images/bg_solid_007798.gif);
	font-family: arial, helvetica, sans-serif;
	font-size: .75em;
	color: #222222;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 15px;
 }
 .headingText {
 	font-size: 1.1em;
	font-weight: bold;
	display: block;
	margin-bottom: 4px;
 }
 #centerCol_home .headingText {
	margin-bottom: 1px;
 }

/* DIVS */

#container, #header, #pageHead, #main, #footer  {
	width: 844px;
	margin: auto;
}
#container {
	text-align: left;
	width: 100%;
}
#header, #pageHead, #main {
	background: #ffffff;
	background-image:url(images/quest_back.gif);
	background-repeat: repeat-y;
	width: 844px;
}
#pageHead {
	width: 844px;
	color: #007798;
	padding-top: 4px;
}
#pageHeadL {
	float: left;
	text-align: center;
	padding-left: 28px;
	width: 162px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}
#pageHeadR {
	float: left;
	padding-left: 10px;
	width: 600px;
	font-size: 30px;
	font-weight: normal;
}

.pageSubHead {
	display: block;
	margin-top: 4px;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
#main {

}
#nav {
	float: left;
	width: 162px;
	padding-left: 36px;
}
#nav ul { padding-bottom: 6px; }
#nav ul li {
	display: block;
	list-style-type: none;
}
#nav li a {
	color: #111;
	text-decoration: none;
}
#nav li a:hover {
	color: #007798;
}
.nav1 {
	font-size: 1em;
	font-weight: bold;
	margin-top: 2px;
}
.nav2 {
	font-size: 0.9em;
	font-weight: normal;
	padding-left: 4px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	word-spacing: 0.04em;
	letter-spacing: -.01em;
}
#centerCol, #centerCol_home {
	float: left;
	width: 380px;
	margin-top: 10px;
	margin-right: 10px;
	padding-right: 10px;
	border-right: solid 1px #007798;
}
#centerCol_home .centerContent {
	margin-top: 10px;
	text-align: right;
	height: 100px;	
}
.centerContent {
	margin-top: 10px;
	text-align: left;
	z-index: 1;	
}
.centerContent p, .rightContent p {
	margin-bottom: .4em;
}
.pageHeading {
	margin-top: 10px;
	text-align: left;
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: bold;
}

#rightCol, #rightColHome {
	float: left;
	width: 200px;
	padding-right: 10px;
	margin-top: 10px;
	height: 800px;
}
#rightColHome, #centerCol_home {
	height: 1050px;
}
.rightContent {
	margin-top: 10px;
	text-align: justify;
	z-index: 1;
}
.rightColTop {
	text-align: center;
	margin: 0px 10px 6px auto;
	padding-top: 2px;
	padding-bottom: 2px;
}
#doubleCol {
	float: left;
	width: 580px;
	margin-top: 10px;
	margin-right: 10px;
	padding-right: 10px;
}

div.register {
	position: relative;
	z-index: 100;
}
#registerMenu, #registerMenu2 {
	position: absolute;
	visibility: hidden;
	background-color: #ffffff;
	left: 55px;
	top: 5px;
	width: 170px;
	z-index:200;
}

* html #registerMenu, * html #registerMenu2 {
	left: 100px;
	width: 165px;
}
#registerMenu li, #registerMenu2 li {
	list-style-type: none;
	text-align: left;
	font-size: .85em;
	border: 1px solid #000;
	border-bottom: 0px;
	background: #ffffff;
	text-align: right;
	padding: 2px;
}
#registerMenu li a, #registerMenu2 li a {
	font-size: .85em;
}
#footer {
	
}
.box {
	border: 1px #007798 solid;
	margin-bottom: 3px;
}
.bottomSection {
	border-top:1px solid #007798; 
	padding-top:4px;
	margin-top: 10px;
}
.art_thumb {
	position: relative;
	float: left;
}
.art_thumb img {
	margin: 3px;
}
.art_box {
	position: absolute;
	top: -4px;
	left: -4px;
	background: #fff;
	border: solid 2px #000;
	padding: 2px;
	visibility: hidden;
	z-index: 10;
	text-align: center;
	display: block;
}
.art_box img {
	display: block;
}

/* CLEAR FIX */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-table;}
/* backslash hack hides from IE mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* end backslash hack */
.titleLoc {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.rColHead {
	font-size: 1.1em;
	font-weight: bold;
	display: block;
	margin-bottom: 4px;
	color: #007798;
	text-align: center;
	text-transform: uppercase;
}
