/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* End Reset */

BODY {
	background-image: url('../new_images/bg.png');
	background-repeat: repeat-x;
	background-color: #8c949f;
}

.clear {
	clear: both;
}

#header {
	height: 93px;
	width: 980px;
	margin: 0px auto 0px auto;
	position: relative;
}

#header #logo {
	position: absolute;
	left: 28px;
	top: 14px;
	z-index 200;
}

#header #fluff {
	position: absolute;
	left: 28px;
	top: 0px;
	z-index: -100;
}

#header #links {
	font-family: Tahoma, Geneva, sans-serif;
	position: absolute;
	right: 15px;
	top: 25px;
	font-size: 10px;
}

#header #links a {
	text-decoration: none;
	color: #66696c;
}

#header #links a:hover {
	text-decoration: underline;
}

#header #joinImg {
	position: absolute;
	right: 14px;
	top: 41px;
}

#top {
	width: 980px;
	height: 66px;
	background-image: url('../new_images/header.png');
	margin: 0px auto 0px auto;
	position: relative;
}

#top #nav {
	list-style-type: none;
	position: absolute;
	top: 0px;
	left: 22px;
	height: 56px;
}

#top #nav li {
	font-family: Tahoma, Geneva, sans-serif;
	display: inline-block;
	font-size: 12px;
	padding-top: 27px;
	vertical-align: top;
}

#top #nav li.spacer {
	width: 52px;
	height: 53px;
	padding-top: 3px;
	text-align: center;
}

#top #nav li a {
	text-decoration: none;
	color: #66696c;
}

#top #nav li a:hover {
	text-decoration: underline;
}

#top #search {
	width: 208px;
	height: 30px;
	background-image: url('../new_images/searchbg.png');
	background-repeat: no-repeat;
	overflow: hidden;
	position: absolute;
	right: 14px;
	top: 16px;
}

#top #search #search_field {
	width: 160px;
	border: none;
	background-color: #f8f6f6;
	margin: 7px 0px 0px 6px;
}

#top #search #search_submit {
	position: absolute;
	top: 9px;
	right: 10px;
	cursor: pointer;
}

#top #feed {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	position: absolute;
	left: 20px;
	bottom: 25px;
	color: #707476;
	cursor: pointer;
}

#top #feed .title {
	color: #1f8fc5;
}

#top #feed #tweet {
	margin-left: 50px;
}

#top #tweetie {
	position: absolute;
	left: 17px;
	bottom: 10px;
}

#top #feed #tweet ul li {
	display: none;
	line-height: 18px;
	position: relative;
	top: 18px;
}

#sub-banner {
	width: 980px;
	height: 106px;
	background-image: url('../new_images/sub-header.png');
	background-repeat: no-repeat;
	overflow: display;
	margin: 0px auto 0px auto;
	position: relative;
}

#sub-banner h1 {
	font-weight: normal;
	font-size: 36px;
	font-family: Tahoma, Geneva, sans-serif;
	position: relative;
	left: 25px;
	top: 32px;
}

#sub-banner img {
	position: absolute;
	right: 10px;
	top: -20px;
	z-index: 200;
}

#main {
	width: 980px;
	margin: 0px auto 0px auto;
	background-image: url('../new_images/sub-main-bg.png');
	background-repeat: repeat-y;
	font-family: Tahoma, Geneva, sans-serif;
}

#main-footer {
	width: 980px;
	height: 10px;
	background-image: url('../new_images/main-footer.png');
	background-repeat: no-repeat;
	overflow: hidden;
	margin: 0px auto 0px auto;
}

#main #main-content {
	padding: 0px 0px 0px 28px;
	width: 610px;
	color: #6f7174;
	font-size: 12px;
	float: left;
}

#main #main-content p {
	padding: 10px 0px 10px 0px;
}

#main #main-content h2 {
	color: #6f7174;
	font-size: 22px;
	line-height: 28px;
}

#main #main-content .sub-photo {
	float: right;
	margin: 0px 0px 25px 25px;
}

#main #sidebar {
	width: 306px;
	float: right;
}

#main #sidebar img {
	z-index: 1;
}

#banner {
	width: 980px;
	height: 319px;
	overflow: hidden;
	margin: 0px auto 0px auto;
	position: relative;
}

#banner #bg {
	position: absolute;
	bottom: 0px;
	z-index: 1;
}

#banner #content {
	width: 980px;
	height: 270px;
}

#footer {
	width: 980px;
	height: 140px;
	margin: 0px auto 0px auto;
}

#social {
	width: 980px;
	margin: 0px auto 50px auto;
	text-align: right;
	padding-right: 10px;
}

#footerb {
	background-image: url('../new_images/bottom-footer.png');
	background-repeat: no-repeat;
	width: 980px;
	height: 46px;
	margin: 9px auto 9px auto;
	position: relative;
}

#footerb .a {
	color: #85898c;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	position: absolute;
	top: 18px;
	left: 75px;
}

#footerb .b {
	color: #85898c;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	position: absolute;
	top: 18px;
	right: 15px;
}

#footerb .b a {
	color: #85898c;
	text-decoration: none;
}

#footerb .b a:hover {
	text-decoration: underline;
}

#footerb #logo {
	position: absolute;
	left: 17px;
	top: 11px;
}

.bannerButton {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	position: absolute;
	bottom: 0px;
	height: 30px;
	width: 230px;
	padding-top: 6px;
	text-align: center;
	cursor: pointer;
	z-index: 2;
}

.bannerButton a {
	text-decoration: none;
	color: #7f8386;
}

.bannerButton.active a {
	text-decoration: none;
	color: #ffffff;
}

#button1 {
	left: 12px;
}

#button2 {
	left: 252px;
}

#button3 {
	left: 493px;
}

#button4 {
	left: 734px;
}

.banner_content {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}

.hidden {
	display: none;
}

/* BUTTONS */

.wfButtons {
	margin: 17px 0px 17px 0px;
}

.wfButtons a, .wfButtons button{
    display:block;
    float:left;
    margin:0 17px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-family: Tahoma, Geneva, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}

.wfButtons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}

.wfButtons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}

*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}

.wfButtons button img, .wfButtons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* END BUTTONS */

#chat_container {
	cursor: pointer;
}

.captcha {
	display: none;
}