@charset "utf-8";
/* CSS Document */

body{
	background:#eeeded;
	color:#222;
	font-family:Arial,Helvetica,sans-serif;
	font-size:15px;
	line-height:1.5em;
	margin:0;
	min-width:1000px;}

a img{
	border:0;}
	
h2.main-header{
	font-size:35px !important;
	line-height:1.1em;
	margin:0px 0px 30px !important;
	text-align:center;}
	
h2.smaller-header{
	font-size:28px !important;
	line-height:1.3em;
	margin-top:20px;
	text-align:center;}

h2.testimonial-header{
	font-size:28px !important;
	margin-top:30px;
	text-align:center;}
	
h3{
	font-size:20px;}
	
h3.success-header{
	font-family:Impact;
	font-size:28px;
	font-weight:normal;
	line-height:1.1em;
	margin:-20px 0px 30px !important;
	text-align:center;}
	
ul.blueprint li{
	margin-bottom:15px;}

.clear{
	clear:both;}

.column-full{
	background-color:#fff;
	border:1px solid #bab9ba;
	font-size:16px;
	min-height:420px;
	padding:25px 25px 92px;
	text-align:left;}

.column-left{
	background-color:#fff;
	border:1px solid #bab9ba;
	float:left;
	font-size:16px;
	min-height:420px;
	padding:25px 25px 92px;
	text-align:left;
	width:600px;}
	
.column-right{
	float:right;
	width:340px;}
	
.column-right .box{
	background-color:#fff;
	border:1px solid #bab9ba;
	margin-bottom:10px;
	padding:10px;}

.column-right .testimonial{
	font-size:14px;}

.column-right .testimonial img{
	float:left;
	margin:4px 15px 5px 0px;}

.column-right .testimonial .name{
	font-size:15px;
	margin-top:8px;}
	
.column-right .testimonial .name span.company{
	font-size:14px;}

.column-right .testimonial .red{
	color:#b12129;
	font-size:18px;
	font-weight:bold;
	margin-bottom:5px;}
	
.column-right .verne{
	font-size:14px;}

.column-right .verne h2{
	font-size:26px !important;
	line-height:1.3em;
	margin:10px 0px 15px;
	text-align:center;}
	
.column-right .verne img{
	float:left;
	margin:8px 20px 5px 0px;}

.container{
	margin:0 auto;
	width:1000px;}

footer{
	background-color:#333;
	color:#ccc;
	font-size:11px;
	height:62px;
	line-height: 23px;
	margin:0 auto;
	padding:8px 10px 10px;
	text-align:center;
	width:980px;}

header{
	background:#fff;
	min-width:1000px;
	padding-top:8px;}
	
header .header-inner{
	background:url(../images/header-bg.jpg) top center no-repeat;
	height:164px;
	margin:0 auto;
	position:relative;
	width:943px;}
	
header .header-inner .social{
	font-size:24px;
	position:absolute;
	right:0;
	top:115px;
	text-align:right;
	width:450px;}
	
header .header-inner .social a{
	display:inline;}
	
header .header-inner .social a img{
	border:0;}
	
header .redbar{
	background:#b12129;
	color:#fff;
	font-size:22px;
	padding:10px 0px;
	text-align:center;}

.index h2{
	font-family:Impact;
	font-size:32px;
	font-weight:normal;
	margin:0px 0px 20px;}
	
.index h3 a{
	color:#b12129;
	text-decoration:none;}
	
.index h3 a:hover{
	color:#222;}

.main-topheader{
	font-size:21px;
	font-weight:bold;
	margin:15px 0px 20px;
	text-align:center;}

.page-padding{
	padding:20px 0px;}

.photo-verne{
	float:left;
	margin:4px 25px 5px 0px;}

.reg-box{
	background-color:#ffc;
	border:3px dashed #c00;
	margin-top:45px;
	padding:12px;
	text-align: left;}

.reg-box .buttons{
	margin:10px 0px 16px;
	text-align:center;}

.reg-box .buttons img{
	margin:0px 5px;}
	
.reg-box .creditcards{
	margin:15px 0px 10px;
	text-align:center;}

.reg-box .disclaimer{
	color:#444;
	font-size:11px;}

.reg-box .pay-buttons{
	text-align:center;}

/*//////////////////////////////////////////////////////////////////////////

PAYMENT BUTTON STYLES

//////////////////////////////////////////////////////////////////////////*/

a.payment-button{
	background:#fec855; /* Old browsers */
	background:-moz-linear-gradient(top, #fec855 0%, #f69411 100%); /* FF3.6-15 */
	background:-webkit-linear-gradient(top, #fec855 0%,#f69411 100%); /* Chrome10-25,Safari5.1-6 */
	background:linear-gradient(to bottom, #fec855 0%,#f69411 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec855', endColorstr='#f69411',GradientType=0 ); /* IE6-9 */
	border:0;
	border-radius:8px;
	box-shadow:2px 2px 2px #666;
	color:#111;
	display:inline-block;
	font-family:Helvetica, Arial, sans-serif;
	font-size:17px;
	font-weight:bold;
	margin:3px;
	padding:22px 22px 19px;
	text-align:center;
	text-decoration:none;
	width:230px;}
	
a.payment-button:hover{
	background:#F49109;}

a.payment-button span{
	color:#3F2F16;
	font-size:14px;
	font-weight:normal;}

a.inactive:hover{
	background:#fec855; /* Old browsers */
	background:-moz-linear-gradient(top, #fec855 0%, #f69411 100%); /* FF3.6-15 */
	background:-webkit-linear-gradient(top, #fec855 0%,#f69411 100%); /* Chrome10-25,Safari5.1-6 */
	background:linear-gradient(to bottom, #fec855 0%,#f69411 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec855', endColorstr='#f69411',GradientType=0 ); /* IE6-9 */}