/* CSS Document */

/* Document Definitions */

html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	background-image: url(images/monitors_backer.gif);
	margin: 0;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	}
	
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #cc0000;
	margin: 15px 0;
	}
	
h2 {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin: 20px 0 15px 0;
	}
	
a {
	color: #ff0000;
	text-decoration:underline;
	}
a:link {
	color: #ff0000;
	text-decoration:underline;
	}
	
a:visited {
	color: #ff0000;
	text-decoration:underline;
	}
	
a:hover {
	color: #ff0000;
	text-decoration:underline;
	}
	
a:active {
	color: #ff0000;
	text-decoration:underline;
	}
	
/* homepage definitions */

#main {
	margin: 0 auto;
	padding: 0 15px;
	background-color: #000000;
	width: 740px;
	height: 100%;
	border-left: 2px solid #ffcc00;
	border-right: 2px solid #ffcc00;
	}
	
#container {
	background-color: #fdfbe0;
	height: 100%;
	}
	
.yellowbar {
	height: 12px;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	background-color: #ffcc00;
	}
	
#column12_container {
	margin: 0 10px;
	border-bottom: 2px solid #cbc8af;
	}

#column1 {
	float: left;
	padding: 17px 0 0 0;
	}
	
#club_text {
	width: 284px;
	border-right: 2px dotted #cccc99;
	padding: 0 47px 10px 28px;
	margin-bottom: 25px;
	height: 375px;
	}
	
#bottom_nav_left {
	width: 284px;
	border-right: 2px solid #ff0000;
	padding: 4px 47px 10px 28px;
	margin-bottom: 25px;
	text-align: right;
	}
	
#bottom_nav_left a, #bottom_nav_right a {
	font-size: 18px;
	color: #ff0000;
	line-height: 12px;
	}
	
#bottom_nav_left a:link, #bottom_nav_right a:link {
	font-size: 18px;
	color: #ff0000;
	text-decoration: none;
	}
	
#bottom_nav_left a:visited, #bottom_nav_right a:visited {
	font-size: 18px;
	color: #ff0000;
	text-decoration: none;
	}
	
#bottom_nav_left a:hover, #bottom_nav_right a:hover {
	font-size: 18px;
	color: #ff0000;
	text-decoration: underline;
	}
	
#bottom_nav_left a:active, #bottom_nav_right a:active {
	font-size: 18px;
	color: #ff0000;
	text-decoration: underline;
	}
	
#column2 {
	float: left;
	padding: 17px 0 0 0;
	}
	
#foundation_text {
	width: 280px;
	padding: 0 28px 10px 49px;
	margin-bottom: 25px;
	height: 375px;
	}
	
#bottom_nav_right {
	width: 280px;
	padding: 4px 28px 10px 49px;
	margin-bottom: 25px;
	font-size: 18px;
	color: #ff0000;
	}
	
#contact_block {
	padding: 0 0 17px 183px;
	}
	
#contact_block img{
	float: left;
	padding: 0 20px 0 0;
	font-size: 11px;
	line-height: 14px;
	margin: 10px 0 0 0;
	}
	
#contact_block p {
	float: left;
	padding: 11px 0 0 0;
	font-size: 11px;
	line-height: 14px;
	margin: 13px 0 0 0;
	}
	
.footer {
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	background-color: #ffcc00;
	font-size: 9px;
	color: #b49000;
	padding: 3px 0 3px 15px;
	}
	
/* inside definitions */

#inside_container {
	margin: 0 20px;
	padding: 0 0 10px 0;
	border-bottom: 2px solid #cbc8af;
	position: relative;
	}

#skyline {
	background: #000000 url(images/skyline.jpg) no-repeat 0 0;
	height: 47px;
	padding: 82px 0 0 0;
	text-align: right;
	}
	
.yellowbar_inside {
	height: 25px;
	border-bottom: 2px solid #000000;
	background-color: #ffcc00;
	padding: 14px 0 0 1px;
	}
	
.yellowbar_inside ul {
	margin: 0;
	padding: 0;
	}
	
.yellowbar_inside li {
	list-style: none;
	float: left;
	margin: 0;
	border-right: 1px solid #000000;
	padding: 0 20px;
	font-weight: bold;
	font-size: 11px;
	line-height: 13px;
	color: #cc3300;
	}
	
.yellowbar_inside ul.foundation_nav li {
	word-spacing: -1px;
	}
	
.yellowbar_inside li a {
	text-decoration: none;
	color: #000000;
	}
	
.yellowbar_inside li a:link {
	text-decoration: none;
	color: #000000;
	}
	
.yellowbar_inside li a:visited {
	text-decoration: none;
	color: #000000;
	}
	
.yellowbar_inside li a:hover {
	text-decoration: none;
	color: #cc3300;
	}
	
.yellowbar_inside li a:active {
	text-decoration: none;
	color: #cc3300;
	}
	
.yellowbar_inside li.last {
	border-right: none;
	padding: 0 0 0 20px;
	}
	
.club_tab {
	float: left;
	}
	
#gift_button {
	position: absolute;
	top: 0;
	right: 0;
	_right: 23px;
	}
	
table.events {
	width: 100%;
	border: none;
	border-collapse: collapse;
	}
	
table.events td {
	padding: 8px 0;
	border-bottom: 1px dotted #999999;
	}
	
table.events thead td {
	padding: 4px 0;
	border-bottom: 1px solid #999999;
	}

	
/* sitewide definitions */

.clearer {
	height:1px;
	overflow:hidden;
	clear:both;
	margin-top:-1px;
	}
	
.footnote {
	border-top: 1px dotted #666666;
	padding-top: 10px;
	margin: 20px 0 20px 0;
	font-size: 11px;
	line-height: 14px;
	}
	
ul.liststandard li {
	padding-bottom: 7px;
	margin-right: 15px;
	}
