/*************************************************

CAB - CONVENTION SITE				 
JULY 2008						
BY 76design			


***************************************************
	GENERIC
	*/


HTML {
	font: 62.5%/160% Arial,"Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;   
	background:#f6f6f6 url('../images/bkg-tile.jpg') 0 93px repeat-x;
	color: #000;
	}
	
BODY {
	margin: 0px;
	padding: 0px;
	text-align: center;
	}

IMG {margin:0; border:none;}
.clear { clear:both; }
/***************************************************
	WRAPPER
	
	 */
	 
#wrapper {
	width:950px;
	margin: 0px auto;
	text-align:left;
	padding:0;
	background:#FFF;
	}

/***************************************************
	HEADER
	
	*/
#header {
	position:relative; /*so thedate is positioned */
	background:#f6f6f6;
	}
#flash-content {
	font-size:0px;
	line-height:0px;
	margin:0;
	padding:0;
	}	
#header #utility {
	float:right;
	margin:10px 0 0 0;
	}
	
#header #utility LI {
	list-style:none;
	float:left;
	margin:0 10px 0 0;
	}
	
#header #utility LI A {
	background:#7bc143	;
	padding:2px 6px;
	color:#fff;
	text-decoration:none;
	font-size:130%;
	}	
	
#header #utility LI A:hover {
	background:#bdeb98	;
	}
	
#header P.conference-date {
	position:absolute;
	bottom:62px;
	right:10px;
	color:#FFF;
	text-align:right;
	}
	
.default #header P.conference-date {
	top:245px;
	}	
	
#header P.conference-date STRONG {
	display:block;
	color:#bdeb98;
	font-size:160%;
	}
	
/***************************************************
	HEADER » SPONSOR BAR
	
	*/
#sponsor-bar {
	background:#fff url(../images/sponsors-bkg.gif) no-repeat;
	padding:3px 0;
	margin:0;
	list-style:none;
	height:60px;width:100%;
	
	}
	
#sponsor-bar LI {
	float:left;
	height:60px;
	}
	
#sponsor-bar A {
	width:140px;
	display:block;
	padding:6px 0 0 0;
	text-align:center;
	line-height:60px;	
	}
	
#sponsor-bar H3 {
	margin:0;
	padding:15px 0 0 23px;
	height:48px;
	font-size:200%;
	width:157px;
	font-weight:bold;
	color:#bdeb98;
	}
body.fr #sponsor-bar H3 {
	font-size:150%;
	padding:20px 0 0 19px;
	height:43px;
	}	
#sponsor-bar H4 { 
	margin:0;
	padding:21px 0 0 0px;
	height:48px;
	font-size:160%;
	width:175px;
	font-weight:bold;
	color:#6aa73a;
	}
	
/***************************************************
	SPONSORS LIST (bottom of the homepage)
	
	*/
#content #sponsors-list {
	list-style:none;
	margin:0;
	padding:0;
	border-left:none;
	}

	
#sponsors-list {
	border-spacing:10px;
	border-collapse: separate;
	}
	
#content #sponsors-list .supplemental-nav{
	margin:10px 0 0 0;
	}

#content #sponsors-list .supplemental-nav LI{
	width:auto;
	float:right;
	color:#FFF;
	font-weight:bold;
	}
	
#content #sponsors-list .supplemental-nav LI.selected {
	color:black;
	}
#content #sponsors-list LI {
	float:left;
	margin:0 10px 0 0;
	width:100px;
	}
#content #sponsors-list #patron LI {
	font-weight:bold;
	margin:15px 10px 0 0;
	}
	
#content #sponsors-list LI A{
	color:#888;
	text-decoration:none;
	}
	
#content #sponsors-list LI A:hover{
	text-decoration:underline;
	}
	
#content #sponsors-list #featured {
	float:left;
	width:180px;
	height:120px;
	background:#FFF;
	text-align:center;
	margin:0 20px 0 0;
	}
	
#content #sponsors-list #featured TR TD {
	padding:0;
	border:none;
	}
	
#content #moduleid-sponsors_large img {
	padding:18px 10px;
	}	
	
/***************************************************
	MAIN MENU
	
	*/

#topmenu {
	margin:0;
	padding:12px;
	background:#000;
	}

#topmenu LI  {
	list-style:none;
	float:left;
	margin:0 15px 0 0;
	}
	
#topmenu A {
	text-transform:uppercase;
	display:block;
	padding:0;
	color:#FFF;
	font-size:130%;
	font-weight:bold;
	margin:0;
	text-decoration:none;
	}
	
#topmenu A:hover,
#topmenu li.selected A {
	color:#fffc00;
	}
	
/***************************************************
	SUBMENU
	
	*/	
#subnav {
	background:#f7f7f7 url(../images/subnav-bkg.gif) bottom right no-repeat;
	padding:0px 10px 5px 10px;
	height:55px;
	line-height:45px;
	margin:0;
	color:#888;
	}
	
#subnav LI {
	list-style:none;
	float:left;
	margin:0 10px 0 0;
	padding:0;
	}
	
#subnav LI A {
	color:#000;
	text-transform:uppercase;
	font-size:130%;
	text-decoration:none;
	}
	
#subnav LI A:hover,
#subnav LI.selected A {
	color:#ccc;
	}
	
/***************************************************
	BOX 
	
	*/

.box {
	background:#FFF;
	border:solid 1px #b1b1b1;
	}
	
.box h3 {
	font-size:88%;
	color:#222;
	margin:0;
	padding:0;
	}
	
#ceo-message,
#convention-program{
	width:314px;
	float:left;
	border-left:0;
	height:450px;
	border-bottom:solid 4px #7ac143;
	border-top:none;
	}
	
#ceo-message H2 A,
#convention-program H2 A{
	text-decoration:none;
	font-weight:normal;
	}
		
.info  {padding:23px;} /*this is used to pad content boxes. This is so that images can be unpadded.*/

#sponsors-list .info {
	
}

/***************************************************
	HOMEPAGE » AWARDS BOX
	
	*/	
#cab-awards {
	background:url(../images/awards.jpg) top left no-repeat;
	clear:both;
	border-right:solid 1px #b1b1b1;
	padding:15px;
	}
	
#cab-awards H2 {
	color:#7bc143;
	margin:0 0 50px 0; 
	font-weight:bold;
	font-size:160%;
	display:block;
	}
	
#cab-awards P SPAN {
	background:#000;	
	}
	
#cab-awards P {
	color:#fff;
	margin:0 0 8px 0;
	line-height:130%;
	}
	
#testimonials .info {
	height:70px;
	}
	
#testimonials BLOCKQUOTE {
	background:none;
	border:none;
	color:#000;
	padding:0;
	margin:8px 0;
	font-size:120%;
	}
	
#updates UL,
#updates LI {
	margin:0;
	padding:0;
	list-style:none;
	}

#updates H3 {
	margin-bottom:16px;
	}
	
#updates H2 A {
	text-decoration:none;
	font-weight:normal;
	}
	
#updates H2 {
	font-size:150%;
	margin-bottom:0;
	}
	
#updates SMALL {
	color:#6aa63a;
	margin:0 0 8px 0;
	padding:0;
	display:block;
	font-weight:bold;
	text-transform:none;
	}

.supplemental-nav,
.supplemental-nav LI {
	margin:0;
	padding:0;
	list-style:none;
	}
	
.supplemental-nav,
#updates .supplemental-nav  {
	overflow:hidden;
	background:#7bc143 url(../images/green-bar-edge.jpg) top left repeat-y;
	margin-bottom:10px;
	width:80%;
	float:right;
	}
	
#updates .supplemental-nav LI,
.supplemental-nav LI {
	float:right;
	margin:0 10px 0 0;
	padding:3px 0;
	}
	
.supplemental-nav A	{
	color:#FFF;
	text-decoration:none;
	}
	
.supplemental-nav A:hover	{
	color:#bdeb98;
	}
	
/***************************************************
	CONTENT
	
 	*/
.default #content {
	width:563px;
	margin:20px 20px 0 20px;
	font-size:130%;
	}
	
 #content.wide {
	width:910px;
	margin:20px 20px 0 20px;
	font-size:130%;
	}	
	
#content {
	width:630px;
	float:left;
	font-size:130%;
	line-height:160%;
	}
#patron tr td {
	border-bottom:none;
	}
	
#patron .fake-arrow {
	background:url(../images/bullet.gif) 0 6px no-repeat;
	padding:0 0 0 20px;
	list-style:none;
	text-align:left;
	margin:1px 0;
	}
	
#patron.large {
	font-size:130%;
	padding:8px;
	}	
	
#content UL LI {
	background:url(../images/bullet.gif) 0 6px no-repeat;
	padding:0 0 0 14px;
	list-style:none;
	margin:10px 0;
	}
	
#content UL LI.no-bg {
	background:none;
	}
	
#content UL.supplemental-nav LI {
	background:none;
	}
	
#content OL LI{
	list-style:decimal outside;
	padding:0;
	margin:15px 0 15px 20px;
	background:none;
	}
	
#content OL LI UL LI{
	list-style:none;
	}
	
/***************************************************
	SIDEBAR 
	
	*/	
	
#sidebar {
	width:327px;
	float:left;
	margin:20px 0 0 20px;
	font-size:130%;
	line-height:160%;
	}
	
#sidebar BLOCKQUOTE {
	background:none;
	border:none;
	padding:0;
	margin:0 0 0 25px;
	color:#888888;
	}
	
#sidebar CITE {
	margin:0 0 0 25px;color:#7bc143;
	font-style:italic;
	font-size:130%;
	font-weight:bold;
	}
	
#register-widget {
	margin:25px 0 0 0;
	padding:0 0 20px 0;
	font-size:130%;
	color:#888;
	border-bottom:solid 4px #7bc143;
	}
	
.photo {
	background:url(../images/photo-top.gif) no-repeat;
	padding:25px 27px;
	width:278px;
	position:relative;
	}
	
.photo SPAN {
	position:absolute;
	z-index:3;
	background:url(../images/photo-bottom.gif) bottom left no-repeat;
	display:block;
	height:96px;
	left:0;
	bottom:0;
	width:325px;
	}
	
/***************************************************
	RIGHT COLUMN (used only on the homepage)
	
	 */	
#right-column {
	width:320px;
	float:left;
	font-size:120%;	
	}
	
#right-column .box {
	border-top:0;
	border-left:0;
	}
	
/***************************************************
	PROGRAM (landing page)

	*/
	
#program-intro{
	font-size:100%;
	padding:12px;
	border:solid 2px #7bc143;
	background:#e0f2d2 url(../images/light-gradient.gif) bottom left repeat-x;
	color:#224f0f;
	margin:0 0 20px 0;
	}
	 	
/***************************************************
	LEGEND
	
	 */	
#content #legend {
	background:url(../images/shadow.gif) bottom right no-repeat;
	margin:0 0 20px 0;
	padding:0 20px 15px 0 ;
	}
	
#content #moduleid-programs_list #legend,
#content #moduleid-programs_details #legend {
	padding:0 20px 30px 0 ;
	}
	
#content #legend LI {
	list-style:none;
	float:right;
	background:none;
	margin:0;
	}
	
#content #legend.program-legend LI {
	float:none;
	}
	
#content #legend LI EM
{
	text-decoration:none;
	font-size:80%;
	font-style:normal;
	color:#000;
	padding:2px 0 2px 24px;
	}
#content #legend LI EM.generic
{
	padding: 2px 0;	
}	
#content #legend LI A {
	font-size:90%;
	}
#content #legend UL {
	margin:0;
}
	
#legend .tracka {background:url(../images/tracka.gif) center left no-repeat;}
#legend .trackb {background:url(../images/trackb.gif) center left no-repeat;}
#legend .trackc {background:url(../images/trackc.gif) center left no-repeat;}
#legend .trackd {background:url(../images/trackd.gif) center left no-repeat;}


/***************************************************
	PROGRAM HIGHLIGHTS
	
	 */
#content #highlight-list{
	margin:0;
	padding:0;
	}
	
#content #highlight-list LI {
	border:none;
	padding:3px 0 10px 0;
	vertical-align:top;
	}
	
#content #highlight-list LI H2  A {
	display:block;
	font-size:120%;
	text-decoration:none;
	margin:0 0 20px 0;
	}
	
#content #highlight-list LI H2 {
	color:#888;
	font-size:88%;
	margin:0 20px 0 0;
	font-weight:bold;
	text-transform:normal;
	padding:0;
	width:365px;
	float:left;
	}
	
#content #highlight-list LI  H3 {
	font-size:120%;
	margin:3px 0;
	padding:0;
	}
#content #highlight-list LI  P { margin:0; }	
#content #highlight-list LI  P.hide {
	width:200px;
	float:left;
	display:none;
	}
	
#content #highlight-list LI  P STRONG {
	color:#000;
	font-weight:bold;
	margin:0 10px 0 0;
	text-transform:uppercase;
	}	
	
#content #highlight-list LI  SMALL {
	margin:0 30px 0 20px;
	float:left;
	display:block;
	/* width:60px; */
	width:120px;
	font-size:88%;
	line-height:340%;
	}
	
#content #highlight-list LI {
	margin:6px 0 6px 0;
	padding:0 0 10px 0;
	background:url(../images/shadow.gif) bottom right no-repeat;
	}
	
#content #highlight-list LI.concurrent-sessions H2.concurrent-title {
	width:538px; /*hard value to accomodate shadow */
	padding:10px;
	margin:0;
	display:block;
	float:none;
	border-bottom:solid 2px #bdeb98;
	background:#888;
	font-size:110%;
	color:#FFF;
	}
	
#content #highlight-list LI.concurrent-sessions H2.concurrent-title STRONG { 
	font-weight:bold;
	margin:0 20px 0 10px;
	font-family:"Arial";
	width:120px;
	}
		
#content #highlight-list UL {
	margin:0 0 20px 0;
	padding:0;
	}
	
#content #highlight-list UL LI {
	margin:0 6px 10px 0;
	padding:20px 0 0 0;
	vertical-align:top;
	}

#content #highlight-list LI.date-title {
	background:url(../images/shadow-green.gif) bottom right no-repeat;
	padding:25px 25px;
	margin:0 0 10px 0;
	}
#content #highlight-list LI H1 {
	font-size:130%;
	color:#224f0f;
	}
	
#content #highlight-list  LI.concurrent-sessions{
	margin:0;
	padding:0 0 0 0;
	}
	
#content #highlight-list  LI.concurrent-sessions H2 {
	margin:0 0 0 20px;
	}
	
#content #highlight-list  LI.concurrent-sessions SMALL{
	display:none;
	}
	
#content #highlight-list LI.tracka {background:url(../images/tracka-vert.gif) bottom left no-repeat;}	
#content #highlight-list LI.trackb {background:url(../images/trackb-vert.gif) bottom left no-repeat;}
#content #highlight-list LI.trackc {background:url(../images/trackc-vert.gif) bottom left no-repeat;}
#content #highlight-list LI.trackd {background:url(../images/trackd-vert.gif) bottom left no-repeat;}
#content #highlight-list LI.tracka H2 A, H2.tracka {color:#a72439; font-size:130%; background:#f7f7f7;  border-left:solid 4px #a72439; border-bottom:solid 1px #a72439; padding:4px 10px;}
#content #highlight-list LI.trackb H2 A, H2.trackb {color:#1b538b; font-size:130%; background:#f7f7f7; border-left:solid 4px #1b538b; border-bottom:solid 1px #1b538b; padding:4px 10px;}
#content #highlight-list LI.trackc H2 A, H2.trackc {color:#5e4492; font-size:130%; background:#f7f7f7; border-left:solid 4px #5e4492; border-bottom:solid 1px #5e4492; padding:4px 10px;}
#content #highlight-list LI.trackd H2 A, H2.trackd {color:#ae8c2e; font-size:130%; background:#f7f7f7; border-left:solid 4px #ae8c2e; border-bottom:solid 1px #ae8c2e; padding:4px 10px;}

#content #highlight-list .concurrent-sessions LI.tracka H2 A,
#content #highlight-list .concurrent-sessions LI.trackb H2 A,
#content #highlight-list .concurrent-sessions LI.trackc H2 A,
#content #highlight-list .concurrent-sessions  LI.trackd H2 A {
	background:none; border:none; padding:0; font-size:110%; text-transform:none;
	}

#content #highlight-list LI.tracka H2 A:hover{color:#e9c7c0;}
#content #highlight-list LI.trackb H2 A:hover{color:#b5bed7;}
#content #highlight-list LI.trackc H2 A:hover{color:#c5bddb;}
#content #highlight-list LI.trackd H2 A:hover{color:#e9ddc0;}

/***************************************************
	PROGRAM DETAILS
	
	 */
#content #details-list{
	margin:0;
	padding:0;
	}

#content #details-list LI {
	border:none;
	padding:3px 20px 10px 0;
	overflow:hidden;
	vertical-align:top;
	background:url(../images/shadow.gif) bottom right no-repeat;
	}
	
#content #details-list LI.date-title {
	background:url(../images/shadow-green.gif) bottom right no-repeat;
	padding:25px 25px;
	margin:0;
	}
	
#content #details-list LI H1 {
	font-size:130%;
	color:#224f0f;
	}
	
#content #details-list LI H3 {
	color:#000;
	text-transform:uppercase;
	font-size:110%;
	font-weight:bold;
	margin:0;
	padding:0;
	}
#content #details-list LI .session-desc H5 {
	font-size:110%;
	font-weight:bold;
	margin-bottom:6px;
	
}

/***************************************************
	PROGRAM DETAILS » SESSION INFO
	
	The basics - left column includes title time, and sponsors

	*/
	 
.session-info {
	width:280px;
	float:left;
	margin:0 20px 0 0;
	padding:0 0 0 20px;
	}
	
.session-info H2  STRONG {
	display:block;
	font-size:140%;
	text-decoration:none;
	line-height:120%;
	margin:0 0 4px 0;
	text-transform:uppercase;
	font-weight:bold;
	color:#7bc143;
	}
div.location { 
	
	padding:0 0 3px 0; 
}	
.tracka  .session-info H2 STRONG,
.trackb  .session-info H2 STRONG,
.trackc  .session-info H2 STRONG,
.trackd  .session-info H2 STRONG {		
	font-size:120%;
	}
	
.session-info H2 {
	color:#000;
	font-size:110%;
	margin:0 0px 5px 0;
	font-weight:bold;
	width:100%;
	padding:0;
	}
.session-info  P {
		margin:0;
		}
.session-info  P STRONG {
	color:#000;
	font-weight:bold;
	margin:0 10px 0 0;
	font-size:110%;
	text-transform:uppercase;
	}		

/***************************************************
	PROGRAM DETAILS » PANELISTS

	 */
	 
.panelists {
	width:200px;
	margin-right:20px;float:left;
	}
	
#content .panelists OL {
	margin:0;
	padding:0;
	}
	
#content #details-list .panelists LI P {
	margin:0;
	padding:8px 0;
	color:#000;
	}
	
#content #details-list .panelists LI P STRONG {
	display:block;
	color:#888;
	}
	
#content #details-list .panelists LI {
	background:none;
	margin:0;
	padding:0;
	border-bottom:solid 1px #ccc;
	}
	
/***************************************************
	PROGRAM DETAILS » SESSION DESC
	
	Right colum - moderator, etc
	
	 */
.lrg  {
	width:550px !important;
	}
	
.session-desc {
	float:left;
	width:350px;
	color:#000;
	}
	
.session-desc IMG {
	float:left;
	margin:0 10px 0 0;
	}
	
.session-desc .moderator {
	padding:10px 0 20px 0 ;
	border-bottom:solid 1px #888;
	margin:0 0 10px 0;
	}
	
.session-desc .moderator P STRONG{
	display:block;
	color:#000;
	font-size:95%;
	}
	
#content #details-list LI.tracka .session-info {background:url(../images/tracka-vert.gif) top left no-repeat;}	
#content #details-list LI.trackb .session-info {background:url(../images/trackb-vert.gif) top left no-repeat;}
#content #details-list LI.trackc .session-info {background:url(../images/trackc-vert.gif) top left no-repeat;}
#content #details-list LI.trackd .session-info {background:url(../images/trackd-vert.gif) top left no-repeat;}
#content #details-list LI.tracka H2 STRONG,
#content #details-list LI.tracka H3 {color:#a72439; text-transform:none;}
#content #details-list LI.trackb H2 STRONG,
#content #details-list LI.trackb H3 {color:#1b538b; text-transform:none;}
#content #details-list LI.trackc H2 STRONG,
#content #details-list LI.trackc H3 {color:#5e4492; text-transform:none;}
#content #details-list LI.trackd H2 STRONG,
#content #details-list LI.trackd H3  {color:#ae8c2e; text-transform:none;}


/***************************************************
	PROGRAM DETAILS » SESSION INFO
	
	The basics - left column includes title time, and sponsors
	 */
	 
#sponsor-opportunities-list {
	margin:0;
	padding:0;
	background:none;
	}
	
#content #sponsor-opportunities-list LI {
	border:none;
	padding:3px 20px 20px 0;
	overflow:hidden;
	vertical-align:top;
	background:url(../images/shadow.gif) bottom right no-repeat;
	}
	
#content #sponsor-opportunities-list li ul li {
	background:url(../images/bullet.gif) 0 6px no-repeat;
	padding:0 0 0 20px;
	list-style:none;
	margin:10px 0;
	}
	
#content #sponsor-opportunities-list LI H3 {
	color:#888;
	text-transform:uppercase;
	font-size:130%;
	margin:0;
	padding:0;
	}
	
.level-info {
	width:240px;
	float:left;
	margin:0 20px 0 0;
	padding:0 0 0 20px;
	}
	
.level-info H2  STRONG {
	display:block;
	font-size:140%;
	text-decoration:none;
	line-height:100%;
	margin:0 0 4px 0;
	color:#7bc143;
	}
		
.level-info H2 {
	color:#000;
	font-size:150%;
	margin:0 20px 50px 0;
	font-weight:bold;
	text-transform:uppercase;
	padding:0;
	float:left;
	}
	
.level-info  P STRONG {
	color:#000;
	font-weight:bold;
	margin:0 10px 0 0;
	font-size:120%;
	text-transform:uppercase;
	}		
	
.level-desc {
	float:left;
	width:550px;
	color:#000;
	margin:0 20px 0 0;
	}
	
.level-desc IMG {
	float:left;
	margin:0 10px 0 0;
	}
	
/* these are no longer used - im leaving them in as a saftey net though */
.en .level-desc H4.sold-out {
	background:url(../images/sold-out-en.gif) no-repeat;
	padding:25px 0 25px 90px;
	}
	
.fr .level-desc H4.sold-out {
	background:url(../images/sold-out-fr.gif) no-repeat;
	padding:25px 0 25px 90px;
	}
	
/***************************************************
	SPONSORSHIP OPPORTUNITIES PAGE » SPONSOR CONACT

	*/	
#sponsor-contact H3 {
	margin:0 0 15px 0;
	}
	
#sponsor-contact {
	width:300px;
	float:right;
	padding:20px;
	background:#bdeb98;
	margin:0 0 20px 20px;
	border:solid 1px #224f0f;
	}
	
/***************************************************
	AWARDS PAGE
	
	*/	

/* wide layout... thicker cols */	
#wide .col {
	width:400px;
	margin:0 10px;
	float:left;
	}
	
.col {
	width:235px;
	margin:0 10px;
	float:left;
	}
	
/***************************************************
	SPONSORS PAGE
	
	*/	
	
.platinum {height:172px;}	
.gold {height:120px;}	
.bronze {height:80px;}	
.patron {height:40px;}	

#sponsors-list {
	border-spacing:10px;
	border-collapse: separate;
	}
	
#sponsors-list TR TD {
	text-align:center;
	width:293px;
	border:none;
	vertical-align:middle;
	}

#sponsors-list P {
	text-align:left;
	border:solid 1px #888;
	padding:8px;
	border-top:none;
	}
	
#sponsors-list ul.large-col {
	width:363px;
	float:right;
	}

.module-sponsors_large  H2.header {
	background:url(../images/shadow-green.gif) bottom right no-repeat;
	padding:15px 25px;
	margin:10px 0;
	color:#000;
	}
	
#content #sponsors-list #featured.left-col {
	float:left;
	margin:0;
	width:0;
	}
	
/***************************************************
	REGISTRATION
	
	Convention Registration
	
	*/
#convention-registration {
	border-collapse:collapse;
	}
	
#convention-registration TD{
	border:none;
	padding:3px 6px; 	
	border-bottom:solid 1px #7bc143;
	margin:0;
	}
	
.note {
	font-size:110%;
	padding:12px;
	border:solid 2px #7bc143;
	background:#e0f2d2 url(../images/light-gradient.gif) bottom left repeat-x;
	color:#224f0f;
	margin:20px 0 20px 0;
	}
	
#content LI.even,	
.even TD{background:#e0f2d2;}

LI.odd,
#content .odd TD{background:#f9faf5;}

.noborder {border:none;}
	
.col h3 {color:#7bc143;font-size:180%;line-height:120%;margin-bottom:1em;}

#content #media-accreditation OL {
	padding:0;
	margin:0;
	}	
	
#content #media-accreditation LI{
	list-style:none;
	margin:0;
	padding:3px 6px;
	}
	
#content #media-accreditation LI LABEL  {
	display:block;
	width:200px;
	float:left;
	}
	
.submit-buttons {
	text-align:center;
	}
	
.error {
	font-weight:bold;
	color: #FF0000;
}
	
/***************************************************
	FOOTER
	
	 */

#footer {
	margin:30px 0 0 0;
	clear:both;
	line-height:40px;
	color:#888;
	padding:30px 30px 15px 30px;
	background:#f7f7f7 url(../images/footer-bkg.gif) no-repeat; 
	}	
	
#footer A{	
	color:#888;
	text-decoration:none;

	}
	
#footer A:hover {
	color:#222;
	}
	
#footer IMG {
	float:left;
	}
	
.homepage #footer{
	background:none;
	padding:0;
	font-size:80%;}

/***************************************************
	SPONSOR BENEFITS (tacked on)
	
	Unforatunately things changed too far into development. 
	To avoid days of work restructuring things, these styles
	were implemented. Its a simple way of doing what was wanted
	but from a css point of view - not exactly elegant. Aplogoies 
	to those that work with this later.

	*/
#content #sponsor-opportunities-list .special-type {
	background:none;	
	}

.special-type .level-info {
	background:#000;
	padding:0;
	margin:0 0 15px 0;
	float:none;
	width:100%;
	border-bottom:solid 6px #7BC143;
	}
	
.special-type .level-info H2 {
	text-transform:none;
	float:none;
	padding:25px;
	color:#FFF;
	margin:0;
	}
	
.special-type .level-info H2 STRONG {
	color:#FFF;
	font-size:90%;
	font-weight:bold;
	}
	
.special-type .level-desc {
	width:100%;
	padding:0;
	margin:0;
	}
	
#content #sponsor-opportunities-list .special-type {
	padding:0;
	}
	
#content #sponsor-opportunities-list .special-type .special-li {
	background:url(../images/shadow.gif) bottom right no-repeat;
	padding:3px 0px 20px 0
	}
	
.special-li H4 {
	text-transform:uppercase;
	float:left;
	color:#7BC143;
	text-decoration:none;
	font-size:200%;
	width:270px;
	padding:0 0 0 20px;
	font-weight:bold;margin:0 20px 0 0;
	}
	
.special-li .special-content {
	float:left;
	margin:0;
	padding:0;
	width:560px;
	}
	
/***************************************************
	NEWS STYLING
	
	for some reason these are different then everywhere else. 
	Dont ask questions. Itll ruin your day.
	*/
	
#moduleid-news H2 {
	margin:0;
	}
#moduleid-news H2 A {	
	text-decoration:none;
	
	}
#moduleid-news H3 {
	color:#73B23E;
	padding:0 0 15px 0;
	border-bottom:solid 1px #222;
	}
	
#moduleid-news H4 {	
	background:#888888 none repeat scroll 0 0;
	border-bottom:2px solid #BDEB98;
	color:#FFFFFF;
	display:block;
	float:none;
	font-size:110%;
	margin:0;
	padding:10px;
	margin:40px 0 15px 0;
	}

#moduleid-news SMALL {
	color:#222222;
	font-size:88%;
	margin:0 0 15px 0;
	display:block;
	padding-bottom:10px;
	}

#moduleid-news H5{	
	color:#73B23E;
	margin:0;
	padding:0;
	}
	
#moduleid-news H6{	
	color:#222222;
	margin:0;
	padding:0;
	}
	
#moduleid-news UL LI {
	margin:0;
	padding:0;
	background:none;
	}
	
#moduleid-news UL LI LI {
	background:url(../images/bullet.gif) 0 6px no-repeat;
	padding:0 0 0 20px;
	list-style:none;
	margin:10px 0;
	}