@charset "UTF-8";
/* CSS Document */
/* Colors:
Bright Yellow: #f4c934
Bright Aqua: #6CCAD3
Dark Brown: #534739
*/

body {
	background: url(bg.png) fixed;
	background-color: #f5c934;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:18px;
	letter-spacing:0;
}
.box {
	background:#444;
	color:#000;
	float:left;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	line-height:16px;
}
.dance {
	width:300px;
	height:224px;
	padding:10px;
	margin-bottom:10px;
}
.leadership {
	width:145px;
	height:auto;
	padding:10px;
	margin-bottom:10px;
}
.film {
	width:110px;
	height:auto;
	padding:10px;
	margin-bottom:10px;
}
.film h4, .leadership h4 {margin-bottom:0;}
.facilitator {
	width:110px;
	height:155px;
	padding:10px;
	margin-bottom:10px;
}
.mixer {
	width:128px;
	height:168px;
	padding:10px;
	margin:8px;
}
.profile {
	width:128px;
	height:150px;
	padding:12px;
	margin:6px;
}
.profile:hover, .facilitator:hover, .speaker:hover {
	background:#666;
}
.profile a:hover, .facilitator a:hover, .speaker a:hover {
	color:#fff;
	text-decoration:none;
}
.speaker {
	width:300px;
	height:448px;
	padding:10px;
	background:#444;
	color:#000;
	float:left;
	text-align:center;
	font-size:15px;
	font-weight:bold;
	line-height:20px;
}
h4 {
	margin-top:8px;
}
a {
	text-decoration: none;
	color:#0bd;
	font-weight:bold;
	letter-spacing:.5px;
}
a:hover {
	color:#ca0;
	font-weight:bold;
	text-decoration: underline;
}
a img {
	border: none;
}
img {
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
}
#header {
	height: 160px;
	width: 1000px;
	margin:auto;
	padding-top: 15px;
	background:transparent url(images/listserv.png) top right no-repeat;
}
#header img {
	float:left;
}
#listform {
	float:left;
	width:192px;
	height:150px;
	margin:-4px 0 0 -20px;
	color:#FFF;
	vertical-align:middle;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
input {
	width:128px;
}
input.cbox {
	width:16px;
	margin:-3px 0 0 0;
	vertical-align:middle;
}
input.button {
	width:60px;
	padding:2px;
}
/*Navigation Bar*/

#navbar {
	height: 60px;
	width: 1000px;
	margin: auto;
	background: url(navbarbg.png);
	line-height:0px;
	clear:both;
}
#navbar ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#navbar li {
	float: left;
	margin-top:-1px;
	line-height:0px;
	list-style:none;
}
#navbar li ul {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	position: absolute;
	left: -999em;
	list-style:none;
	line-height:0px;
}
#navbar li:hover ul {
	left: auto;
}
#navbar li:hover ul, #navbar li.sfhover ul {
	left: auto;
}
/* Navigation Bar ends */

#wrapper {
	width: 1000px;
	height:585px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}
#contentwrap {
	width: 730px;
	float:left;
}
/* Feature Box */

#feature {
	width: 730px;
	height: 260px;
	background-color: #FFF;
	margin-top: 12px;
}
#featuretext {
	width:220px;
	padding-top: 5px;
	float:left;
}
#featurephoto {
	width:510px;
	height:260px;
	float:right;
}
.rotator_nav {
	list-style: none;
	font-size: 12px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #000;
	padding-left:10px;
	line-height:16px;
	margin:0;
}
.rotator_nav li a {
	font-weight: normal;
	letter-spacing:-0.5px;
	text-decoration: none;
}
.rotator_nav li a.activeSlide {
	color: #000;
}
.rotatorlist {
	width: 170px;
	float: right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 4px 6px 0px;
	margin:0;
}
.circle {
	float: left;
	width: 28px;
	margin:0;
	padding:0;
}
/* Feature Box ends*/
#secondnet {
	width:730px;
	height:225px;
	margin-top:15px;
}
#whycome {
	width: 357px;
	background-color:#fff;
	height: 225px;
	float:left;
}
#video {
	padding:5px;
	width: 347px;
	height: 215px;
	background:#FFF;
	float: right;
	opacity:.3;
}
/* Side Bar */
#sidebar {
	width: 250px;
	height: 500px;
	float:right;
	margin-top: 12px;
}
#twitter {
	background: url(boxbg.png) top right no-repeat;
	width: 230px;
	margin-bottom:4px;
	margin-right:16px;
}
#headcount {
	padding-left:10px;
	width: 240px;
	height:180px;
	margin-top: 3px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
#number {
	font-size: 85px;
	line-height: 80px;
}
#registernow {
	margin-top: 3px;
	width: 230px;
	height: 33px;
	background: url(registernow.png) no-repeat;
	font-size: 24px;
	padding: 20px 10px 10px 10px;
}
#whoscoming {
	margin-top: 5px;
	width: 235px;
	height: 200px;
	background-color: #534739;
	padding-left: 15px;
	color:#f4c934;
	font-size:12px;
	line-height:18px;
}
#donate_button input {
	width:200px;
	margin-left:24px;
	margin-top:12px;
}
/* Content */

#page {
	background-color: #FFF;
	width:685px;
	min-height: 512px;
	margin-top: 12px;
	padding: 15px 25px 0px 20px;
	overflow: auto;
}
#page h1 {
	color:#6CCAD3;
	font-size: 20px;
	margin-top:20px;
	margin-bottom: 10px;
	font-weight:bold;
}
#page h2 {
	font-size: 13px;
	font-weight:bold;
}
#page h5 {
	margin: 4px auto;
}
#picture {
	width: 150px;
	float:left;
}
#page table {
	background-color:#FFF;
}
#page td {
	vertical-align:top;
}
#footer {
	clear:both;
	width: 980px;
	height:30px;
	background: url(boxbg2.png) top right no-repeat;
	padding: 10px 5px 0px 15px;
	margin:16px auto;
	position:relative;
	z-index:-1;
	bottom:0;
}
a.footer {
	color:#000;
}
a.footer:hover {
	color: 	#333;
}
.lighter {
	color:#999;
}
.emails {
	color:#999;
	text-transform:lowercase;
	font-size:11px;
	margin-left:8px;
}
span.left {
	position: absolute;
	left: 3%;
}
span.right {
	position: absolute;
	right: 3%;
}
div.line {
	position: relative;
	text-align: center;
	width: 100%;
}
h3 {
	margin-bottom:0;
}
/* CARLIN EDITS */

.tpad-none {
	margin-top:0;
}
.rpad-none {
	margin-right:0;
}
.lpad-none {
	margin-left:0;
}
.bpad-none {
	margin-bottom:0;
}
.tpad-xsmall {
	margin-top:8px;
}
.rpad-xsmall {
	margin-right:8px;
}
.lpad-xsmall {
	margin-left:8px;
}
.bpad-xsmall {
	margin-bottom:8px;
}
.tpad-small {
	margin-top:16px;
}
.rpad-small {
	margin-right:16px;
}
.lpad-small {
	margin-left:16px;
}
.bpad-small {
	margin-bottom:16px;
}
.tpad-medium {
	margin-top:24px;
}
.rpad-medium {
	margin-right:24px;
}
.lpad-medium {
	margin-left:24px;
}
.bpad-medium {
	margin-bottom:24px;
}
.tpad-large {
	margin-top:32px;
}
.rpad-large {
	margin-right:32px;
}
.lpad-large {
	margin-left:32px;
}
.bpad-large {
	margin-bottom:32px;
}
.bpad-xlarge {
	margin-bottom:64px;
}
.tpad-xlarge {
	margin-top:64px;
}
.rpad-xlarge {
	margin-right:64px;
}
.lpad-xlarge {
	margin-left:64px;
}
.lpad-xxlarge {
	margin-left:128px;
}
.underline {
	border-bottom:2px #ddd solid;
	padding-bottom:3px;
}
.pWidth {
	width:450px;
}
.cWidth {
	width:350px;
}
.sWidth {
	width:150px;
}
.sText {
	font-size:11px;
}
.mText {
	font-size:13px;
}
.lText {
	font-size:16px;
}
.fLeft {
	float:left;
}
.fRight {
	float:right;
}
.fNone {
	float:none;
}
.cLeft {
	clear:left;
}
.cRight {
	clear:right;
}
.cBoth {
	clear:both;
}
.tLeft {
	text-align:left;
}
.tRight {
	text-align:right;
}
.tCenter {
	text-align:center;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.scaps {
	font-variant:small-caps;
}
.caps {
	text-transform:uppercase;
}
.highlight {
	color:#dfa139;
}
.grey {
	color:#888;
}
.warning {
	color:#C03;
}
.strikethrough {
	text-decoration:line-through;
}
h1, h2, h3, h4, h5 {
	font-weight:bold;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
.regform {
	line-height:16px;
}
.regform th {
	font-size:11px;
}
#schedule_table {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:24px;
	font-size:12px;
	line-height:18px;
	vertical-align:middle;
	text-align:center;
}
#schedule_table th h2 {
	text-align:left;
	text-transform:uppercase;
	font-family:Impact, Helvetica, Arial, Sans-serif;
	font-size:32px;
	margin:4px 0;
}
#schedule_table td {
	vertical-align:middle;
	padding:8px 12px;
	background-color:#F3F3F3;
	font-weight:bold;
}
#schedule_table td:first-child {
	background-color:#53483a;
	color:#fff;
	font-weight:bold;
	font-variant:small-caps;
}
#schedule_table td.gap {
	background-color:#fff;
}
#schedule_table td.meal {
	background-color:#FC3;
}
#schedule_table td.prog {
	background-color:#F90;
}
#schedule_table td.ent {
	background-color:#97FF79;
}
#schedule_table td.business {
	background-color:#ACE6FF;
}
#schedule_table td em {
	font-size:x-small;
}
#schedule_table a {
	color:#000;
	display:block;
}
#schedule_table a:hover {
	color:#fff;
	text-decoration:none;
}
#legend_table {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-left:24px;
	font-size:12px;
	font-weight:bold;
	vertical-align:middle;
	text-align:left;
	margin-left:4px;
}
#legend_table td {
	padding:0 0 0 8px;
	height:10px;
}
#legend_table td.meal {
	background-color:#FC3;
}
#legend_table td.prog {
	background-color:#F90;
}
#legend_table td.ent {
	background-color:#97FF79;
}
#legend_table td.business {
	background-color:#ACE6FF;
}
.listing {
	width:685px;
}
.listing td {
	text-align:justify;
	padding-bottom:24px;
}
.listing td img {
	padding-right:16px;
}
.listing h3 {
	margin-top:0;
}
