/*****************************************
Resets
******************************************/
html, body, form, fieldset {
        margin: 0;
        padding: 0;
        font-family: Helvetica, Arial sans-serif;
}
html{
	font-size: 100%;
}
body{
	text-align: center;
	background: #fff url(../images/body-bg.png) repeat-x 0 0;
	font-size: 82%;
	line-height: 140%;
}
/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 1em 0;
        padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
}
a:link {
	color: #14696F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #14696F;
}
a:hover {
	text-decoration: underline;
	color: #14696F;
}
a:active {
	text-decoration: none;
	color: #14696F;
}

h2{
	font-weight: 400;
	text-transform: uppercase;
	color: #d46039;
}
h3{
	font-size: 100%;
	font-weight: 600;
	color: #5a9897;
}
img{
	border: 0;
}


/***********************************************
 =2:Forms
 ********************************************** */
fieldset{
	width: 755px;
	font-size: 100%;
}
legend{
	color: #888;
	text-transform: uppercase;
}
input, textarea{
	width: 200px;
}
fieldset div.navigation input, fieldset input.radio, fieldset div.checkbox input, input#usePromoCode, input#setNumberOfAttendees{
	width: auto;
}
fieldset div{
	margin-bottom: .5em;
	width: 100%;
	clear: both;
	padding: 10px;
	border: 1px solid #e3e3e3;
	margin: 30px 0 20px 0;
	background: #f9f9f9;
	float: left;
}

fieldset div div{
	margin: auto;
	width: 600px;
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	margin-bottom: .5em;
}
fieldset label{
	width: 150px;
	display: block;
	float: left;
	font-weight: 600;
	line-height: 1.5em;
	display: block;
	clear: both;
	color: #614a36;
	text-align: right;
	padding-right: 10px;
}
fieldset p{
	clear: both;
}
fieldset div.checkbox{
	margin-left: 150px;
	width: 300px;
}
fieldset div.checkboxes{
	margin: 1em 0 1em 0;
	float: left;
    width: 400px;
	clear: both;
}

fieldset div.checkboxes div.checkbox{
	width:50%;
	float: left;
	clear: none;
	margin: 0;
}
fieldset div.checkboxes div.checkbox label{
	width: 130px;
	text-align: right;
}
fieldset div.checkbox label{
	width: auto;
	float: left;
}
textarea{
	height: 90px;
	font-size: 100%;
	font-family: helvetica, arial, sans-serif;
}
fieldset input.radio{
	float: left;
	clear: left;
}
fieldset label[for="promoCode"]{
	width: auto;
	margin-right: 10px;
}
fieldset input#promoCode{
	width: 100px;
}
fieldset  .passTypes label{
	width: 300px;
	font-weight: 600;  
	text-align: left;    
}
fieldset div.profile .passTypes p{
	clear: both;
	margin-left: 30px;
}
fieldset div.profile .passTypes label, fieldset div.profile .passTypes p{
	position: relative;
	top: -1.2em;
	left: 30px;
}
fieldset h3{
	font-size: 140%;
	color: #B56397;
	margin-top: -30px;
}
fieldset h4{
	color: #fbb10e;
	font-size: 120%;
}
fieldset h5{
	font-size: 110%;
}
div.profile{
	border: 1px solid #fbb10e;
	padding: 10px 20px 10px 20px;
	float: left;
	width: 715px;
	
}
fieldset div.profile h3{
	padding-top: 20px;
	clear: both;
}


/****************************
Badges
*****************************/
div.profile{
	position: relative;
}
fieldset div div.badge{
	background: #fff url(../images/badge1.png) no-repeat 50%;
	width: 195px;
	height: 265px;
	text-align: center;
	border: 1px solid #eee;
	margin-left: 20px;
	position: absolute;
	right: 10px;
	text-align: center;
}
body div.badge h1, body div.badge h2{
	background: none;
	color: #000;
	text-align: center;
	text-indent: 0;
	overflow: none;
	font-size: 110%;
	line-height: 1em;
	margin: 90px 0 0 0;
	text-transform: none;
	font-weight: 600;
}
body div.badge h2{
	font-size: 90%;
	font-weight: 400;
	margin-top: .5em;
	text-align: center;
	border: none;
}
body div.badge h3{
	font-size: 210%;
	color: #000;
	position: absolute;
	top: 170px;
	margin: 0;
	color: #fff;
	text-align: center;
	display: block;
	width: 195px;
	border: none;
}

/* Layout */


body#home-page{
	background: url(../images/body-bg-home.png) repeat-x 0 0;
}
#wrap{
	width: 970px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
#header{
	height: 135px;
	text-indent: -999999px;
	overflow: hidden;
	background: url(../images/logo-banner.png) no-repeat 0 35px;
}

/* Action Navigation Palette */
#actionNav{
	position: absolute;
	top: 0;
	right: 0;
	background: #599897 url(../images/actionnav-bg.png) no-repeat top left;
	height: 48px;
}
#actionNav ul{
	background: url(../images/actionnav-bg2.png) no-repeat top right;
	height: 48px;
	margin: 0;
	padding: 0 20px;
}
#actionNav li{
	display: inline;
	margin: 0;
	padding: 0;
	border-left: 1px dotted #fff;
}
#actionNav li.registernow{
	border: 0;
}
#actionNav li.registernow a img{
	position: relative;
	top: 10px;
}
#actionNav a{
	color: #fff;
	padding: 0 1em;
	/* Fix for IE7 */
	/* line-height: 50px; */
	line-height: 38px;
}

/* Primary Navigation */
#primaryNav{
	position: absolute;
	top: 134px;
	left: 0;
	width: 100%;
	z-index: 40;
}
body.ffmac #primaryNav{
	top: 136px;
}
#primaryNav a{
	color: #5a9897;
	font-size: bold;
}
#primaryNav ul, #primaryNav li{
	margin: 0;
	padding: 0;
}
#primaryNav ul{
	text-align: center;
}
#primaryNav li{
	display: inline;
	line-height: 24px;
	height: 24px;
	margin: 0 10px;
}
body#home-page li#nav_home, body#partners-page li#nav_partners, body#lawyers-page li#nav_lawyers, body#workshops-page li#nav_workshops, body#venue-page li#nav_venue, body#booking-page li#nav_book, body#schedule-page li#nav_schedule{
	background: #856c58 url(../images/nav-highlight-bg.png) no-repeat bottom left;
	/*padding: 9px 0 10px 22px;  DS ADDED 9px was 10px*/
	padding: 8px 0 10px 22px;
}
body#home-page li#nav_home a, body#partners-page li#nav_partners a, body#lawyers-page li#nav_lawyers a, body#workshops-page li#nav_workshops a, body#venue-page li#nav_venue a, body#booking-page li#nav_book a, body#schedule-page li#nav_schedule a{
	background: url(../images/nav-highlight-bg2.png) no-repeat bottom right;
	color: #fff;
	padding: 10px 22px 10px 0;
}

body:last-child:not(:root:root) #primaryNav{ top: 136px;}
body:last-child:not(:root:root) #primaryNav li { line-height: 22px; height: 22px;}

/* Content */
#content{
	position: absolute;
	top: 143px;
	height: 1px;
	display: inline;
}

#column1{
	width: 845px;
	margin-left: 45px;
}
body#home-page #column1, body#pastevents-page #column1{
	width: 580px;
	float: left;
	margin: 0;
	display: inline;
}

body#pastevents-page #column1, body#venues-page #column1{
	width: 506px;
}
div.event{
	width: 506px;
	margin: 0 30px;
	float: left;
	display: inline;
	clear: both;
	margin-bottom: 30px;
	padding-bottom: 20px;
	background: url(../images/events-bg.png) bottom no-repeat;
}
div.event h3{
	color: #fff;
	background: #5a9897 url(../images/pastevent-heading-green.png) top left no-repeat;
	line-height: 30px;
	padding: 0 2px;
	margin-top: 0;
}
div.event img, div.event p, div.event ul{
	margin: auto 5px;
}
div.event img{
	padding: 0px;
	border: 0px solid #ccc;
	margin-bottom: 0px;
}

/* Promo banner */
body #promoBanner{
	height: 165px;
	margin-bottom: 2em;
	background: url(../images/promobg.gif) bottom left no-repeat;
	color: #fff;
	margin-top: 20px;
}
body #promoBanner h2{
	position: relative;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 40px;
	background: url(../images/arrow-icon-white.png) 0 18px no-repeat;
}
body #promoBanner h2, body #promoBanner p{
	margin: 20px 20px 0 20px;
	color:#fff;
}
#promoBanner p{
	font-size: 110%;
	padding-left: 40px;
}
body#home-page #promoBanner{
	height: 200px;
	margin-bottom: 2em;
	background: url(../images/promobg.gif) bottom left no-repeat;
	text-indent: -999999px;
	overflow: hidden;
	margin-top: 19px;
}
body#home-page #promoBanner h2{
	background: none;
}


/* lawyers */
#lawyers{
	margin-bottom: 3em;
}
#lawyers ul, #lawyers li{
	margin: 0;
	padding: 0;
	list-style: none;
}
#lawyers li{
	display: inline;
	width: 125px;
	height: 170px;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	background: url(../images/speaker-profile.png) no-repeat top;
}
#lawyers li img{
	margin: 12px 12px 0 12px;
	padding: 2px;
	background: #fff;
	border: 1px solid #ccc;
}
.lawyerId{
	font-size: 85%;
	line-height: 100%;
	text-align: right;
	margin: 0 12px;
	color: #666;
}
.lawyerId a{
	color: #666;
}
.lawyerId span a{
	color: #5a9897;
	font-weight: 600;
}
.signature{
	margin: 0 12px;
	color: #d46039;
	font-family: "Brush Script MT", "Monotype Corsiva", script;
	font-style: italic;
	font-size: 130%;
	line-height: 120%;
}


/* Partners section on homepage*/
#partners{
	color: #333;
}
#partners h2{
	margin: 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #ccc;
}
#partners div{
	border-bottom: 1px dashed #ccc;
}
#partners div h3{
	text-transform: uppercase;
	font-weight: 400;
	color: #5a9897;
}

/*Column 2 */
#column2{
	width: 339px;
	float: right;
	margin-left: 20px;
	display: inline;
}
#column2 h2, #column2 h3, #column2 p, #column2 img, #column2 blockquote{
	padding-left: 30px;
	padding-right: 30px;
}
#column2 blockquote{
	margin: 1em 0;
}
#column2 p.quotee{
	font-size: 120%;
	font-weight: 600;
	text-align: right;
	margin-top: -.5em;
	padding-bottom: .5em;
	border-bottom: 1px dotted #fff;
}
#column2 p.quotee span{
	font-size: 70%;
}
#column2 h3{
	color: #fff;;
}
#column2 p.note{
	margin-top: -1.2em;
	margin-bottom: .5em;
	font-weight: 600;
	color: #E7A188;
}

/* Faux seond column for related elements to 1st column */

div.related{
	width: 380px;
	float: right;
	position: absolute;
	right: 0px;
	font-size: 110%;
	color: #806a59
}
div.related blockquote{
	font-style: italic;
	margin: 1em 0;
	line-height: 140%;
}
div.related p.quotee{
	text-align: right;
	font-size: 90%;
}

/* Background on column 2.  Bottom background is hooked to last element in div#container */

#column2 #col2container{
	margin-top: 185px;
	background: #9d8674 url(../images/column2-bg-brown.png) top no-repeat;
	color: #fff;
}
#home-page #column2 #col2container{
	margin-top: 17px;
	background: url(../images/column2-bg-teal.png) top no-repeat;
	color: #000;
}
/* Bottom of second column on homepage */
#registrationCTA div#registernow{
	background: url(../images/column2-bg2-teal.png) no-repeat bottom;
}
/*Bottom of second column on pastevents page*/
#venue-page #column2 .feature.final{
	padding-bottom: 30px;
	background: url(../images/column2-bg2-brown.png) bottom no-repeat;
	border-bottom: none;
}

#registrationCTA{
	margin-top: 5px;
}
#registrationCTA div {
	border-top: 1px dashed #000000;
	margin: 0 14px;
	padding: 10px 10px 10px 20px;
	background: #71D2D1 url(../images/arrow-icon-white-onteal.jpg) 20px 20px no-repeat;
}
#registrationCTA h2{
	padding: 20px 30px 0 30px;
	color: #fff;
	font-weight: 400;
	font-size: 120%;
}
#registrationCTA div#registernow{
	margin: 0;
	border: 0;
	text-align: center;
	padding: 10px 0;
	height: 45px;
}
#registrationCTA div#registernow a{
	display: block;
	text-align: center;
}
#supportCTA{
	height: 140px;
	background: url(../images/column2-box.png) no-repeat;
	color: #fff;
	padding: 5px 10px;
	margin-top: 20px;
}
#supportCTA h2{
	color: #fff;
	margin-top: 10px;
	font-weight: 400;
	font-size: 120%;
}


/* Footer */
#footer{
	width: 970px;
	float: left;
	clear: both;
	text-align: center;
	font-size: 90%;
	line-height: 180%;
	color: #fff;
	margin-top: 50px;
	position: relative;
}
#topLink{
	width: 65px;
	height: 30px;
	position: absolute;
	right: 130px;
	top: -25px;
	background: #5a9897 url(../images/top-link.png) bottom no-repeat;
	line-height: 30px;
}
#footer p{
	margin: 0;
	padding: 10px;
}
#footer a{color: #fff;}
#footerNav{
	background: #6BA6A5;
	border-top: 4px solid #8DC4C4;
}
#copyright{
	background: #8F7662;
	border-top: 3px solid #806B5A;
}


/* Page specific stuff */

/* Partners page */
.partners h3{
	text-transform: uppercase;	
	font-size: 140%;
	font-weight: 400;
}
.partners h3, .partners p{
	padding-left: 40px;
	line-height: 30px;
	margin-bottom: -1em;
}
.partners h3 a{
	font-size: 70%;
	text-transform: lowercase;
}
.partners img{
	float: right;
	margin-left: 20px;
}
.partners.diamond h2{
	color: #fff;
	background: #BBD442 url(../images/green-heading.png) top left no-repeat;
	line-height: 30px;
	padding: 0 10px;
}
.partners.diamond h3{
	color: #bbd442;
	background: url(../images/arrow-green.png) top left no-repeat;
}
.partners.diamond a{
	color: #bbd442;
}
.partners.platinum h2{
	color: #fff;
	background: #d5603a url(../images/red-heading.png) top left no-repeat;
	line-height: 30px;
	padding: 0 10px;
}	
.partners.platinum h3{
	color: #d5603a;
	background: url(../images/arrow-red.png) top left no-repeat;
}
.partners.platinum a{
	color: #d5603a;
}
.partners.gold h2{
	color: #fff;
	background: #fbb10e url(../images/gold-heading.png) top left no-repeat;
	line-height: 30px;
	padding: 0 10px;
}
.partners.gold h3{
	color: #fbb10e;
	background: url(../images/arrow-gold.png) top left no-repeat;
}
.partners.gold a{
	color: #fbb10e;
}

/* lawyers */
body#lawyers-page div#promoBanner p, body#workshops-page div#promoBanner p{
	width: 50%;
}

body#lawyers-page div.lawyers h2, div.workshops h2{
	color: #fff;
	background: #BBD442 url(../images/green-heading.png) top left no-repeat;
	line-height: 30px;
	padding: 0 10px;
}
div.lawyers{
	display: inline;
}
div.lawyers div{
	float: left;
	width: 100%;
	clear: both;
	dispay: inline;
}
div.lawyers div div{
	float: none;
	width: auto;
	clear: none;
}
body#lawyers-page div.lawyer{
	width: 49%;
	float: left;
	display: inline;
}
body#lawyers-page div.lawyer h3, div.workshops h3{
	font-size: 150%;
	line-height: 1.2em;
	padding: 10px 0;
	
	color: #BBD442;
	padding-left: 40px;
	background: url(../images/arrow-green.png) left no-repeat;
}
body#lawyers-page div.lawyer p{
	margin: 5px;
}

div.lawyers div.lawyerCard{
	width: 200px;
	margin: 0 10px 10px 20px;
	float: right;
	clear: right;
	display: block;
}
div.lawyerCard img{
	padding: 6px;
	background: #efefef;
	border: 1px solid #ccc;
	float: left;
	width: 70px;
	margin: 0 10px 0 0;
}
body#lawyers-page .lawyerId, body#workshops-page .lawyerId{
	text-align: left;
}
#lawyerNav{
	width: 845px;
	display: block;
	position: absolute;
	top: 22px;
	right: 80px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#lawyerNav li{
	display: block;
	margin: 0;
	padding: 0;
	width: 138px;
	float: left;
}
#lawyerNav li a{
	display: block;
	line-height: 35px;
	background: #806a59;
	color: #fff;
	margin: 1px;
	padding: 0 10px;
}
#lawyerNav li a:hover{
	background: #6d5441;
}

#column2 #col2container a{
color: #000;
text-decoration:underline;
}
