/* Site-Wide Styles */

body {
	background: url('../images/fwExtension.gif') repeat-x 0 165px;
	border-top: 3px solid #888888;
	margin: 0;
	font: 12px Arial, Helvetica, Verdana, sans-serif;
}
#main {
	width: 924px;
	margin-left: auto;
	margin-right: auto;
}
#navigation {
	height: 28px;
	padding: 134px 0 0 241px;
	background: url('../images/fwBanner.jpg') no-repeat;
}
#navigation #members {
	position: relative;
	margin-bottom: -100px;
	margin-top: 0;
	top: -170px;
	left: -5px;
	float: right;
}
#leftColumn {
	width: 241px;
	float: left;
}
#leftColumn {
	background-color: #BD0124;
}
#leftColumn #join {
	border-right: 11px solid #6C6C6C;
	padding: 26px 15px 40px 38px;
	color: white;
	font-size: 14px;
	line-height: 24px;
}
#leftColumn #more {
	width: 185px;
	height: 30px;
	font-size: 16px;
	padding-left: 15px;
	line-height: 30px;
	color: white;
	float: right;
	background: #6C6C6C url('../images/findoutmore.gif') 156px 10px no-repeat;
	text-decoration: none;
}
#leftColumn #more:hover {
	color: #CCCCCC;
}
#leftColumn img {
	border-bottom: 1px solid #BCBCBC;
}
#mainRow {
	border-left: 1px solid #BCBCBC;
	border-right: 1px solid #BCBCBC;
	float: left;
}
#content {
	float: left;
	width: 680px;
	border-left: 1px solid #BCBCBC;
}

#content #searchBar {
	height: 35px;
	padding-top: 12px;
	text-align: right;
	padding-right: 10px;
	background: #EBEBEB url('../images/fwSearch.gif') no-repeat;
	border-bottom: 1px solid #BCBCBC;
}
#content #mainContent {
	position:relative;
	z-index:1 !important;
	padding: 30px 25px;
}
#footer {
	font-size: 11px;
	color: #6C6C6C;
}
#footer a {
	color: #6C6C6C;
	padding-right: 10px;
}
#footer #fLeft {
	width: 216px;
	float: left;
	clear: left;
	border-top: 30px solid #BD0124;
	background: url('../images/fwBorderFooter.gif') 0 0 no-repeat;
	height: 44px;
	padding-top: 15px;
	padding-left: 26px;
	
}
#footer #fRight {
	width: 656px;
	float: left;
	border-top: 30px solid #6C6C6C;
	background: url('../images/fwBorderFooter.gif') 100% 0 no-repeat;
	height: 44px;
	padding-top: 15px;
	padding-right: 26px;
	text-align: right;
}



a {
	color: #6C6C6C;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ol {
	text-indent: none;
	list-style: none;
	margin: 0;
	padding: 0;

}
ol li {
	margin-right: 1px;
	display: inline;
	float: left;
	height: 33px;
}
h1 {
	font-weight: bold;
	font-size: 24px;
	margin: 0;
	padding-bottom: 10px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}
img {
	border: none;
	margin: 0;
	padding: 0;
	float: left;
}

.colorRed {
	color: #BD0124;
}