@charset "utf-8";
/* created by 51designs.com on October 8, 2009 */
* {
	margin:0;
	padding:0;
}
/* keeps the scroll bars always there, so the page doesn't "jump" in Firefox */
html {
	height: 101%;
	margin-bottom: 1px;
}
body {
	font: 100% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: #003 url(../images/bg.png) repeat-x fixed left top;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
}
a {
	color: #0033FF;
	text-decoration: underline;
}
a:hover, a:active {
	color:#333;
	text-decoration: none;
}
a:visited {
	color: #330000;
}
a img {
	border:none;
}
#container {
	width: 1010px;
	margin: 0 auto -30px;
	text-align: left;
	font-size:12px;
	height:auto !important;
	min-height:100%;
	background: url(../images/contentbg.png) repeat-y center top;
}
/* hide the h1 text in the header logo section */
#header h1 {
	text-indent: -9999px;
	height: 185px;
	cursor:pointer;
}
#header {
	background: url(../images/header2.jpg) no-repeat center 0px;
	height: 185px;
	width: 1010px;
}
#nav ul li {
	background:url(../images/navsprite.png) 0px 0px no-repeat;
	width:206px;
	height:55px;
	list-style: none;
	margin-bottom: 10px;
}
#nav ul li:hover {
	background:url(../images/navsprite.png) 0px -55px no-repeat;
}
#nav ul li.active {
	background:url(../images/navsprite.png) 0px -110px no-repeat;
}
#nav ul li a {
	width:206px;
	height:55px;
	text-align:center;
	display:block;
	text-decoration:none;
	padding-top:12px;
	color:#FFF;
	font-size:20px;
}
#mainContent h2 {
	font-size: 18px;
	margin-bottom: 15px;
	width: 400px;
	border-bottom: 3px solid #333;
	padding-bottom: 5px;
}
#mainContent {
	width:650px;
	float:left;
	margin: 20px 0px 0px 25px;
	font-size: 14px;
	padding: 0 20px;
	/* border: thin solid #333333; */
	line-height:20px;
}
#mainContent p, #sidebar p {
	margin-bottom:10px;
}
#features {
	margin-bottom: 20px;
	width: 588px;
	height: 156px;
}
#features ul {
	list-style: none;
}
#featurepager {
	position: relative;
	text-align:right;
	bottom: 60px;
	right: 160px;
	z-index: 100;
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
#featurepager a {
	width: 5px;
	margin-left: 5px;
	background: #333;
	padding:5px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#featurepager a.activeSlide {
	background: #999;
}
#sidebar {
	overflow:hidden;
	width:220px;
	float:right;
	margin:10px 35px 0 0;
	/* border: thin solid #333333; */
	padding:8px;
}
#sidebar h2 {
	font-size:18px;
	margin-bottom:15px;
}
#footer {
	clear:both;
	height:20px;
	text-align:center;
	font-size: 10px;
	padding: 30px 0 20px 0;/* border: thin solid #333333; */
}
.clr {
	clear:both;
}
.bld {
	font-weight:bold;
}
.ital {
	font-style: italic;
}
ul#featurelist{
list-style:none;
margin-left:25px;
}
ul#featurelist li{
margin: 15px 0 15px 0;
}
ul#featurelist li img {
	vertical-align: middle;
	margin-right: 10px;
}
p#output form input{
	border: 1px solid #CCCCCC;
}
.picleft{
float:left; width:300px;
}
.textright {
float:right; width:330px;
}
