@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px; background-color:#000000; margin-top:0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

a:active,a:link,a:visited{color:#000000;text-decoration:none}
a:hover{color:#007CB9}

h1 {font-size:20px; font-weight: bold; color:#007CB9; margin-top: 0; font-family:"Century Gothic", Arial;
    text-align: center;
}
.headertext { font-family:"Century Gothic", Arial; font-size:20px; font-weight: bold; color:#007CB9; padding-left:100px; padding-top:10px; float:left;}
.headersm {  padding-right:50px; padding-top:10px; float:right;}
.copyright { color:#FFFFFF; }

#homecol1 { width:850px; padding-right:10px; padding-left:20px; float:left; vertical-align:top;}

#contentwrap {margin-left:25px; margin-right:10px; text-align:left; width: 180px; float:left;}
#content {text-align:left; font-size: 14px; float:left; margin-top:15px; width:850px;}


br.cl{clear:both}


		
		/* Footer Menu*/
		
.footerheader { font: 18px "Century Gothic", Arial;	color:#FFFFFF; padding-bottom:5px;}	
.footerheader a{ font: 18px "Century Gothic", Arial;	color:#FFFFFF; padding-bottom:5px;}	
.footerheader a:visted, .footerheader a:active { font: 18px "Century Gothic", Arial;	color:#FFFFFF; padding-bottom:5px;}	
.footerheader a:hover { font: 18px "Century Gothic", Arial;color:#000000; padding-bottom:5px;}	


#footercol1 { width:100px; padding-right:20px; float:left; vertical-align:top; color:#FFFFFF;}
#footercol2 { width:110px; padding-right:20px; float:left; vertical-align:top; color:#FFFFFF;}
#footercol3 { width:150px; padding-right:20px; float:left; vertical-align:top; color:#FFFFFF;}
#footercol4 { width:150px; padding-right:20px; float:left; vertical-align:top; color:#FFFFFF;}
#footercol5 { width:280px; float:right; vertical-align:top; color:#FFFFFF; font-size:12px;}

.footer { font: 14px  Arial;color:#FFFFFF; padding-bottom:5px;}	
.footer a{ font: 14px Arial;color:#FFFFFF; padding-bottom:5px;}	
.footer a:visted, .footer a:active { font: 14px  Arial;	color:#FFFFFF; padding-bottom:5px;}	
.footer a:hover { font: 14px  Arial;color:#000000; padding-bottom:5px;}	


.carousel-container {
  position:relative;
  width:900px;
  margin-left:20px;
}
#carousel {
  height:280px;
  width:900px;
  background-color:#ffff;
  position:relative;
  margin-bottom:0.5em;
  font-size:12px;
  font-family: Arial;
}
.carousel-image {
  border:0;
  display:block;
}
.carousel-feature {
  position:absolute;
  top:-1000px;
  left:-1000px;
  border:2px solid #ffffff;
  cursor:pointer;
}
.carousel-feature .carousel-caption {
  position:absolute;
  bottom:0;
  width:100%;
  background-color:#000;
}
.carousel-feature .carousel-caption p {
  margin:0;
  padding:5px;
  font-weight:bold;
  font-size:12px;
  color:white;
}
.tracker-summation-container {
  position:absolute;
  color:white;
  right:48px;
  top:280px;
  padding:3px;
  margin:3px;
  background-color:#000;
}
.tracker-individual-container {
  position:absolute;
  color:white;
  right:48px;
  top:260px;
  padding:0;
  margin:0;
}
.tracker-individual-container li {
  list-style:none;
}
.tracker-individual-container .tracker-individual-blip {
  margin:0 3px;
  padding:0 3px;
  color:white;
  text-align:center;
  background-color:#DDD;
}
.tracker-individual-container .tracker-individual-blip-selected {
  color:white;
  font-weight:bold;
  background-color:#000;
}
#carousel-left {
  position:absolute;
  bottom:33px;
  left:100px;
  cursor:pointer;
}
#carousel-right {
  position:absolute;
  bottom:33px;
  right:100px;
  cursor:pointer;
}



#nav{
	list-style:none;
	font-weight:bold;
	margin-bottom:10px;
	font: 15px "Century Gothic", Arial;
	color:#FFFFFF;
	/* Clear floats */
	float:left;
	width:100%;
	z-index:200;
	
}
#nav li{
	float:left;
	margin-right:10px;
	position:relative;
}
#nav a{
	display:block;
	padding:5px;
	color:#fff;
	background:#none;
	text-decoration:none;
}
#nav a:hover{
	color:#fff;
	background:#none;
	text-decoration:underline;
}

/*--- DROPDOWN ---*/
#nav{
	list-style:none;
		margin: 0;
	padding: 0;
	font: 15px "Century Gothic", Arial;
	color:#FFFFFF;
	/* Clear floats */
	float:left;
	z-index:200;
	
}
#nav li{
display: block;		
		padding: 0px 10px 5px 8px;
		text-decoration: none;
		font-weight:bold;
		height: 24px;
		border-right:none;
		color:#ffffff;
			z-index:200;
}
#nav a{
	
	color:#ffffff;
	background:#none;
	font-weight:bold;
	text-decoration:none;
}
#nav a:hover{
	color:#FBAF2D;
	font-weight:bold;
	background:#none;
	text-decoration:none;
}

