/*********** GLOBAL SETTINGS ************************/
*{margin:0;padding:0;}
html{overflow-y:scroll;}
a{outline:none;}
/* removes Firefox dotted outline on click */
a img{border:none;}
em{font-style:italic;}
strong{font-weight:bold;}

/*************************************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #444;
	text-align: center;
}

.pagewide {
	width: 984px;
	margin: 0 auto;
	text-align: left;
	}
	
#top {
	background: #494949;
	padding: 3px 0;
	}

#wrap {
	width: 984px;
	margin: 0 auto;
	background: #fff;
	text-align: left;
}

h1 {
	font-size: 33px;
	font-weight: normal;
	color: #000;
	margin-bottom: 10px;
	line-height: 1.2;
}

h2 {
	font-size: 17px;
	color: #3e3e3e;
	font-weight: bold;
	margin-bottom: 10px;
}

h2.title {
	font-family: Helvetica, sans-serif;
	font-size: 21px;
	font-weight: normal;
}

h2.title span {
	font-size: 10px;
	color: #b0aeae;
}

h3 {
	font-size: 13px;
	color: #616161;
	margin: 0 0 5px 0;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px 0;
	line-height: 1.2;
}

p {
	margin: 0 0 10px 0;
}

p.subhead {
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	color: #444;
	line-height: 1.3;
	}
	
#top p {
	color: #898989;
	font-size: 11px;
	margin: 0;
	margin-right: 12px;
	text-align: right;
	}


ul, ol, li {
	margin: 0;
	padding: 0;
}

ul {
	margin-bottom: 10px;	
}

ul li {
	list-style: none;	
}

a,
a:link {
	color: #005b7f;
	text-decoration: underline;
}

a.noLine {
	text-decoration: none;
	}
	
a:hover {
	color: #005b7f;
	text-decoration: underline;
}

#top p a{
	color: #898989;
	text-decoration: none;
	}

.row {
	clear: left;
	float: left;
	width: 100%;
	}

.leftPad {
	padding-left: 9px;
	}
	
.span-1,
.span-2,
.span-3,
.span-4,
.span-5,
.span-6,
.span-7,
.span-8,
.span-9,
.span-10,
.span-11,
.span-12
.span-1-pad,
.span-2-pad,
.span-3-pad,
.span-4-pad,
.span-5-pad,
.span-6-pad,
.span-7-pad,
.span-8-pad,
.span-9-pad,
.span-10-pad,
.span-11-pad,
.span-12-pad {
	float: left;
	margin-right: 24px;
}
.span-1{width:58px;}
.span-2{width:140px;}
.span-3{width:222px;}
.span-4{width:304px;}
.span-5{width:386px;}
.span-6{width:468px;}
.span-7{width:550px;}
.span-8{width:632px;}
.span-9{width:714px;}
.span-10{width:796px;}
.span-11{width:878px;}
.span-12{width:960px;}
.span-1-pad{width:40px;padding: 0 9px;}
.span-2-pad{width:122px;padding: 0 9px;}
.span-3-pad{width:204px;padding: 0 9px;}
.span-4-pad{width:286px;padding: 0 9px;}
.span-5-pad{width:368px;padding: 0 9px;}
.span-6-pad{width:450px;padding: 0 9px;}
.span-7-pad{width:532px;padding: 0 9px;}
.span-8-pad{width:614px;padding: 0 9px;}
.span-9-pad{width:696px;padding: 0 9px;}
.span-10-pad{width:778px;padding: 0 9px;}
.span-11-pad{width:860px;padding: 0 9px;}
.span-12-pad{width:942px;padding: 0 9px;}

.last {
	margin-right: 0;
}

/* IE6 PNG transparency fix */
#logo img, #valprop { behavior: url(/_js/iepngfix.htc) }
	
/*
*************** HEADER ********************/
#header {
	width: 984px;
	height: 216px;
	background: url(/_media/bg_header.jpg) 100% 0 no-repeat;
	border-bottom: 6px solid #3c3c3c;
}

#header h1 {
	position: absolute;
	text-indent: -5000px;	
	}

#logo {
	margin: 45px 0 0 22px;
}

/*
*************** TOP NAV ********************/
#topnav ul {
	margin-top: 50px;
	list-style: none;
	border-top: 1px solid #515151;
	width: 222px;
}

#topnav li {
	border-bottom: 1px solid #515151;
	height: 30px;
}

#topnav li a {
	display: inline-block;
	width: 222px;
	height: 30px;
	background: url(/_media/topnav.png) 0 0 no-repeat;
}

#topnav a#nFeatures {
	background-position: 0 -60px;
}
#topnav a#nStarted {
	background-position: 0 -120px;
}
#topnav a#nAbout {
	background-position: 0 -180px;
}

#topnav a#nWhy:hover,
body.pWhy #topnav a#nWhy {
	background-position: 0 -30px;
}
#topnav a#nFeatures:hover,
body.pFeatures #topnav a#nFeatures {
	background-position: 0 -90px;
}
#topnav a#nStarted:hover,
body.pStarted #topnav a#nStarted {
	background-position: 0 -150px;
}
#topnav a#nAbout:hover,
body.pAbout #topnav a#nAbout {
	background-position: 0 -210px;
}

#topnav li span {
	display: none;
	zoom: 1;
	line-height: 1;
	margin: 0;
	padding: 0;
}
	
/*
*************** VALPROP ********************/
#valprop {
	background: #4b4b4b url(/_media/diagram.png) 300px 100% no-repeat;
	padding-left: 20px;
	height: 486px;
	}
	
#vpRight {
	width: 430px;
	padding-top: 75px;
	}
	
#valprop h1 {
	font-size: 33px;
	color: #fff;
	font-weight: bold;
	}

#valprop p {
	font-size: 14px;
	color: #e0e0e0;
	line-height: 1.6;
	margin-bottom: 20px;
	}

#valprop p a {
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	}

#valprop p a:hover {
	text-decoration: none;
	}
/*
*************** CONTENT ********************/
#content {
	padding: 30px 0 45px 0;
}

#content ul,
#content ol {
	margin-left: 20px;
}

#content ul li,
#content ol ul li {
	background:url(/_media/bullet.png) 0 5px no-repeat;
	padding-left: 15px;
	margin-bottom: 5px;
}

#content ol li {
	list-style: decimal;
	background: none;
	padding-left: 0;
}

#callout {
	background: url(/_media/bg_callout.png) repeat-x;
	border: 1px solid #e0e0e0;
	padding-top: 40px;
	padding-left: 20px;
	width: 455px;
	height: 202px;
	}
	
#callout img.logo {
	margin-bottom: 25px
	}

#callout h3 {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: normal;
	color: #999;
	margin-bottom: 10px;
	}
	
#callout p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #515151;
	line-height: 1.2;
	}

.icon {
	margin-top: 17px;
	text-align: center;
	}
	
/*
*************** FOOTER ********************/
#footer {
	background: #767979;
	padding: 27px 0 75px 0;
}

#ftTop {	
	color: #e0e0e0;
	padding-bottom: 15px;
	border-bottom: 3px solid #8a8a8a;
	margin-bottom: 10px;
	}
	
#ftTop a {	
	color: #e0e0e0;
	text-decoration: none;
	}
	
#footer img.logo {
	float: left;
	width: 119px;
	
	}

#footer #sponsor {
	margin-left: 125px;
	}

#footer #sponsor h3 {
	font-size: 10px;
	color: #9f9f9f;
	text-transform: uppercase;
	margin-bottom: 0;
	}

#footer #sponsor h4 a {
	font-size: 13px;
	font-weight: bold;
	}
	
#footer #sponsor p {
	font-size: 11px;
	line-height: 1.2;	
	
}

#footer #links {
	text-align: right;
	}

#footer #links a {
	font-size: 11px;
	margin-right: 10px;
	}

#footer #ftBot p {
	font-size: 10px;
	color: #9f9f9f;
	}
	
#footer #ftBot a {
	font-size: 10px;
	color: #9f9f9f;
	text-decoration: none;
	}

/* misc.
---------------------------------------------------------- */
.ui-tabs-hide {
     display: none;
}

hr {
	clear: both;
	float: left;
	height: 1px;
    border: none;
	background: #dedede;
	margin: 10px 0 20px 0;
	width: 100%;
}

.clearer {
	clear: both;
	height: 0px;
	overflow: hidden;
}

