/* CSS Document */

html {
	width:100%;
	padding:0;
	margin:0;
	}

body {
	background-color:#075981;
	color:#3a3a3a;
	font-family:Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:13px;
	width:100%;
	padding:0;
	margin:0;
	line-height:22px;	
	background-image:url(/media/img/top_bg.jpg);
	background-repeat:repeat-x;
	}

a {
	color:#009F4A;
	text-decoration:underline;
	font-weight:bold;
	}
	
a:hover {
	text-decoration:none;
	}
	
/*layout elements*/	

#container {
	background-image:url(/media/img/bottom_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	}
	
form {
	padding:0;
	margin:0;
	}
	
#header {
	width:100%;
	padding:0;
	margin:0;
	position:relative;
	background-image:url(/media/img/header2.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	height:188px;
	z-index:10;
	}
	
.wrapper {
	width:984px;
	margin:0 auto;
	}
	
.wrapper2 {
	width:984px;
	
	padding:0;
	}
	
.padding-top {
	padding-top:35px;
	}
		
/*top menu*/


ul#menu  {
	width:790px;
	list-style-type:none;
	position:relative;
	margin:0;
	line-height:1;
	padding-left:0;
	z-index:10;
	padding-top:17px;
	}
	
#menu li {
	float:left;
	position:relative;
	}

#menu li ul ul {
	margin: -25px 0 0 200px;
}
	
#menu ul {
	padding-left:0px;
	padding-top:1px;
	list-style-type:none;
	margin-left:0px;
	}
	
#menu li ul li ul {
	padding-left:0px;
	top:24px;
}

#menu li a {
	color:#ffffff;
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
	display:block;
	
	}
	
#menu li ul a {
	padding:9px 14px;
}
	
#menu li a:hover {
	background-color:#12BC85;	
	}
	
#menu li.hasChildren > a {
	background-image:url(/media/img/navarrow.gif);
	background-position:right;
	background-repeat:no-repeat;
	}

#menu  li ul li, #menu  li ul li ul li {
	float:left;
	width:200px;
	background-color:#039264;
	}
	
#menu li ul {
	position: absolute;
	width: 200px;
	left: -999em;
}

#menu  li:hover ul ul, #menu li.sfhover ul ul{
	left: -999em;
}

#menu  li:hover ul, #menu li.sfhover ul, #menu  li li:hover ul, #menu  li li.sfhover ul {
	left: auto;
}

/*content*/

#img {
}


#content {
	width:100%;
	position:relative;
	padding:0;
	margin:0;
	z-index:1;	
	background-image:url(/media/img/center_bg2.jpg);
	background-repeat:no-repeat;
	background-position:center top;	
	}
	
#content .wrapper {
	width:984px;
	margin:0 auto;
	z-index:100;
	position:relative;
	}

	
#content p {
	}
	
#topdiv {
	background-image:url(/media/img/home-content-box-bg.jpg);
	background-repeat:no-repeat;	
	background-color:#EDF6FB;
	width:100%;
	min-height:438px;
	}
		
#topdiv #leftCol {
	float:left;
	width:340px;
	padding:25px 0px 25px 40px;
	position:absolute;
	z-index:5;
	}
	
#topdiv #rightCol {
	float:right;
	position:absolute;
	z-index:0;
	width:623px;
	right:1px;
	}
	
#topdiv #rightCol #rotateimg {
}

#topdiv #rightCol #rotateimg #img {
	display:block;
	width:613px;
	height:415px;
	margin-top:13px;
	background:url(/media/img/newslide1.jpg) right no-repeat;
	}
	
#topdiv #rightCol #rotate_overlay {
	width:567px;
	height:164px;
	position:absolute;
	display:block;
	background:url(/media/img/rotate_overlay.png) no-repeat;
	top:255px;
	left:35px;
}

#topdiv #rightCol #rotate_overlay p {
	padding:15px 25px 0;
	margin-top:0;
	margin-bottom:0;
}

#topdiv #rightCol #rotate_overlay h3 {
	padding:15px 25px 0;
	color:#FF9900;
	margin-bottom:0;
}

a#distruct {
	width:259px;
	height:28px;
	background:url(/media/img/distruct_button.png) no-repeat;
	display:block;
}

ul#gamesList, ul.li_cont2  {
	list-style-type:none;
	margin:0;
	padding:0;
	}

#bottomdiv {
	width:984px;
	background-color:#EDF6FB;
	padding-bottom:20px;
}

.first {
	padding-left:55px;
	}

.column {
	width:247px;
	padding-right:55px;
	float:left;
}
		
#footer {
	width:982px;
	background-image:url(/media/img/text-footer.jpg);
	background-repeat:no-repeat;
	height:33px;
	padding:0;
	margin:0 auto;
	text-align:center;
	color:#ffffff;
	line-height:33px;
	}
	
#footer a {
	color:#ffffff;
	text-decoration:none;
	font-weight:normal;
	}
	
#footer a:hover {
	text-decoration:underline;
	}
	
#bottom {
	padding:0;
	width:100%;
	margin:0 auto;
	position:relative;
	text-align:center;
	background-image:url(/media/img/footer.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	}
	
#bottom .content {
	color:#ffffff;
	text-align:center;
	height:164px;
	font-size:11px;
	line-height:15px;
	}
	
#bottom .content p {
	margin-top:0px;
	padding-top:20px;
	}
	
#bottom .content a {
	color:#ffffff;
	font-size:11px;
	text-decoration:none;
	}
	
#bottom .content a:hover {
	color:#ffffff;
	font-size:11px;
	text-decoration:underline;
	}
	
#innerContent {
	width:960px;
	border:12px solid #EDF6FB;
	background-image:url(/media/img/inner_bg.jpg);
	background-repeat:repeat-y;
	}
	
#innerContent .leftCol {
	width:562px;
	padding:15px 30px;
	float:left;
	}
	
#innerContent .rightCol {
	width:298px;
	padding:15px 20px;
	float:left;
	}
/*text elements */
h1, h2, h3, h4, h5, h6 {
	color:#075981;
	margin-top:20px;
	margin-bottom:20px;
	font-weight:bold;
	}
	
h1 {
	font-size:34px;
	}
	
h1.toppadding {
	margin-top:0px;
	padding-top:0px;
	}
	
h2.toppadding {
	padding-top:0px;
	margin-top:0px;
	}
	
h3.toppadding {
	padding-top:0px;
	margin-top:0px;
	}
	

	
h2 {
	font-size:28px;
	}
	
h3 {
	font-size:20px;
	}
	
h4 {
	font-size:20px;
	}
	
h2.bottompadding {
	padding-bottom:15px;
	margin-bottom:0px;
	}
	
h4.bottompadding {
	padding-bottom:0px;
	margin-bottom:0px;
	}
	
h5 {
	font-size:16px;
	}
	
h6 {
	font-size:14px;
	}


.bold {
	font-weight:bold;
	}
	
.italic {
	font-style:italic;
	}
	
.underline {
	text-decoration:underline;
	}
	
.allcaps {
	text-transform:uppercase;
	}
	
.small {
	font-size:11px;
	}
	
.large {
	font-size:12px;
	}
	
.alignright {
	text-align:right;
	}
	
.floatleft {
	float:left;
	}
	
.floatright {
	float:right;
	}
	
.gray {
	color:#666666;
	}
	
.centered {
	text-align:center;
	}
	
/*misc elements	*/

hr {
	}
	
#menu ul li a.cursor:hover {
	cursor:default;
	}

/*class for clearing floats*/

.clear {
	clear:both;
	height:0;
	margin:0;
	padding:0;
	overflow: hidden;
	}
	
/* Thickbox */
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { 
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; 
}

* html #TB_load { 
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { 
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
	
