@charset "utf-8";

/* NOTE: Any property beginning with an underscore will only be interpretted by IE, not a real browser */

* {
	margin: 0;
	padding: 0;
}

html body {
	height: 98%;
	width: 100%;
}

img {
	text-decoration: underline;
	border-style: none;
}

body {
	/*background-color: #CFF;
	/* fallback (Opera) */
    background: #CFF;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #CFF, #FFF);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
                left top, left bottom, from(#CFF), to(#FFF));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#CFF', EndColorStr='#FFF', GradientType=0);

}

#main {
	margin-left: 10%;
	margin-top: 1%;
	min-height: 100%;
	position: relative;
	width: 80%;
}

#header {
	min-height: 200px;
	height: 200px;
}

#logo {
	position: absolute;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.png'); /*Apply alpha transparency overlay in IE<=6*/
	z-index: 1;
}

#contact {
	float: right;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/contact.png'); /*Apply alpha transparency overlay in IE<=6*/
}

#logo-comingSoon {
	left: 5px;
	top: 20px;
	position: absolute;
	z-index: 2;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/coming-soon-stamp.png'); /*Apply alpha transparency overlay in IE<=6*/
	
	_background: url(#);
}

/* This class definition is to fix IE <= 6's b0rked PNG transparency bit */
.trans {
	_filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); /*Hide the real image*/	
	_z-index: 3;
}

#navBar {
	position: absolute;
	top: 150px;
	width: 100%;
	border-spacing: 0;
	height: 50px;
	table-layout: fixed;
}

#leftCorner {
	background: transparent url(/images/navBar-leftCorner.gif) left top no-repeat;
	width: 19px;
}

#navBody {
	background: transparent url(/images/navBar-navBody.gif) left top repeat;
}

#rightCorner {
	background: transparent url(/images/navBar-rightCorner.gif) right top no-repeat;
	width: 19px;
}

#navLinks {
	position: absolute;
	top: 150px;
	width: 95%;
	height: 50px;
	padding-right: 25px;
	padding-top: 10px;
	z-index: 5;
	text-align: right;
}

#navLinks ul {
	margin: 0;
	padding: 0;
	font: small-caps large Helvetica, Arial, sans-serif;
	line-height: 30px;
	white-space: nowrap;
	height: 40px;
}

#navLinks li {
	list-style-type: none;
	display: inline;
	z-index: 5;
}

#navLinks li .selected {
	background: url(/images/navBar-navBody-selected.gif) no-repeat bottom center;
	overflow: hidden;
	color: #000;
}

#navLinks li a {
	text-decoration: none;
	padding: 10px 10px;
	color: #e06f00;
	z-index: 5;
}

#navLinks li a:hover {
	background-color: #7d7d7d;
}

#content {
	background-color: #EAEAEA;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	margin-bottom: 10px;
	position: relative;
	height: 100%;
	padding-top: 1em;
	padding-bottom: 5em;
	padding-left: 1em;
	padding-right: 1em;
}

#content ul {
	padding-left: 3em;
	padding-right: 3em;
}

#content li {
	padding-bottom: 1em;
}

#subNavBar {
	width: 100%;
}

#subNavBar ul {
	margin: 0;
	padding: 0;
	font: small-caps large Arial, Helvetica, sans-serif;
	line-height: 30px;
	white-space: nowrap;
	text-align: center;
}

#subNavBar li {
	list-style-type: none;
	display: inline;
}

#subNavBar li a {
	text-decoration: none;
	padding: 10px 10px;
	color: #000;
}

#subNavBar li a:hover {
	background-color: #7d7d7d;
}

#membershipCard {
	margin: 25px;
	float: right;
}

.joinSnailMail {
	width: 50%;
	float: left;
}

.joinSnailMail li {
	font-size: medium;
}

.joinOnline {
	background-color: #CCC;
	width: 50%;
	float: left;
}

.joinOnline li {
	font-size: medium;
}

#content p {
	padding: 0.5em;
}

#content em {
	font-weight: bold;
	color: #009;
}

#content td {
	padding: 0.5em;
}

#content a {
	color: #000;
}

#content a:hover {
	background-color: #7d7d7d;
}

#profileLeft {
	width: 20%;
	float: left;
}

#profileLeft ul {
	margin: 0;
	padding: 0;
	font: small-caps large Arial, Helvetica, sans-serif;
	line-height: 30px;
	text-align: center;
}

#profileLeft li {
	list-style-type: none;
}

#profileSettings {
	border: black 1px solid;
}

#profileMessages {
	border: black 1px solid;
	margin-top: 8px;
}

#profileBody {
	width: 79%;
	float: left;
	margin-left: 1%;
}

#profileTitleBar {
	height: 170px;
}

#profileAvatar {
	float: left;
}

#profileUsername {
	width: 45%;
	float: left;
}

#profileMemberSince {
	font-size: medium;
	text-align: right;
}

#profileASL {
	float: left;
}

#profileSendMessage {
	width: 47%;
	float: left;
	border: black 1px solid;
	text-align: center;
}

#profileViewPics {
	width: 47%;
	float: right;
	border: black 1px solid;
	text-align: center;
}

#profileAboutMe {
	clear: both;
}

#copyrightBar {
	bottom: 0;
	position: absolute;
	text-align: center;
	font: small-caps smaller Tahoma, Geneva, sans-serif;
	width: 100%;
}
-serif;
	width: 100%;
}

