@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	height:100%; /* this is the key! */
	background-color: #fef8d7;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	width: 985px;
	height: 100%;
	display:table;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -222px;
	margin-left: 0px;
	clear: both;
}
#left {
	padding-left:20px;
	width:179px;
	height:100%; /* works only if parent container is assigned a height value */
	color:#333;
	background:#fef8d7;
	clear: both;
	float: left;
	margin-bottom: 100px;
}
#left ul {
	list-style-type: none;
	padding-top: -3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: -3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#left li {
	background-image: url(images/menu_item.jpg);
	background-repeat: no-repeat;
	height: 26px;
	padding-top: 7px;
	padding-left: 20px;
	width: 179px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	font-size: 12px;
}
#left li a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #442960;
	text-decoration: none;
}
#left li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #7a041c;
	text-decoration: none;
}
#left2 {
	float:left;
	width:137px;
	height:100%; /* works only if parent container is assigned a height value */
	color:#fff;
	font-size: 12px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	min-height:100%;
	position:relative;
}
#navigation {
	width:130px;
}
#navigation h3 {
	width:130px;
	margin: 0px;
	padding: 0px;
}
#navigation h4 {
	margin: 10px;
	padding: 10px;
	background-color: #0053AE;
	text-align: center;
}
#left2 h1 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#left2 p {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
#left2 a:hover {
	color: #00AD03;
}
#left2 a {
	color: #FF9729;
	text-decoration: none;
	font-weight: bold;
}
#left2 h3{
	text-align: center;
	margin: auto;
	font-size: 13px;
	padding: 0px;
}
#newsphoto {
	float: right;
}
#newsphoto img {
	border: 1px solid #000000;
	margin-bottom: 5px;
	margin-left: 5px;
}
#maintext {
	float:left;
	height:100%;
	padding: 20px;
	width: 400px;
	color: #442960;
	font-size: 12px;
}
#maintext a:hover {
	color: #FF0000;
}
#maintext a {
	color: #7a041c;
	text-decoration: none;
	font-weight: bold;
}
#maintext ul{
	list-style-type: none;
}
#content {
	float:left;
	color:#333;
	height:100%;
	width: 580px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	font-size: 12px;
}
#content p {
	margin-right: 25px;
	padding-right: 25px;
}
#content h1 {
	font-size: 16px;
	font-weight: bold;
}
#content h2 {
	font-size: 17px;
	font-weight: bold;
}
#right {
	float:right;
	width:200px;
	color:#333;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin: auto;
	text-align: center;
}
#right img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#banner {
	height: 86px;
}
#footer {
	clear: both;
	position: absolute;
	bottom: 0px;
}
#topname {
	font-size: 12px;
	color: #7a041c;
	padding-left: 200px;
	float: left;
	clear: both;
	width: 400px;
}
#topnav {
		width: 770px;
}
#topnav img {
	padding-top: 10px;
	float: right;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#photogallerylink {
	text-align: center;
	position: relative;
	bottom: -41px;
	left: 199px;
	width: 137px;
	margin: 0px;
	padding: 0px;
	height: 0px;
	color:#fff;
}
#photogallerylink h1 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#photogallerylink img {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#bottomnav {
	text-align: center;
	background-image: url(images/bottom.jpg);
	height: 65px;
	background-repeat: no-repeat;
	margin: auto;
	padding: 0px;
	clear: both;
	background-color: #e5e0c5;
}
#bottomnavtext {
	padding-top: 15px;
	margin-top: 15px;
	color: #858585;
	padding-right: 20px;
	margin-right: 20px;
	font-size: 12px;
}
#smcalendar {
	margin: 0px;
	padding: 0px;
	width: 179px;
	height:100%;
	text-align: center;
}
/*#facebooktwitter {
	margin: 0px;
	padding: 0px;
	width: 179px;
	background-repeat: no-repeat;
}*/
#facebooktwitter {
	margin: 0px;
	padding: 0px;
	width: 199px;
	background-repeat: no-repeat;
	position: relative;
	left: 0px;
	bottom: -60px;
	background-image: url(images/bottomleft.jpg);
	height: 142px;
}
#facebooktwitter img {
	float: right;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#facebooktwittertext {
	font-size: 13px;
	color: #0e61bc;
	margin-top: 10px;
	padding-top: 10px;
	font-weight: bold;
	margin-left: 5px;
	padding-left: 5px;
}
.greenbold {
	font-weight: bold;
	color: #64c600;
}
.orangebold {
	font-weight: bold;
	color: #7a041c;
}
.bluebold {
	font-weight: bold;
	color: #442960;
}
/* CSS Document */
#calendar {
	text-align: center;
	margin: auto;
	width: 170px;
	padding: 0px;
	font-size: 10px;
	border: 1px solid #999999;
	right: 5px;
	position: relative;
}
.box {
	float: left;
	border: 0px none;
	padding: 1px;
	width: 20px;
	text-align: center;
	margin: 1px;
}
.box2 {
	float: left;
	border: 0px none;
	padding: 1px;
	width: 20px;
	text-align: center;
	margin: 1px;}
.box3 {
	float: left;
	border: 0px none;
	padding: 1px;
	width: 20px;
	text-align: center;
	cursor: pointer;
	margin: 1px;}
.box4 {
	float: left;
	border: 0px none;
	width: 20px;
	text-align: center;
	background-color:#00FF00;
	cursor: pointer;
	color:#FFFFFF;
	margin: 1px;
	padding: 1px;
}
.date {
	float: left;
	border: 0px none;
	padding: 2px;
	width: 110px;
	font-weight: bold;
}
.clear {
	clear: both;
}
#calendar a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
#toprow {
	background-color: #442960;
	overflow: hidden;
	color: #CCCCCC;
	border: 1px solid #fef8d7;
	font-weight: bold;
}
#secondrow {
	background-color: #0053AE;
	overflow: hidden;
	color: #CCCCCC;
	border: 1px solid #fef8d7;
	font-weight: bold;
}
#toprow a {
	color: #CCCCCC;
}
.spacing {
	text-align: left;
}
.splitleft {
	float: left;
}
.splitright {
	float: right;
}
.leftpadding {
	padding-left: 5px;
}
.homegames{
	color: #CC0000;
}