/**
 * Screen styles
 * 
 * 1	Reset
 * 2	Body
 * 3	Typography
 * 4	Page
 * 5	Header
 * 	5.1		Logo
 * 	5.2		Menus
 *  5.3		Login Box
 *  5.4		Ticker
 * 6	Content
 * 	6.1		Modules
 * 	6.2		Homepage
 *  6.3		Meet The Team
 *  6.4		Section / Article
 *  6.5		Signup / Payment Info
 *  6.6		Community
 *  6.7		Quotes
 *  6.8		FAQs
 * 7	Footer
 * 8	Forms
 * 
 * 10	Slimbox
 * 
 * 	13	Forms
 * 	14	Headings
 * 	15	Misc
 */

/* -- 1 Reset -- */

* {
	margin: 0;
	padding: 0;
	outline: none;
}

/* -- 2 Body -- */

body {
	background: #538B04 url(../images/grass.jpg);
}

body.plain {
	background: #FFFFFF;
}

/* -- 3 Typography -- */

body, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

/* -- 4 Page -- */

#page {
	width: 970px;
	margin: 0 auto;
	padding: 15px 0 0 10px;
	position: relative;
}

/* -- 5 Header -- */

#header {
	
}

/* --- 5.1 Logo --- */

h1 {
	margin-bottom: 20px;
}

h1 a {
	display: block;
	background: url(../images/logo.png) no-repeat;
	text-indent: -999em;
	width: 343px;
	height: 106px;
}

body#home h1 a {
	background-image: url(../images/largeLogo.png);
	width: 560px;
	height: 168px;
}

/* --- 5.2 Menus --- */

#userMenu {
	position: absolute;
	top: 0;
	right: 0;
	width: 390px;
	padding: 10px 20px 20px 10px;
	background: url(../images/userMenuBg.png) left bottom no-repeat;
	color: #FFFFFF;
	overflow: hidden;
}

#userMenu p {
	float: left;
}

#userMenu ul {
	float: right;
	list-style-type: none;
}

#userMenu li {
	float: left;
	margin-left: 15px;
}

#userMenu a {
	color: #FFFFFF;
}

#userMenu a:hover {
	text-decoration: underline;
}

#menu {
	position: absolute;
	top: 76px;
	right: 0;
	width: 396px;
	padding: 10px 10px 20px 15px;
	list-style-type: none;
	background: url(../images/menuBg.png) no-repeat;
}

#menu li {
	float: left;
	margin-right: 20px;
	white-space: nowrap;
}

/* --- 5.3 Login Box --- */

#loginBox {
	position: absolute;
	top: 50px;
	right: 0;
	width: 270px;
	min-height: 105px;
	padding: 10px 20px 20px 10px;
	background: url(../images/loginBg.png) no-repeat;
	color: #FFFFFF;
	font-size: 11px;
}

#loginBox h2 {
	margin-bottom: 10px;
	height: 17px;
	text-indent: -999em;
	background: url(../images/loginTitle.png) no-repeat;
}

#loginBox input {
	width: 10em;
}

#loginBox p {
	margin-bottom: 5px;
}

#loginBox p.signup {
	margin-top: 10px;
}

#loginBox label {
	width: 8em;
}

#loginBox a {
	color: #FFFFFF;
}

/* --- 5.4 Ticker --- */

#ticker {
	position: relative;
	overflow: hidden;
	margin: 0 20px 12px 10px;
	color: #FFFFFF;
	background-color: #7EA92A;
	font-size: 14px;
	padding: 2px
}

#home #ticker {
	margin-bottom: 25px;
}

#ticker ul {
	position: absolute;
	top: 2px;
	left: 0;
	list-style-type: none;
}

#ticker li {
	float: left;
	padding-left: 30px;
	white-space: nowrap;
}

#ticker a {
	color: #FFFFFF;
}

/* -- 6 Content -- */

#content {
	overflow: hidden;
}

/* --- 6.1 Modules --- */

#column1, #column2, #column3 {
	width: 310px;
	float: left;
}

#column2, #column3 {
	margin-left: 20px;
}

.module {
	margin-bottom: 20px;
	width: 310px;
	zoom: 1;
}

.module.wide {
	width: 640px;
}

.module.full {
	width: auto;
}

.module.left {
	float: left;
}

.module.right {
	float: right;
}

.module h2, .module h3 {
	background-repeat: no-repeat;
	padding: 10px 20px 10px 10px;
	font-size: 18px;
	margin: 0;
	color: #FFFFFF;
}

.module .body h2, .module .body h3 {
	padding: 0;
	color: #072482;
}

.sIFR-active .module h2, .sIFR-active .module h3 {
	padding-bottom: 0;
}

.module h2 a, .module h3 a {
	color: #FFFFFF;
}

.module h2 a:hover, .module h3 a:hover {
	text-decoration: underline;
}

.module.full h2 {
	background-image: url(../images/moduleTopFull.png);
}

.module.wide h2 {
	background-image: url(../images/moduleTopWide.png);
}

.orange h3 {
	background-image: url(../images/moduleTopOrange.png);
}

.orange a {
	color: #CF7C00;
}

.red h3 {
	background-image: url(../images/moduleTopRed.png);
}

.red a {
	color: #550F12;
}

.blue h3 {
	background-image: url(../images/moduleTopBlue.png);
}

.blue a  {
	color: #072482;
}

.green h3 {
	background-image: url(../images/moduleTopGreen.png);
}

.green a {
	color: #738B00;
}

.module .body {
	padding: 10px 20px 10px 10px;
	background: url(../images/moduleBottom.png) left bottom no-repeat;
	overflow: hidden;
}

.module.full .body {
	background-image: url(../images/moduleBottomFull.png);
}

.module.wide .body {
	background-image: url(../images/moduleBottomWide.png);
}

.module p, .module .body h3 {
	margin-bottom: 10px;
}

.module ul {
	margin-bottom: 10px;
	list-style-type: none;
}

.module .smallImage img {
	float: left;
	margin-bottom: 10px;
}

.module .smallImage ul {
	width: 130px;
	float: right;
}

.module .smallImage li {
	height: 28px;
	line-height: 14px;
	padding: 2px 5px;
}

.module li {
	margin-bottom: 1px;
	padding: 5px;
	color: #FFFFFF;
}

.green li {
	background: #738B00 url(../images/greenBg.png) repeat-x;
}

.blue li {
	background: #081A78 url(../images/blueBg.png) repeat-x;
}

.orange li {
	background: #C67700 url(../images/orangeBg.png) repeat-x;
}

.red li {
	background: #550F12 url(../images/redBg.png) repeat-x;
}

.module li a {
	color: #FFFFFF;
}

.module li a:hover {
	text-decoration: underline;
}

.module li p {
	margin-bottom: 0;
}

.module img {
	vertical-align: bottom;
}

/* --- 6.2 Homepage --- */

#intro {
	float: left;
	width: 390px;
}

#intro h3 {
	background: url(../images/introTop.png) no-repeat;
}

#intro .body {
	font-size: 14px;
	line-height: 1.2em;
	background: url(../images/introBottom.png) bottom left no-repeat;
}

#intro strong {
	color: #072482;
}

#intro ul {
	overflow: hidden;
}

#intro li {
	float: left;
	width: 160px;
	margin: 0 0 15px 10px;
	padding: 0;
	line-height: 24px;
}

#intro ul a {
	display: block;
	padding: 0 0 0 35px;
	color: #072482;
	background: url(../images/ball.png) no-repeat;
}

strong.alt {
	color: #072482;
}

#signupButton {
	display: block;
	width: 250px;
	height: 60px;
	margin: 20px auto;
	background: url(../images/signup.png) left top no-repeat;
	text-indent: -999em;
}

#signupButton:hover {
	background-position: 0 -60px;
}

#mainSponsor {
	float: right;
	width: 530px;
	margin-bottom: 20px;
	height: 50px;
	padding: 10px 20px 20px 10px;
	background: url(../images/mainSponsorBg.png) no-repeat;
	text-align: center;
}

#mainSponsor .left {
	float: left;
	margin-right: 20px;
}

#mainSponsor .right {
	float: right;
}

#feature {
	float: right;
	width: 530px;
	margin-bottom: 20px;
	padding: 10px 20px 0 10px;
	background: url(../images/featureBg.png) no-repeat;
}

#slideshow {
	position: relative;
	list-style-type: none;
	width: 530px;
	height: 385px;
	overflow: hidden;
	margin-bottom: 20px;
}

#slideshow li {
	position: absolute;
	top: 0;
	left: -999em;
	height: 385px;
}

#slideshow.active li {
	left: 0;
}

#slideshow.active li h3 {
	position: absolute;
	bottom: 0;
	width: 121px;
	line-height: 23px;
	padding: 5px;
	font-size: 12px;
	background: #CCCCCC;
	text-align: center;
	color: #FFFFFF;
	cursor: pointer;
}

#slideshow.active li.current h3 {
	padding-top: 7px;
}

#slideshow.active li h3.item2 {
	left: 133px;
}

#slideshow.active li h3.item3 {
	left: 266px;
}

#slideshow.active li h3.item4 {
	left: 399px;
}

#slideshow.active li div {
	position: absolute;
	top: 0;
	left: -530px;
	background: #EEEEEE;
	width: 530px;
	height: 350px;
}

#slideshow.active li.current div {
	left: 0;
}

#launch {
	width: 560px;
}

#launch h2 {
	background-image: url(../images/moduleTopLaunch.png);
}

#launch .body {
	background-image: url(../images/featureBg.png);
}

#launch img {
	margin: 0 55px;
}

/* --- 6.3 Meet The Team --- */

#meet .column {
	width: 475px;
	float: left;
	margin-bottom: 20px;
}

#meet .column.gap {
	margin-right: 20px;
}

#meet .column .module {
	width: 475px;
}

#meet .column .module h3 {
	background: url(../images/halfTopBlue.png) no-repeat;
}

#meet .column .module .body {
	background: url(../images/halfBottomBg.png) left bottom no-repeat;
}

/* --- 6.4 Section / Article --- */

#articles {
	list-style-type: none;
}

#articles a {
	color: #072482;
}

#articles li {
	color: #000000;
	overflow: hidden;
}

#articles h3, #articles p {
	margin-bottom: 15px;
}

#article h3, #article h4, #article p {
	margin-bottom: 15px;
	line-height: 1.5em;
}

#article ul {
	list-style-type: circle;
	margin-left: 15px;
	padding-left: 20px;
}

#article li {
	margin-bottom: 5px;
	padding: 0;
	color: #000000;
}

#article img {
	border: 5px solid #DDDDDD;
}

#article #attachments {
	list-style-type: none;
	float: right;
	width: 156px;
	margin: 0 0 15px 15px;
}

#article #attachments img {
	border: 3px solid #DDDDDD;
}

/* --- 6.5 Signup / Payment Info --- */

#packages li {
	background: #EEEEEE;
	color: #333333;
	margin-bottom: 10px;
	position: relative;
}

#packages h4 {
	font-size: 14px;
	margin-bottom: 10px;
}

#packages .price {
	font-size: 25px;
	margin-top: -10px;
	position: absolute;
	right: 10px;
	top: 50%;
}

form .left {
	width: 50%;
	float: left;
	margin-bottom: 15px;
}

form .right {
	width: 50%;
	float: right;
	margin-bottom: 15px;
}

.payment {
	float: left;
	width: 50%;
}

.company {
	float: right;
	width: 40%;
}

#confirmation {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 15px;
}

#confirmation strong {
	display: block;
	float: left;
	width: 6em;
}

/* --- 6.6 Community --- */

#membersNav {
	width: 150px;
	float: left;
}

#membersNav li {
	background: url(../images/blueBg.png) repeat-x;
}

#membersNav li a {
	display: block;
}

.community {
	float: left;
	width: 780px;
	margin-left: 10px;
}

.wide .community {
	width: 450px;
}

#results li {
	background-color: #EEEEEE;
}

#results h3 a {
	color: #072482;
}

#results p {
	color: #000000;
}

.asked {
	font-style: italic;
	color: #666666;
}

.questions li {
	color: #000000;
}

.questions li a {
	color: #738B00;
}

.answers li {
	background-color: #EEEEEE;
	color: #000000;
}

.answers .details {
	margin-bottom: 10px;
}

.answers .details a {
	color: #072482;
}

.answers .details em {
	float: right;
}

/* --- 6.7 Quotes --- */

.quoteLeft, .quoteRight {
	width: 265px;
	background: #EEEEEE url(../images/quoteTop.png) no-repeat;
	font-style: italic;
	font-size: 14px;
}

.quoteLeft {
	float: left;
	margin: -5px 15px 10px 0;
}

.quoteRight {
	float: right;
	margin: -5px 0 10px 15px;
}

.quoteLeft p, .quoteRight p {
	margin: 0;
	padding: 40px 20px;
	background: url(../images/quoteBottom.png) left bottom no-repeat;
}

/* --- 6.8 FAQs --- */

#faqQuestions li {
	background: url(../images/ball.png) no-repeat;
	padding-left: 35px;
}

#faqQuestions a {
	color: #072482;
}

#faqAnswers {
	margin-top: 20px;
}

#faqAnswers li {
	background-color: #EFEFEF;
	color: #333333;
	margin-bottom: 10px;
	padding: 10px 10px 1px 10px;
}

#faqAnswers p {
	margin-bottom: 10px;
}

/* -- 7 Footer -- */

#ads {
	clear: both;
	height: 50px;
	margin-bottom: 10px;
	padding: 10px 0 20px 10px;
	background: url(../images/bannerBg.png) no-repeat;
}

#ads img {
	vertical-align: middle;
	margin: 0 38px;
}

#footer {
	clear: both;
	padding: 10px 20px 20px 10px;
	background: url(../images/footerBg.png) no-repeat;
	overflow: hidden;
}

#footer p {
	float: left;
}

#footer ul {
	float: right;
	list-style-type: none;
}

#footer ul li {
	float: left;
	margin-left: 15px;
}

/* -- 8 Forms -- */

form p, form .row {
	clear: both;
	overflow: hidden;
	margin-bottom: 15px;
}

fieldset {
	padding: 15px;
	border: 1px solid #DDDDDD;
	margin-bottom: 15px;
}

legend {
	padding: 5px;
	font-weight: bold;
	font-size: 13px;
	color: #072482
}

label {
	display: block;
	float: left;
	width: 9em;
}

label.radio {
	float: none;
	margin-left: 10em;
}

label.radio input {
	margin-right: 10px;
}

p.submit {
	padding-left: 9em;
}

#header label {
	display: inline;
	float: none;
}

#content button, #content a.button {
	width: 180px;
	line-height: 35px;
	height: 35px;
	text-align: center;
	background: url(../images/buttonBg.png);
	color: #FFFFFF;
	font-weight: bold;
	border: none;
	cursor: pointer;
}

a.button {
	display: block;
}

#content button.small, #content a.button.small {
	width: 100px;
	height: 26px;
	line-height: 26px;
	background: url(../images/buttonSmallBg.png);
}

/* -- 9 Links -- */

a img {
	border: none;
}

/* -- 10 Slimbox -- */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/* -- 11 Members -- */



/* --- 11.1 Profile --- */

#profile {
	position: relative;
}

#profile h3 {
	padding: 0;
	color: #7AC010;
	margin-bottom: 15px;
}

#profile .button {
	position: absolute;
	top: 0;
	right: 0;
}

#avatar {
	float: left;
	border: 5px solid #DDDDDD;
	margin: 0 20px 20px 0;
}

#about {
	float: left;
	width: 500px;
}

#about .details strong {
	display: block;
	width: 10em;
	float: left;
}

.sponsorInfo {
	border: 3px solid #DDDDDD;
	width: 130px;
	padding: 10px;
	float: right;
	text-align: center;
	margin: 0 0 15px 15px;
}

#photos {
	list-style-type: none;
	overflow: hidden;
}

#photos li {
	float: left;
	margin: 0 15px 15px 0;
	position: relative;
}

#photos .delete {
	position: absolute;
	display: block;
	top: 10px;
	right: 10px;
	background: url(../images/icons/delete.png) no-repeat;
	width: 16px;
	height: 16px;
	text-indent: -999em;
}

#photos img {
	border: 5px solid #DDDDDD;
}

/* -- 14 Headings -- */

h2 {
	font-size: 22px;
	color: #7AC010;
	margin-bottom: 15px;
}

h3 {
	font-size: 18px;
	color: #7AC010;
}

h4 {
	font-size: 11px;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* -- 15 Misc -- */

.hidden {
	display:none;
}

.displaced {
	position: absolute;
	left: -999em;
}

.clear {
	clear: both;
}

.error {
	color: #990000;
}

.center {
	text-align: center;
}

.imgLeft {
	float: left;
	margin: 0 15px 15px 0;
}

.imgRight {
	float: right;
	margin: 0 0 15px 15px;
}

.border {
	border: 5px solid #DDDDDD;
}

.address {
	line-height: 1.2em;
	padding-left: 25px;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #072482;
}

a:hover {
	text-decoration: underline;
}