* {
	margin: 0;
	padding: 0;
}

hr, .hide {
	position: absolute;
	top: -999em;
	left: -999em;
}

a img, fieldset {
	border: none;
}

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

a:hover {
	text-decoration: underline;
}

ul {
	list-style-type: none;
}

.right {
	float: right;
}

.left {
	float: left;
}

.rightalign {
	text-align: right;
}

.clear {
	clear: both;
}

body {
	font: normal small Arial, Helvetica, sans-serif;
	text-align: center;
	background: #255844 url('/images/bg.gif') top left repeat;
	color: #333;
}

#wrapper {
	width: 748px;
	border: solid 10px #ce1b1b;
	background: white url('/images/main.gif') top left repeat-y;
	margin: 50px auto;
	text-align: left;
	font-size: 80%;
}

h1, h1 span {
	width: 748px;
	height: 89px;
	overflow: hidden;
	position: relative;
}

h1 span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url('/images/logo.gif') top left no-repeat;
	cursor: pointer;
}

h3 {
	color: #DF3021;
}
#navigation {
	background: #255844 url('/images/nav.gif') top left repeat-x;
	color: white;
	margin: 0 13px;
	height: 30px;
	line-height: 30px;
}

#navigation a {
	color: white;
}

#navigation li {
	float: left;
}

#navigation li a, #navigation li a span {
	display: block;
	height: 30px;
	float: left;
	overflow: hidden;
	position: relative;
}

#navigation li a span {
	position: absolute;
	float: none;
	top: 0;
	left: 0;
	background: url('/images/navhome.gif') top left no-repeat;
	cursor: pointer;
}

#navigation li#home a, #navigation li#home a span {
	width: 98px;
}

#navigation li#home a span {
	background-image: url('/images/navhome.gif');
}

#navigation li#aboutus a, #navigation li#aboutus a span {
	width: 146px;
}

#navigation li#aboutus a span {
	background-image: url('/images/navaboutus.gif');
}

#navigation li#roster a, #navigation li#roster a span {
	width: 126px;
}

#navigation li#roster a span {
	background-image: url('/images/navroster.gif');
}

#navigation li#boards a, #navigation li#boards a span {
	width: 128px;
}

#navigation li#boards a span {
	background-image: url('/images/navboards.gif');
}

#navigation li#events a, #navigation li#events a span {
	width: 125px;
}

#navigation li#events a span {
	background-image: url('/images/navevents.gif');
}

#navigation li#links a, #navigation li#links a span {
	width: 99px;
}

#navigation li#links a span {
	background-image: url('/images/navlinks.gif');
}

#navigation li#home a:hover span {
	background-image: url('/images/navhomehover.gif');
}

#navigation li#aboutus a:hover span {
	background-image: url('/images/navaboutushover.gif');
}

#navigation li#roster a:hover span {
	background-image: url('/images/navrosterhover.gif');
}

#navigation li#boards a:hover span {
	background-image: url('/images/navboardshover.gif');
}

#navigation li#events a:hover span {
	background-image: url('/images/naveventshover.gif');
}

#navigation li#links a:hover span {
	background-image: url('/images/navlinkshover.gif');
}

#subnav {
	margin: 0 13px;
	background: #dfebe6 url('/images/subnav.gif') top left repeat-x;
	color: #980d00;
	height: 20px;
	line-height: 20px;
	padding: 3px 5px 0;
}

#subnav a {
	color: #980d00;
}

#content {
	clear: both;
	margin: 5px 13px;
	font-size: 12px;
}
#content p {
	padding: 5px;
}
#side {
	width: 250px;
	float: left;
}

#main {
	width: 472px;
	float: left;
}

#main img {
	display: block;
}

#signin {
	background: #2f3a4d url('/images/signinbg.gif') top left no-repeat;
	color: white;
	height: 122px;
	padding: 70px 10px 0 30px;
}
#signedin {
	background: #2f3a4d url('/images/signedinbg.gif') top left no-repeat;
	color: white;
	height: 122px;
	padding: 50px 10px 20px 30px;
}

#signin p, #signedin p {
	text-align: center;
	padding-right: 20px;
}

#signin a, #signedin a {
	color: white;
	text-decoration: underline;
}

#signin a:hover, #signedin a:hover {
	text-decoration: none;
}

#signin label, #signedin label {
	width: 60px;
	display: block;
	float: left;
	color: #fff;
	font-weight: bold;
	padding-top: 4px;
}

#peditform label {
	color: #000;
}
#signin input.text, #search input.text, #search select {
	width: 100px;
	display: block;
	float: left;
	margin-bottom: 5px;
	font-size: 95%;
	padding: 2px;
	margin-left: 5px;
}

#search select {
	padding: 0;
	width: auto;
	margin: 0;
}

#signin .button, #search .button {
	margin: 10px 0 15px 65px;
}

#search .button {
	margin-left: 55px;
}

#search {
	background: #2f3a4d url('/images/searchbg.gif') top left no-repeat;
	color: white;
	height: 126px;
	padding: 60px 15px 0 20px;
}

#search a {
	color: white;
}

#search .cell {
	margin: 6px 0;
	display: block;
}

#search .short {
	width: 45px;
}

#search .cell select {
	font-size: 10px;
}

#signin form legend, #search form legend {
	display: none;
}

#search form label {
	color: #fff;
	padding-bottom: 3px;
	display: block;
}

#search .twoinputs {
	clear: both;
	padding-top: 10px;
	padding-left: 12px;
	text-align: center;
}

#search .twoinputs input.text {
	width: 55px;
	padding: 2px;
	margin-right: 2px;
}

#footer {
	padding: 0 18px;
	height: 40px;
	line-height: 40px;
	clear: both;
	background: url('/images/footer.gif') bottom left no-repeat;
}

#footer .copyright, #footer .links {
	width: 50%;
	float: left;
}

#footer .links {
	text-align: right;
}

#footer, #footer a {
	color: #999;
}

#blog {
	width: 500px;
	float: left;
	padding: 5px;
}
#blogNav {
	margin-top: 10px;
	width: 190px;
	float: left;
	padding: 5px;
	border-left: 1px solid #b2d0c4;
}
.blogEntry {
	border-bottom: 1px solid #ccc;
	padding-bottom: 8px;
	margin-bottom: 15px;
}
.blogEntry h2 {
	color: #ce1b1b;
	font-size: 18px;
	padding: 5px 0;
}
.breadCrumbs {
	padding: 3px;
	background-color: #dfebe6;
	color: #000;
	margin-bottom: 10px;
}
.breadCrumbs a {
	color: #980d00;
	text-decoration: underline;
}
.breadCrumbs a:hover {
	text-decoration: none;
}
#forumPosts {
	width: 100%;
	margin: 10px 0;
}
th {
	background-color: #eee;
	padding: 3px;
	border-bottom: 1px solid #ddd;
}

.forumListing1 {
	background-color: #dfebe6;
	padding: 5px;
}
.forumListing1 {
	padding: 5px;
	font-size: 12px;
}
.forumListing1 td, .forumListing1 td {
	padding: 2px;
	font-size: 13px;
}
.pagination {
	text-align: center;
}
.errorMsg {
	border: 1px solid #E61515;
	background-color: #FFE7E7;
	padding: 10px;
	color: #E61515;
}
#signupBox {
	float: right;
	marging: 5px;
}
h4 a {
	font-size: 16px;
}
label {
	font-weight: normal;
	color: #fff;
	font-size: 10px;
}
td label {
	font-weight: normal;
	color: #000;
	font-size: 10px;
}
#wf_ContactUs label {
	font-weight: normal;
	color: #000;
	font-size: 10px;
}
.leftside {
	float: left;
	width: 300px;
}
.rightside {
	float: left;
	margin-left: 15px;
	padding-left: 10px;
	border-left: 1px solid #b2d0c4;
}
.profileEdit {
	padding: 10px;
	display: block;
	border-bottom:1px solid #ddd;
	background-color: #eee;
	height: 200px;
}
.memberHawke a {
	color: #CA2424;
	font-weight: bold;
}
.profiledetails {
	font-weight: bold;
	color: #000;
	padding-left: 5px;
}
#userBar {
	margin-left: 30px;
}
.pick {float:left; width:148px; height:202px; margin:0; display:inline;}
.pick a {display:block; }
.pick a:hover {text-decoration:none;}

.picProfile {margin:160px 16px 0 16px; color:#fff; height: 30px;}
.picProfile a{color:#fff;}
.picProfile a:hover{text-decoration:underline;}

#advertisement {
	position: relative;
	margin-top: -70px;
	width: 468px;
	margin-bottom: 10px;
	height: 60px;
	margin-left: 265px;
}