html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td {
	margin: 0; padding: 0;
}

body {
	font-size: small;
	background: #2e8bc3 url('../images/common/water.gif') top center repeat-x;
	margin: -10px 0 0 0;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
}

/* Containers
-----------------------------*/
#main {
	width: 980px;
	margin: 40px auto 0;
	background: #fff;
	overflow: hidden;
	position: relative;
	border: 1px solid #888;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-box-shadow: 0 0 10px #0b5c7a; /* Little treat for all the webkit fans out there */
}
#branding {
	height: 140px;
	padding: 20px;
	background: url('../images/common/topper.gif') top left no-repeat;
}
#leftcolumn {
	float: left;
	width: 540px;
}
#leftcolumn-wide {
	width: 100%;
}
#rightcolumn {
	float: left;
	width: 440px;
}
#nav {
	overflow: auto;
	float: left;
	width: 100%;
	background: #215f8b url('../images/common/button-bg.gif') top left repeat-x;
}
.schedule, .current_results{
	padding: 10px;
	padding-top:4px;
	float: left;
	border: 1px solid #2a7aae;
	margin: 0 auto;
	width: 230px;
}
a#register_now {
	background:url('/images/register_now.gif') no-repeat;
	width:200px;
	height:60px;
	display:block;
	margin:4px auto;
}

#ScheduleAndResults {
	width: 299px;
	float: left;
	overflow:hidden;
}
	#ScheduleAndResults dt {
		font-weight: bold;
		text-shadow: #FFF 1px 1px;
	}
.current_results{
	/*border:2px solid #e0eef6;*/
	margin-top:5px;
	float: none !important;
}
	.schedule h2, .current_results h2{ color: #21628c; }
	.schedule dt, .current_results dt { color: #2a7aae; }
.schedule { 
	background: #e0eef6;
	float: none !important;
}
.banners {
	float: left;
	width: 120px;
	overflow: hidden;
}
	.banners img { display: block; }

#MailingListLink {
	display: block;
	position: absolute;
	top: 8px;
	right: 20px;
	color: #21628C;
	font-size: 120%;
	text-decoration: none;
	font-weight: bold;
}
	#MailingListLink:hover {
		text-decoration: underline;
	}
#HeaderBanner {
	float: right;
	margin-right: 20px;
    margin-top: 10px;
}


#footer {
	position: relative;
	width: 940px;
	height: 150px;
	margin: auto;
	background: #FFFFFF url(../images/common/bahama-logo.gif) no-repeat scroll 40px top;
	overflow: auto;
	padding: 20px;
	border-top: 1px solid #308ec3;
}
#footer .text-nav {
	width: 800px;
	text-align: center;
	margin: 20px auto 0 auto;
}
#footer .logos {
	margin: 0 0 0 150px;
}

#BahamasLogoLink {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 122px;
	width: 202px;
}

.championship-box {
	float: right;
	border: 1px solid #bfdce7;
	background: #e9f5f9;
	padding: 10px;
	font-size: 80%;
	font-family: Helvetica, Arial, sans-serif;
}
.championship-box ul {
	margin: 0;
	padding: 0;
}
.championship-box ul li {
	list-style: none;
	padding: 5px 0;
	border-top: 1px solid #d7d7d7;
}
.championship-box ul li a {
	text-decoration: none;
}
.championship-box h2 {
	margin: -3px 0 4px 0;
	font-size: 130%;
}
/* Utility Containers
-----------------------------*/
.content {
	padding: 10px 20px 20px;
	float: left;
}
.search {
	float: right;
	clear: both;
	width: 468px;
	margin: 80px -20px 0 0;
}

/* Typography
-----------------------------*/	
p {
	line-height: 1.4em;
	font-size: 110%;
}
h1 {
	font-size: 200%;
	font-weight: lighter;
	color: #38a5d8;
	margin: 0 0 10px 0;
}
h2 {
	font-size: 150%;
	font-weight: lighter;
	color: #93cbe5;
	margin: 10px 0 0 0;
}
#Content h2 {
	font-size: 150%;
	font-weight: lighter;
	color: #93cbe5;
	margin: 10px 0 0 0;
}
h2.pageTitle {
	margin: 10px 0 10px 0;	
}
h3 {
	font-size: 120%;
	font-weight: lighter;
	color: #333;	
	margin: 0 0 10px 0;
}
#rightcolumn h3 {
	font-style: italic;
	color: #65b5da;
}
h1, h2, h3, h4 {
	letter-spacing: -0.05em;
}


/* Nav, lists
-----------------------------*/
#nav ul {
	margin: 0;
	padding: 0;
}
#nav ul li {
	font-family: Helvetica, Arial, sans-serif;
	list-style: none;
	float: left;
	padding: 15px 10px;
	color: #fff;
	font-size: 110%;
	border-left: 1px solid #2876a6;
	text-shadow: 1px 1px 0 #144768;
}
#nav ul li ul {
	position: absolute;
	background: #318fbf;
	margin: 15px 0 0 -11px;
	display: none;
	width: 172px;
}
#nav ul li ul li {
	float: left;
	clear: both;
	margin: 0;
	width: 150px;
	padding: 10px;
	cursor: pointer;
	border-bottom: 1px solid #2d80ab;
	border-top: 1px solid #6ca4c0;
	text-shadow: 1px 1px 1px #2d80ab;
	font-size: 90%;
	background: url('../images/common/submenu-bg.gif') bottom left repeat-x;
}
#nav ul li ul li:first-child {
	border-top: none;
}
#nav ul li ul li:hover {
	background: #63a9cc;
}
#nav ul li:hover {
	background: #318fbf url('../images/common/button-bg-inverted.gif') top left repeat-x;
}
#nav ul li a {
	color: #fff;
	text-decoration: none;
}
dt {
	font-size: 110%;
	color: #5acdce;
}
dl {
	border-bottom: 1px solid #d7d7d7;
	padding: 5px 0;
}

/* Misc
-----------------------------*/
img.snapshot {
	float: left;
	padding: 10px;
	background: #fff;
	border: 1px solid #d7d7d7;
	width: 307px;
	margin: 2% 0 0 18%;
}
.search-controls {
	float: left;
	padding: 10px 10px 18px 0;
	width: 270px;
}
.term {
	width: 200px;
	border: 1px solid #d7d7d7;
	padding: 4px;
}
.weather-bug {
	float: right;
	padding: 5px;
	margin: -20px -20px 0 0;
	font-family: Helvetica, Arial, sans-serif;
	background: #ebebeb;
	font-size: 90%;
	color: #888;
	text-align: center;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom: 1px solid #d7d7d7;
}
img.topper {
	float: left;
	margin: -50px 0 0 -80px;
}
a img {
	border: 0;
}
.weathermap {
	width: 520px;
	margin: 0 0 0 -10px;
	overflow: hidden;
}

.weather-bug { display: none !important; }
/* Tables
-----------------------------*/
table.tourneys {
	font-family: Helvetica, Arial, sans-serif;
	border: 1px solid #d7d7d7;	
	font-size: 85%;
}
table.tourneys th {
	text-align: left;
	padding: 5px;
	border-bottom: 1px solid #d7d7d7;
	background: #e4f5fb;	
}
table.tourneys td {
	padding: 5px;
	border-bottom: 1px solid #ebebeb;
	overflow: auto;
}
.position {
	float: right;
	width: 15px;
	text-align: center;
	font-size: 75%;
	font-weight: bold;
	color: #7b2e00;
	padding: 4px;
	-webkit-border-radius: 6px;
	border-bottom: 1px solid #888;
	margin: 0 0 0 -8px;
}
#gold {
	background: #ec853e url('../images/common/medal-bg.png') top left repeat-x;
}
#bronze {
	background: #f19758 url('../images/common/medal-bg.png') top left repeat-x;
}
#silver {
	background: #f3ad7d url('../images/common/medal-bg.png') top left repeat-x;
}


.clear { clear: both; overflow: hidden; height: 0; }