@charset "UTF-8";

* {
	padding: 0px;
	margin: 0px;
}

html, body {
	height:100%;
	}

body {
	padding: 0px;
	background-attachment: fixed;
	background-image: url(images/bbc2k9.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color:#6d707f;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
dt {
	cursor:pointer;
	text-align:center;}
	

a:link {
	font-size:14px;
	color:#306;
	text-decoration:underline;
}
a:active {
	color:#306;
	text-decoration:underline;
}
a:visited {
	color:#306;
	text-decoration:underline;
}
a:hover {
	color:#60B;
	text-decoration:underline;
}

h3 {
	font-size:12pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:10px;
}

img { border-style: none;}

.containContainer {

	
	
}

.holdShadow {
	margin: 0 auto;
	max-width: 783px;
	background-image:url(images/g-back.png);
	background-position:center;
	background-repeat:repeat-y;
	background-color: transparent;
	border-bottom-style: none;
}

.header { 
	margin: 0 auto;
	width:728px;
	margin-top: 10px;
	}
	

.container {
	position:relative;
	margin: 0 auto;
	width: 728px;
	min-height: 100%;
	background-attachment: fixed;
	background-image:url(images/bbc2k9back2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color:#b6b7bf;

}

.content {
	position:relative;
	padding: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#bartender p strong {
	display:block;
	margin-top: 14px;

}

.nav {
    margin:20px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size:14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 0px;

}

.nav a {
	color:#000;
	text-decoration:none;
}

.nav a:hover {
	text-decoration:underline;
}

.small {
	font-size:10px;}
	
.barList {
height:160;
width: 670px;
clear:both;
padding:10px;
padding-bottom:150px;
margin: 0 auto;
margin-bottom: 10px;
background-image:url(../images/semiwhite.png);
}

.eventList {
	font-size: 12px;
}


.eventTable td{
background-image:url(../images/semiwhite.png);
padding: 4px;
}

.space {
	background-image:none;
	background-color: transparent;
	height: 10px;
}

.formerTenders {
	margin: 0 auto;
}

.formerTenders td {
	text-align:center}

.footer {
	text-align:right;
	color:#fff;
	font-size:12px;
	width: 728px;
	margin: 0 auto;

}

.footer p {margin-right: 8px;

}

.soc {
	padding-top: 5px;
}

.soc img {margin: 5px; margin-bottom:-5px;}

#home #navhome,
#browse #navbrowser,
#network #navnetwork,
#events #navevents,
#updates #navupdates,
#archive #navarchive
{
	color: #fff;
	background-color:#306;
	text-decoration: none;
	cursor:default;
	}

/* Rounded Bubble */
div.bubble {
	margin-bottom: 30px;
}


div.bubble div.rounded {
	margin-bottom: 10px;
	border: 3px solid #fff;
	background-color: #C9F;
	margin-top: 10px;
	margin-left: 0px;

}
div.bubble div.rounded blockquote {
	border: 0;
	background-color: transparent;
}
div.bubble div.rounded blockquote p {
	margin: 10px 15px;
}
div.bubble cite.rounded {
	position: relative;
	margin: 0px;
	padding-left: 12px;
	padding-top: 7px;
	background: transparent url(images/tip-rounded.gif) no-repeat 15px 0;
}
