@charset "utf-8";
/* CSS Document */

body {
	font: 1em Verdana, "Lucida Grande", Arial, Helvetica, sans-serif;
	
	color: #f6f6f6;
	background: url(../images/bodybg1.gif) top center fixed no-repeat;
	/*background-repeat:none;
	background-attachement: fixed;*/
	margin: 0;
	padding: 0;
	
}



#wrapper {
	width: 1200px;
	margin: 5px auto;
/*	*/
/*	background: #0f0f0f url(../images/banner.jpg) no-repeat;*/
background: #0f0f0f;
	padding: 25px 25px 25px 25px;
	border: 2px solid #2e2e2e;
	position:relative;
	margin:0 auto;
	text-align:center;

	
}


#insidewrapper
{
/*	text-align:center;
vertical-align:middle;
margin: 0 auto;*/
}
/*#insidewrapper img
{	
	margin:0 auto;
	padding:0;
	width:450 px;
	height:150 px;
}*/
h1 {
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	padding: 0.3em 0;
	color:white;
/*	text-indent:-99999px;*/
}

#load {
	display: none;
	position: absolute;
	right: 10px;
	top: 10px;
	background: url(../images/ajax-loader.gif);
	width: 43px;
	height: 11px;
	text-indent: -9999em;
}

#content {
 		
           
            width: 1180 px;   
           /*   overflow:auto;
          height:375px; */
         

            
         
}
#content p
{text-align:justify;
padding:2 px;}

h2 {
	margin: 0;
	padding: 0.5em 0;
	color:#568945;
	font-family:Helvetica, Arial, Sans-serif;
}
p {
	margin: 0;
	padding: 0.4em 0;
	color:#f6f6f6;
	line-height:1.4em;
	
}
#content a {

	text-decoration:none;
	color:#a06700;
	font-weight:bold;
	}
#content a:hover {
	color:#fff99d;
	}
#content img.right {
	float: right;
	margin: 0 0 8px 8px;

}

#foot {
	padding: 0px;
	color: white;

	
	text-align: center;
	margin: 10px 0 0 0;
	border-top:1px solid #222222;
}
.footer
{
	width:400px;
		float:right;
		margin-top:10px;
		margin-bottom:10px;
}
	.footer img
	{
		padding:0px;
		margin:0px;
		border:0;
	}
.infiniteCarousel {
  width: 395px;
  position: relative;
 /* float:left;*/
}

.infiniteCarousel .sponsorwrapper {
  width: 315px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  height: 105px;
  margin: 0 40px;
 /* position: absolute;*/
  top: 0;
}

.infiniteCarousel ul a img {
  border: 5px solid #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.infiniteCarousel .wrapper ul {
  width: 840px; /* single item * n */
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 10px;
  height: 85px;
  width: 85px;
}

.infiniteCarousel ul li img {
    -webkit-transition: border-color 400ms;
}

.infiniteCarousel ul:hover li img {
  border-color: #000;
}

.infiniteCarousel ul:hover li:hover img {
  border-color: #333;
}

.infiniteCarousel ul li a img {
  display:block;
}

.infiniteCarousel .arrow {
  display: block;
  height: 36px;
  width: 37px;
  background: url(images/arrow.png) no-repeat 0 0;
  text-indent: -999px;
  position: absolute;
  top: 37px;
  cursor: pointer;
  outline: 0;
}

.infiniteCarousel .forward {
  background-position: 0 0;
  right: 0;
}

.infiniteCarousel .back {
  background-position: 0 -72px;
  left: 0;
}

.infiniteCarousel .forward:hover {
  background-position: 0 -36px;
}

.infiniteCarousel .back:hover {
  background-position: 0 -108px;
}



.contenttable table
{
	
	border-collapse:collapse;
	outline:#466776 solid 1px;
	table-layout:fixed;
	
}
.contenttable table th
{
	text-align:center;
	font-size:14px;
	background-color:#5E899A;
	color: #white;
	padding:6px;
	
}
tr
{
	background:#FFFFFF;
}
.altrow
{
	background:#F6EDDE;
}
.rowover
{
	background:#DFDFDF;
}
.contenttable table td
{
	font-size:14px;
	border-top:solid 1px #DBD7CC;
	padding:5px;
	color: #1e1e1e;
	
}