@charset "utf-8";
/* CSS Document */


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background: #ffffff;
	margin: 0;
	padding: 0;
	color: #333333;
}

sup{
	size:0.5em;
	vertical-align: text-top;
}

img{
	border:0px;
}

textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}


.blueheader{
	color:#000066;
	font-size:18px;
	font-weight:bold;
}

.small_lightgrey{
	font-size:10px;
	color:#999999;
}

.red{
	color:#F64613;
}

#container {
	width: 900px;
	background: #FFFFFF;
	margin: 0 auto; 
}

#header{
	width:900px;
	height:90px;
	padding-left:20px;
	margin-top:10px;
}

#mainContent {
	padding: 0;
}

#header{
	width:900px;
	height:60px;
}




.textcontainer{
	margin-top:25px;
	line-height:1.4em;
}

a.redlink:link{
	color:#F64613;
	text-decoration:none;
	font-weight:bold;
}

a.redlink:visited{
	color:#F64613;
	text-decoration:none;
	font-weight:bold;
}

a.redlink:hover{
	color:#F64613;
	text-decoration:underline;
	font-weight:bold;
}

a.redlink:active{
	color:#F64613;
	text-decoration:underline;
	font-weight:bold;
}

#footer{
	background-image:url(../images/footer_bg.jpg);
	background-repeat:no-repeat;
	top:20px;
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;
}

.footernav{
	float:left;
	width:815px;
}

.footerlink{
	margin-right:20px;
}

/* homepage styles */



#topcontainer{}

#welcome{
	float:left;
}

#getstarted{
	float:right;
	background-image:url(../images/bg_getstarted.jpg);
	background-repeat:no-repeat;
	width:342px;
	height:240px;
}

#getstartedtext{
	padding:27px;
	padding-bottom:0px;
}

#getstartedlinks{
	position:relative;
	margin-top:20px;
	height:25px;
}

#nothanks{
	position:relative;
	top:5px;
	float:left;
	
}

#getstartedbtn{
	text-align:right;
}


.intropara{
	margin-left:5px;
	width:325px;
	float:left;
	margin-right:30px;
	margin-bottom:35px;
}


.lp_bulletlist{
/*	margin-left:25px;*/
	/*margin-right:10px;*/
}

.lp_bulletlist ul{
	list-style-image: url(../images/blueball.gif);
	margin-top:0px;
}

.lp_bulletlist li{
	margin-bottom:1em;
}

.bluebold{
	color:#3399CC;
	font-weight:bold;
}


.greydivider{
margin:auto;
padding:0;
height:1px;
width:890px;
background-color:#e7e7e7;
overflow:hidden;
}

