* {
	margin: 0;
	padding: 0;
}

body {
	font: 13px/19px Arial, Helvetica, sans-serif;
	color: #333;
	background: #1cb5e9 url(/i/3091bg_body.jpg) repeat-x top;
}

h1 {
	font: 2em "Trebuchet MS" Arial, sans-serif;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	border-bottom: 2px #3399FF dotted;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
}

#header {
	height: 100px;
	background: url(/i/3085header.jpg) no-repeat;
	position: relative;
}

#top_links {
	position: absolute;
	top: 30px;
	left: 800px;
	color: #fff;
}

#top_links a {
	display: inline;
	color: #fff;
	text-decoration: none;
}

#top_links a:hover {
	color: #ff6600;
	text-decoration: none;
}

#billboard {
 	width: 1000px;
	height: 270px;
	background: url(/i/3093billboard.png) no-repeat;
	position: relative;
}

#slideshow {
   position: absolute;
   top: 12px;
   left: 116px;
}

/***************
table {
  border-collapse: collapse;
  border: 1px solid #888;
  font: normal 11px verdana, arial, helvetica, sans-serif;
  color: #333;
  background: #e0f1fa;
  }
  
caption {
  text-align: center;
  font: bold 18px arial, helvetica, sans-serif;
  background: transparent;
  padding: 6px 4px 8px 0px;
  color: #065c8d;
  text-transform: uppercase;
  }
  
td, th {
  border: 1px dotted #888;
  padding: .5em;
  color: #363636;
  }

thead th, tfoot th {
  font: bold 11px verdana, arial, helvetica, sans-serif;
  border: 1px solid #888;
  text-align: left;
  background: #8dc641;
  color: #fff;
  padding-top:3px;
  }
  
tbody td a {
  font: bold 12px verdana, arial, helvetica, sans-serif;
  background: transparent;
  text-decoration: none;
  color: #333;
  }
  
tbody td a:hover {
  background: transparent;
  color: #065c8d;
  }
  
tbody th a {
  font: bold 12px verdana, arial, helvetica, sans-serif;
  background: transparent;
  text-decoration: none;
  font-weight:normal;
  color: #333;
  }
  
tbody th a:hover {
  background: transparent;
  color: #333;
  }
  
tbody th, tbody td {
  vertical-align: middle;
  text-align: left;
  }
  
.GridBarOn {
  background: #abd9f3;
  }
.GridBarOff {
  background: #e0f1fa;
  }

/* HOVER
 
tbody tr:hover {
  background: #eee;
  border: 1px solid #ccc;
  color: #fff;
  }
  
tbody tr:hover th,
tbody tr.odd:hover th {
  background: #abd9f3;
  color: #333;
  }
 */
  
tfoot td {
  border: 1px solid #888;
  background: #8dc641;
  padding-top:3px;
  color: #fff;
  text-align: right;
}



#learn_more {
   position: absolute;
   background: url(/i/3377learn_btn.jpg) no-repeat;
   top: 135px;
   right: 100px;
   width: 120px;
   height: 24px;
}

#learn_more span a {
   color: #fff;
   font: 14px/24px Arial, Helvetica, sans-serif;
   text-decoration: none;
   padding: 0 0 0 15px;
}

#learn_more span a:hover {
   color: #333;
}


#get_started {
   position: relative;
   background: url(/i/3377learn_btn.jpg) no-repeat;
}

#get_started span a {
   color: #fff;
   font: 13px/24px Arial, Helvetica, sans-serif;
   text-decoration: none;
   padding: 0 0 0 15px;
}

#get_started span a:hover {
   color: #333;
}



/* Content */

#content_top {
	width: 1000px;
	height: 11px;
        line-height: 11px;
	background: url(/i/3087bg_cont_top.gif) no-repeat;
        font: 5px/11px Arial, sans-serif;
}

#content_middle {
	width: 1000px;
	background: url(/i/3088bg_cont_middle.gif) repeat-y center;
}

#content_bottom {
	width: 1000px;
	height: 11px;
	background: url(/i/3086bg_cont_bottom.gif) no-repeat;
}

#menu {
	float: left;
	width: 160px;
	margin: 0 40px 0 0;
        padding: 0 0 0 40px;
	color: #fff;
}

#menu ul {
	list-style: none;
	margin: 0 0 20px 0;
}

#menu li a {
	display: block;
	line-height: 30px;
	height: 30px;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px #ddd dotted;
}

#menu li a:hover {
	color: #ff9900;
	text-indent: 14px;
	font-weight: bold;
	background: url(/i/3089menu_arrow.gif) left no-repeat;
}

#main {
	float: left;
	width: 720px;
	margin: 0px 0px 20px 0px;
        padding: 10px 0 0 0;
}

#main p {
	margin: 8px 0;
	line-height: 18px;
}


.clearer {
	clear: both;
}

/* Footer */
#footer {
   margin: 20px 0;
   width: 1000px;
   height: 60px;
   background: url(/i/3092bg_footer.gif) no-repeat;
   color: #333;
   line-height: 60px;
   float: left;
}



#footer a {
	color: #333;
	text-decoration: none;
}

#footer a:hover {
	color: #ff6600;
}

#foot_l {
	float: left;
	margin: 0 0 0 220px;
}

#foot_r {
	float: right;
	margin: 0 30px 0 0;
}
/*
table.newStyle {
  border-collapse: collapse;
  border: 1px solid #888;
  font: normal 11px verdana, arial, helvetica, sans-serif;
  color: #333;
  background: #e0f1fa;
  }
  
table.newStyle caption {
  text-align: center;
  font: bold 18px arial, helvetica, sans-serif;
  background: transparent;
  padding: 6px 4px 8px 0px;
  color: #065c8d;
  text-transform: uppercase;
  }
  
table.newStyle td, table.newStyle th {
  border: 1px dotted #888;
  padding: .5em;
  color: #363636;
  }

table.newStyle thead th, table.newStyle tfoot th {
  font: bold 11px verdana, arial, helvetica, sans-serif;
  border: 1px solid #888;
  text-align: left;
  background: #8dc641;
  color: #fff;
  padding-top:3px;
  }
  
table.newStyle tbody td a {
  font: bold 12px verdana, arial, helvetica, sans-serif;
  background: transparent;
  text-decoration: none;
  color: #333;
  }
  
table.newStyle tbody td a:hover {
  background: transparent;
  color: #065c8d;
  }
  
table.newStyle tbody th a {
  font: bold 12px verdana, arial, helvetica, sans-serif;
  background: transparent;
  text-decoration: none;
  font-weight:normal;
  color: #333;
  }
  
table.newStyle tbody th a:hover {
  background: transparent;
  color: #333;
  }
  
table.newStyle tbody th, table.newStyle tbody td {
  vertical-align: middle;
  text-align: left;
  }
  
table.newStyle .GridBarOn {
  background: #abd9f3;
  }
table.newStyle .GridBarOff {
  background: #e0f1fa;
  }
  
table.newStyle tfoot td {
  border: 1px solid #888;
  background: #8dc641;
  padding-top:3px;
  color: #fff;
  text-align: right;
}

*/
