@charset "utf-8";
/* CSS Document */

body {
	font: 0.8em 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: 800px;
	margin: 5px auto;
/*	*/
/*	background: #0f0f0f url(../images/banner.png) no-repeat;*/
background: #0f0f0f;
	padding: 25px 25px 25px 25px;
	border: 2px solid #2e2e2e;
	position:relative;
	filter:alpha(opacity=70);
		-moz-opacity:0.7;
		-khtml-opacity: 0.7;
		opacity: 0.7;        
                    
	
}
#wrapper:hover {
	filter:alpha(opacity=97);
	-moz-opacity:.97;
	-khtml-opacity:.97;
	opacity:.97;
}

#insidewrapper
{
	
}
/*#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;*/
}
/*#nav {
	list-style: none;
	padding: 0;
	margin: 10px 0 20px 0;
	background: #2e2e2e url(../images/nav_bar.jpg) repeat-x;
	display: block;
	overflow: hidden;
	font-size: 0.9em;
	height:33px;
	text-transform:capitalize;
}
#nav li {
	display: inline;
	float:left;
	width:100 px;
	margin:0;
	padding:0;
	text-align:center;
}

}
#nav li a {
	
	display:block;padding:5px 10px;height:100%;color:#FFF;text-decoration:none;border-right:1px solid #FFF;
	background:url(../images/bg.jpg) repeat -20px 35px;
}
#nav li a:hover {
	background: #1b1b1b url(../images/nav_bar_o.jpg) repeat-x;
	color:#dfdfef;
	font-weight:bold;
}*/

/*#nav ul {list-style:none;margin:0;padding:0;}
#nav li {float:left;width:100px;margin:0;padding:0;text-align:center;}
#nav li a {display:block;padding:5px 10px;height:100%;color:#FFF;text-decoration:none;border-right:1px solid #FFF;}
#nav li a {background:url(../bg2.jpg) repeat 0 0;}
#nav li a:hover, li a:focus, li a:active {background-position:-150px 0;}
	.a a {background:url(../images/bg1.jpg) repeat -20px 35px;}
	*/
#load {
	display: none;
	position: absolute;
	right: 10px;
	top: 10px;
	background: url(../images/ajax-loader.gif);
	width: 43px;
	height: 11px;
	text-indent: -9999em;
}

#content {
 		
           
            width: 790 px;   
            overflow:auto;
            height:325px; 
            
         
}
#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;
}

.gallery
{
/*	height:290px;*/
/*	background-image:url('right_1pixel.gif');
	background-repeat:repeat:x;*/
	
}

.gallery ul 
{
	list-style-type:none;
	padding:0px;
/*	margin-left:5px;*/
	margin:0;
}
.gallery p
{
	text-align:center;
}

.gallery p:hover
{
	color: #DD5818;
}
.gallery a
{
	text-decoration:none;
	border:0;
}
.gallery a:hover
{
/*	border:1px solid black;*/
color:#DD5818;
}
.gallery a:hover img
{
/*	border:1px solid black;*/
	border:1px solid #DD5818;
}
.gallery ul li
{
	display:inline;
	padding-left:15px;
	
	padding-top:10px;
	width:80px;
	height:124px;
	float:left;
	margin:0;
/*	margin-left:15px;
	margin-top:10px;
*/	
}
.gallery img
{
	border:1px solid #D7D7D7;
	width:75px;
	height:75px;
	
}

.contenttable table
{
	
	border-collapse:collapse;
	outline:#466776 solid 1px;
	table-layout:fixed;
	
}
.contenttable table th
{
	text-align:left;
	font-size:13px;
	background-color:#5E899A;
	color: #white;
	padding:6px;
}
tr
{
	background:#FFFFFF;
}
.altrow
{
	background:#F6EDDE;
}
.rowover
{
	background:#DFDFDF;
}
.contenttable table td
{
	font-size:11px;
	border-top:solid 1px #DBD7CC;
	padding:5px;
	color: #1e1e1e;
	
}