/*CSS*/

/*Common CSS Banner, Navigation Bar, and Footer*/
body {
	background: #fff;
}

h1 {
	font-family: century gothic, arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #f08500;
	margin:0;
}

h2 {
	font-family: arial, sans-serif;
	font-size:18px;
	color: #0ac;
	margin:0;
}

h3 {
	font-family: arial, sans-serif;
	font-size: 14px;
	color: #f08500;
	margin:0;
}

p {
	font-family: "trebuchet ms", sans-serif;
	font-size: 13px;
	color: #275f71;
}

p.highlight {
	color: #f08500;
}

#container {
	background: #fff;
	height: 800px;
	width: 800px;
	padding: 0;
	margin: auto;
}

#banner {
	height: 60px;
	width: 800px;
	margin: 0;
	padding: 0;
}

img#bannerlogo {
	height: 60px; 
	float: left;
	border: 0;
}

img#bannertagline {
	width:310px; 
	float: right;
}

#navbar {
	height: 25px;
	width: 800px;
	border-top: 5px solid #f08500;
	border-bottom: 5px solid #f08500;
}

a, a:hover, a:active, a:focus {outline:0; direction:ltr;}
.positioner {position:relative; height:25px;}
.menuHolder {position:absolute; z-index:100; font:normal 11px/25px verdana, sans-serif; left:50%; margin-left:-400px; width:800px;}

ul.ulTop {padding:0; margin:0; list-style:none; overflow:hidden; float:left; margin-right:5px; margin-left: 25px;}
ul.ulTop a {text-decoration:none; color:#f08500; padding-left:5px;}

ul.ulTop li.liTop {
float:left;
width:250px;
margin:-32767px -125px 0 0;
background:#fff;
}
ul.ulTop li.liTop a.aTop {
font-weight: bold;
position:relative;
z-index:50;
display:block;
float:left;
width:120px;
margin-top:32767px;
background:transparent;
}
ul.ulTop li.liTop a.aTop:hover,
ul.ulTop li.liTop a.aTop:focus,
ul.ulTop li.liTop a.aTop:active {
margin-right:1px;
background:#fff;
}
ul.sub {float:left; padding:25px 0 0 0; margin:0; list-style:none; background:#fff; margin-top:-25px;}
ul.sub li a {
float:left;
width:120px;
background:#fff;
clear:left;
border-bottom: 1px solid #f08500;
}
ul.sub li a.last {background:#fff;}

ul.sub li a.last:hover,
ul.sub li a.last:focus,
ul.sub li a.last:active {
background:#fc7;
}

ul.sub a:hover,
ul.sub a:focus,
ul.sub a:active {
background:#fc7;
margin-right:1px;
}

#footer{
	height: 25px;
	width: 800px;
	float: left;
	border-top: 5px solid #f08500;
	border-bottom: 5px solid #f08500;
}

a.footerlinks {
	color: #f08500;
}

/*end of common CSS Banner, Navigation Bar, and Footer*/

/*index.html*/

#homeslideshow {
	height: 270px;
	width: 800px;
	background: #0ac;
	margin-top:15px;
}

#leftcolumn {
	height: 360px;
	width: 180px;
	float: left;
	margin-top: 10px;
	margin-right: 15px;
}

#lctopbox {
	height: 90px;
	width: 180px;
	background-color: #d712de;
}

#lcmiddlebox {
	height: 90px;
	width: 180px;
	margin-top: 10px;
	background-color: #fcf426;
}

#lcbottombox {
	height: 110px;
	width: 180px;
	margin-top: 10px;
	border-bottom: 10px solid #f84343;
}

#lccontactboxes {
	height: 50px;
	width: 180px;
}

#contentdivider {
	height: 360px;
	width: 0px;
	border: 2px solid #f08500;
	float: left;
	margin-top: 10px;
	margin-bottom: 15px;
}

#rightcolumn {
	height: 360px;
	width: 575px;
	float: left;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 15px;
}
#rctop{
	height: 150px;
	width: 557px;
}

#rcbottom{
	height: 200px;
	width: 557px;
	margin-top:10px;
}

/*game pages*/

img.gamedemoimgs {
	height: 300px;
	width: 400px;
	float: left;
	margin: 10px 0 10px 0;
}
p.gamedescriptions {
	width: 390px;
	float: right;
}

