html {
	height: 100%;
}

body  {
	background-image : url("../images/bg.jpg");
	background-repeat : no-repeat;
	background-position : top;
	background-color: black;
	margin : 0;
	padding : 0;
	font-family : tahoma, arial;
	font-size : 10pt;
}

#container {
	position : relative;
	width : 968px;
	min-height : 100%;
	margin : 0 auto;
	margin-bottom : -100px;
}

#top_content {
	position : relative;
	float : left;
	z-index : 999;
	margin-bottom: 10px;
}

#main {
	position : relative;
	float : left;
	margin-top : 0;
}

#main_top_rounded {
	position : relative;
	float : left;
	background-image : url("../images/site_top.png");
	background-repeat: no-repeat;
	width : 968px;
}

#main_content {
	position : relative;
	float : left;
	margin-top : 0px;
	min-height : 500px;
	width : 968px;
	z-index: 1;
	/*background-image : url("../images/bg.gif");*/
	background-color: #C11400;
	/*background-repeat : repeat;*/
}

#header_content {
	position : relative;
	height : 119px;
	width : 968px;
}
#logo {
	float : left;
	margin-top : 1px;
	margin-bottom : 5px;
	height: 100px;
	width: 520px;
}

#hiring {
	float : left;
height: 70px;
width: 250px;
margin-top: 30px;
margin-left: 175px;
}

#story {
	background-image: url("../images/bg.gif");
	background-repeat: repeat;
	margin-top: 0px;
	width: 948px;
}

#side {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	padding-right: 4px;
	padding-bottom: 4px;
	width: 292px;
}

#news {
	float: left;
	width: 615px;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
}

#news_bg{
	background-image: url("../images/paperBGtop.png");
	height: 65px;
	width: 615px;
}

#news_content {
	padding-left: 14px;
	padding-bottom: 15px;
	padding-right: 20px;
	z-index: 1;
}

#news_content_bg{
	width: 615px;
	background-image: url("../images/paperBG.png");
	background-repeat: repeat-y;
}

#news_bottom{
	background-image: url("../images/paperBGbottom.png");
	height: 90px;
	width: 615px;
}

#news_content td img {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

#footer {
	position: relative;
	margin: 0 auto;
	height: 100px;
	width: 100%;
	background-color: Black;
	color: white;
	
}

#side_ad img{
	margin-left: 8px;

}

.clearfooter{
	height: 100px;
	clear: both;
}

p.announcements{
	font-size: 14pt;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px;
}

p {
	line-height:1.4em;
}

#ad {
	margin-top: 5px;
	border: 1px solid #383838;
}

#bottom_rounded {
	position : relative;
	float : left;
	background-image : url("../images/site_bottom.png");
	background-repeat: no-repeat;
	height: 15px;
	width : 968px;
}

a img {
	border: none;
}

/* ######## Menu Style ######## */

* {
	margin: 0px;
	padding: 0px;	
}

#navigation {
	margin-top:0px;
	margin-left:0px;
	z-index: 1000;
}

#navigation li {
	float: left;
	list-style: none;
}

#navigation a {
	display: block;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 0px;
	width: 93px;
	color: #FFF;
	margin-left: 3px;
	margin-right: 11px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

#navigation li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	font-size: 90%;
	z-index:1000;
	margin-left: 0px;
}

#navigation span {

}

#navigation a:hover {
	background-position: right -198px;
}

#navigation a:hover span {
	background-position: 0 -198px;
}


#navigation li ul a, #navigation li ul a:link {
	background-image: none;
	padding: 5px;
	width: 150px;
	background-image: url("../images/light.png");
	text-align: left;
	text-transform: none;
}

#navigation li ul a:hover {
	background-image: url("../images/dark.png");
	background-repeat: repeat;
}

#navigation li:hover ul, #navigation li.sfhover ul {
	left: auto;
}

/* ##### End Menu ###### */

#news li {
	margin-left: 15px;
}

.directors_table {
	border: 1px solid black;
}

.directors_table td {
	padding: 5px;
	border: 1px solid black;
}

.clubs_table {
	border: 1px solid black;
}

.clubs_table td {
	padding: 3px;
	border: 1px solid black;
}

.clubs_table img{
	margin-left: 14px;
}

p.title {
	font-size: 15pt;
}

/* ######## Contact Box ######## */

#contact {
	margin-top: 5px;
	border: #383838 solid 1px;
	width: 300px;
}

#contact_top {
	width: 290px;
	padding-left: 10px;
	background-color: #707070;
	font-weight: bold;
	color: White;
	border-bottom: #383838 solid 1px;
}

#contact_main {
	width: 300px;
	background-color: #DCDCDC;
}

#contact td {
	padding: 5px;
}

#contact img {
	border: black solid 1px;
}

#contact li {
	margin-left: 12px;
}

/* ######## Breadcrumbs ######## */

#breadcrumbs {
	background-image: url("../images/bar.png");
	height: 33px;
	width: 956px;
	margin-left: 6px;
	margin-top: 8px;
	color: black;
}

#breadcrumbs img {
	vertical-align: middle;
	margin-top: 1px;
	padding-right: 5px;
	padding-left: 5px;
}

#breadcrumbs_content {
	margin-left: 10px;
	margin-top: 8px;
	float: left;
}

#breadcrumbs a:link, #breadcrumbs a:visited {
	text-decoration: none;
	color: black;
}

#breadcrumbs a:hover {
	text-decoration: underline;
}

/* ######## Search ######## */

#search_box_bg {
	float: right;
	margin-top: 1px;
	background: url("../images/search_bg.png") no-repeat;
	height: 26px;
	width: 265px;
	margin-top: 5px;
}

.textInput {
	height: 16px;
	width: 165px;
	text-size: 5px;
	margin-left: 20px;
	margin-top: 1px;
	border: 0px white solid;
}

.buttonInput {
	margin-left: 15px;
}

#search_left {
	float: left;
}

#search_right {
	float: left;
}

/* ######## Sidebar ########## */

#video {

}


#main_bottom {
	float: left;
	width: 615px;
	margin-top: 10px;
	margin-left: 10px;
}

#floatLEFT img {
float: left;
margin-top: 6px;
}

ul {
margin-left: 10px;
}

ul ul {
margin-left: 30px;

}

.readable {
	line-height:1.4em;
}

#catering_functions_bg {
background-image: url("../images/functions.jpg");
width: 572px;
height: 475px;
}

#catering_functions img {
margin-top: 365px;
margin-left: 105px;
}

.noborder {
margin-left: 10px;
}

.noborder td {
padding: 5px;
padding-left: 10px;
padding-right: 10px;
}

.noborder img {
border: 1px solid black;
}

.logos td {
padding-bottom: 25px;
}

/****** Catering Menu *****/
#bcc_menu, #bcc_menu a:link, #bcc_menu a:visited {
	text-decoration: none;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
}

#bcc_menu a:hover {
text-decoration: underline;
}

#bcc_menu {
margin-left: -5px;
}

#bcc_menu li {
	float: left;
	list-style: none;
	margin-left: 0px;
	padding-right: 16px;
}

#bcc_menu_main {
	float: left;
	background-image: url("../../../content/pics/bcc/bcc_menu_bg.png");
	background-repeat: repeat-x;
	height: 38px;
	padding-top: 10px;
}

#bcc_menu_left {
	float: left;
	background-image: url("../../../content/pics/bcc/bcc_menu_left.png");
	height: 38px;
	width: 13px;
}

#bcc_menu_right {
	float: left;
	background-image: url("../../../content/pics/bcc/bcc_menu_right.png");	
	height: 38px;
	width: 13px;
}

#flashCal {
border: 1px solid black;
margin-left: 35px;
width: 230px;
}

#test_header {
margin-left: 34px;
margin-bottom: 14px;
width: 900px;
border: solid 1px white;
}

.dotted {
border: 1px dotted black;
padding: 5px;
}

#subscribe {
margin-left: 8px;
padding: 5px;
width: 290px;
background: white;
border: 1px solid grey;
}

#wz_11.inputbox, #wz_12.inputbox {
margin-top: 8px;
padding: 3px;
}

#aca_22.button {
margin-top: 8px;
/*display:block;*/
background-color:#A80000;
border:1px solid #C9C299;
font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
font-size:100%;
line-height:130%;
text-decoration:none;
font-weight:bold;
color:#FFFFFF;
cursor:pointer;
padding:5px 10px 6px 7px;
}

.newsletter_title{
line-height: 1em;
font-size: 14pt;
color: #646D7E;
margin-bottom: 0px;
}

.newsletter_desc{
line-height: 1em;
font-size: 10pt;
font-weight: bold;
color: #A80000;
}

.record_pic {
margin-left: 20px;
}

/*** Gallery CSS ***/
#gal_flash_banner{
	width: 968px;
	height: 300px;
	position: relative;
	background-position: black;
	border: 1px solid #DCDCDC;
	margin-bottom: 16px;
}

#gal_news_content_bg{
	width: 948px;
}

#gal_news_content{
}

#gal_news {
margin-top: 10px;
margin-left: 10px;
}

#gal_story {
background-color: white;
	margin-top: 0px;
margin-left: 10px;
	width: 948px;
}

.calendar {
margin-left: 25px;
}

#clubsMain{
background-image: url("http://www.busu.net/content/pics/clubs.jpg"); 
height: 284px;
width: 578px;
}

.formBtn {
margin-top: 12px;
margin-left: 250px;
}

.warning {
	font-size: 8pt;
} 

.yukYuks {
	border: 0px;

}