/* CSS Document */
body {
	background-color:#FFFFFF;
}

#containAll {
	width:840px;
	margin:auto;
	position:relative;
}
#containAll #rightImage {
	position:absolute; top:74px; right:-1px;
	width:250px;
	height:292px;
	background-image:url(/images/rightColumImage.jpg);
	background-repeat:no-repeat;
}
#header {
	width:840px;
	margin:auto;
	height:100px;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	background-position:left;
	clear:both;
}
#rightColumn {
	width:632px;
	float:right;
	background-image:url(../images/rightColBg.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	height:auto;
}
#rightColumn h1 {
	font:18px Arial; color:#3c8c1d;
	padding:15px 0px 0px 15px;
	font-weight:200;
}
#text {
	width:350px;
	font:12px Arial; color:#666666;
	font-weight:bold;
	padding:0px 5px 5px 20px;
}
#infoContainer {
	width:630px;
	float:right;
}
#stats {
	width:380px;
	float:left;
	padding:0px 5px 5px 10px;
}
#stats h1 {
	font:18px Arial; color:#3c8c1d;
	font-weight:200;
	border-bottom:1px solid #999999;
	padding:13px 0px 0px 15px;	
	margin-left:0px;
	height:24px;
}
tbody {
	font:12px Arial; color:#666666;
	font-weight:normal;
	padding:10px 0px 10px 10px;
	line-height:normal;
}
/* Start Left Column Styles*/

#leftColumn {
	width:200px;
	float:left;
}

a#leftTopImage {
	width:186px;
	height:102px;
	background-image:url(../images/topButton.jpg);
	background-repeat:no-repeat;
	margin:6px 5px 10px 5px;
	display:block;
}
a:hover#leftTopImage {
	width:186px;
	height:102px;
	background-image:url(../images/topButtonPlain.jpg);
	background-repeat:no-repeat;
	margin:6px 5px 10px 5px;
	display:block;
}
a#leftMidImage {
	width:186px;
	height:102px;
	background-image:url(../images/midButton.jpg);
	background-repeat:no-repeat;
	margin:10px 5px 10px 5px;
	display:block;
}
a:hover#leftMidImage {
	width:186px;
	height:102px;
	background-image:url(../images/midButtonPlain.jpg);
	background-repeat:no-repeat;
	margin:10px 5px 10px 5px;
	display:block;
}
a#leftLastImage {
	width:186px;
	height:102px;
	background-image:url(../images/lastButton.jpg);
	background-repeat:no-repeat;
	margin:10px 5px 10px 5px;
	display:block;
}
a:hover#leftLastImage {
	width:186px;
	height:102px;
	background-image:url(../images/lastButtonPlain.jpg);
	background-repeat:no-repeat;
	margin:10px 5px 10px 5px;
	display:block;
}

input.signup {
	border:1px solid #333333;
	margin:5px 0px 0px 10px;
	padding-left:2px;
}
input.button {
	background-color:#003300;
	margin:5px 0px 5px 8px;
	font:12px Arial; color:#FFFFFF;
}

#leftColumn h1 {
	font:14px Arial; color:#666666;
	font-weight:bold;
	padding: 10px 0px 0px 10px;
	
}
span.font1 {
	font:12px Arial; color:#006600;
	padding:10px;
	line-height:normal:
}
span.font1 a {
	color:#006600;
	text-decoration:underline;
}
span.font1 a:hover {
	color:#006600;
	text-decoration:underline;
}
/*End Left Column Styles*/



/* Start Global Boxes*/

.gbox {
	width:190px;
	float:left;
	padding:15px 0px 5px 10px;
}
.gbox_title {
	font:18px Arial; color:#3c8c1d;
	border-bottom:1px solid #999999;
	font-weight:200;
	padding:10px 0px 0px 10px;	
	margin-left:5px;
	height:24px;
}
.gbox_body {
	font:12px Arial; color:#333333;
	width:190px;
	padding:10px 0px 10px 10px;
}
.gbox_body a {
	color:#006600;
	text-decoration:underline;
}
.gbox_body a:hover {
	color:#006600;
	text-decoration:underline;
}
.arrow {
	background-image:url(../images/arrow.jpg);
	width:9px;
	height:14px;
	background-repeat:no-repeat;
	float:left;
	padding:10px 8px 0px 2px;
}

.green {
	font:12px Arial; color:#3c8c1d;
	font-weight:bold;
}
/* End Global Boxes*/

/* Start Nav Styles*/
#footerNav {
	clear:both;
	padding:20px 0px 30px 0px;
}
#footerNav ul {
	list-style-type:none;
	padding-left:10px;
}
#footerNav ul li {
	font:12px Arial; color:#006600;
	border-right:1px solid #000000;
	float:left;
	padding:0px 10px 0px 10px;
}
#footerNav ul li a {
	text-decoration:underline;
	color:#006600;
}
#footerNav ul li a:hover {
	color:#006600;
	text-decoration:underline;
}
#footerNav ul li.last {
	border-right:none;
}
#bottomText {
	font:11px Arial; color:#999999;
	font-weight:normal;
	text-align:center;
	clear:both;
	margin:auto;
	padding:10px 0px 20px 0px;
}
#bottomText a {
	color:#999999;
	text-decoration:none;
}

#bottomText a:hover {
	color:#666666;
	text-decoration:underline;
}
	
    /*Header Nav */
#header ul {	
	list-style-type:none;
	padding:10px 5px 0px 650px;
}
#header ul li {
	font:14px Arial; color:#006600;
	border-right:1px solid #666666;
	display:inline;
	padding:0px 12px 0px 10px;
}

#header ul li a {
	text-decoration:underline;
	color:#006600;
}

#header ul li a:hover {
	text-decoration:underline;
}
#header ul li.last {
	border-right:none;
}
#preloads {
	height:1px;
	left:-9999px;
	position:absolute;
	overflow:hidden;
	top:-9999px;
	width:1px;
}
