/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6A6868;
	border: 0px;
	background: #cccc33 url(../images/bg.jpg) no-repeat fixed center top;
}
img {
	border: 0;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:24px;
	margin: 0 0 10px 0;
	color:#CC6600;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	margin:0px;
	color:#CC6600;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	margin:0px;
	color:#CC6600;
}
#wrapper {
	position: relative;
	margin: 15px 0 30px 0;
	padding: 0;
}
#container {
	width: 701px;
	background-image: url(../images/containerBG.png);
	margin: auto;
	padding: 0 0 0 0;
	position: relative;
}
#top {
	background-image: url(../images/header2.gif);
	background-repeat: no-repeat;
	width: 700px;
}
#bottom {
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: top center;
	width: 701px;
	height: 39px;
	clear: both;
	margin: auto;
	padding: 0;
}
#topNav {
	padding: 0;
	margin: 0;
}
#bigLogo {
	padding: 16px 5px 20px 11px;
	margin: 0;
	float: left;
}
#navTabs {
	padding: 1px 0 5px 0;
	line-height: 0;
}
.tab {
	margin-right: 8px;
}
#navBar {
	width: 470px;
	background-color: #c26e24;
	margin-left: 218px;
	text-align: center;
	padding-right: 6px;
	padding-bottom: 1px;
	position: relative;
	top: 39px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
#navBar a:link, #navBar a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#navBar a:hover, #navBar a:active {
	text-decoration: underline;
}
#content {
	margin: 0 18px;
	clear: both;
}
p {
	line-height: 1.5em;
}
.ingage{
	color:#CC6600;
	font-weight:bold;
}
 a:link .ingage,  a:visited .ingage {
	color:#CC6600;
	font-weight:bold;
	text-decoration: underline;
}
a:hover .ingage,  a:active .ingage {
	color:#CCCC33;
	font-weight:bold;
	text-decoration: underline;
}
#footer {
	text-align:center;
	font-size:10px;
	color:#6A6868;
}
#footer a:link, #footer a:visited {
	color: #6A6868;
	text-decoration: underline;
}
#footer a:hover, #footer a:active {
	color: #484848;
	text-decoration: underline;
}
a:link, a:visited {
	color:#CC6600;
	text-decoration:underline;
}
a:hover, a:active {
	color: #CCCC33;
	text-decoration:underline;
}
.bold {
	font-weight: bold;
}
input.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC6600;
	text-decoration: none;
	border: 1px solid #999999;
	background-color: #F0F0C4;
	font-weight: bold;
	line-height: normal;
	font-variant: small-caps;
	
}
input.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC6600;
	text-decoration: none;
	border: 1px solid #999999;
	background-color:#F0F0C4;
	line-height: normal;
}
.formdiv {
	width: 350px;
	clear: both;
}
.formLabel {
	float: left;
	width:172px;
	padding-bottom: 1em;
	/*padding-top: .5em;*/
}
.formInput {
	float: right;
	width:172px;
	padding-bottom: 1em;
}
#left {
	width: 350px;
	padding-right: 40px;
	border-right: 1px solid #cccccc;
}
#right {
	float: right;
	width: 230px;
	margin: 0 10px;
}
#right p {
	line-height: normal;
}
#right hr {
	margin-bottom: 1.5em;
}
.feature {
	margin-top: 0;
}
.features li{
	font-size:12px;
	margin-bottom:10px;
}
.indent{
	padding-left:20px;
}
#bannerDiv {
	text-align: center;
}
#boxes {
	margin-bottom: 40px;
}
.box {
	width: 311px;
	height: 226px;
	background-image: url(../images/tablebg.jpg);
	background-repeat: no-repeat;
	padding: 0;
}
.boxheader {
	font-weight:bold;
	font-size:13px;
	padding: 8px 0 0 10px;
	margin: 0;
}
.boxContent {
	margin-top: 10px;
}
.boxContent img {
	float:left;
	padding-right:5px;
	padding-left:1px;
}
.box p  {
	margin: 5px 10px;
	line-height: 1.2em;
}
#rightBox {
	float: right;
}
.featurestable th{
	padding:5px;
}

.featurestable td{
	border-top:1px solid black;
	border-left:1px solid black;
	padding:5px;
}

td.featurename {
 	border-left:0px;
}

.tableheader {
	padding-left:10px;
	font-weight:bold;
	font-size:13px;
}
.currentPage {
	color: #CCCCCC;
	text-decoration: underline;
}
.currentPage2 {
	color: #c6c445;
	text-decoration: underline;
}
.ingageyellow{
	color: #C6C445;
}
.super {
	vertical-align:super;
	font-size: 80%;
	line-height: 0;
}
.spacer { 
	height: 40px;
	clear: both;
}