* {
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

* {

} 

body{
	background-image:url('../images/bg.jpg');
	background-repeat:repeat-x;
	background-color:#fff;
	background-position:center top;
	margin:0px;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size:14px;
	color:#000;
}


h2{
	font-size:18px;
	margin-bottom:10px;
	padding-top:10px;
	border-top:4px solid #0a80bc;
}

h3 {
	font-size:18px;
	font-weight:normal;
	color:#43474e;

}

h4 { display:inline;
	font-size:0;
	float:right;
	margin-right:50px;
	background:#0a80bc; 
	font:24px arial,verdana,sans-serif;
	line-height:36px;
	padding-left:8px;
	padding-top:14px;
	color:#fff;
	width:320px;
	height:81px;
}

h5 { display:inline;
	color:#e63475;
	font-size:14px;
	font-weight:bold;
}

h6{
	font-size:20px;
	margin-top:25px;
	color:#464646;
}

/*Header*/
#topline{
	font-size:0;
	width:auto;
	height:8px;
	background: #0a80bc;
	}

#header{
	width:988px;
	height:114px;
	margin:0px auto;
	background-image:url('../images/header.jpg');
	}

/*Home Lead Column Content*/
#container {
	width:962px;
	margin:0px auto;
	position:relative;
	background:#fff;
}

/*Lead Columns*/
.lead-column {
	padding:20px;
}

.lead-column a{
	color:#0a80bc;
	text-decoration:none;
	font-weight:bold;
}


.lead-column p b {font-size:16px;font-weight:bold;}

/*Footer*/
#subfooter {
	position:relative;
	display:block;

	height:28px;
	margin:0px auto;
	background:#1b1b1b;
	border-top:1px solid #bababa;
	color:#cdd1dc;
	font-size:11px;
	padding-top:10px;
	text-align:center;
	font-weight:normal;
	clear:both;
}
#subfooter a {font-weight:bold;text-decoration:none;color:#0a80bc;}
#subfooter span {font-weight:bold;color:#0a80bc;}


#footer{
	position:relative;
	height:28px;
	margin:0px auto;
	background:#0a80bc;
	color:#fff;
	font-size:11px;
	padding-top:10px;
	text-align:center;
	font-weight:normal;
	clear:both;
}

#footer a{
	color:#fff;
	text-decoration:none;
}

#footer a:hover{
	color:#ccc;
}

/* CSS edits by Chris */


#header h1 {
	cursor: hand;
	cursor: pointer;
	text-indent:-999em;
	font-size: 0px;
	display:block;
	line-height: 0px;
	margin:0px;
}

#header h1 a {
	float:left;
	display:inline;
	background-image:url('../images/logo_img.jpg');
	background-repeat:no-repeat;
	width:550px;
	height:90px;
	margin-left:14px;
}

.underdots { 
	border-bottom:1px dotted #959595;
	height:1px;
	padding-top:5px;
	margin-bottom:20px;
}

/* spacer for paragraphs */
.bottom_space {
	margin-bottom:30px;
}

/* left floating images */
.left_img {
	float:left;
	margin-right:20px;
	border:1px solid #767677;
}

/*right floating images */
.right_img {
	float:right;
	margin-left:20px;
	border:1px solid #767677;
}

/*paragraph styling */

p {
	line-height:22px;
	font-size:12px;
	color:#959595;
}

.signup_btn { 
	display:block;
	color:#fff;
	width:200px;
	height:55px;
	margin:0 auto;
	padding-bottom:20px;
}

.signup_btn a {
color:#fff;
text-decoration:none;
display:block;
width:200px;
height:55px;
padding-top:14px;
text-align:center;
font-size:20px;
background-image:url('../images/button_signup.jpg');
background-repeat:no-repeat;
background-color:#fff;
background-position:left top;}

.signup_btn a:hover {
background-position:-200px 0;
}

ul {margin-left:40px;font-size:12px;color:#959595;width:800px;}
ul li {text-indent:12px;text-align:left;}

.standout { color:#e63475;font-weight:bold; }
.testimonial {background:#f1f1f1;border:1px solid #dbdbdb;color:#43474e;padding:20px;}
.testimonial p {color:#43474e;}
.testimonial_inner {background:#dbdbdb;border:1px solid #b7b7b7;color:#43474e;padding:20px;}

#footer2 {
	position:relative;
	margin:0px auto;
	text-align:center;
}

#footer2 a {
	color:#43474e;
	font-size:12px;
}


/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
