@charset "utf-8";
/* CSS Document */
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
div#wrapper {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/* Starts Menu */
div#menu {
	height: 37px;
	width: 976px;
	text-align: center;
	background-color: #011901;
	padding-right: 12px;
	padding-left: 12px;
}

/* Ends Menu */

/* Starts Header */
div#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 212px;
	width: 1000px;	
}
/* Ends Header */

/* Starts Content */

div#content div#right-column {
	float: right;
	width: 694px;	
}
div#right-column li {
	list-style-position: inside;
}
div#content div#right-column h2 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #C4DF9B;
	text-transform: capitalize;
}
div#content div#left-column {
	width: 253px;
	float: left;
	margin-top: 28px;
	background-image: url(../images/left-column-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
div#content div#left-column li.flevel a.MenuBarItemSubmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999999;
	text-decoration: none;
	padding-top: 25px;
	padding-bottom: 25px;
	float: left;
	clear: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #004101;
	width: 200px;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}

div#content div#left-column li.flevel a.MenuBarItemSubmenu:hover {
	color: #FFFFFF;
	background-image: url(../images/bullet-hover.png);
}
div#content div#left-column ul {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 14px;
}
div#content div#left-column li {
	list-style-type: none;

}

div#content div#left-column div#announcements {
	background-color: #000000;
	height: auto;
	width: 209px;
	border: 1px solid #9e0508;
	clear: both;
	float: left;
	padding: 7px;
	margin-left: 14px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/announcement-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

div#content div#left-column div#announcements p {
	font-size: 11px;	
}

div#content div#left-column div#announcements h2 {
	font-family: "Trebuchet MS", "Copperplate Gothic Bold", "Copperplate Gothic Light";
	font-size: 18px;
	text-transform: uppercase;
	color: #FF0000;
	margin: 0px;
}

div#content {
	width: 976px;
	padding-top: 0px;
	padding-right: 12px;
	padding-left: 12px;
	background-image: url(../images/content-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	padding-bottom: 7px;
	margin: 0px;
	background-color: #002e01;
}
div#content img.post-img-left {
	margin-right: 13px;
	float: left;
}

div#content img.main-pic {
	margin-bottom: 7px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #53C038;
}

div#right-column h1 {
	color: #c4df9b;
	font-family: "Trebuchet MS", "Copperplate Gothic Bold", "Copperplate Gothic Light";
	font-size: 24px;
	margin-top: 28px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

div#right-column h3 {
	color: #FFFFFF;
	font-family: "Trebuchet MS", "Copperplate Gothic Bold", "Copperplate Gothic Light";
	font-size: 14px;
	margin-top: 28px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-decoration: underline;
}

img.homepic {
	float: left;
	margin-right: 14px;
	margin-top: 14px;
}
img.upcoming {
	float: left;
	margin-right: 14px;
	margin-top: 14px;
	height: 200px;
}
div#content p, div#content li  {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #FFFFFF;
	text-align: justify;
}
div#right-column a:link, div#right-column a:visited, div#right-column a:focus, div#left-column a:link {
	color: #66FF99;
}
/* Ends Content */

/* Starts Sidebar */
div#sidebar {
	float: right;
	width: 277px;
	margin-left: 7px;
	margin-right: 0px;
	margin-top: 7px;
	margin-bottom: 13px;
}
/* Ends Sidebar */

/* Starts Footer */
div#footer {
	height: 25px;
	width: 1000px;
	text-align: center;
}
div#footer p {
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

/* Ends Footer */ul.MenuBarHorizontal2
{
	list-style-type: none;
	font-size: 18px;
	cursor: default;
	width: 1000px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal2 li
{
	margin: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal2 ul
{
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 8.2em;
	position: absolute;
	left: -1000em;
	padding: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul.MenuBarHorizontal2 a {
	text-align: center;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal2 ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal2 ul li
{
	width: 8.2em;
	margin-top: -1px;
}
ul.MenuBarHorizontal2 ul li a {
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5e0e05;
	font-size: 12px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal2 ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal2 ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal2 ul
{
	background-color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #5e0e05;
	border-right-color: #5e0e05;
	border-left-color: #5e0e05;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal2 a
{
	display: block;
	cursor: pointer;
	padding: 3px;
	color: #e1e1e1;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal2 a:hover, ul.MenuBarHorizontal2 a:focus
{
	color: #C4DF9B;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal2 a.MenuBarItemHover, ul.MenuBarHorizontal2 a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal2 a.MenuBarSubmenuVisible
{
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal2 a.MenuBarItemSubmenu
{
	background-image: url(../images/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: left 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal2 ul a.MenuBarItemSubmenu
{
	background-image: url(../images/SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: left 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal2 a.MenuBarItemSubmenuHover
{
	background-image: url(../images/SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: left 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal2 ul a.MenuBarItemSubmenuHover
{
	background-image: url(../images/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: left 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal2 iframe
{
	position: absolute;
	z-index: 1010;
}
	ul.MenuBarHorizontal2 li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
	}

