/* @group Globals */

body {
	background: #e5e5e5 url(../img/bgSubheader.gif) repeat-x;
	background-position: 0 225px;
	color: #222;
	font: 95% "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0 auto;
	padding: 0;
}

p {
	color: #222;
	font: 111% "Lucida Grande", Lucida, Verdana, sans-serif;
	line-height: 1.35em;
}

.offset {
	padding-left: 20px;
	width: 600px;
}

h1 {
	font-size: 200%
}

a {
	color: #db1808;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

#topContent a:hover, #bottomContent a:hover, #footer a:hover {
	color: #000;
	text-decoration: underline;
}

img {
	border: none;
}

li {
	margin: 7px 0;
	list-style-image: url(../img/check.png);
}

.noList {
	width: 485px;
	padding-left: 150px;
	font-size: 90%;
}

.noList li {
	list-style-image: none;
	list-style-type: none;
}

.centerList {
	width: 450px;
	padding-left: 200px;
	font-size: 90%;
}

.centerList {
	line-height: inherit;
}

.red {
	font-weight: bold;
	color: #db1505;
}

.orange {
	font-weight: bold;
	color: #ee8512;
}

.purple {
	font-weight: bold;
	color: #932890;
}

/* @end */

/* @group Layout */

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 980px;
}

#topContent, #bottomContent {
	margin: 0 auto;
	padding: 20px;
	width: 780px;
}

#topContent {
	background: #ebebeb url(../img/bg-topContent.gif) no-repeat;
}

#bottomContent {
	background: #ebebeb url(../img/bg-bottomContent.gif) no-repeat 0 bottom;
	clear: both;
}

.thin {
	margin: 20px auto;
	width: 600px;
}

.thinner {
	margin: 20px auto;
	width: 500px;
}

.blockquote {
	background-image: url(../img/blockquote.png);
	color: #e5e5e5;
	margin: 0 auto;
	padding: 25px;
	width: 500px;
	height: 120px;
}

.caption {
	font-size: 84%;
	font-weight: bold;
	margin-top: -25px;
	padding: 0;
	text-align: center;
}

.readonly {
	text-align: center;
	color: #666;
}

#topMain {
	float: left;
	width: 518px;
}

#topLinks {
	float: right;
	width: 222px;
}

.center {
	text-align: center;
}

.imgFloatL {
	float: left;
	margin: 0 10px 10px 0;
}

.imgFloatR {
	float: right;
	margin: 0 0 10px 10px;
}

.left {
	float: left;
	margin: 8px 8px 8px 0;
}

.right {
	float: right;
	margin: 8px 0 8px 8px;
}

.threeNarrow {
	font-size: 85%;
}

.threeNarrow ul {
	padding: 0 0 5px 200px;
}

.threeNarrow h3 {
	padding-left: 170px;
}

.threeNarrow li {
	padding-right: 100px;
}

div.select {
	background-color: #e5e5e5;
	width: 400px;
	margin: 15px auto;
	padding: 15px;
	border: 1px solid #999;
}

div.select p {
	padding: 0px 140px;
}

div.select h3 {
	font-size: 95%;
	text-align: center;
	margin: 2px;
}

/* @end */

/* @group Header */

#header {
	min-height: 85px;
	width: 980px;
}

#headLeft {
	float: left;
	width: 490px;
}

#headRight {
	background: url(../img/bgRegister.png) no-repeat;
	float: right;
	height: 70px;
	margin: 0 80px 0 0;
	width: 150px;
}

#headRight p {
	color: #fff;
	font-size: 81%;
	margin: 0;
	padding: 8px 5px 0 5px;
	text-align: center;
}

#headRight a {
	color: #222;
	display: block;
}

#headRight a:hover {
	color: #000;
	text-decoration: underline;
}

#header h1 {
	float: left;
	margin: 15px;
	width: 100px;
}

#header h1 a {
	background: url(../img/logo.gif) no-repeat;
	display: block;
	height: 50px;
	text-indent: -2000em;
	width: 100px;
}

#header img.verse {
	margin: 12px 0 0 0;
}

/* @end */

/* @group Subheader */

#topNav {
	float: left;
	width: 490px;
}

#links {
	height: 80px;
	margin: 5px 0;
	padding: 0;
}

#links li {
	display: block;
	float: left;
	list-style-type: none;
}

#links li a {
	background: transparent url(../img/nav.gif) no-repeat 0 0;
	display: block;
	height: 80px;
	width: 105px;
}

#links li a:hover {
	background-position: 0 -79px;
}

li#navHome {
	left: 0;
	width: 97px;
}

li#navMembers {
	left: 97px;
	width: 112px;
}

li#navRegister {
	left: 206px;
	width: 103px;
}

li#navCamp {
	left: 309px;
	width: 100px;
}

#links #navHome a {
	background-position: 0 0;
	width: 97px;
}

#links #navMembers a {
	background-position: -97px 0;
	width: 112px;
}

#links #navRegister a {
	background-position: -206px 0;
	width: 103px;
}

#links #navCamp a {
	background-position: -309px 0;
	width: 100px;
}

#links #navHome a:hover {
	background-position: 0 -86px;
}

#links #navMembers a:hover {
	background-position: -97px -86px;
}

#links #navRegister a:hover {
	background-position: -208px -86px;
}

#links #navCamp a:hover {
	background-position: -309px -86px;
}

#smallSub {
	margin: 0 auto;
	padding-left: 10px;
	width: 980px;
}

#smallSub p.breadcrumb {
	font-size: 85%;
	display: inline;
	margin: 0 auto;
	padding: 0 15px;
	position: absolute;
	top: 109px;
}

#smallSub p.breadcrumb a {
	padding: 3px;
	color: #d9210c;
}

#smallSub p.breadcrumb a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Links Info */

#mb_contents img {
	float: left;
	margin: 10px 20px;
}

#mb_contents p {
	font-size: 82%;
	margin: 15px 20px;
}

.labelM, .labelB, .labelS, .labelW {
	font-weight: bold;
	margin: 0 7px 0 0;
}

.labelM {
	color: #92278f;
}

.labelB {
	color: #28903b;
}

.labelS {
	color: #f18316;
}

.labelW {
	color: #378cd9;
}

/* @end */

/* @group Members */

.ans, .ans img {
	display: inline;
	float: left;
	margin: 0 0 10px 0;
	padding: 5px;
}

#more, #more2, #more3 {
	margin: 0;
	padding: 5px 90px;
	width: 600px;
	min-height: 140px;
}

/* @end */

/* @group New */

#new {
	background: transparent;
	display: block;
	position: absolute;
	top: 210px;
	left: 745px;
	width: 193px;
}

/* @end */

/* @group Footer */

#footer {
	clear: both;
	color: #666;
	font-size: .7em;
	margin: -10px 0px 0px 0px;
	min-height: 120px;
}

.foot1 {
	float: left;
	margin: 35px 0 0 180px;
	width: 600px;
}

.foot2 {
	float: right;
	margin-right: 6px;
}

/* @end */

/* @group Form */

#form_box {
	float: left;
	width: 355px;
	background: #f8f8f8;
	border: 1px solid #d6d6d6;
	border-left-color: #e4e4e4;
	border-top-color: #e4e4e4;
	font-size: 11px;
	font-weight: bold;
	padding: 9px;
	margin: 10px;
}

#form_box div {
	display: block;
	height: 25px;
	padding: 0.2em 0.5em;
}

#form_box div.hr {
	border-bottom: 2px solid #e2e2e1;
	height: 0px;
	margin-top: 0pt;
	margin-bottom: 7px;
}

#form_box p {
	float: left;
	margin: 4px 0pt;
	width: 120px;
}

#form_box img {
	float: right;
	margin: -70px 20px 0 0;
}

#formInfo {
	float: left;
	background: #fbfbfb;
	border: 1px solid #d6d6d6;
	border-left-color: #e4e4e4;
	border-top-color: #e4e4e4;
	font-size: 11px;
	font-weight: bold;
	padding: 9px;
	margin: 10px;
}

#formInfo div {
	display: inline;
	float: left;
	height: 25px;
	padding: 0 10px 0 0;
	margin: 0 0 0 5px;
}

#formInfo p {
	float: left;
	margin: 6px 10px 4px 4px;
}

#formInfo img {
	margin: 2px 15px 2px 5px;
	padding: 0;
}

.longInput {
	width: 210px;
}

.shortInput {
	width: 100px;
}

.submitter {
	float: right;
	margin: 2px 10px;
}

/* @end */

/* @group Answer Sheets */

#lside, #rside {
	display: block;
	width: 390px;
}

#lside {
	float: left;
}

#rside {
	float: right;
}

#info {
	clear: both;
}

/* @end */

/* @group Sub Links */

#subLinks {
	background: url(../img/sublinks.png) no-repeat;
	padding: 5px 10px;
	height: 175px;
	width: 130px;
	font-size: 86%;
	margin: 135px 805px;
	position: absolute;
}

#subLinks h2 {
	color: #248f37;
	font-size: 1.3em;
}

#subLinks p {
	font-size: 98%;
}

#subLinks ul {
	margin: 7px 0 0 0;
	padding: 0;
}

#subLinks ul li {
	list-style-image: none;
	list-style-type: none;
	margin: 4px 0 0 10px;
}

#subLinks ul li div a {
	color: #222;
	display: block;
	margin: 0;
	padding: 3px 0 0 0;
}

#subLinks ul div a:hover {
	display: block;
}

#subLinks ul li div:hover a {
	color: #fff;
	margin: 0;
	padding: 3px 0 0 0;
	text-decoration: none;
}

#subLinks ul li div {
	background: #d3d4aa;
	height: 23px;
	margin: 0 0 0 -15px;
	padding: 0 0 0 10px;
	width: 135px;
}

#subLinks ul li div:hover {
	background: #378cd9;
	height: 23px;
	margin: 0 -20px;
	padding: 0 0 0 15px;
	width: 135px;
	font-weight: bold;
}

/* @end */