/* CSS Document */

/* --------------------- REDEFINED TAGS -------------------------------- */
/* removes any browser margins + padding */
html, html>body {
	padding: 0px;
	margin: 0px;
}

/* default font, font size, line height, and color */
body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	background: #1e1710;
}

h3 {
	padding: 0px;
	margin: 0px;
}

h4 {
	color: #79755F;
	font-size: 10px;
	font-weight: normal;
}

/* default link */
a:link, a:visited, a:active {
	text-decoration: underline;
	color: #000;
}

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

/* --------------------- LAYOUT STYLES --------------------------------- */
/* when a header spans the entire page */
#header {

}

/* center vertically and horizontally on page */
#centerOnPage {
	text-align: center;
   	position: absolute;
   	top: 50%;
   	left: 0px;
   	width: 100%;
   	height: 1px;
   	overflow: visible;
   	visibility: visible;
   	display: block
}

/* center vertically and horizontally on page - nested inside #centerOnPage */
#son_of_centerOnPage {
	background-color: transparent;
   	position: absolute;
   	margin-left: -440px;
   	top: -276px;
   	left: 50%;	
   	width: 881px;
   	height: 453px;
   	visibility: visible;
   	text-align: left;
}

#wrapper .register {width:865px; height:20px; background:url(../images/communityBar.gif) no-repeat; padding:5px; margin-top:10px; text-align:center;}
#son_of_centerOnPage .register {width:865px; height:20px; background:url(../images/communityBar.gif) no-repeat; padding:5px; margin-bottom:10px; text-align:center;}
#son_of_centerOnPage .join {color:#FFFFFF; font-weight:bold; font-size:16px;}
#p_EmailAddress2 {margin-right:5px; padding:1px; border:0px none;}
#p_Mobile2 {margin-right:5px; padding:1px; border:0px none;}
#p_Submit {width:70px; height:20px; border: 0px none;}


/* center horizontally on page only */
#centerHorizontally {
	width: 100%;
	text-align: center;
}

#wrapper {
	margin: auto;
	position: relative;
	width: 878px;	
}

#page_heading {
	background: transparent url(../images/page_heading.jpg) top left no-repeat;
	width: 629px;
	height: 26px;
	padding: 10px 0 0 10px;
	margin: 10px 0 0 0;
}

#page_heading_wide {
	background: transparent url(../images/page_heading_wide.jpg) top left no-repeat;
	width: 879px;
	height: 26px;
	padding: 10px 0 0 10px;
	margin: 10px 0 0 0;
	text-align: left;
}

/* wraps content */
#container {
	background: transparent url(../images/container_mid.jpg) top left repeat-y;
	text-align: left;
	z-index: 1;
	width: 630px;
}

#container_top {
	background: transparent url(../images/container_top.jpg) left top no-repeat;
	height: 100%;
	z-index: 2;
}

#container_btm {
	background: transparent url(../images/container_btm.jpg) left bottom no-repeat;
	height: 100%;
	z-index: 3;
	padding: 20px;
}

/* wraps content for wide view */
#container_wide {
	background: transparent url(../images/container_wide_mid.jpg) top left repeat-y;
	z-index: 1;
	width: 876px;
	text-align: left;
	
}

#container_wide_top {
	background: transparent url(../images/container_wide_top.jpg) left top no-repeat;
	height: 100%;
	z-index: 2;
}

#container_wide_btm {
	background: transparent url(../images/container_wide_btm.jpg) left bottom no-repeat;
	height: 100%;
	z-index: 3;
	padding: 20px;
}

/* left column in a two column layout */
#leftColumn {
	position: relative;
	width: 238px;
	float: left;
}

/* right column in a two column layout */
#rightColumn {
	position: relative;
	width: 630px;
	float: right;
	text-align: left;
}

.leftSide {
	position: relative;
	float: left;
}

.rightSide {
	position: relative;
	float: right;
}

/* --------------------- PIECES ---------------------------------------- */
#banners img {
	margin-top: 10px;
}

#container ul {
	padding: 0 auto;
	margin: 0 auto;
}

/* wraps the footer */
#footer {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	margin: 10px 0 0 0;
	color: #9F2A17;
	font-size: 9px;
	clear: both;
	padding: 2px 0 0 10px;
	background: transparent url(../images/footer.jpg) left top no-repeat;
	width: 878px;
	height: 36px;
	text-align: left;
}

#footer .leftSide {
	width: 865px;
}

body#home #footer .leftSide {
	width: 100%;
	float: none;
}

/* takes the background off the footer for the home page */
body#home #footer {
	background: none;
	text-align: center;
}

/* controls the navigation displayed in the footer */
#footer ul.navigation {
	padding: 0;
	margin: 0;
}

#footer ul.navigation li {
	display: inline;
	list-style: none;
	margin: 0 3px 0 0;
	padding: 0 7px 0 0;
	background: url(../images/divider_red.gif) top right repeat-y; /*creates a divider between the items, also a white option */
}

/* removes the divider at the end of the list */
#footer ul.navigation li:last-child {
	background: none;
}

/* controls the links within the footer */
#footer a:link, #footer a:active, #footer a:visited {
	color: #9F2A17;
	text-decoration: none;
}

#footer a:hover {
	color: #9F2A17;
	text-decoration: underline;
}

/* for the home page, center the navigation */
body#home #footer #footer_echo, body#home #footer #footer_nav {
	float: none;
	text-align: center;
	position: relative;
}

#footer .rightSide {
	margin: 5px 30px 0 0 !important;
	margin: 5px 15px 0 0;
	width: 100px;
}

#footer #facebook {
	border: none;
	position: relative;
	margin: 3px 40px 0 0;
}

#footer #myspace {
	border: none;
	float: right;
	position: relative;
}

body#home #footer #facebook, body#home #footer #myspace {
	display: none;
}
