@import url("core.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	text-align:center;
	background-color: #ededed;
	background-image: url(../images/bg_page.gif);
	background-repeat: repeat-x;
	padding-bottom: 20px;
}
.bold {
	color: #333333;
	text-decoration:none;
	font-weight:bold;
}
.right {
	float:right;
}
.left {
	float:left;
}
.clear {
	clear:both;
}
.clearspace {
	clear:both;
	height:1px;
	line-height:1px;
}
h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px;
}
h1 {
	font-size:20px;
	color:#4a8000;
	padding:5px 0px 10px 0px;
	font-weight:normal;
}
h2 {
	font-size:13px;
	color:#4a8000;
	padding-bottom:1px;
}
h3 {
	font-size:12px;
	color:#666666;
	padding-bottom:1px;
}
ul, li {
	margin:0px;
	padding:0px;
	list-style:none;
}
a:link {
	color: #4a8000;
	text-decoration:underline;
}
a:visited {
	color: #000000
}
a:hover {
	color: #999999
}
p {
	margin:0px 0 0px 0;
	line-height: 16px;
	padding: 0px 0px 14px 0px;
}
#wrapper {
	text-align:left;
	padding:0px;
	margin:0px auto;
	width:978px;
	background-image: url(../images/bg_wrapper.gif);
	background-repeat: repeat-y;
	background-position: 4px top;
}
#header {
	width:970px;
	background-image: url(../images/bg_header.gif);
	background-repeat: no-repeat;
	height: 181px;
	padding:0px 4px;
	position:relative;
}
#logo {
	display:block;
	overflow:hidden;
	height:1px;
	padding-top:88px;
	position:absolute;
	top:37px;
	left:30px;
	width:86px;
}
#slogan {
	display:block;
	overflow:hidden;
	height:1px;
	padding-top:40px;
	position:absolute;
	top:50px;
	left:130px;
	width:210px;
}
#utilities {
	float:right;
}
#mainnav {
	width:970px;
	height:30px;
}
#mainsection {
	width:970px;
	padding:0px 4px 23px 4px;
/*	background-image: url(../images/bg_mainsection.gif);*/
	background-repeat: no-repeat;
	background-position: bottom;
}
#content {
	width:531px;
	padding:0px 20px 0px 24px;
	float:left;
	min-height:315px;
}
#sidebar {
	width:140px;
	float:left;
	padding-left:22px;
	background-image: url(../images/bg_sidebar.gif);
	background-repeat: no-repeat;
	background-position: left 43px;
	padding-top: 43px;
	min-height:330px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}


#cta li a {
	display:block;
	background-image: url(../images/bul-cta.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-top: 12px;
	font-weight: bold;
	text-decoration: none;
	color:#666666;
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
}

#subnav {
	width:192px;
	float:left;
	/*background-image: url(../images/bg_sidebar.gif);*/
	background-repeat: no-repeat;
	background-position: right 43px;
	min-height:315px;
	padding-top:43px;
}
#subnav .inactive {
	display:none;
}
#subnav li.active .inactive {
	display:block;
}
#footer {
	clear:both;
	color:#4a8000;
	font-size:10px;
}
.table-title {
	padding-left: 5px;
}
/*#content ul, #content li {
    margin:0px 0 8px 15px;
  	padding:0px;
    list-style:disc;
	line-height: 16px;
}

#content ol, #content li {
    margin:0px 0 8px 15px;
  	padding:0px;
	list-style:decimal;
	line-height: 16px;
}*/


#content ul {
	margin:0px 0 8px 15px;
	padding:0px;
	list-style:disc;
	line-height: 16px;
}
#content ul li {
	margin:0px 0 8px 15px;
	padding:0px;
	list-style:disc;
	line-height: 16px;
}
#content ol {
	margin:0px 0 8px 15px;
	padding:0px;
	list-style:disc;
	line-height: 16px;
}
#content ol li {
	margin:0px 0 8px 15px;
	padding:0px;
	list-style:decimal;
	line-height: 16px;
}
/*************CT STYLES ******************/

.testimonial {
	color: #4A8000;
	font-size: 10px;
	text-align: right;
}

.smallgrey {
	color: #666666;
	font-size: 10px;
	
}

#formtable td {height:30px;
}

.imageBorder {
	border: 1px solid #666666;

}


#cta-contact {
padding-bottom: 4px;
}


.signupbox input {
padding-left:21px;
padding-top:5px;
width:57px;
}
input.txtbox {
border:2px solid #c2c2c2;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
height:16px;
padding:1px 0 0 2px;
width:138px;
margin-left: 20px;
margin-top: 5px;
}

a, input {
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
}

.btnsignup {
float:left;
margin-left: 20px;
padding-top: 4px;
}

#home-footer .gssi {
color: #999999;
padding-left: 10px;
}

#home-footer .gssi a{
color: #999999;
text-decoration: none;
}


#home-footer .gssi a:hover{
color: #999999;
text-decoration:underline;
}