@charset "utf-8";
/*  ©2008 Turcotte Data & Designs */

/* globals */
body {
	margin: 0px;
	padding: 0px;
	background: #d1e8e5 url(../img/backfade.png) repeat-x;
}

img {
	border: 0px;
}

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

h1 {
	font-size: 1.1em;
	font-weight: bold;
	color: #660000;
}

h2 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0px;
}

.byline {
	font-size: .8em;
	font-style: italic;
	font-weight: bold;
	margin-top: 0px;
}

.headline_large {
	font-size: 1.1em;
	font-family: "Century Gothic", Helvetica, sand-serif;
	color: #17688e;
}

.img_float_R {
	float: right;
	margin: 4px;
	padding: 4px;
	border: 1px solid #660000;
}

.img_float_L {
	float: left;
	margin: 4px;
	padding: 4px;
	border: 1px solid #660000;
}

.imgBorder {
	margin: 4px;
	border: 1px solid #ccc;
}

.centerText {
	text-align: center;
}

/* end globals */

#wrapper {
	width: 950px;
	margin: 10px auto 10px auto;
	border: 1px solid #898989;
	background: #6f101d url(../img/subfade.png) repeat-x;
}

#subWrap {
	margin: 10px 10px 10px 10px;
	background-color: #f6f6f6;
}

#banner{
	background-image: url(../img/banner.png);
	width: 930px;
	height: 200px;
}

#counter {
	float: right;
}

/* content */
#content {
	color: #000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .95em;
	padding: 10px;
}

#content a, a:visited {
	color: #660000;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

/*end content */

/* sidebar */

#sidebar {
	float: right;
	width: 300px;
	margin: 23px 10px 20px 10px;
	padding: 5px;
	background-color: #A35C65;
	color: #E6E6E6;
	font-family: Helvetica, sans-serif;
	border: 1px solid #ccc;
}

#sidebar p {
	margin: 10px 0px 10px 0px;
	padding-left: 3px;
}

#sidebar h1 {
	font-size: 1.1em;
	padding-left: 3px;
	color: #E6E6E6;
}

#sidebar a {
	text-decoration: underline;
	color: #e6e6e6;
	margin: 3px 0px 3px 0px;
	padding: 0px;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* end sidebar */

/* navigation */

#navBar {
	font-family: Helvetica, sans-serif;
	font-size: .8em;
	letter-spacing: .125em;
	background-color: #A35C65;
}

#navBar ul {
	margin: 0;
	padding: 5px 0px 5px 0px;
}

#navBar li {
	display: inline;
}

#navBar li a {
	margin: 0;
	padding: 5px;
	background-color: #A35C65;
	text-decoration: none;
	color: #ccc;
	font-weight: bold;
}

#navBar ul a:hover {
	background-color: #852e39;
	color: #fff;
}

/* end navigation */

/* footer */

#footer {
	color: #660000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .85em;
	text-align: center;
	padding: 5px 0px 5px 0px;
}

#footer a, a:visited {
	color: #660000;
	text-decoration: none;
}

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

/* end footer */

/* credits */

#credits {
	color: #dddada;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .75em;
	padding: 0px 10px 0px 5px;
	margin-left: 10px;
}

#credits a, a:visited  {
	color: #dddada;
	text-decoration: none;
}

#credits a:hover {
	text-decoration: underline;
}

/* end credits */

/* testimonials (thanks again adam)*/ 

.biz {
	padding: 10px 10px 10px 10px;
	background-color: #faeaea;
	border: 1px solid #660000;
	width: 70%;
	font-family: "Century Gothic", Helvetica, sand-serif;
	font-size: 0.95em;
	color: #000;
	margin: 10px auto 10px auto;
}
 
.info {
	float: right;
}

.desc {
	font-family: "Century Gothic", Helvetica, sand-serif;
	font-size: 0.95em;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	margin: 10px 25px 10px 25px;
	padding: 5px 0px 5px 0px;
	color: #000;
	border-top: 1px solid #660000;
	border-bottom: 1px solid #660000;
	clear: both;
}

.socialmedia {
	font-family: "Century Gothic", Helvetica, sand-serif;
	font-size: 0.95em;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	margin: 10px 25px 10px 25px;
	padding: 5px 0px 5px 0px;
	color: #000;
	clear: both;
}

.press {
	padding: 10px 10px 10px 10px;
	background-color: #faeaea;
	border: 1px solid #660000;
	width: 90%;
	font-family: "Century Gothic", Helvetica, sand-serif;
	font-size: 0.95em;
	color: #000;
	margin: 10px auto 10px auto;
}
/* end testimonials */

/* Members table */
.memTable {
	font-size: .8em;
	border: 0px;
	margin: 5px auto 5px auto;
}

.memTable tr td {
	border: 0px;
}

/* Wanted table */
.wantedTable {
	border: 0px;
	margin: 5px auto 15px auto;
	width: 80%;
	font-weight: bold;
}

.wantedTable tr td {
	border: 0px;
	padding: 4px;
}
