body {
	margin: 0;
	padding: 0;
	background: url(../images/body-bg.png) repeat-x #d2d2d2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2f3b70;
	}

h3 {
	margin: 15px 0;
	font-size: 18px;
	}

#wrapper {
	margin: 0 auto;
	width: 1012px;
	}
	
#header {
	position: relative;
	padding: 19px 6px 0 0;
	background: url(../images/header.png) no-repeat;
	font-size: 16px;
	color: #fff;
	line-height: 16px;
	}
	
#header img {
	display: block;
	}

#header a {
	color: #fff;
	text-decoration: none;
	}

#header a:hover {
	text-decoration: underline;
	}

#home-link {
	position: absolute;
	top: 21px;
	left: 6px;
	width: 281px;
	height: 111px;
	}

#home-link a {
	display: block;
	width: 100%;
	height: 100%;
	}

#home-link span {
	display: none;
	}


#nav {
	margin: 97px 0 0 287px;
	padding: 4px 0;
	height: 16px;
	background: url(../images/nav-bg.png) repeat-x;
	text-align: center;
	}

#nav a {
	margin: 0 11px;
	font-weight: bold;
	}

#body {
	clear: both;
	margin: 0 6px;
	background: #f5f5f5;
	overflow: visible;
	}

.top-imgs {
	margin-bottom: 4px;
	}
	
.top-img {
	margin-right: 4px;
	float: left;
	}

.title {
	margin: 12px 28px;
	text-align: left;
	}

.top-btns img {
	border: none;
	}

#content {
	padding: 29px;
	padding-top: 16px;
	}

#content-left {
	width: 476px;
	}

#content-right {
	float: right;
	width: 416px;
	}

.testimonial {
	margin-bottom: 25px;
	padding: 5px 10px 0 5px;
	height: 194px;
	background: url(../images/testi-home-bg.png) repeat-x #bababa;
	color: #323232;
	}

.testimonial p {
	margin: 12px 0;
	}

.testimonial img {
	float: left;
	margin-right: 8px;
	}

.byline {
	text-align:right;
	}

.callout {
	margin-top: 25px;
	}

#signup {
	margin-top: 25px;
	width: 416px;
	background: url(../images/signup-bg.png) repeat-x 0 73px;
	}

#signup form {
	margin: 0px;
	padding: 10px 20px;
	color: #373737;
	text-align: right;
	}

#signup form div {
	margin-bottom: 10px;
	}

.input {
	margin-left: 10px;
	padding: 3px;
	width:300px;
	border: none;
	}

#signup img {
	border: none;
	}

.signup-btn {
	margin:0 auto;
	}

.subtext {
	font-size:11px;
	}
	
#footer {
	margin: 10px 0;
	color: #323232;
	font-size: 12px;
	text-align: center;
	}

#footer a {
	color: #323232;
	text-decoration: none;
	}

#footer a:hover {
	text-decoration: underline;
	}

.clear {
	clear: both;
	line-height: 0;
	margin: 0;
	padding: 0;
	height: 0;
	}

input, select, textarea {
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
}
	
/*---- sIFR ---*/
@media screen {
  .sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
  }
  
  .sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
  }
  
  .sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
  }
  
  .sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt; 
    padding: 0pt; 
    overflow: auto; 
    letter-spacing: 0px; 
    float: none;
  }
}

@media print {
  .sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }
  
  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }
}

/*---- Header styling ----*/
.sIFR-active h1 {
	visibility: hidden;
	font-family: Verdana;
	line-height: 1em;
	margin-top: 0px;
	margin-bottom: 5px;
}

.sIFR-active h1 {
	font-size: 30px;
}

h1 {
	color: #DF2521;
	font-size: 26px;
}
