@charset "UTF-8";
/* CSS Document */

a img{border:none;}

h1
{
	color:#3f811c;
	margin-top:0px;
	
}

a:link{color:#000000; text-decoration:none; font-weight:bold;}
a:visited{color:#000000; text-decoration:none; font-weight:bold;}
a:hover{color:#005500; text-decoration:none; font-weight:bold;}

body
{
	background: #f4f4f4 url('background.jpg') repeat-x;
	font-family: "Trebuchet MS", Helvetica, Arial, Sans;
	font-size: 100%;
}

#main
{
	margin: auto;
	height: auto;
	width: 829px;
}

#head
{
	background: url('header.gif') no-repeat;
	height: 121px;
	width: inherit;
	margin-bottom: -50px;
}

#title
{
	position: absolute;
	margin-left: 20px;
	margin-top: 10px;
	vertical-align: middle;
}

#title img {
	float: left;
}

#title h1
{
    margin: 10px 0px 0px 20px;
	float: left;
}

#menu
{
	background: #d3d3d3;
	margin: 0px 0px 0px 10px;
    padding: 0;
	height: 55px;
    vertical-align: bottom;
}

#menu ul,
#menu li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
}

#menu a:link,
#menu a:active,
#menu a:visited,
#menu a:hover
{
   	display:block;
    float: left;
    margin: 0;
	margin-top: 10px;
	padding: 0;
	padding-top: 15px;
	height: 30px;
    width: 120px;
    background-image: url(menu-button.gif);
    background-repeat: no-repeat;
    background-position: top center;
	font-size: 0.9em;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	color:#000000;
}

#menu li.active a,
#menu li a:hover
{
    background-image: url(menu-button-hover.gif);
	margin-top: 0px;
	padding-top: 18px;
    height: 37px;
	color: #4baa18;
}

#banner
{
	background: url('banner.jpg') no-repeat;
	height: 264px;
	width: 829px;
}

#banner img {
	margin-left: 280px;
	margin-top: 210px;
}

#spacer
{
	background: url('spacer.jpg') no-repeat;
	height: 32px;
	width: 829px;
	line-height: 32px;
}

#content
{
	background: #ffffff;
	width: 769px;
	height: 300px;
	height: auto;
	min-height:300px;
	margin: 0px 0px 0px 10px;
	padding: 20px;
	font-size: 0.85em;
	line-height: 1.5em;
	color: #334433;
	clear: left;
}

#steps_img
{
	float:right;
	padding-left:15px;
	padding-bottom:10px;
}

table.compare {
    width: 100%;
    border: 1px solid #CCCCCC;
    border-right: 0px;
}

table.compare thead th {
    background-color: #EEEEEE;
    border-right: 1px solid #DDDDDD;
}

table.compare td {
    border-top: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    padding: 5px 8px;
}

#footer
{
	background-color: #DDDDDD;
	font-size:13px;
	color: #556655;
	width: 789px;
	margin: 0px 0px 0px 10px;
	padding: 10px;
	font-size: 0.75em;
	line-height: 1.5em;
	vertical-align: middle;
}

#footer a:link,
#footer a:active,
#footer a:visited,
#footer a:hover
{
	color: #446644;
    text-decoration: none;
}
#footer a:hover
{
    text-decoration: underline;
}
