/* CSS Document */

body, html {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
	text-align: center;
	color: #D2D2D2;
	height: 100.1%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

A:link { font-weight: bold; text-decoration: none; color: #ffff00;}
A:visited { font-weight: bold; text-decoration: none; color: #ffff00;}
A:hover { font-weight: bold; text-decoration: none; color: #FFEF00;}
A:active { font-weight: bold; text-decoration: none; color: #ffff00;}

.MenuText1:link { font-weight: bold; text-decoration: none; color: #FFFF99;}
.MenuText1:visited { font-weight: bold; text-decoration: none; color: #FFFF99;}
.MenuText1:hover { font-weight: bold; text-decoration: none; color: #000000;}
.MenuText1:active { font-weight: bold; text-decoration: none; color: #FFFF99;}

.MenuText2:link { font-weight: bold; text-decoration: none; color: #0055A5;}
.MenuText2:visited { font-weight: bold; text-decoration: none; color: #0055A5;}
.MenuText2:hover { font-weight: bold; text-decoration: none; color: #FF9900;}
.MenuText2:active { font-weight: bold; text-decoration: none; color: #0055A5;}

.SlideShowLink:link { font-weight: bold; text-decoration: none; color: #000000;}
.SlideShowLink:visited { font-weight: bold; text-decoration: none; color: #000000;}
.SlideShowLink:hover { font-weight: bold; text-decoration: none; color: #FF9900;}
.SlideShowLink:active { font-weight: bold; text-decoration: none; color: #000000;}

#PageContainer {
	text-align: center;
	margin: auto;
	width: 760px;
	background-image: url(images/mainbg.jpg);
}

#Header {
	height: 250px;
}

#MainArea {
	text-align: left;
	background: url(images/mainbg.jpg);
	background-repeat: repeat-y;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;

}

#Menu {
	background: url(images/mainbg.jpg);
	background-repeat: repeat-y;
}

#Footer {
	clear: both;
	height: 23px;
	background: url(images/footer.jpg);
	background-repeat: no-repeat;
}

#BuzzLogo {
	height: 60px;
	background-image: url(images/buzzlogo.gif);
	background-repeat: no-repeat;
}

.Error {
	color: #990000;
	font-weight: bold;	
}

#MenuBar1 {
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	height: 16px;
	width: 46px;
	background-color: #FFC001;
}

#MenuBar2 {
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	height: 16px;
	width: 100%;
	background-color: #FFFF99;
}

#TitleBar {
	font-size: 16px;
	margin-bottom: 10px;
}

#MenuDiv {
	width: 165px;
	float: left;
}

#MenuTop {
	background-image: url(images/menu_top.jpg);
	height: 21px;
}

#MenuBottom {
	background-image: url(images/menu_bottom.jpg);
	height: 170px;
}

#MenuMiddle {
	background-image: url(images/menu_middle.jpg);
}

#MenuNews {
	background-image: url(images/menu_middle.jpg);
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 8px;
	text-align: right;
}

#ContentDiv {
	float: right;
	width: 574px;
}

#ContentTop {
	background-image: url(images/content_top.jpg);
	height: 21px;
}

#ContentMiddle { 
	background-image: url(images/content_middle.jpg);
	padding-top: 1px;
	padding-bottom: 1px;	
	padding-left: 15px;
	padding-right: 15px;
}

#ContentBottom {
	background-image: url(images/content_bottom.jpg);
	height: 29px;
}

#Title {
	height: 40px;
	width: 100%;
	background-image: url(images/title_line.gif);
}

.EventTitleBG {
	background-color: #dedede;
	color:#000000;
}

.EventTitle {
	font-size: 16px;
	font-weight: bold;
}
.Mobile1 {
	font-size: 9px;	
}

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


##############################
SLIDESHOW GALLERY STYLES

.image_info {
    display:block;
    font-size:10px;
    color:#999;
    border:0px;
    }
.wrapper {
    margin:0px auto;
    padding-top:0px;
    padding-left:0px;
    padding-right:0px;
    padding-bottom:0px;
    width:540px;
    border: 0px solid #000;
    text-align:left;
}
.show_title a {
    font-size:12px;
    text-decoration:none;
    color:#999;
}
.image_info a {
    text-decoration:none;
    color:#fff;
}
img {
	border-width: 0;
}
.image {
    margin-bottom:5px;
}
.image img {
    padding:6px;
    border: 1px solid #000;
    display:block;
    background-color: #fff;
    margin-top: 10px;
}
.navigation, .navigation a {
	text-decoration: none;
    color:#fff;
    margin-top:9px;
    font-weight:bold;
}
.thumbnail_row {
    margin-top: 1px;
}
.thumbnail_row img {
    border:0px solid #aaa;
    margin-top:10px;
}
.thumbnail_center {
    padding:1px;
    border:1px solid #fff !important;
}
.small, .small a {
    margin-top: 20px;
    text-decoration:none;
    color:#777;
}
#DropDown{
	display: block;
}