body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #daecf6;
	margin:0px;
	width:100%;
}
p, li, dd {
	font-size: 12px;
}
h1, h2, h3, h4 {
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
}
a {
	color:#09c;
}

a:link {text-decoration:none;}    /* unvisited link */
a:visited {text-decoration:none;} /* visited link */
a:hover {text-decoration:underline;}   /* mouse over link */
a:active {text-decoration:underline;}


}
ul {
	list-style-image:url(images/bullet_green.gif); /* list-style-type:square; */
}
li {
	line-height: 120%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
hr {color: #9c6;
	background-color: #9c6;
	height: 1px;
	border:0px;
	}

dt  {line-height: 120%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*----------------------HEADER + MENUS----------------------*/
#header {
	background:url(images/header_bkgd.jpg) repeat-x;
	margin:0px auto;
	width: 100%;
}
#header_centered {
	margin:0px auto;
	width: 900px;
}
#search {
	display:inline;
	float: right;
	margin-right: 70px; /* positions the search field away from the top menu tab */
	margin-top: 14px;
}
#search .button {
	background-color: #6d97af;
	border: 2px solid #6d97af;
	color:#fff;
}
#menu_top {
	display: inline;
	background:url(images/menu_top150.jpg) no-repeat;
	width: 150px;
	float: right;
	text-align:center;
	padding: 7px 0px; /* 7px centers the links vertically in the top menu tab */
	color: #daecf6;
	margin-top: 12px; /* Makes the top menu tab touch the title background bar; orig 14px */
	margin-bottom: 0px;
}
#title {
	background: #166069 url(images/title_bkgd.jpg) no-repeat;
	width: 900px;
	height:120px;
	float: right;
	margin-top:7px;
	margin-bottom: 7px; /* Sets the space between the title bar and the menu bar background */
}
#title h1 {
	float:left;
	padding-left:50px;
	display:inline;
	font-size:38px;
}
#title span {
	color:#daecf6;
	font-size: small;
}
#title a, #title a:visited {
	text-decoration: none;
	color: #fff;
}
#title a:hover, #title a:visited hover {
	color:#9cc;
}
#title #rotateImage {
	float:right;
	display:inline;
}

/* old menu */
#menu_main {
	background: url(images/menu_bkgd.jpg) no-repeat; /* Change to menu_bkgd_900.jpg when a wider menu is needed*/
	width: 758px; /* Change to 858px when the 900px menu bar is needed */
	height: 25px;
	clear:both;
	margin: 0px auto;
	color: #daecf6;
	text-align:center;
	padding: 7px 21px 0px 21px; /* 7px centers the links vertically in the menu bar */
}
#menu_main a, #menu_main a:visited, #menu_top a, #menu_top a:visited {
	padding: 1px 6px;
	margin: 1px 5px;
	text-decoration:none;
	color:#033;
}
#menu_main a:hover, #menu_main a:visited hover, #menu_top a:hover, #menu_top a:visited hover {
	color:#fff;
	border: solid 1px #4d804d;
	padding-left:5px; /* Compensates for the border addition, so there's no flickering on hover */
	padding-right: 5px; /* Compensates for the border addition, so there's no flickering on hover */
}
/* end old menu */

.main_menu {
	background-image:url(images/menu_bkgd.jpg);
	width:800px;
	height:30px;
	margin:auto;
	margin-top: 2px;
}


.main_menu ul {
	list-style:none;
	margin:0;
	padding:0px;
	position:relative;
	height:25px;
}

.main_menu > ul {
	display: table-row;	
}
.main_menu > ul > li {
	display: table-cell;	
}
.main_menu ul li {
	float:left;
	line-height:29px;
	color:#daecf6;
	margin: 0px 5px 0px 4px;
	position:relative;
}

.main_menu ul li a {
	padding: 1px 5px;
	color:#033;
	text-decoration:none;
	border: solid 1px #99CC67;
	position:relative;
}
.main_menu ul li a:hover {
	color:#fff;
	border: solid 1px #4d804d;
}

.main_menu ul li:hover > a,.main_menu ul li.active_nav > a {
	color:#fff;
	border: solid 1px #085c58;
}

.main_menu ul li:hover ul {
	display:block;
}

.main_menu ul li ul {
	display:none;
	position: absolute;
	top: 29px;
	left: -11px;
	right: -11px;
	margin: 0;
	background-image:url(images/submenu_bg.jpg);
	background-repeat:no-repeat;
	background-color:#99CC67;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	height:auto;
}
.main_menu ul li ul li {float:none;margin:0px;
	padding: 7px 17px;
	line-height: 16px;
}
.main_menu ul li ul li a {
	border:none !important;
	font-size: 11px;
	padding: 0;
	line-height: 7px !important;
}
.main_menu ul li ul li:hover {
	background-color:#085c58;
}

.main_menu ul li:hover .dark_bg {
	display:block;
}
.dark_bg {
	position:absolute;
	top:0;
	right:-11px;
	left:-11px;
	background-color:#085c58;
	height:30px;
	display:none;
}

.clear {
	clear:both;

}

.inner_nav {
	display:table;
	margin:auto;
}


/*----------------------INTRO----------------------*/
#intro {
	clear: both;
	margin:0px auto;
	width: 900px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#intro h2 {
	margin-top:0px;
	margin-bottom: 0px;
	color:#105861;
}
#intro img, #introvideo {
	float: right;
	margin: 8px 0px 20px 18px;
}


/*----------------------COLUMNS----------------------*/
#content {
	width:560px;
	margin: 0px auto;
	clear:both;
}
.leftcol {
	width:380px;
	float:left;
	margin-right: 20px;
}
.rightcol {
	width:380px;
	float:right;
	margin-right: 0px;
}
.leftcol h3, .rightcol h3, #content h3 {
	background:url(images/subtitle_bkgd.jpg) no-repeat;
	color:#fff;
	padding:4px 0px 10px 55px; /* 55px sets the space between the arrow and the text */
	margin: -3px 0px;
	font-size: 16px;
	clear:both;
}
.leftcol h4, .rightcol h4, #content h4 {
	margin: 20px 10px -4px 10px;
	color:#105861;
	line-height:98%;
}
.leftcol p, .rightcol p, #content p {
	margin-left: 10px;
	margin-right: 10px;
}
.leftcol img, .rightcol img {
	float:left;
}
.center {
	text-align:center;
}
.player {
	border: 1px solid #000;
	border-bottom: 0px;
	margin: 0px auto;
	width: 294px;
	}
	
.multiplayer {
	border: 1px solid #000;
	border-bottom: 0px;
	margin: 15px auto;
	width: 294px;
	}
.morelinks {
	border-bottom: solid 1px #9c6;
	padding-bottom: 15px;
	text-align:right;
	clear:both;
}
.morelinks2 {
	text-align:left;
	clear:both;
}

.smalltext {font-size: x-small; color: #666;}
.thumb {border: solid 1px #9c6; margin-right: 10px;}

/*----------------------FOOTER----------------------*/
#footer {
	background:#9c6 url(images/footer_divide.jpg) repeat-x;
	text-align:center;
	padding: 10px;
	clear:both;
}
#footer a {color: #000;}

#footer a.spotlight, #content a.spotlight {
	border: solid 1px #daecf6;
	border-bottom: solid 2px #333;
	border-right: solid 2px #333;
	background-color:#105861;
	color:#fff;
	padding:3px 7px;
	text-decoration:none;
}
#footer a.spotlight:hover, #content a.spotlight:hover {
	border: solid 1px #4d804d;
	border-top: solid 2px #333;
	border-left: solid 2px #333;
	background-color:#4d804d;
}