@charset "utf-8";
html, body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	color: #000;
	text-decoration: none;
	background-attachment: fixed;
	background-image: url(../images/background/main_background.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
* html #main_container {
height: 100%;
}
form {
	padding: 0px;
	margin: 0px;
}
input {
    width: 255px;
	padding: 0px;
	margin: 0px;
	font-size: 8pt;
}
img {
	border: none;
}
div.embed {
    display: none;
}
#update_feed img.update {
	width: 90px;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 3px;
	border: solid 1px #666;
	padding: 5px;
	float: left;
}
#update_feed div.video_player {
	border: none;
}
#update_feed div.video {
	width: 100px;
	height: 75px;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 3px;
	border: solid 1px #666;
	padding: 0px;
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	position: relative;
}
#update_feed div.video div.video_frame {
	width: 100px;
	height: 75px;
	background-image: url(../images/misc/thumb_video_frame.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 0px;
}
.alert {
	font-size: 7.5pt;
	color: #F30;
}
.clear {
	height: 0px;
	clear: both;
}
#main_container {
	width: 950px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
}
#header {
	width: 950px;
	height: 250px;
	position: relative;
	margin-bottom: 20px;
}
#banner {
	width: 950px;
	height: 250px;
	background-image: url(../images/banner/banner_background.jpg);
	background-repeat: no-repeat;
}
#sponsors {
	width: 140px;
	height: 90px;
	position: absolute;
	top: 20px;
	left: 360px;
	overflow: hidden;
}
#logo {
	width: 270px;
	height: 294px;
	left: -50px;
	top: 0px;
	position: absolute;
}
#main_menu_container {
	width:797px;
	height: 199px;
	position: absolute;
	top: 115px;
	right: 0px;
	background-image: url(../images/main_menu/main_menu_background.png)
}
#main_menu {
	width: 710px;
	height: 40px;
	margin-top: 95px;
	margin-left: 87px;
	padding: 0px;
	list-style-type: none;
	position: absolute;
	z-index: 1000;
}
#main_menu li {
	width: auto;
	height: 40px;
	float: left;
}
#main_menu li a {
	display: block;
	height: 40px;
	background-image: url(../images/main_menu/main_menu.png);
	background-repeat: no-repeat;
}
#main_menu li a span {
	display: none;
}
#main_menu li a.Home {
	width: 70px;
	background-position: 0px 0px;
}
#main_menu li a.Information {
	width: 128px;
	background-position: -70px 0px;
}
#main_menu li a.Program {
	width: 100px;
	background-position: -198px 0px;
}
#main_menu li a.Gallery {
	width: 88px;
	background-position: -298px 0px;
}
#main_menu li a.Contact {
	width: 136px;
	background-position: -386px 0px;
}
#main_menu li a.Sponsors {
	width: 188px;
	background-position: -522px 0px;
}
#main_menu li a.Home:hover {
	width: 70px;
	background-position: 0px -40px;
}
#main_menu li a.Information:hover {
	width: 128px;
	background-position: -70px -40px;
}
#main_menu li a.Program:hover {
	width: 100px;
	background-position: -198px -40px;
}
#main_menu li a.Gallery:hover {
	width: 88px;
	background-position: -298px -40px;
}
#main_menu li a.Contact:hover {
	width: 136px;
	background-position: -386px -40px;
}
#main_menu li a.Sponsors:hover {
	width: 188px;
	background-position: -522px -40px;
}
#main_menu li a.HomeActive {
	width: 70px;
	background-position: 0px -40px;
}
#main_menu li a.InformationActive {
	width: 128px;
	background-position: -70px -40px;
}
#main_menu li a.ProgramActive {
	width: 100px;
	background-position: -198px -40px;
}
#main_menu li a.GalleryActive {
	width: 88px;
	background-position: -298px -40px;
}
#main_menu li a.ContactActive {
	width: 136px;
	background-position: -386px -40px;
}
#main_menu li a.SponsorsActive {
	width: 188px;
	background-position: -522px -40px;
}
#body {
	padding-top: 10px;
	z-index: 1001;
	position: relative;
}
#body div.left {
	width: 249px;
	min-height: 100%;
	float: left;
	border-right: solid 1px #ccc;
}
#body div.center {
	width: 330px;
	height: 330px;
	float: left;
}
#body div.right {
	width: 369px;
	float: left;
	border-left: solid 1px #ccc;
}
#body div.body {
	float: left;
	padding: 10px;
}
#socialnetwork_container {
	width: 229px;
	padding: 10px;
	border-bottom: solid 1px #ccc;
}
#socialnetwork {
	margin-top: 5px;
}
#shoutbox_container {
	width: 229px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #ccc;
}
#shoutbox_feed {
	height: 220px;
	border: solid 1px #CCC;
	margin-top: 5px;
	overflow: auto;
	padding: 5px;
}
form div {
	height: 17px;
	background-repeat: no-repeat;
	margin-top: 5px;
	padding-top: 8px;
}
form div.txtArea {
    height: auto;
	background-repeat: no-repeat;
	margin-top: 5px;
	padding-top: 8px;
}
form div.name {
	background-image: url(../images/misc/lbl_name.png);
}
form div.email {
	background-image: url(../images/misc/lbl_email.png);
}
form div.message {
	background-image: url(../images/misc/lbl_message.png);
}
form div.subject {
	background-image: url(../images/misc/lbl_subject.png);
}
input.txtBox {
	height: 15px;
	border: solid 1px #CCC;
}
textarea.txtArea {
    width: 250px;
	height: 150px;
	border: solid 1px #CCC;
}
input.btn {
    width: auto;
	height: 15px;
	border: solid 1px #999;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 5px;
	margin-right: 5px;
	background-color: #CCC;
	background-repeat: no-repeat;
	cursor: pointer;
}
input.send {
	width: 38px;
	background-image: url(../images/misc/lbl_send.png);
	background-position: center center;
}
input.shoutbox {
	width: 225px;
	padding-left: 1px;
	padding-right: 1px;
}
#update_container {
	width: 349px;
	height: 720px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	overflow: auto;
}
#update_feed {
	margin-top: 5px;
}
#update_feed div {
	padding-top: 7px;
	padding-bottom: 8px;
	border-bottom: solid 1px #E9E9E9;
}
#update_feed span.title {
	color: #0064b1;
	font-weight: bold;
}
#update_feed span.time {
	color: #999;
}
#hilight {
	width: 229px;
	height: 352px;
	overflow: hidden;
	padding: 10px;
}
#hilight #slide {
	width: 229px;
	height: 352px;
}
.sb_block {
	width: 200px; 
	border-bottom: solid 1px #999; 
	padding-top: 5px; 
	padding-bottom: 5px;
	white-space: normal;
}
.sb_from {
	color: #e836e1;
	width: 70px; 
	font-weight: bold; 
	float: left; 
	white-space: nowrap; 
	overflow: hidden; 
	margin-right: 5px;
    font-size: 7.5pt;
}
.sb_block a:link, a:visited {
	color: #eac73d;
	text-decoration: none;
}
.sb_block a:hover, a:active {
	color: #eac73d;
	text-decoration: underline;
}
#footer {
	height: 65px;
	padding: 10px;
	border-top: solid 1px #ccc;
	background-color: #b1e2f6;
	background-image: url(../images/footer/main_footer.jpg);
	background-position:bottom;
}
#poster {
	width: 310px;
	height: 310px;
	padding: 10px;
	border-bottom: solid 1px #CCC
}
#slideshow {
	width: 310px;
	height: 310px;
	margin: 10px;
	overflow: hidden;
}
#sub_navi {
	float: left;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#sub_navi li {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	border-right: solid 1px #06F;
}
#sub_navi li a {
	color: #06F;
	text-decoration: none;
}
#sub_navi li a:hover {
	color: #F30;
	text-decoration: none;
}
#sub_navi li.first {
	padding-left: 0px;	
}
#sub_navi li.last {
	padding-right: 0px;
	border-right: none;
}
#creadit {
	float: right;
	text-align: right;
	font-size: 7pt;
}
#nav { 
	list-style-type: none;
	padding: 10px;
	margin: 0px;
	padding-bottom: 0px;
}
#nav li { 
	width: 50px;
	display: inline;
	margin: 2px;
}
#nav a { 
	width: 50px;
	display: inline-block;
	padding: 3px; 
	border: 1px solid #ccc;
}
#nav a:hover, #nav li.activeSlide a {
	background-color: #a4f62d;
}
#nav a:focus { 
	outline: none; 
}
#nav img { 
	border: none;  
}
.sponsorListHolder{
	float: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	width: 680px;
}
.sponsor {
	width:160px;
	height:160px;
	float:left;
	margin:5px;
	position:relative;
	cursor:pointer;
}
.sponsorFlip {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	border:1px solid #ddd;	
	background:url(../images/sponsors/background.jpg) no-repeat center center #f9f9f9;
}
.sponsorFlip:hover{
	border:1px solid #999;
	-moz-box-shadow:0 0 30px #999 inset;
	-webkit-box-shadow:0 0 30px #999 inset;
	box-shadow:0 0 30px #999 inset;
}
.sponsorFlip img{
	position:absolute;
	top:50%;
	left:50%;
	margin:-70px 0 0 -70px;
}
.sponsorData{
	display:none;
}
.sponsorDescription{
	padding:50px 15px 20px 15px;
	font-style:italic;
}
.sponsorURL{
	font-size: 7pt;
	font-weight:bold;
	padding-left:15px;
}
.sponsorURL a, a:visited {
	color:#0196e3;
	text-decoration:none;
	outline:none;
}
.sponsorURL a:hover{
	text-decoration:underline;
}
#information_container, #program_container {
	width: 680px;
}
div#information, div#program {
	float: left;
	margin-right: 10px;
	width: 500px;
	height: 550px;
	overflow: hidden;
}
#information_menu, #program_menu {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	display: block;
	float: left;
}
#information_menu li, #program_menu li {
	display: block;
	width: 170px;
	height: 102px;
	margin-bottom: 10px;
	cursor: pointer;
}
#information_menu li.last, #program_menu li.last {
		margin-bottom: 0px;
}
#contact_container {
    padding-left: 10px;
    padding-right: 10px;
    float: left;
}
#gallery_container {
	float: left;
}
#gallery_container .title {
	padding-left: 10px;
	margin-bottom: 10px;
}
#video_container, #photo_container {
    width: 700px;
	padding-bottom: 10px;
	border-bottom: solid 1px #ccc;
	margin-bottom: 10px;
}
#video_container {
    border: none;
}
#gallery_container .title {
    font-size: 10pt;
    font-weight: bold;
	color: #0064b1;
    float: left;
}
#gallery_container .control {
    float: right;
	color: #0064b1;
    padding-right: 10px;
}
.photoAlbumContainer {
    width: 128px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}
.albumTitle {
	font-weight: bold;
	color: #0064b1;
}
.albumTitle a {
    text-decoration: none;
	font-weight: bold;
	color: #0064b1;
}
.albumName {
	font-weight: bold;
	color: #0064b1;
	padding-left: 10px;
}
.albumCount {
	color: #666;
}
.photoAlbum {
	width: 112px;
	height: 112px;
	border: solid 1px #999;
	padding: 6px;
	margin-bottom: 5px;
}
.videoCover {
	width: 112px;
	height: 85px;
	border: solid 1px #999;
	padding: 6px;
	margin-bottom: 5px;
}
.videoCover img {
    border: solid 1px #BBB;
}
.photoAlbum img {
	border: solid 1px #BBB;
}
#photo_container a {
	text-decoration: none;
	color: #0064b1;
}
