@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
	padding: 0;
	margin: 0;
	background-color: #ffb800;
	overflow: scroll;
}
	
	/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

#wrap {
	margin:0 auto;
	min-height: 100%;
}

#header {
	padding-top: 10px;
	width: 808px;
	height: 293px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#navmain{
	width: 808px;
	height: 18px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#navfeet {
	width: 100px;
	height: 18px;
	float: left;
}

#navigation {
	text-align: right;
	width: 700px;
	height: 12px;
	float: right;
	padding-right: 5px;
}

#navigation a {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-decoration: none;
margin-left: 7px;
color: #fff;
text-shadow: 1px 1px 1px #000000;
filter: dropshadow(color=#000000, offx=1, offy=1); 
}

#navigation a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	margin-left: 7px;
	color: #000;
	text-shadow: 1px 1px 1px #FFF;
	filter: dropshadow(color=#FFF, offx=1, offy=1);
}

#footer {
	position: relative;
	height: 100px;
	clear:both;
	width: 788px;
	margin-left: auto;
	margin-right: auto;
}

#main {
	padding: 10px;
	height: auto;
	width: 788px;
	margin:0 auto;
	overflow: hidden;
	border: solid 3px #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #1d328c;
} 

/*--SLIDER--*/

.main_view {
	float: left;
	position: relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	overflow:hidden;
	margin-bottom: 7px;
}
/*--Window/Masking Styles--*/

.window {
	height:140px;	width: 782px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
	border: 3px solid #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/

.paging {
	position: absolute;
	bottom: 7px; right: -55px;
	width: 178px; height:10px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 20px;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
	overflow:hidden;
}
.paging a {
	padding: 2px;
	text-decoration: none;
	color: #fff;
	background: #FFF;
}
.paging a.active {
	font-weight: bold;
	background: #FFF;
}
.paging a:hover {font-weight: bold;}

#navcontainer1, #navcontainer2, #navcontainer3 {
	float: left;
	width: 150px;
	height: auot;
	margin-left: 150px;
	margin-right: 0px;
}

#navcontainer1 li, #navcontainer2 li, #navcontainer3 li { 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type:none;
	color: #FFF;;
	text-align: center;
}

#navcontainer1 a, #navcontainer2 a, #navcontainer3 a { 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	color: #FFF;
	text-align: center;
	opacity:0.4;filter:alpha(opacity=40)
}

#navcontainer1 a:hover, #navcontainer2 a:hover, #navcontainer3 a:hover { 
	font-size: 12px;
	text-decoration:none;
	color: #000;
	text-align: center;
	opacity:1;filter:alpha(opacity=100)
}


.copywrite {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
}

#content {
	width:780px;
	height: auto;
}

#leftbar {
	float: left;
	width:540px;
	height: auto;
}

#rightbar {
	padding-right: 10px;
	float: right;
	width:180px;
	height: auto;
	margin-top: 10px;
}

#headingleft {
	width: 500px;
	height: auto;
	font-family:"Arial Black", Gadget, sans-serif;
	font-weight: bold;
	color: #FFF;
	font-size: 18px;
	letter-spacing:1px;
}

#newscontainer{
	width: 580px;
	height: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#newspic{
	float: left;
	width: 100px;
	height: 100px;	
	background-color: #fff;
}

#newstext{
	float: left;
	width: 470px;
	height: 100px;
	position: relative;
	padding-left: 10px;
}

#newstext2{
	float: left;
	width: 570px;
	height: auto;
	position: relative;
	padding-left: 10px;
}


#dateby {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 150px;
	height: 10px;	
	text-align: right;
}

.newsheading {
	font-size: 16px;
	font-weight:bold;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}

.newstext {
	font-size: 10px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}

.newstext2 {
	font-size: 14px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
	text-decoration: underline;
}

.findout {
	font-size: 11px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
	text-decoration: underline;
}

.findout a {
	font-size: 11px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
	text-decoration: underline;
}

.findout a:hover {
	font-size: 11px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
	text-decoration: underline;
}

.date {
	font-size: 10px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}

#fadeshow1{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}

#twitter{
	float: right;
	width: 190px;
}

#marquee {
height: 75px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 2px;
width: 808px;
background-color: #fff;
margin-top: 5px;
margin-left: auto;
margin-right: auto;
 }

strong {
	font-weight: bolder;
	font-size: 12px;
}

#forms {
	width: 400px;
	float: right;
}

#contactspon{
	padding: 10px;
	width: 540px;
	height: 120px;
}

#spons {
	width: 270px;
	height: 110px;
	float: left;
}

#contacts {
	width: 270px;
	height: 110px;
	float: right;
}

img {
	border: none;
}

