@charset "utf-8";

html { overflow-y: scroll; }

td img{vertical-align:top}


body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-size: 76%;
	background-color: #666666;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat;
	font-family: Verdana, sans-serif, Arial, Geneva, Helvetica;

}

html {
	border-width: 0;
	min-height: 100%;
}

#player_div_id {
	width:300px;
}

#container {
	width: 970px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../img/middlebackground00.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.blueDiv1 {
	/*background-image:url(img/back_logo.png);
	background-repeat:no-repeat;
	background-position:top left;
	background-size: 100% 100%;*/	/*height: 147px;*/
	/*border: thick solid #0F0;*/
	/*margin-left:15px;
	max-width: 220px;
	max-height: 147px;*/
/*	border: thick solid #0Fe;*/
/*    hgroup*/
	max-height: 40%; max-width: 35%; min-width:50px; min-height:100px;

}

#logoWrap {
        position: static;

            top: 0;

	/*background-image:url(../img/back_logo.png);
	background-repeat:no-repeat;
	background-position:top center;
	background-size: 80% 100%;*/
	/*margin-left:15px;
	max-width: 170px;
	max-height: 200px;
	width: 170px;
	min-width: 35px;
	min-height: 50px;
	/*height: 147px;*/
/*	border: thick solid #F90;*/
	float: left;
	clear:none;
    /*width: 28%;*/

}

      .logo {
	margin-left:38px;
   /* width: 139px; height: 127px;*/
    /*width: 100%;*/
}


        #swiffycontainer {
 /*margin-top:10px;*/
  position: relative;
  z-index: 2;
  /*max-width: 100%;
  max-height: 100%;
  height: 4em;
  left: 0;
  top: 0;*/
  /*border: thick solid #0F4;*/
  overflow:visible;
            margin: -22px 0 0 0;

}

.swiffy-transparent svg g > g > rect {
    fill: transparent !important;
}

#container2 {
	width: 970px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {
	height: 250px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #DDDDDD;
	background-image: url(../img/banner_background00.jpg);
	background-repeat: no-repeat;
}

#mainContent {
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
iframe {
	margin: 0px;
}



#footer {
	height: 39px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	background-color: #DDDDDD;
	background-image: url(../img/footerbackground00.jpg);
	background-repeat: no-repeat;
	clear: both;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #2C5551;
	font-size: .82 em;
	font-weight: bold;
}
#menu01 {
	clear: left;
	float: right;
	width: 70px;
	margin-top: 10px;
	margin-bottom: 166px;
	height: 45px;
	position: relative;
}

#menu02 {
	color: #FFF;
	font-size: 0.92em;
	font-weight: bold;
	float: left;
	clear: right;
}
#menu03 {
	color: #2C5551;
	font-size: 10px;
	font-weight: bold;
	width: auto;
	padding-top: 15px;
}


a:link {
	color: #00509F;
	text-decoration: none;
	decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:visited {
	text-decoration: none;
	decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover {
	text-decoration: none;
	decoration: none;
	color: #3D7A73;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:active {
	decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a.green {
	color: #3D7A73;
	text-decoration: none;
	decoration: none;
}
a.green:hover {
	color: #83BEB8 !important;
	text-decoration: none;
}

a.green2 {
	color: #2C5551;
	text-decoration: none;
	decoration: none;
	vertical-align: text-top;
}
a.green2:hover {
	color: #83BEB8 !important;
	text-decoration: none;
}

a.gray {
	color: #666666;
	text-decoration: none;
	decoration: none;
	font-weight: normal;
}
a.gray:hover {
	color: white;
	text-decoration: none;
	background-color: #666666;
	decoration: none;
}


.copyright {
	font-size: 9px;
	color: #CCC;
	padding-top: 5px;
	font-weight: bold;
}

/*End Wrapper Structuring*/



/* Main Content */

.hp-main {
	background-image: url(../mainboxbackground/hp-main_background00_green.jpg);
	background-repeat: repeat-y;
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.main {
	padding: 10px;
	margin: 0;
	background-image: url(../img/main_background00.png);
	background-repeat: repeat-y;
}

#mainContent h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-size: 1.3em;
}
#mainContent p {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	/*font-family: "Times New Roman", Times, serif;*/
	font-size: 1.1em;
}
#mainContent ul {
	/*font-family: "Times New Roman", Times, serif;*/
	font-size: 1.1em;
	line-height: 1.45em;
	padding-left: 20px;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

#mainContent li {
	/*font-family: "Times New Roman", Times, serif;*/
	font-size: 1.1em;
	line-height: 1.2em;
	margin-bottom: 10px;
	list-style-position: outside;
	list-style-type: disc;
	text-align: left;
	display: list-item;
}
.caption01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
}

.mainLeft {
	float: left;
	text-align: left;
	padding-left: 45px;
	width: 425px;
}

.mainLeft h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	color: #2C5551;
	font-weight: bold;
	font-family:  sans-serif, Verdana, Geneva, Arial, Helvetica;
}
.mainLeft p {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	font-size: 0.99em;
	color: #2C5551;
}


.mainRight {
	margin-left: auto;
	margin-right: 40px;
	float: right;
	width: 375px;
	clear: right;
	margin-bottom: auto;
	margin-top: 0px;

}

.mainRight h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	color: #2C5551;
	font-weight: bold;
	font-family:  sans-serif, Verdana, Geneva, Arial, Helvetica;
}

/* End Holly Hack */
.mainRight p {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	font-size: 0.7em;
}


.copyright {
	font-size: xx-small;
	color: #CCC;
	padding-top: 5px;
}
.list {
	/*font-family: "Times New Roman", Times, serif;*/
	font-size: 1.1em;
	line-height: 1.5em;
	color: #2C5551;
	list-style-position: outside;
	list-style-type: disc;
	text-align: left;
	display: list-item;
}
.bottomLeft01 {
	float: left;
	padding-left: 30px;
	width: 460px;
	clear: left;
	margin-right: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	text-align: left;
}
.bottomRight01 {
	float: right;
	width: 375px;
	clear: right;
	margin-left: 0px;
	padding-left: 30px;
	padding-right: 20px;
	padding-bottom: 15px;
	height: auto%;
	text-align: left;
	vertical-align: top;
}
.bottomLeft01 p {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-size: 0.9em;
	color: #2C5551;
}


.bottomwrap {
	margin-top: 10px;
	background-image: url(../img/hp-bottom_background01.jpg);
	background-repeat: repeat-y;
}
.bottomwrapabout {
	margin-top: 10px;
	background-image: url(../img/about_bottom_background00);
	background-repeat: repeat-y;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.floatcenter {
	float: none;
	clear: both;
	margin: 0;
}

.borderMain {
	background-image: url(../img/background_admin_login.gif);
	background-repeat: no-repeat;
	background-position: center;
	color: black;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 950px;
	height: 280px;
	clear: both;
	overflow: visible;
	min-height: 280px;
	border: solid 1px #cccdce;

 }

 #admin_adjust {

position: relative;

top: 113px;

}

.txt08 {

color: black;

font-size: 0.75em;

width: 949px;

}
.borderMain02 {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 927px;
	clear: both;
	overflow: visible;
	min-height: 280px;
	border: solid 1px #cccdce;
	padding: 10px;
}

/* Admin */
#admin_wrapper { margin-top: 5px; margin-left: 0px; width: 948px; height: auto; float: left; margin-bottom: 15px; }
.admin_nav_header { color: black; font-size: 0.75em; line-height: 1.1em; text-align: left; width: 590px; height: auto; overflow: visible; float: left; clear: both; padding: 2px 2px 2px 5px; border: solid 1px #cccdce; }
.admin_menu { color: black; font-size: 0.75em; font-weight: bold; text-align: center; padding: 2px 2px 2px 5px; width: 85px; height: auto; min-height: 280px; overflow: visible; float: left; clear: both; border-left: 1px solid #cccdce; border-bottom: 1px solid #cccdce; border-right: 1px solid #cccdce; }
.admin_well {
	color: black;
	width: 930px;
	height: auto;
	min-height: 400px;
	overflow: visible;
	visibility: visible;
	float: left;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
}
#admin_content_header { color: #404044; font-size: 0.75em; font-weight: bold; line-height: 1.2em; background-color: white; padding: 5px; border: solid 1px #cccdce; }
#admin_content01 {
	font-size: 0.8em;
	font-weight: bold;
	line-height: 0.8em;
	background-color: white;
	height: auto;
	margin-top: 5px;
	padding: 5px;
	text-align: center;
}
#scroll_content01 { background-color: white; margin-top: 5px; padding: 5px; width: auto; height: 380px; overflow: scroll; border: solid 2px #e4e4e4; }
#admin_adjust { position: relative; top: 113px; }
.admin_login {

 background-image: url(../images/background_admin_login.gif);

 background-repeat: no-repeat;

 background-position: center;

 color: black;

 text-align: center;

 margin-top: 5px;

 margin-bottom: 5px;

 width: 96%;

 height: 280px;

 float: left;

 clear: both;

 overflow: visible;

 min-height: 280px;

 border: solid 1px #cccdce;


 }
/* end Admin */


/* Clearfix Hack */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}


/* Holly Hack Targets IE Win only */

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

#admin_content02 {
	font-size: 0.8em;
	font-weight: bold;
	line-height: 0.8em;
	width: 100%;
	height: auto;
	padding: 5px;
	min-height: 400px;
	text-align: center;
	position: absolute;
	top: 325px;
	left: -5px;
	background-color: #848983;
}

#upload_images {
	font-size: 1em;
	font-weight: bold;
	line-height: 1em;
	height: auto;
	text-align: left;
	padding-top: 15;
	padding-right: 15px;
	padding-bottom: 15;
	padding-left: 15px;
	background-color: #DDDDDD;
	clear: both;
}

#containerAdmin {
	width: 970px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: none;
}
#containerGuts {
	width: auto;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
}

#fb {
	text-align: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.fbp { margin: 30px 0 }

.noborder img {
  border: 0;
}

.bottomLeft01 p, .bottomRight01 p, .bottomLeft01:not(h3), .bottomRight01:not(h3) {
	font-size: 10px;
	/*color: green;*/
}
.bottomLeft01 h3 font, .bottomRight01 h3 font {
	/*font-size: 115%;*/
	font-size: 15px;
	font-weight: bold;
	/*border: 1px solid green;*/
}
.txt09 {
	color: #030;
	font-size: 11px;
	margin-left: 10px;
	margin-right: 10px;
}
.mainLeftSponsor {
	float: left;
	text-align: left;
	padding-left: 0px;
	width: 425px;
}
.mainLeftSponsorLogin {
	align: center
	text-align: left;
	padding-left: 0px;
	width: 900px;
	clear: both;
}
