@charset "UTF-8";
/* CSS Document */

/* ======= Handwritten Font ======= */
@font-face {
	font-family: 'AndrewScript';
	src: url('../images/fonts/Andrew.eot');
	src: local('AndrewScript_1.6 Regular'), local('AndrewScript16'), url('../images/fonts/Andrew.ttf') format('truetype');
}


/* ======= HTML elements ======= */
body {
	margin:0;
	padding:0;
	background:#fff url(../images/public/bg/body_gradient.jpg) repeat-x 0 0;
	font:62.5% "Trebuchet MS", Helvetica, Arial, sans-serif;
	color:#6A7073;
}
a:link,a:visited {
	color:#4D9C00;
	text-decoration:none;
}
a.signUp:link,a.signUp:visited { color:#f90;font-weight:bold; }
a:hover,a:active,a.signUp:hover,a.signUp:active { 
	color:#555;
	text-decoration:underline;
}
br { clear:both; }
h2 { 
	font-size: 2.4em; 
	font-weight: normal; 
	padding:18px 0; 
}
h3 {
	font-size:1.6em;
	font-weight:bold;
	padding-bottom:1em; 
}
h4 {
	font-size:1.4em;
	font-weight:bold;
	padding-bottom:1em; 
}

p { 
	font-size:1.2em; 
	padding-bottom:1em; 
	line-height:1.5;
}
ol li {
	font-size:1.2em; 
	line-height:1.5;
	list-style: outside lower-alpha; 
	margin:0 0 1em 2.5em;
	
}
ol li ol li {
	font-size:1em; 
	list-style: outside lower-roman; 
}
.textPhotos ul li {
	font-size:1.2em; 
	line-height:1.5;
	list-style: outside disc;
	margin:0 0 1em 2.5em;

}


/* ======= HEADERS ======= */
#header {
	width:960px;
	height:134px;
	margin:0 auto;
	position:relative;
}
#header h1 {
	position:absolute;
	top:62px;
	left:10px;
	width:168px;
	height:51px;
	text-indent:-9999px;
	background:#fff url(../images/public/winwin-logo.png) no-repeat 0 0;
}
#header h1 a {
	display:block;
	width:168px;
	height:51px;
}
#header #nav {
	position:absolute;
	right:10px;
	bottom:18px;
	margin:0;
	padding:0;
	list-style:none;
}
#header #nav li {
	margin:0 0 0 6px;
	padding:0 0 0 12px;
	list-style:none;
	height:27px;
	background:url(../images/public/nav/off_left.png) 0 0 no-repeat;
	float:left;
}
#header #nav li a{
	display:block;
	height:21px;
	margin:0;
	padding:6px 14px 0 2px;
	background:url(../images/public/nav/off_right.png) 100% 0 no-repeat;
	font-size:1.2em;
	color:#6A7073;
	text-decoration:none;
}
#header #nav li:hover { background-image:url(../images/public/nav/on_left.png);  }
#header #nav li:hover a { background-image:url(../images/public/nav/on_right.png); color:#555; }
#header #nav li.selected,#header #nav li.selected:hover { background-image:url(../images/public/nav/down_left.png); }
#header #nav li.selected a,#header #nav li.selected:hover a{ background:url(../images/public/nav/down_right.png) 100% 0 no-repeat; color:#fff; }
#header #subnav {
	position:absolute;
	right:10px;
	top:20px;
	margin:0;
	padding:0;
	list-style:none;
}
#header #subnav li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	font-size:1.1em;
}
#header #subnav li a {
	padding:3px 10px;
	background:url(../images/public/dotline_ver.png) 100% 0 repeat-y;
}
#header #subnav li a.signUp {
	padding-right:0;
	background-image:none;
}
	


#wrapper {
	width:960px;
	margin:0 auto;
	padding:0;
	background:#fff url(../images/public/bg/content_top.png) 50% 0 no-repeat;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	position:relative;
	margin-top:-20px;
	padding-top:30px;
}


/* ======= BUTTONS ======= */
p.buttons_green {
	height:23px;
	padding:0 0 0 10px;
	background:transparent url(../images/public/buttons/green_left.png) 0 0 no-repeat;
	font-size:1em;
	font-weight:bold;
}
p.buttons_green a {
	display:block;
	float:left;
	height:20px;
	padding:3px 10px 0 0;
	background:transparent url(../images/public/buttons/green_right.png) 100% 0 no-repeat;
	color:#fff;
	text-decoration:none;
}
p.buttons_green a:hover { color:#333; }
p.buttons_largegreen,p.buttons_largeorange {
	height:36px;
	padding:0 0 0 16px;
	font-weight:bold;
	background-position:0 0;
	background-repeat:no-repeat;
	line-height:1;
}
p.buttons_largegreen { background-image:url(../images/public/buttons/largegreen_left.png); font-size:1.2em; }
p.buttons_largeorange { background-image:url(../images/public/buttons/largeorange_left.png); font-size:1.8em;}
p.buttons_largegreen a,p.buttons_largeorange a {
	display:block;
	float:left;
	padding:0 16px 0 0;
	background-position:100% 0;
	background-repeat:no-repeat;
	color:#fff;
	text-decoration:none;
}
p.buttons_largegreen a { background-image: url(../images/public/buttons/largegreen_right.png);height:25px; padding-top:11px; }
p.buttons_largeorange a { background-image: url(../images/public/buttons/largeorange_right.png); height:31px;padding-top:8px; }
p.buttons_largegreen a:hover,p.buttons_largeorange a:hover { color:#333; }




p.sectionTitle { background: url(../images/public/dotline_hor.png) repeat-x left bottom; margin: 2em 0 1em 0; padding-bottom: .5em; }
p.sectionTitle strong { font-size: 1.2em; }

/* ======= LAYOUT DIV blocks ======= */
.half {
	width:50%;
	float:left;
	position:relative;
}
.fullContent {
	width:90%;
	position:relative;
	margin: 0 auto;
}
.quarters_1 {
	width:25%;
	float:left;
	position:relative;
}
.quarters_3 {
	width:75%;
	float:left;
	position:relative;
}
.textPhotos {width: 70%; padding-bottom: 30px;}
.wwLogo { 
	float:left;
	width:60px;
	height:75px;
	background:transparent url(../images/public/ww_gray.png) 0 0 no-repeat;
	margin-top:5px;
}
.detailCallout {
	width:260px;
	padding: 0 50px;	
}
.detailCallout li,.detailCallout p { font-size: 1.2em; line-height: 1.3; }
.detailCallout ul li { list-style-type: disc; list-style: outside; margin-left: 1em; margin-bottom: .2em; }
#optionIcon { 
	float:left;
	width:80px;
	height:70px;
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-top:5px;
}
#optionIcon.email-marketing { background-image: url(../images/public/icons/email.png);}
#optionIcon.online-store { background-image: url(../images/public/icons/store.png);}
#optionIcon.tickets-registration { background-image: url(../images/public/icons/tickets.png);}
#optionIcon.auctions { background-image: url(../images/public/icons/auction.png);}
#optionIcon.donations { background-image: url(../images/public/icons/donation.png);}
#optionIcon.surveys { background-image: url(../images/public/icons/survey.png);}
#optionIcon.webstack { background-image: url(../images/public/icons/webstack.png);}

.winners {
	background-color:#d0e6a3;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	width:100%;
	padding:12px 0;
	margin-bottom:15px;
}
.winners img {
	display:block;
	float:none;
	margin:0 auto;
}
.testimonials {
	background-color:#f1f1f1;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	width:100%;
	padding:18px 0;
	margin:20px 0;
}
.testimonials p {
	font-size:1.2em;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
}
.testimonials p.quote {
	font:normal 1.4em AndrewScript,"Courier New", Courier, monospace;
	text-transform:uppercase;
	letter-spacing:.1em;
	padding-bottom:0;
}
div.winnerList { width: 45%; padding-right: 3%;}
div.winnerList h3 {
	font:normal 1.4em AndrewScript,"Courier New", Courier, monospace;
	text-transform:uppercase;
	letter-spacing:.1em;
	padding:20px 0 10px;
}


/* ======= BANNERS ======= */
#banner {
	width:100%;
	height:142px;
	background:#949ba1 url(../images/public/bg/banner.jpg) no-repeat center top;
	position:relative;
}
#bannerWrap {
	width:960px;
	margin:0 auto;
	padding:0;
	position:relative;
}
#bannerWrap p.quote { 
	float:left; 
	margin:50px 20px 0 0;
	font:normal 1.4em AndrewScript,"Courier New", Courier, monospace;
	text-transform:uppercase;
	letter-spacing:.1em;
	padding-bottom:0;
	color:#fff;
	width:750px;
}
#bannerWrap p.quote strong { 
	font:bold 1em "Trebuchet MS", Helvetica, Arial, sans-serif;
	text-transform:none;
	letter-spacing:0;
}
#bannerWrap .buttons_largeorange { float:right; margin:50px 8px 0 0; width:auto; }

/* ======= OPTIONS LISTS w/ ICONS ======= */
ul#options {
	margin:5px auto;
	padding:0;
	list-style:none;
	width:720px;
}
ul#options li {
	margin:0;
	padding:15px 150px 15px 70px;
	list-style:none;
	border-bottom:1px dotted #ccc;
	background-position:0 15px;
	background-repeat:no-repeat;
	line-height:1.4; 
	position:relative;
}
ul#options li h3 { font-size:1.5em; padding-bottom:0;}
ul#options li h3 a:hover { text-decoration:none;}
ul#options li p { padding-bottom:0; line-height:1.4; }
ul#options li#auction { background-image:url(../images/public/icons/auction_sm.png);}
ul#options li#donation { background-image:url(../images/public/icons/donation_sm.png);}
ul#options li#email { background-image:url(../images/public/icons/email_sm.png);}
ul#options li#store { background-image:url(../images/public/icons/store_sm.png);}
ul#options li#survey { background-image:url(../images/public/icons/survey_sm.png);}
ul#options li#tickets { background-image:url(../images/public/icons/tickets_sm.png);}
ul#options li#webstack {
	padding:15px 150px 15px 10px;
	border-bottom:none;
}
ul#options li#webstack p { font-size:1.1em; }
ul#options li .buttons_green { 
	position:absolute;
	top:25px;
	right:35px;
}

/* ======= SIDEBARS ======= */
#sidebar {
	padding:22px 30px 30px 10px;
	width:190px;
}
#sidebar h4 {
	padding:0 10px 8px 10px;
	border-bottom:1px dotted #ccc;
}
#sidebar #sidenav {
	margin:10px 0 0 0;
	padding:0;
	list-style:none;
}
#sidebar #sidenav li {
	margin:0;
	padding:0;
	list-style:none;
	font-size:1.2em;
	margin-bottom: 5px;
}
#sidebar #sidenav li a {
	display:block;
	padding:6px 10px 0 10px;
	height:20px; 
}
#sidebar #sidenav li a:hover,#sidebar #sidenav li.selected a {
	color:#6A7073;
	background-color:#e6e8ea;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	text-decoration:none;
}

/* ======= FOOTERS ======= */
#footerWrap {
	width:960px;
	margin:20px auto;
	padding:0;
}
#footerContact {
	width:920px;
	padding:14px 20px;
	float:left;
	background-color:#e6e8ea;
	border-bottom:1px dotted #ccc;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}
#footerContact label {
	display:block;
	width:165px;
	font-weight:bold;
	font-size:12px;
	float:left;
}
#footerContact input {
	width:220px;
	float:left;
	border-top:1px solid #969696;
	border-left:1px solid #969696;
	border-right:1px solid #fbfbfb;
	border-bottom:1px solid #fbfbfb;
	font:1.1em "Trebuchet MS", Helvetica, Arial, sans-serif;
	color:#6A7073;
	padding:5px 8px;
}

#footerContact p.buttons_green { 
	float:left;
	margin-left:8px;
}
#footerContact p.phoneInfo { 
	float:right;
	margin-left:10px;
	font-size:1.4em;
	padding:2px 0 0 0;
}

#footerNav {
	width:920px;
	background-color:#eff0f1;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	padding:20px;
	float:left;
}
#footerNav ul {
	float:left;
	margin:0 50px 0 0;
	padding:0;
	list-style:none;
}
#footerNav ul li {
	list-style:none;
	line-height:1.5;
	font-size:1.1em;
}
#footerNav ul li a { text-decoration:none; }
#footerNav ul li a.signUp:hover { color:#555; }

#footerNav ul#socialLinks {
	float:right;
	margin:0;
}
#footerNav ul#socialLinks li { 
	text-align:right;
	margin-bottom:3px;
}
#footerNav ul#socialLinks li a {
	display:block;
	height:16px;
	padding:4px 30px 0 0;
	background-position:100% 0;
	background-repeat:no-repeat;
}
#footerNav ul#socialLinks li#facebook a { background-image:url(../images/public/footer/icon_facebook.png); }
#footerNav ul#socialLinks li#linkedin a { background-image:url(../images/public/footer/icon_linkedin.png); }
#footerNav ul#socialLinks li#rss a { background-image:url(../images/public/footer/icon_rss.png); }
#footerNav ul#socialLinks li#twitter a { background-image:url(../images/public/footer/icon_twitter.png); }
#footerNav ul#socialLinks li#vimeo a { background-image:url(../images/public/footer/icon_vimeo.png); }

#footerCredits {
	float:left;
	width:920px;
	padding:15px 20px 20px 20px;
	font-size:1.1em;
}
#footerCredits .logo {
	float:left;
	margin-right:40px;
}
#supportQuestions a.supportQuestion { font-weight:bold; font-size:1.1em; }
#supportQuestions span { display:none; }
#supportQuestions h3 { border-bottom:1px solid #ddd; padding-bottom:5px; margin:1em 0 .65em 0; }

form#signup label { display: block; font-weight: bold; width:auto;}
form#signup label.error { display: inline-block; font-size:1em; width:auto; color:#c00; background-color:#f0d9d9; padding:3px 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
  	-moz-border-radius: 3px;}

form#signup input,form#signup select{
	width:250px;
	margin:0 3px 0 0;
	padding:3px;
	color:#555;
	font-size:13px;
	font-family: "Lucida Grande","Trebuchet MS", verdana, arial, helvetica, sans-serif;
	border:1px solid #CCC;
}
form#signup input[type=checkbox],form#signup input[type=radio] { display:inline; width:auto; margin-right:10px; border: none; }
form#signup textarea{
	display:block;
	width:400px;
	margin:0 3px 3px 0;
	padding:3px;
	color:#555;
	font-size:13px;
	font-family: "Lucida Grande","Trebuchet MS", verdana, arial, helvetica, sans-serif;
	border:1px solid #CCC;
}
form#signup input[type=text].error,form#signup textarea.error { border-color:#dba6a6; }
form#signup input[type=submit] {
	clear:both;
	float:none;
	width:auto;
	background:#e54d1a url(../images/btn_background.jpg) 0 0 repeat-x;
	border:none;
	font: 13px Helvetica, Arial, sans-serif;
	color:#fff;
	text-shadow: 1px 1px rgba(0,0,0,.4);
	border-radius: 16px;
	-webkit-border-radius: 16px;
  	-moz-border-radius: 16px;
	padding:7px 25px;
	letter-spacing:0.05em;
    cursor: pointer;
	margin:10px 0;
}
form#signup input[type=checkbox] + label,form#signup input[type=radio] + label,form#signup p.checkboxwrap label { font-weight:normal; display:inline; }
form#signup p.checkboxwrap label.error {font-weight:bold; display:inline-block; float:right; margin-right:40%; }


span.liteBG {
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	background-color:#f2f2f2;
	display:block;
	padding:20px;
	margin:0 auto 15px auto;
	width:370px;
}
span.dlTitle {
	display:block;
	margin:0 0 5px 0;
	font-size:1.3em;
	font-weight:bold;
	padding:3px 0 2px 0;
	border-bottom:1px dotted #CCCCCC;
	color:#666;
	text-shadow:1px 1px 2px #fff;
}
dl {
	width:350px;
	font-size:1.2em;
	line-height:1.6;
	padding-left:5px;
	display:block;
	overflow:hidden;
	margin-bottom:10px;
}
dt {
	width:210px;
	float:left;
	font-weight: bold;
}
dd {
	width:125px;
	float:right;
	font-style:italic;
	text-align:right;
}
