 /* CSS Settings */
body {
	background-image: url('../images/csr_bg.jpg');
	background-attachment: fixed;
	background-repeat: repeat;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #cccccc;
}
.imgs_ {
	border: 1px solid black;
}
.splash {
	color: #ffffff;
}
.csn {
	left: 57px;
	top: 71px;
	display: none;
}
/* begin main site navigation */
#nav {
	left:77px;
	top:0px;
	margin: 0px auto;
}
#mainnav {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#mainnav li {
	padding: 0px;
	float: left;
	margin: 0px 3px 0px 0px;
}
#mainnav li a:link, #mainnav li a:visited, #mainnav li a:active {
	color: #666;
	text-decoration: none;
	margin: 0px;
	display: block;
	float: left;
	border-bottom: solid 5px #dadada;
	padding: 5px 5px 0 0;
	width: auto;
	height: 20px;
	text-align:center;
}
#mainnav li a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: solid 5px orange;
}
#mainnav li a.active:link, #mainnav li a.active:visited, #mainnav li a.active:active, #mainnav li a.active:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border-bottom: solid 3px orange;
}
/* --- */
#containerleft {
width:802px;
clear:both;
}
#containerright {
top:0;
width:200px;
margin-left:855px;
clear:right;
}
#header {
	width:810px;
	height:auto;
}
#sponsorbanner {
	height:60px;
	width:550px;
padding-bottom:5px;
}
#topnav {
	font-size: 10px;
	margin-right:0px;
	margin-top:50px;
	width:200px;
	float:right;
padding-bottom:5px;
}
#banner {
	left:15px;
	top: -111px;
	width: 805px;
	height:265px;
}
#footer {
	font-family: Geneva, Arial, Helvetica;
	font-size: 10px;
	color: #666666;
	text-align: right;
	left: 0px;
	width: 360px;
	bottom: 0px;
	display: none;
}
#statement {
	color: #666666;
	left:80px;
	margin-top: 20px;
	width:650px;
}
#content {
	color: #666666;
	margin:0;
	padding:0;
	left:80px;
	top:360px;
	margin-right:500px;
width:600px;
}
#welcome, #schoolgames {
	color: #666666;
	left:57px;
	top:370px;
	padding-left: 5px;
	padding-right:5px;
	width:600px;
}
#graphic {
	color: #666666;
	text-align:center;
	margin-top:20px;
	width:450px;
}
#graphic table {
	text-align:left;
	margin-left:15px;
	width:610px;
}
#graphic p {

}
#speciallinks {
margin-top:-300px;
	width:200px;
float:right;
}
#contact {
	text-align:center;
	color: #666666;
	padding: 0 5px 0 5px;
	width:200px;
	height:auto;
	float:right;
}
#sub-logo {
	color: #666666;
	left:700px;
	top:0px;
	margin-right:650px;
	padding-left: 5px;
	padding-right:5px;
	width:auto;
	height:auto;
	float:right;
}
#sub-right {
	color: #666666;
	left:515px;
	top:360px;
	margin-right:650px;
	padding: 0 5px 0 5px;
	width:358px;
	height:auto;
	float:right;
}
#school {
	color: #666666;
	left:600px;
	top:360px;
	margin-right:650px;
	padding: 0 5px 0 5px;
	width:358px;
	height:auto;
	float:right;
}
#prize {
	text-align:center;
	color: #666666;
	margin-top:-480px;
	left:850px;
	width:300px;
float:right;
}
#contest {
	position:relative;
	text-align:center;
	color: #666666;
	top:25px;
	left:0px;
	margin-right:650px;
	height:auto;
	width:258px;
	/* display:none; */
}
#contest2 {
	color: #666666;
	position:relative;
	top:150px;
	left:0px;
	margin-right:650px;
	width:300px;
	float:right;
	display:none;
}

#facebox {
	margin-top:0px;
	margin-left:810px;
	padding-bottom:15px;
	height:300px;
	width:200px;
	display:none;
}
#twitbox {
	margin-top:0px;
	margin-left:810px;
	padding-top:15px;
	height:300px;
	width:200px;
}

#header .sponsorbanner {
	left:115px;
	top:5px;
	width:468px;
}
#header h1.splash {
	left: 335px;
	top: 77px;
}

/* Link settings */
a {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
}
a.dwclink {
	color: #cc9900;
	text-decoration: none;
}
a.dwclink:hover {
	color: #cc9900;
	text-decoration: underline;
}
a.nav {
	color: #cccccc;
	text-decoration: none;
	font-weight: bold;
}
a.nav:hover {
	color: #cccccc;
	text-decoration: underline;
	font-weight: bold;
}
a.topnav {
	color: #cccccc;
	text-decoration: none;
}
a.topnav:hover {
	color: #cccccc;
	text-decoration: underline;
}

/* dynamic menu */
.menu-inactive, .menu-active {
	padding: 2px;
	padding-left: 20px;
	font-family: arial, verdana;
}
.menu-inactive {background: #ddd;}
.menu-active {background: #fff; font-weight: bold;}
.menu-inactive a {text-decoration: none;}
.menu-active a {text-decoration: none; color: #fff;}

