/* ----- CSS ----- */

*{
	margin: 0;
	padding: 0;
}

html,body{
	margin: 0;
	padding: 0;
	background: #FFF;
	height: 100%;
	color: #999;
	font-family: Calibri, "Trebuchet MS", Arial, "Lucida Sans Unicode", sans-serif;
	font-size: 14px;
}

hr { margin: 3px 0px }

p { line-height: 1.5em }

body #wrapper .caps { text-transform: uppercase }

body #wrapper .alpha { margin-left: 0; padding-left: 0; border-left: none }

body #wrapper .omega { margin-right: 0; padding-right: 0; border-right: none }

body .left { float: left }

body .right { float: right }

body .bold { font-weight: bold }

body .hide{ display: none }

body .show{ display: block }

body .clear { clear: both }

body .push { clear: both; height: 160px }

body .title { font-size: 16px }
body .text-right { text-align: right }
body .top-break { margin-top: 12px }

body .font-10 { font-size: 10px }
body .font-10-bold { font-size: 10px; font-weight: bold }
body .font-12 { font-size: 12px }
body .font-12-bold { font-size: 12px; font-weight: bold }

body #wrapper .nix_margin { margin: 0 }
body #wrapper .nix_margin-right { margin-right: 0 }
body #wrapper .nix_margin-left { margin-left: 0 }
body #wrapper .nix_margin-top { margin-top: 0 }
body #wrapper .nix_margin-bottom { margin-bottom: 0 }

body #wrapper .nix_padding { padding: 0 }

#password-clear { display: none }

/* ----- FONT COLORS ----- */

body .white { color: #FFF }

body .gray { color: #444 }

body .green { color: #79FF44 }

/* ----- HEADINGS ----- */

small { font-size: 10px; font-weight: bold }

h1 {
	font-size: 24px;
	letter-spacing: -1px;
	color: #FFF;
}

h2{
	font-size: 18px;
	letter-spacing: -1px;
	color: #FFF;
}
h3{
}
h4{
}

/* ----- LISTS ----- */

li{
}
li p{
}
ol, ul{
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}
ol li{
}
ul li{
}

/* ----- IMAGES ----- */

img{
	border: none;
}
img a{
}
img a:hover{
}
img.entry-large-image { display: block; margin: 0 auto }

/* ----- LINKS ----- */

a{
	text-decoration: none;
	color: #DC3661;
	font-weight: bold;
	cursor: pointer;
}

a:hover{
	color: #CCC;
}


/* ----- FORMS ----- */

form{
}
fieldset{
	border: none;
}
legend{
}
label{
}
input{
}
textarea{
}
input, textarea{
}
select{
}
optgroup{
}
option{
}

/* ----- Containers ----- */

#wrapper { background: #000 url(../img/main_bg.png) repeat; width: 100%; min-height: 100%; height: auto !important; height: 100%; margin-bottom: -160px }
#container { width: 1000px; margin: 0 auto; position: relative; margin-bottom: 48px; overflow: hidden }

/* ----- Header ----- */
#header { position: relative; width: 1000px; margin: 0 auto }
.header_bg { width: 100%; height: 199px }
.header_top { width: 100%; height: 36px; position: relative; background-color: #555 }

	/* ----- Navigation ----- */
	ul#nav { width: 1000px; margin: 0 auto; padding: 5px 0; position: relative; display: block }
	ul#nav li { padding: 0 24px; display: inline; border-right: 1px dotted #FFF }
	ul#nav li a { font-size: 18px; color: #FFF }
	ul#nav li a:hover { color: #DC3661 }
	
	/* ----- Header Login ----- */
	.login-header { position: absolute; right: 0px; top: 6px; width: 274px }
	.login-header form input.text { background: #000; color: #FFF; border: none; padding: 3px; width: 100px }
	
	/* ----- Logos ----- */
	.paxahau { position: absolute; left: 0; top: 18px; z-index: 2 }
	.east { position: absolute; left: 92px; top: 24px; z-index: 2 }
	.movement { position: absolute; right: 0px; top: 75px }
	.present { position: absolute; left: 334px; top: 17px; z-index: 2; display: none }
	.headline { padding-bottom: 6px; font-size: 18px; position: absolute; right: 0px; top: 18px; text-transform: uppercase; line-height: 1 }
	.headline .contest_title { font-size: 24px; color: #DC3661 }

/* ----- Home Page ----- */

.index_column { width: 320px; float: left; margin-right: 20px;}
.index_block { width: 296px; padding: 12px; float: left; margin-right: 20px; background-color: #000; }
.index_headline { padding: 12px; margin-bottom: 24px; background-color: #000; position: relative }

.pink-header { background: #DC3661; font-size: 24px; font-weight: bold; padding: 6px 12px; color: #FFF; }

.small_round { cursor: pointer; border: none; padding: 2.5px 6px; background-color: #DC3661; color: #FFF; font-size: 12px; text-align: center; -moz-border-radius: 2px; -webkit-border-radius: 2px }
.small_round:hover { background-color: #222; color: #FFF }

.large_round { cursor: pointer; border: none; padding: 8px 20px; background-color: #DC3661; display: block; color: #FFF; font-size: 24px; text-align: center; -moz-border-radius: 6px; -webkit-border-radius: 6px }
.large_round:hover { background-color: #555; color: #FFF }

.large_round_reverse { cursor: pointer; border: none; padding: 8px 20px; background-color: #555; display: block; color: #FFF; font-size: 24px; text-align: center; -moz-border-radius: 6px; -webkit-border-radius: 6px }
.large_round_reverse:hover { background-color: #DC3661; color: #FFF }

/* ----- Register Page ----- */

#register h2 { text-transform: uppercase; color: #FFF; font-size: 28px; font-weight: bold; letter-spacing: -1px }

#register #container { width: 900px }

.description { margin-bottom: 24px; padding: 12px; background: #000 }

#register .content_left { float: left; width: 526px; margin-right: 24px; display: inline; }
#register .content_left .personal { background: #555; padding: 10px 24px; margin-bottom: 24px }

#register .content_right { float: left; width: 350px; margin-bottom: 48px }
#register .content_right .profile { background: #DC3661; padding: 10px 24px; margin-bottom: 24px }
#register .content_right .design { background: #DC3661; padding: 12px 24px; margin-bottom: 24px }

#register .content_left input, #register .content_left textarea { color: white; width: 472px; margin-bottom: 12px; font-size: 16px; background: #000; border: 1px solid #555 }
#register .content_left select { margin-bottom: 12px; font-size: 12px }

#register .content_right input, #register .content_right textarea { color: white; width: 300px; margin-bottom: 12px; font-size: 16px; background: #000; border: 1px solid #555 }
#register .content_right .file { font-size: 12px }

#register .container .idleField { color: #888 }
#register .container .focusField { color: #444 }

#register label, #register small { color: white; font-weight: bold; margin-bottom: 2px; display: block }

#register ul.required_items { padding: 10px 0; list-style-type: disc }
#register ul.required_items li { margin-left: 24px }

#register .description .large_round_reverse { position: absolute; right: 0px; top: 0px }

#register #bio_counter { text-align: right; color: white; font-weight: bold }

/* ----- View All Page ----- */

.vote-entry { width: 110px; float: left; text-align: right; margin-right: 38px; margin-bottom: 24px }
.vote-top { padding: 5px; background-color: #DC3661; color: #FFF }
.vote-bottom { padding-top: 4px }
.vote-author { font-size: 10px }
.recent_entries .vote-entry { width: 110px; float: left; text-align: right; margin-right: 13.7px; margin-bottom: 0px }

.paginate { text-align: center; min-height: 24px }
.paginate li { display: inline; margin-right: 12px; padding: 3px 6px; border: 1px solid #DC3661; background: #000 }

/* ----- Single View Page ----- */

#topnav {
	margin: 0 auto 24px auto;
	padding: 0 0;
	background-color:#000;
	width: 100%;
	height: 35px;
	border-bottom:dashed #333 1px;
	border-top:dashed #333 1px;
}

#topnav .tablespcr {
	width: 18px;
}

#topnav table {
	margin: 0 auto;
}

#topnav img {
	margin: 0;
	padding: 0;
}

#topnav li {
	font-weight: 200;
	margin: 0;
	float: left;
	list-style:none;
	padding: 0 0px 0 1px;
}

#topnav ul {
	padding: 0;
	margin: 12px 0 0 0;
}


#topnavcont {
	width: 1015px;
	margin: -4px auto 0 auto;
	padding: 0;
	height: 17px;
}

#topnavcont img {
	margin: 0 0 0 0;
	padding: 0;
}

/* ----- User Profile Page ----- */

.entry-container { }

.entry-container .entry-left { background: #000; float: left; width: 652px; padding: 24px; margin-right: 24px }
.entry-container .entry-right { clear: right; background: #000; float: right; width: 252px; padding: 12px; position: relative }

.entry-container a.entry-left-previous { background: #000; float: left; width: 108px; padding: 12px; margin: 0px 12px 0px 0px }
.entry-container a.entry-left-next { text-align: right; background: #000; float: right; width: 108px; padding: 12px; margin: 0px }

.entry-container .entry-user-photo { float: left; padding: 2px; background: #DC3661; margin: 6px 10px 10px 0px }

.entry-container ul.share-buttons { padding-top: 6px }
.entry-container ul.share-buttons li { display: inline; margin-right: 8px }

.share-buttons li img { cursor: pointer }

/* ----- Footer ----- */

#footer {
	background-color:#222;
	margin: 0px auto 0 auto;
	height: 160px;
	width: 100%;
	display: table;
}

#footer .rightbox {
	border-left: 1px dashed #333333;
	float: right;
}

#footer .leftbox {
	border-left: 1px dashed #333333;
	float: left;
}

#footer .footulb { margin-left: 20px }
#footer li {
	padding-bottom: 3px;
}

#footcont {
	width: 1000px;
	height:auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#footer img {
	float:left;
	padding: 0 0 0 0;
	margin: 0 13px 0 0;
}

#footer table{
	text-align:left;
	margin: 0 auto;
}

#footer p {
	padding: 10px 0 0 0;
	margin-left: 0;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	float:left;
}

#footer ul {
	list-style-type:none;
	text-decoration:none;
	list-style:none;
	font-size: 10px;
	font-family: Helvetica, Arial, sans-serif;
	float:left;
	text-align:left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-top: 20px;
}

#footer ul a {
	cursor: pointer;
	padding: 0;
	margin:0;
	color: #FFF;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	list-style:none;
}

#footer li a:hover {
	color: #000;
	background-color: #FFF;
	width: auto;
	padding: 1px 0;
	font-size: 10px;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
}

#footer h4 {
	padding: 3px 5px 0 5px;
	color: #999;
	text-align:left;
}

#footspcr {
	height: 125px;
	width: 2px;
	margin: 10px 0 0 0;
}

#foota {
	width: 245px;
	float: left;
}
#foota p {
	margin-top: 10px;
}

#footb {
	width: 440px;
	float: left;
	text-align:left;
}

#footb ul {
	margin: 10px 5px 0 20px;
	float: left;
	text-align: justify;
}

#footb li {
	color: #999;
	margin-left: 0;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	margin-bottom: 5px;
	margin-left: 10px;
	list-style:square outside;
}

#footb li a:hover {
	background: none;
	text-decoration: underline;
	color: #FFF;
}

#footb p{
	padding: 0 0px 0 20px;
	text-align:justify;
	line-height: 18px;
	margin-top: 3px;
}


/* ----- Recent Entries ----- */
.recent_entries { float: left; background-color: #000; margin-top: 48px; padding: 12px; clear: both; width: 976px }

/* 
#############################################################
Profile Voting Box
#############################################################
*/

#profile_voting, #reset-password-box {
	background: #000;
	padding: 24px;
	height: 230px;
	font-size: 14px;
}

#reset-password-box {
	height: 326px;
}

/* 
#############################################################
Modal Box
#############################################################
*/

#osx-modal-content, #osx-modal-content-contact, #osx-modal-data {display:none;}

/* Overlay */
#osx-overlay {background-color:#000; cursor:wait;}

/* Container */
#osx-container { text-align: center; background-color:#eee; color:#000; font-family:"Trebuchet MS",Arial,sans-serif; font-size:.9em; padding-bottom:4px; width:400px; -moz-border-radius-bottomleft:6px; -webkit-border-bottom-left-radius:6px; -moz-border-radius-bottomright:6px; -webkit-border-bottom-right-radius:6px; -moz-box-shadow:0 0 64px #000; -webkit-box-shadow:0 0 64px #000;}
#osx-container a {color:#ddd;}
#osx-container #osx-modal-title {color:#000; background-color:#ddd; border-bottom:1px solid #ccc; font-weight:bold; padding:6px 8px; text-shadow:0 1px 0 #f4f4f4 }
#osx-container .close {display:none; float:right;}
#osx-container .close a {display:block; color:#777; font-size:.8em; font-weight:bold; padding:6px 12px 0; text-decoration:none; text-shadow:0 1px 0 #f4f4f4;}
#osx-container .close a:hover {color:#000;}
#osx-container #osx-modal-data {padding:6px 12px;}
#osx-container h2 {margin:10px 0 6px;}
#osx-container p {margin-bottom:10px;}
#osx-container span {color:#777; font-size:.9em;}

/* 
#############################################################
Color Box
#############################################################
*/

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background: #000;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(../img/controls.png) -100px 0 no-repeat;}
    #cboxTopRight{width:21px; height:21px; background:url(../img/controls.png) -129px 0 no-repeat;}
    #cboxBottomLeft{width:21px; height:21px; background:url(../img/controls.png) -100px -29px no-repeat;}
    #cboxBottomRight{width:21px; height:21px; background:url(../img/controls.png) -129px -29px no-repeat;}
    #cboxMiddleLeft{width:21px; background:url(../img/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(../img/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(../img/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(../img/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff;}
        
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0px; background:url(../img/controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(img/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(../img/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(../img/loading.gif) center center no-repeat;}
        

/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background ../img are relative to the CSS document.
*/
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../img/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../img/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../img/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../img/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../img/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../img/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../img/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../img/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}

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

a#destnav {
	margin-top: 3px;
	display: block;
	width: 87px;
	height: 14px;
	background-image:url(http://bravobravo.org/Images/nav%20rollover/destinationscomp.gif);
	background-repeat:no-repeat;
	background-position: top;
	outline:none;
}

a#destnav:hover
{
	display:block;
	background-image:url(http://bravobravo.org/Images/nav%20rollover/destinationscomp.gif);
	background-repeat:no-repeat;
	background-position: bottom;
}





a#eventnav {
	margin-top: 3px;
	display: block;
	width: 41px;
	height: 14px;
	background-image:url(http://bravobravo.org/Images/nav%20rollover/eventcomp.gif);
	background-repeat:no-repeat;
	background-position: top;
	outline:none;
}

a#eventnav:hover
{
	display:block;
	background-image:url(http://bravobravo.org/Images/nav%20rollover/eventcomp.gif);
	background-repeat:no-repeat;
	background-position: bottom;
}




a#aboutnav {
	margin-top: 3px;
	display: block;
	width: 45px;
	height: 14px;
	background-image:url(http://bravobravo.org/Images/nav%20rollover/aboutcomp.gif);
	background-repeat:no-repeat;
	background-position: top;
	outline:none;
}

a#aboutnav:hover
{
	display:block;
	background-image:url(http://bravobravo.org/Images/nav%20rollover/aboutcomp.gif);
	background-repeat:no-repeat;
	background-position: bottom;
}



a#ticketsnav {
	margin-top: 3px;
	display: block;
	width: 48px;
	height: 14px;
	background-image:url(http://bravobravo.org/Images/nav%20rollover/ticketscomp.gif);
	background-repeat:no-repeat;
	background-position: top;
	outline:none;
}

a#ticketsnav:hover
{
	display:block;
	background-image:url(http://bravobravo.org/Images/nav%20rollover/ticketscomp.gif);
	background-repeat:no-repeat;
	background-position: bottom;
}





a#plannav {
	margin-top: 3px;
	display: block;
	width: 34px;
	height: 14px;
	background-image:url(http://bravobravo.org/Images/nav%20rollover/plancomp.gif);
	background-repeat:no-repeat;
	background-position: top;
	outline:none;
}

a#plannav:hover
{
	display:block;
	background-image:url(http://bravobravo.org/Images/nav%20rollover/plancomp.gif);
	background-repeat:no-repeat;
	background-position: bottom;
}



a#sponsorshipnav {
	margin-top: 3px;
	display: block;
	width: 86px;
	height: 14px;
	background-image:url(http://bravobravo.org/Images/nav%20rollover/sponsorshipcomp.gif);
	background-repeat:no-repeat;
	background-position: top;
	outline:none;
}

a#sponsorshipnav:hover
{
	display:block;
	background-image:url(http://bravobravo.org/Images/nav%20rollover/sponsorshipcomp.gif);
	background-repeat:no-repeat;
	background-position: bottom;
}


a#volunteernav {
	margin-top: 3px;
	display: block;
	width: 71px;
	height: 14px;
	background-image:url(http://bravobravo.org/Images/nav%20rollover/volunteercomp.gif);
	background-repeat:no-repeat;
	background-position: top;
	outline:none;
}

a#volunteernav:hover
{
	display:block;
	background-image:url(http://bravobravo.org/Images/nav%20rollover/volunteercomp.gif);
	background-repeat:no-repeat;
	background-position: bottom;
}


a#sponsorsnav {
	margin-top: 3px;
	display: block;
	width: 68px;
	height: 14px;
	background-image:url(http://bravobravo.org/Images/nav%20rollover/sponsorscomp.gif);
	background-repeat:no-repeat;
	background-position: top;
	outline:none;
}

a#sponsorsnav:hover
{
	display:block;
	background-image:url(http://bravobravo.org/Images/nav%20rollover/sponsorscomp.gif);
	background-repeat:no-repeat;
	background-position: bottom;
}


a#committeenav {
	margin-top: 3px;
	display: block;
	width: 75px;
	height: 14px;
	background-image:url(http://bravobravo.org/Images/nav%20rollover/committeecomp.gif);
	background-repeat:no-repeat;
	background-position: top;
	outline:none;
}

a#committeenav:hover
{
	display:block;
	background-image:url(http://bravobravo.org/Images/nav%20rollover/committeecomp.gif);
	background-repeat:no-repeat;
	background-position: bottom;
}



a#pressnav {
	margin-top: 3px;
	display: block;
	width: 38px;
	height: 14px;
	background-image:url(http://bravobravo.org/Images/nav%20rollover/presscomp.gif);
	background-repeat:no-repeat;
	background-position: top;
	outline:none;
}

a#pressnav:hover
{
	display:block;
	background-image:url(http://bravobravo.org/Images/nav%20rollover/presscomp.gif);
	background-repeat:no-repeat;
	background-position: bottom;
}


a#photosnav {
	margin-top: 3px;
	display: block;
	width: 53px;
	height: 14px;
	background-image:url(http://bravobravo.org/Images/nav%20rollover/photoscomp.gif);
	background-repeat:no-repeat;
	background-position: top;
	outline:none;
}

a#photosnav:hover
{
	display:block;
	background-image:url(http://bravobravo.org/Images/nav%20rollover/photoscomp.gif);
	background-repeat:no-repeat;
	background-position: bottom;
}



a#contestnav {
	margin-top: 3px;
	display: block;
	width: 58px;
	height: 14px;
	background-image:url(http://bravobravo.org/Images/nav%20rollover/contestcomp.gif);
	background-repeat:no-repeat;
	background-position: top;
	outline:none;
}

a#contestnav:hover
{
	display:block;
	background-image:url(http://bravobravo.org/Images/nav%20rollover/contestcomp.gif);
	background-repeat:no-repeat;
	background-position: bottom;
}



a#contactnav {
	margin-top: 3px;
	display: block;
	width: 65px;
	height: 14px;
	background-image:url(http://bravobravo.org/Images/nav%20rollover/contactcomp.gif);
	background-repeat:no-repeat;
	background-position: top;
	outline:none;
}

a#contactnav:hover
{
	display:block;
	background-image:url(http://bravobravo.org/Images/nav%20rollover/contactcomp.gif);
	background-repeat:no-repeat;
	background-position: bottom;
}



a#hotelstab {
	margin-top: 2px;
	display: block;
	width: 44px;
	height: 16px;
	background-image:url(http://bravobravo.org/Images/tabs/hotelstab.png);
	background-repeat:no-repeat;
	background-position: top;
	outline:none;
}

a#hotelstab:hover
{
	display:block;
	background-image:url(http://bravobravo.org/Images/tabs/hotelstab.png);
	background-repeat:no-repeat;
	background-position: bottom;
}



a#transtab {
	margin-top: 2px;
	display: block;
	width: 99px;
	height: 16px;
	background-image:url(http://bravobravo.org/Images/tabs/transtab.png);
	background-repeat:no-repeat;
	background-position: top;
	outline:none;
}

a#transtab:hover
{
	display:block;
	background-image:url(http://bravobravo.org/Images/tabs/transtab.png);
	background-repeat:no-repeat;
	background-position: bottom;
}



a#sponsorshiptab {
	margin-top: 2px;
	display: block;
	width: 78px;
	height: 16px;
	background-image:url(http://bravobravo.org/Images/tabs/sponsorshiptab.png);
	background-repeat:no-repeat;
	background-position: top;
	outline:none;
}

a#sponsorshiptab:hover
{
	display:block;
	background-image:url(http://bravobravo.org/Images/tabs/sponsorshiptab.png);
	background-repeat:no-repeat;
	background-position: bottom;
}

a#benefitstab {
	margin-top: 2px;
	display: block;
	width: 51px;
	height: 16px;
	background-image:url(http://bravobravo.org/Images/tabs/benefitstab.png);
	background-repeat:no-repeat;
	background-position: top;
	outline:none;
}

a#benefitstab:hover
{
	display:block;
	background-image:url(http://bravobravo.org/Images/tabs/benefitstab.png);
	background-repeat:no-repeat;
	background-position: bottom;
}



a#requirementstab {
	margin-top: 2px;
	display: block;
	width: 86px;
	height: 16px;
	background-image:url(http://bravobravo.org/Images/tabs/requirementstab.png);
	background-repeat:no-repeat;
	background-position: top;
	outline:none;
}

a#requirementstab:hover
{
	display:block;
	background-image:url(http://bravobravo.org/Images/tabs/requirementstab.png);
	background-repeat:no-repeat;
	background-position: bottom;
}



a#contacttab {
	margin-top: 2px;
	display: block;
	width: 111px;
	height: 16px;
	background-image:url(http://bravobravo.org/Images/tabs/contacttab.png);
	background-repeat:no-repeat;
	background-position: top;
	outline:none;
}

a#contacttab:hover
{
	display:block;
	background-position: bottom;
}


a#sponsorstab {
	margin-top: 2px;
	display: block;
	width: 64px;
	height: 16px;
	background-image:url(http://bravobravo.org/Images/tabs/sponsorstab.png);
	background-repeat:no-repeat;
	background-position: top;
	outline:none;
}

a#sponsorstab:hover
{
	display:block;
	background-position: bottom;
}



a#donorstab {
	margin-top: 2px;
	display: block;
	width: 95px;
	height: 16px;
	background-image:url(http://bravobravo.org/Images/tabs/donorstab.png);
	background-repeat:no-repeat;
	background-position: top;
	outline:none;
}

a#donorstab:hover
{
	display:block;
	background-position: bottom;
}



a#restaurantstab {
	margin-top: 2px;
	display: block;
	width: 160px;
	height: 16px;
	background-image:url(http://bravobravo.org/Images/tabs/restaurantstab.png);
	background-repeat:no-repeat;
	background-position: top;
	outline:none;
}

a#restaurantstab:hover
{
	display:block;
	background-position: bottom;
}



a#mediatab {
	margin-top: 2px;
	display: block;
	width: 103px;
	height: 16px;
	background-image:url(http://bravobravo.org/Images/tabs/mediatab.png);
	background-repeat:no-repeat;
	background-position: top;
	outline:none;
}

a#mediatab:hover
{
	display:block;
	background-position: bottom;
}



a#beveragetab {
	margin-top: 2px;
	display: block;
	width: 124px;
	height: 16px;
	background-image:url(http://bravobravo.org/Images/tabs/beveragetab.png);
	background-repeat:no-repeat;
	background-position: top;
	outline:none;
}

a#beveragetab:hover
{
	display:block;
	background-position: bottom;
}



a#a2006tab {
	margin-top: 2px;
	display: block;
	width: 81px;
	height: 16px;
	background-image:url(http://bravobravo.org/Images/tabs/2006tab.png);
	background-repeat:no-repeat;
	background-position: top;
	outline:none;
}

a#a2006tab:hover
{
	display:block;
	background-position: bottom;
}



a#a2007tab {
	margin-top: 2px;
	display: block;
	width: 81px;
	height: 16px;
	background-image:url(http://bravobravo.org/Images/tabs/2007tab.png);
	background-repeat:no-repeat;
	background-position: top;
	outline:none;
}

a#a2007tab:hover
{
	display:block;
	background-position: bottom;
}



a#a2008tab {
	margin-top: 2px;
	display: block;
	width: 81px;
	height: 16px;
	background-image:url(http://bravobravo.org/Images/tabs/2008tab.png);
	background-repeat:no-repeat;
	background-position: top;
	outline:none;
}

a#a2008tab:hover
{
	display:block;
	background-position: bottom;
}



a#a2009tab {
	margin-top: 2px;
	display: block;
	width: 81px;
	height: 16px;
	background-image:url(http://bravobravo.org/Images/tabs/2009tab.png);
	background-repeat:no-repeat;
	background-position: top;
	outline:none;
}

a#a2009tab:hover
{
	display:block;
	background-position: bottom;
}



a#a2009gal1tab {
	margin-top: 2px;
	display: block;
	width: 88px;
	height: 16px;
	background-image:url(http://bravobravo.org/Images/tabs/2009gal1tab.png);
	background-repeat:no-repeat;
	background-position: top;
	outline:none;
}

a#a2009gal1tab:hover
{
	display:block;
	background-position: bottom;
}



a#a2009gal2tab {
	margin-top: 2px;
	display: block;
	width: 88px;
	height: 16px;
	background-image:url(http://bravobravo.org/Images/tabs/2009gal2tab.png);
	background-repeat:no-repeat;
	background-position: top;
	outline:none;
}

a#a2009gal2tab:hover
{
	display:block;
	background-position: bottom;
}



a#a2009gal3tab {
	margin-top: 2px;
	display: block;
	width: 88px;
	height: 16px;
	background-image:url(http://bravobravo.org/Images/tabs/2009gal3tab.png);
	background-repeat:no-repeat;
	background-position: top;
	outline:none;
}

a#a2009gal3tab:hover
{
	display:block;
	background-position: bottom;
}
