@charset "utf-8";
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* GLOBAL
*****************************************************/
html{
	/*height:100%;*/
}
body {
	position: relative;
	margin: 0;
	padding:0;	
	color:#FFF;
	font:14px/19px Georgia, "Times New Roman", Times, serif;
	/*height:100%;*/
	background:#000 url('/images/bg_body2.jpg') no-repeat center 0;
}
a, a:link, a:visited {
	color:#D0B34E;
	text-decoration:none;
}
a:focus, a:hover {
	color:#FFF;	
	text-decoration:underline;
}
img {
	margin:0;
	padding:0;
	border:none;
}
h1 {
	font-size:22px;
	font-weight:normal;
	margin:0 0 15px;
	padding:0 0 30px;
	line-height:130%;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	background:url('/images/h1_border.png') no-repeat 0 bottom;
}
#flash_h1{
	margin:0 0 10px;
}
h2 {
	font-size:18px;
	font-weight:normal;
	margin:0 0 10px 0;
	padding:0;
	color:#FFF;
	line-height:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-size:14px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:0;
	color:#3E9BBC;	
}
p {
	margin:0 0 1em 0;
	padding:0;
}
p.noMargin{
	margin:0;
}
p.margin40{
	margin:0 0 40px;
}
input, textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
.floatLeft {
	float:left;
	margin:0;
	padding:0;
}
.floatRight {
	float:right;
	margin:0;
	padding:0;
}
.clear {
	clear:both;
}
.hidden {
	display:none;
}
.tB {
	font-weight:bold;
}
.tI {
	font-style:italic;
}
.tN {
	font-weight:normal;
}
.tU {
	text-decoration:underline;
}
.t10 {
	font-size:10px;
}
.t11 {
	font-size:11px;
}
.t12 {
	font-size:12px;
	line-height:18px;
}
.t14{
	font-size:14px;
}
.t16{
	font-size:16px;
}
.t18{
	font-size:18px;
}
.aC {
	text-align:center;
}
.aR {
	text-align:right;
}
.aL {
	text-align:left;
}
.aJ{
	text-align:justify;
}
.lhN {
	line-height:normal;
}
.blue{
	color:#003D81;
}

ul.indent{
	padding-left:10px;
	margin:0 0 10px 10px;
}
ul.indent li{
	margin:0 0 0 10px;
}
li.nodot{
	list-style-type:none;
}
/* removes object border from flash */
object { outline:none; }

/* allow for .png support for IE */
img, div, a { behavior: url('/scripts/iepngfix/iepngfix.htc') }

/* Container
*****************************************************/
#container{
	position: relative;
	padding:0;
	margin:0;
}
#contentContainer{
	position: relative;
	padding:0;
	margin:0 auto;
	width:960px;
}

/* Header
*****************************************************/
#header{
	position:relative;
	height:378px;
	margin:0;
}
#logo{
	position:absolute;
	margin:0;
	padding:0;
	top:86px;
	left:46px;
	width:318px;
}
#event_title{
	position:absolute;
	top:10px;
	left:320px;
	width:328px;
	padding:0;
	margin:0;
}
#event_date{
	position:absolute;
	right:0;
	top:77px;
	width:318px;
	padding:0;
	margin:0;
}
/* Navigation
*****************************************************/
#mainNavContainer{
	position:absolute;
	display:block;
	width:960px;
	margin:0;
	padding:0;
	height:117px;
	bottom:0;
}

#mainNavContainer ul li {
	padding:0;
	margin:0;
	display:block;
	text-indent:-9999px;
	line-height:28px;
	height:28px;
}
#navEvents{
	position:absolute;
	top:0;
	left:25px;
}
#navEvents h2{
	padding-left:17px;
}
#navEvents ul li a {
	border:0;
	display:block;
	text-decoration:none;
	overflow:hidden;
	background:url('/images/bg_nav_event2.png') no-repeat;
	color:#FFF;
	width:101px;
}
li#mn_e_details a:link, li#mn_e_details a:visited {	
	background-position: 0 0;
}
li#mn_e_details a:hover, li#mn_e_details a:focus {	
	background-position: -101px 0;
}
li#mn_e_tickets a:link, li#mn_e_tickets a:visited {	
	background-position: 0 -28px;
}
li#mn_e_tickets a:hover, li#mn_e_tickets a:focus {	
	background-position: -101px -28px;
}
li#mn_e_drawing a:link, li#mn_e_drawing a:visited {	
	background-position: 0 -56px;
}
li#mn_e_drawing a:hover, li#mn_e_drawing a:focus {	
	background-position: -101px -56px;
}

/* Main navigation "active tabs"
******************************************************/
body#event_details-page li#mn_e_details a{
	background-position: -101px 0;
}
body#event_tickets-page li#mn_e_tickets a{
	background-position: -101px -28px;
}
body#event_drawing-page li#mn_e_drawing a{
	background-position: -101px -56px;
}

#navSponsors {
	position:absolute;
	left:174px;
}
#navSponsors h2{
	padding-left:22px;
	margin:0;
}
#navSponsors ul li a {
	border:0;
	display:block;
	text-decoration:none;
	overflow:hidden;
	background:url('/images/bg_nav_sponsors.png') no-repeat;
	color:#FFF;
	width:159px;
	height:28px;
}
li#mn_s_sponsors a:link, li#mn_s_sponsors a:visited {	
	background-position: 0 0;
}
li#mn_s_sponsors a:hover, li#mn_s_sponsors a:focus {	
	background-position: -159px 0;
}
li#mn_s_opportunities a:link, li#mn_s_opportunities a:visited {	
	background-position: 0 -28px;
}
li#mn_s_opportunities a:hover, li#mn_s_opportunities a:focus {	
	background-position: -159px -28px;
}
/* Main navigation "active tabs"
******************************************************/
body#sponsors-page li#mn_s_sponsors a{
	background-position: -159px 0;
}
body#sponsorship_opp-page li#mn_s_opportunities a{
	background-position: -159px -28px;
}

#navUnderwriters {
	position:absolute;
	left:395px;
}
#navUnderwriters h2{
	padding-left:21px;
}
#navUnderwriters ul li a {
	border:0;
	display:block;
	text-decoration:none;
	overflow:hidden;
	background:url('/images/bg_nav_underwriters.png') no-repeat;
	color:#FFF;
	width:198px;
}
li#mn_u_underwriters a:link, li#mn_u_underwriters a:visited {	
	background-position: 0 0;
}
li#mn_u_underwriters a:hover, li#mn_u_underwriters a:focus {	
	background-position: -198px 0;
}
li#mn_u_opportunities a:link, li#mn_u_opportunities a:visited {	
	background-position: 0 -28px;
}
li#mn_u_opportunities a:hover, li#mn_u_opportunities a:focus {	
	background-position: -198px -28px;
}
/* Main navigation "active tabs"
******************************************************/
body#underwriters-page li#mn_u_underwriters a{
	background-position: -198px 0;
}
body#underwriters_opp-page li#mn_u_opportunities a{
	background-position: -198px -28px;
}

#navAuction {
	position:absolute;
	left:662px;
}
#navAuction ul li a {
	border:0;
	display:block;
	text-decoration:none;
	overflow:hidden;
	background:url('/images/bg_nav_auction.png') no-repeat;
	color:#FFF;
	width:80px;
}
li#mn_a_live a:link, li#mn_a_live a:visited {	
	background-position: 0 0;
}
li#mn_a_live a:hover, li#mn_a_live a:focus {	
	background-position: -80px 0;
}
li#mn_a_silent a:link, li#mn_a_silent a:visited {	
	background-position: 0 -28px;
}
li#mn_a_silent a:hover, li#mn_a_silent a:focus {	
	background-position: -80px -28px;
}
/* Main navigation "active tabs"
******************************************************/
body#auction_live-page li#mn_a_live a{
	background-position: -80px 0;
}
body#auction_silent-page li#mn_a_silent a{
	background-position: -80px -28px;
}

#navContact {
	position:absolute;
	right:30px;
}
#navContact h2{
	padding-left:5px;
}
#navContact ul li a {
	border:0;
	display:block;
	text-decoration:none;
	overflow:hidden;
	background:url('/images/bg_nav_contact.png') no-repeat;
	color:#FFF;
	width:99px;
}
li#mn_c_general a:link, li#mn_c_general a:visited {	
	background-position: 0 0;
}
li#mn_c_general a:hover, li#mn_c_general a:focus {	
	background-position: -99px 0;
}
li#mn_c_press a:link, li#mn_c_press a:visited {	
	background-position: 0 -28px;
}
li#mn_c_press a:hover, li#mn_c_press a:focus {	
	background-position: -99px -28px;
}
/* Main navigation "active tabs"
******************************************************/
body#contact_general-page li#mn_c_general a{
	background-position: -99px 0;
}
body#contact_press-page li#mn_c_press a{
	background-position: -99px -28px;
}

/* Content
*****************************************************/
#contentMain{
	position:relative;
	margin:0;
	padding:30px 0 0;
}
.float_ssp{
	float:left;
	width:555px;
	margin:0 0 25px 0;
}
.float2x{
	float:left;
	width:480px;
}
.float_wide{
	float:left;
	width:540px;
}
.float_narrow{
	float:left;
	width:320px;
}
.float3x{
	float:left;
	width:275px;
}
.floatLeft#details{
	padding-top:30px;
	line-height:19px;
	width:405px;
}
.floatLeft#details p{
}
.floatLeft#details ul.bullets{
	xpadding-left:16px;
}
ul.bullets li{
	background:url('/images/img_bullet.png') no-repeat 0 7px;
	padding:0 0 0.5em 12px;
}
ul.col2x{
	float:left;
	width:250px;
	padding-right:20px;
}
/* Custom - Home
*****************************************************/
body#home-page #contentMain{
	padding-left:0;
}
body#home-page #contentMain .floatLeft{
	padding:0;
	margin:0;
	width:555px;
	height:460px;
	text-align:center;
}
body#home-page #contentMain .floatRight{
	padding:50px 45px 0 0;
	width:328px;
}
#twitter{
	width:555px;
	text-align:center;
}
/* Custom - Event Details
*****************************************************/
.floatLeft#honoree{
	padding:0 12px 0 0;
	margin:0;
	width:339px;
}
div.honoree{
	font-size:28px;
	font-style:italic;
	padding:0;
	line-height:28px;
}
.fipl {
	padding: 0 0 0 60px;
}
body#event_details-page .floatLeft#details{
	padding:38px 0 0;
	line-height:19px;
	width:300px;
}
.floatRight#special_guests{
	width:247px;
	text-align:center;
	line-height:19px;
}
#donated_by{
	float: left;
	width:390px;
}
#donated_by_text{
	float: left;
	width:565px;
}
.sgpb {
	padding: 0 0 45px 0;
}
.sgpl {
	padding: 0 0 0 17px;
}
.sgpr {
	padding: 0 17px 0 0;
}
#gala_chair{
	float:left;
	width:160px;
	font-size:14px;
	font-weight:bold;
	padding-left:40px;
	margin:0 40px 0 0;
	text-align: center;
}
#gala_chair h2{
	margin:0 0 10px;
}
#gala_chair ul{
	padding:0 0 0 10px;
}
#gala_committee{
	float:left;
	width:450px;
}
#gala_committee ul{
	width:130px;
	float:left;
	padding:0 15px 0 0;
}
#board_directors{
	float:right;
	width:213px;
}
#benefiting{
	padding-top:40px;
	text-align:center;
}
#benefiting h2{
	margin:0 0 20px;
}
/* Custom - Sponsors
*****************************************************/
body#sponsors-page #contentMain h1{
	padding:20px 0 20px;
	margin:0 0 45px;
}
body#sponsors-page #contentMain h2{
	margin:0 0 24px;
}
.floatLeft#presenting_sponsor{
	width:390px;
}
body#sponsors-page ul.col2x{
	margin:0 0 60px;
}
body#sponsorship_opp-page ul.bullets{
	margin-bottom:40px;
}
#become_sponsor{
	width:228px;
	padding:7em 0 0;
	text-align:center;
}

/* Custom - Underwriters
*****************************************************/
body#underwriters_opp-page ul.bullets{
	margin-bottom:40px;
}
body#underwriters-page h1{
	margin-bottom:45px;
}
body#underwriters-page .float3x ul{
	margin:0 0 25px;
}
body#underwriters_opp-page .float_wide{
	width:440px;
	padding:0 90px 0 0;
}
body#underwriters_opp-page .float_narrow{
	width:430px;
}

/* Custom - Auction
*****************************************************/
body#auction_silent-page .float2x{
	width:200px;
}
ul.auction li{
	padding-bottom:50px;
}
.auction_image{
	float:left;
	padding-right:22px;
}
.auction_details{
	float:left;
	width:515px;
	padding:22px 0 0;
}	

/* Custom - H1
*****************************************************/
#h1_press{
	width:89px;
}
#h1_contact_us{
	width:188px;
}
#h1_sponsors{
	width:250px;
}
#h1_sponsorship_opp{
	width:419px;
}
#h1_underwriters{
	width:305px;
}
#h1_underwriter_opp{
	width:411px;
}
#h1_silent_auction{
	width:232px;
}
#h1_live_auction{
	width:213px;
}
#h1_event_details{
	padding-left:30px;
	width:237px;
}
#h1_event_tickets{
	width:213px;
}
#h1_event_drawing{
	width:340px;
}
/* Footer
*****************************************************/
#footer {
	position:relative;
	margin:0;
	padding:0;
	background:url('/images/bg_footer.png') no-repeat center 0;
}

#contentFooter{	
	position:relative;
	width:960px;
	margin:0 auto;
	padding:250px 0 0;
	text-align:center;
	color:#000;
}
#contentFooter a, #contentFooter a:visited{
	color:#000;
}
#presenting_sponsors{
	padding:0 0 40px;
}
#presenting_sponsors h2{
	margin:0 0 15px;
}
#sponsors{
	margin:0 0 3em;
}
#sponsors h2{
	margin:0 0 25px;
}
ul.sponsors{
	margin:0 auto;;
	padding:0;
	width:700px;
	display:block;
	list-style:none;
}
ul.sponsors li{
	float:left;
	display:inline;
	padding:0 0 15px;
	width:140px;
	text-align:center;
	margin:0;	
}
ul.sponsors a:link,
ul.sponsors a:visited{
	color:#D1D3D4;
}
ul.sponsors a:hover,
ul.sponsors a:focus{
	color:#FFF;
}
#copyright{
	padding:3em 0 2em;
}

/* Custom - Event Tickets
*****************************************************/
form p{
	margin:0;
	padding:4px 0 0;
}

form p.indent{
	padding:3px 0 15px 15px;
}

form #ticket_info{
	float:left;
	width:465px;
	padding:0;
}
form #billing_info{
	float:left;
	width:490px;
	padding:45px 0 0;
}

form #billing_info label{
	float:left;
	width:145px;
	padding:2px 0;
}
form #billing_info input {
	width:250px;
	padding:2px;
}
form #billing_info input#phone_home_areacode,
form #billing_info input#phone_business_areacode{
	width:25px;
	margin-right:1px;
}
form #billing_info input#phone_home,
form #billing_info input#phone_business{
	width:213px;
}
form #billing_info input#cc_expire_month{
	width:30px;
	margin-right:1px;
}
form #billing_info input#cc_expire_year{
	width:40px;
}
form #billing_info input#cc_ccv{
	width:30px;
}
form #billing_info input#submit{
	margin-top:20px;
	width:auto;
}
#logo_authorize{
	float:right;
	padding-top:23px;
}

form#form_results #billing_info{
	padding:0 0 0 15px;
}
body#event_tickets-page p.tobecharged
{
	font-size: 1.5em;
	padding: 15px;
}
body#event_tickets-page p.tobecharged span#tobechargedAmt,
body#event_tickets-page p.tobecharged span.tobechargedAmt
{
	color: #D0B34E;
}
body#event_tickets-page .validationErrMsg
{
    display: none;
    color: #D0B34E;
}
body#event_tickets-page .validationFailed
{
    background-color: #D0B34E;
}
body#event_tickets-page .validationPassed
{
    background-color: #FFFFFF;
}

