@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 40px;
	background: url(/img/background.jpg) #161616 repeat-x;
}
body, p, td {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
	line-height: 1.7em;
}
#wrapper {
	margin: 0 auto;
	width: 780px;
}
#navbar {
	width: 780px;
	margin-bottom: 40px;
	height: 30px;
}
#nav1 {
	width: 249px;
	float: left;
}
#nav2 {
	width: 400px;
	float: right;
	padding-top: 12px;
	text-align:right;
}
#line1 {
	background: #FFF;
	height: 1px;
	margin-bottom: 1px;
	width: 780px;
}
#line2 {
	background: #FFF;
	height: 2px;
	margin-top: 1px;
	width: 780px;
}
.title {
	font-size: 14px;
	font-weight: bold;
}
#intro {
	background: #151616;
	border-bottom: 1px solid #282828;
	padding: 20px;
}
#content {
	padding: 20px;
}
#contentleft {
	float: left;
	width: 335px;
}
#contentright {
	float: right;
	width: 335px;
}
.greentitle {
	font-size: 14px;
	font-weight: bold;
	color: #00d294;
}
.homelists {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
.homelists li {
	padding-left: 20px;
	padding-bottom: 10px;
	background-image: url(/img/checkmark.png);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}
a:link, a:visited, a:active {
	color: #00a77a;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#footer{
padding: 20px;
color: #454545;
font-weight: bold;
}
#footer a:link, #footer a:visited, #footer a:active{
color: #454545;
font-weight: bold;
text-decoration: none;
}
#footer a:hover{
text-decoration: underline;
}
.footerlinks{
color: #747474;
}
.footerlinks a:link, .footerlinks a:visited, .footerlinks a:active{
color: #747474;
font-weight: bold;
text-decoration: none;
}
.footerlinks a:hover{
text-decoration: underline;
}