@charset "UTF-8";
/* CSS Document */
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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background: rgb(25,25,25);
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#main {
	margin:auto;
	width: 100%;
	height: 100%;
	background:#000;
	
}
.oneColFixCtrHdr #container {
	margin: auto;  /*it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	width: 995px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(images/bg.gif);
	background-position:top;
	background-repeat: repeat-y;
}
.oneColFixCtrHdr #mainContent {
	margin:auto;
	background: #000000;
	padding: 0;
	width: 955px;
	min-height: 600px;
}
.oneColFixCtrHdr #header {
	width: 955px;
	height: 510px;
	background: #000000;
   /* overflow:hidden; */
	padding-bottom: 0px;
}
.oneColFixCtrHdr #innerPage {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:955px;
	/*margin:auto;*/
	padding-top: 0px;
	min-height: 630px;
	float:right;
}

.oneColFixCtrHdr #innerPage h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-bottom:0px;
	text-align:left;
}
.oneColFixCtrHdr #innerPage h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-variant:small-caps;
	letter-spacing:28px;
	text-align:left;
}
.oneColFixCtrHdr #innerPage h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:left
}
.oneColFixCtrHdr #innerPage h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom:0px;
	text-align:left;
}
.oneColFixCtrHdr #innerPage p {
	/*width: 550px;*/
	margin-top: 0px;
	margin-bottom: 20px;
	padding-left: 0px;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0px;
}
.oneColFixCtrHdr #innerPage #enjoyPages{
	z-index: 1;
}

/* Fonts */
.xxlarge {
	font-size: 18px;
}
.xlarge {
	font-size: 16px;
}
.large {
	font-size: 14px;
}
.med {
	font-size: 12px;
}
.sm {
	font-size: 10px;
}
.xsm {
	font-size: 8px;
}

/* Forms */
.formTitles {
	color: #ffffff;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Default Links */
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #BDC83B;
	text-decoration: none;
}
a:visited {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	color: #BDC83B;
	text-decoration: none;
}
a:hover {
	color: #cccccc;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
a:active {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	color: #BDC83B;
	text-decoration: none;
}

.expand {font-size:12px; font-weight:bold; text-decoration: none;}


/* page layouts */
#Page {
	width: 550px;
	margin-left: 0px;
	padding-left: 200px;
	margin-top: 30px;
	padding-top: 20px;
	text-align:left;
}
.oneColFixCtrHdr #Page p {
	text-align:left;
	line-height: 30px;
}
#widePage {
	width: 900px;
	padding-left: 10px;
	margin-top: 30px;	
	padding-top: 20px;
}
#livePages {
	width: 550px;
	padding-left: 200px;
	margin-top: 30px;
	padding-top: 20px;
	text-align:left;
}
#playPages {
	width: 630px;
	padding-left: 95px;
	margin-top: 30px;	
	padding-top: 20px;
}
#enjoyPages {
	width: 630px;
	padding-left: 95px;
	margin-top: 30px;	
	padding-top: 20px;
}

/* Menu */
.oneColFixCtrHdr #Page .menu p {
	margin-top: 0px;
	padding-left: 0px;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0px;
}

.title {
	color: #BDC83B;
}

/* Floats */
.fltlt img {
	float: left;
}
.fltrt img {
	float: right;
}
.clrft {
	clear:both
}

/* Footer */
.oneColFixCtrHdr #footer {
	width:900px;
	height: 70px;
	text-align:center;
	border-top:thin solid #444444;
	padding: 0 10px 10px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin-top: 60px;
	margin-bottom: 0px;
	margin:auto;
}
.oneColFixCtrHdr #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 */
	line-height: 18px;
}
#footer a:link {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}
#footer a:visited {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #cccccc;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}
#footer a:active {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}
/* Calendar */
.calEntry {margin-bottom:5px;}
.oneColFixCtrHdr #calendar p { margin-top:0; margin-bottom:0;}
.smallFont {font-size: small}
.size10 {font-size: 10px}
.ltGray {color: #EDEDDE}
.white {color: #ffffff}
.orange {color: #FF6600;}
.orangeBold {color: #FF6600;font-weight: bold;}
.green {color: #009933;}
.greenBold {color: #009933; font-weight: bold;}
.blue {color: #3366CC;}
.blueBold {color: #3366CC; font-weight: bold;}
.red {color: #CC0000;}
.redBold {color: #CC0000; font-weight: bold;}
.purple {color: #93F;}
.purpleBold {color: #93F;font-weight: bold;}

