body{
	margin:0;
	font-family:'PT Sans',Arial,'Helvetica Neue',FreeSans,sans-serif;
	background:#0178c7 url('/images/landing/bg.jpg') repeat;
	color:#fff;
	cursor:default;
}

h1{
	color:#fff;
	font-size:52px;
	line-height:45px;
	margin:20px 0;
}

a{
	color:#0178C7;
}
a:hover{
	color:#506878;
}

h2 a{
	color:#fff;
}
h2 a:hover{
	color:#fff;
}

.minor{
	font-size:12px;
	font-style:italic;
	color: #333;
}
.error{
	color:#D22;
	font-size: 12px;
}
.v-divide{
	padding:0 2px;
	color:#555;
}

.content_hr{
    background:#e6e6e6;
    height:1px;
    margin:2px auto;
}

.post{
    padding:5px 0 8px 0;
}

.left{
    float:left;
}

#header-wrap{
	background:#fff url('/images/landing/grad.png') repeat-x;
	height:75px;
	border-bottom:3px solid #2D4461;
}
#header{
	width:960px;
	margin:0 auto;
	padding-top:15px;
}
#header #logo{
	float:left;
	width:400px;
}
#header #logo a, #header #logo a img{
	outline:none;
    border: none;
}
#header #header-menu{
	float:right;
	width:208px;
	text-align:right;
	margin-top:5px;
	color:#7a7a8f;
}
#header #header-menu #hac{
	padding-top:6px;
	width:60px;
	font-size:14px;
	float:left;
	line-height:12px;
}

#top-content{
	width:960px;
	margin:45px auto;
	overflow:auto;
}

#top-content .landing-pitch ul{
	font-size:24px;
}
#top-content .landing-pitch ul li{
	margin:16px 0;
}

#lower-content-wrap{
	background:#fafafa url('/images/landing/fabric_of_squares_gray.png') repeat;
	border-top:1px solid #2D4461;
}
#lower-content{
	width:920px;
	margin:0 auto;
	padding:45px 0;
	color:#2a2a2a;
}
#lower-content .feature{
	overflow:auto;
}

#lower-content .feature img{
	float:left;
	margin-right:30px;
}
#lower-content .feature.right img{
	float:right;
	margin-left:30px;
	margin-right:0;
}

#lower-content-two-wrap{
	background:#58ac4e url('/images/landing/btm_bg.jpg') repeat;
	border-top:1px solid #35612D;
	border-bottom: 2px solid #294618;
	color:#fff;
	position:relative;
}
#lower-content-two{
	margin:0 auto;
	width:960px;
	padding:40px 0;
	overflow:auto;
}
#lower-content-comingsoon{
	position:absolute;
	height: 500px;
	width: 960px;
	top: 30px;
	left:50%;
	margin-left:-480px;
}
#lower-content-comingsoon div{
	font-size:24px;
	font-weight:bold;
	transform: rotate(15deg);
	-ms-transform: rotate(15deg); /* IE 9 */
	-webkit-transform: rotate(15deg); /* Safari and Chrome */
	text-align:center;
	background:rgba(0,0,0,0.82);
	box-shadow:inset 0 0 5px rgba(0,0,0,0.75), 2px 2px 6px rgba(0,0,0,0.55);
	border-radius:5px;
	width:825px;
	margin:0 auto;
	margin-top:250px;
	padding:20px 10px;
}
#lower-content-two h2{
	font-size:35px;
	margin-top:0;
}

.package, .packageLarge{
	width:294px;
	margin:15px 1px;
	background:#356736;
	background:rgba(4, 4, 20, 0.4);
	float:left;
	border-radius:2px;
	color:#E0EEDF;
	padding:10px;
	text-align:center;
	box-shadow:inset 0 0 5px rgba(0,0,0,0.28);
	cursor:pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.package:hover{
	background:rgba(4, 4, 20, 0.44);
}

.packageLarge{
	width:306px;
	padding:25px 10px;
	margin:0 1px;
	background:#2a5330;
	background:rgba(4, 4, 20, 0.45);
}
.packageLarge:hover{
	background:rgba(4, 4, 20, 0.50);
}
#lower-content-two .package h3, #lower-content-two .packageLarge h3{
	color:#E0EEDF;
	font-size:26px;
	margin:0;
	margin-top:10px;
	margin-bottom:10px;
}
.package ul, .packageLarge ul{
	list-style:none;
	margin:0;
	padding:10px 5px;
	background:rgba(0,0,0,0.05);
	border-radius:2px;
	color:#BDD1BB;
}
.package:hover ul, .packageLarge:hover ul{
	background:rgba(0,0,0,0.15);
}
.package ul li, .packageLarge ul li{
	padding:2px 0;
}
.package .price, .packageLarge .price{
	margin:20px 0;
	font-size:22px;
	font-weight:bold;
}
.package .price .desc, .packageLarge .price .desc{
	font-size:11px;
	font-weight:normal;
}
.package a.package_btn, .packageLarge a.package_btn{
	padding:8px 20px;
	background:rgba(0,0,0,0.3);
	box-shadow:inset 0 0 3px rgba(0,0,0,0.2);
	display:inline-block;
	border-radius:3px;
	color:#fff;
	text-decoration:none;
	margin-bottom:15px;
}
.package:hover a.package_btn, .packageLarge:hover a.package_btn{
	background:rgba(0,0,0,0.5);
}
.package a.package_btn:hover, .packageLarge a.package_btn:hover{
	background:rgba(0,0,0,0.6);
}
.package a.package_btn:active, .packageLarge a.package_btn:active{
	background:rgba(0,0,0,0.7);
    box-shadow:inset 0 0 5px rgba(0,0,0,0.8);
}

.hr{
	width:95%;
	margin:35px auto;
	height: 2px;
	background: #FFF;
	border-top:1px solid #e2e2e2;
}

.content{
	background:#fff;
	margin:0 auto;
	width:910px;
	padding:25px;
	color:#222;
}

.content h1, .content h2{
	margin:0;
	color:#222;
	font-size:18px;
}
.content h2{
	font-size:22px;
	margin-bottom:3px;
}

.content label{
	font-size:14px;
}
.content input{
	width:450px;
	padding:5px;
	font-size:14px;
	color:#444;
	border:1px solid #aaa;
	border-top:1px solid #888;
	border-radius:5px;
	box-shadow:inset 0 1px 5px #d8d8d8;
	margin-bottom:5px;
	outline:none;
}
.content input:focus{
	border: 1px solid #48C;
	border-top: 1px solid #37B;
	box-shadow: 0 0 3px #BEF, inset 0 1px 5px #d2d2d2;
}
.content input[type="radio"], .content input[type="checkbox"]{
	width:auto;
	box-shadow:none;
}
.content input.less_margin{
	margin-bottom:2px;
}

.content .input_wrap span.radio{
	margin-right:15px;
}
.content .input_wrap span.radio_styled input{
	display:none;
}
.content .input_wrap span.radio_styled{
	width:165px;
	padding:8px 0px;
	text-align:center;
	display:block;
	margin:0 5px;
	color:#eee;
	font-size:16px;
	float:left;
	cursor:pointer;
}
.content .input_wrap span.radio_styled label{
	cursor:pointer;
}
.content .input_wrap{
	margin-bottom:5px;
	width:450px;
	overflow:auto;
}
.content .input_wrap table tr td:first-child{
	padding-right:20px;
}
.content .input_wrap.right{
	text-align:right;
}

.content .radio label, .content .checkbox label{
	font-size:16px;
}
.content .checkbox label{
	margin-left:5px;
}
.content .checkbox .checked{
	display:none;
}

.content .checkbox_styled, .content .radio_styled{
	display:block;
	width:342px;
	margin:0 5px;
	padding:8px 0;
	background:#506878;
	border:1px solid #506878;
	text-align:center;
	color:#eee;
	cursor:pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.content .input_wrap span.checkbox_styled label{
	cursor:pointer;
}
.content .input_wrap span.checkbox_styled.selected, .content .input_wrap span.radio_styled.checked{
	border:1px solid #0178C7;
	background:#0178C7;
	color:#fff;
}
.content .input_wrap span.checkbox_styled:hover, .content .input_wrap span.radio_styled:hover{
	border:1px solid #304858;
	color:#fff;
}

.content .checkbox_styled .selectbox{
	width:10px;
	height:10px;
	margin:5px 15px;
	background:#fff;
	display:block;
	float:left;
	border:1px solid #304858;
}
.content .checkbox_styled.selected .selectbox{
	background:#5ACE5E;
}


.content .checkbox_styled input{
	display:none;
}

.content table{
	color:#222;
}
table.input_content{
	width:600px;
}


.button, .content input.button{
	font-size:14px;
	display: inline-block;
	padding:8px 48px;
	border-radius:6px;
	color:#fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	text-decoration:none;
	background-color: #57ae44;
	background-image: -moz-linear-gradient(top, #5ACE5E, #558F2A);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5ACE5E), to(#558F2A));
	background-image: -webkit-linear-gradient(top, #5ACE5E, #558F2A);
	background-image: -o-linear-gradient(top, #5ACE5E, #558F2A);
	background-image: linear-gradient(to bottom, #5ACE5E, #558F2A);
	background-repeat: repeat-x;
	border: 1px solid #266D00;
	border-top: 1px solid #367D10;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	cursor:pointer;
}
.button:hover, .content input.button:hover{
	background-position: 0 -15px;
	-webkit-transition: background-position 80ms linear;
	-moz-transition: background-position 80ms linear;
	-o-transition: background-position 80ms linear;
	transition: background-position 80ms linear;
	background-color: #558F2A;
	color:#fff;
}

.button.half{
    width: 220px;
}
.button.med{
    width: 290px;
}
.button.small{
    width: 165px;
}
.content .button.alt{
    background-color: #0178c7;
	background-image: -moz-linear-gradient(top, #1188d7, #0068b7);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1188d7), to(#0068b7));
	background-image: -webkit-linear-gradient(top, #1188d7, #0068b7);
	background-image: -o-linear-gradient(top, #1188d7, #0068b7);
    background-image: linear-gradient(to bottom, #1188d7, #0068b7);
    border: 1px solid #202020;
	border-top: 1px solid #2a2a2a;
}

.content .button.black_btn{
	background-color: #555;
	background-image: -moz-linear-gradient(top, #686868, #484848);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#686868), to(#484848));
	background-image: -webkit-linear-gradient(top, #686868, #484848);
	background-image: -o-linear-gradient(top, #686868, #484848);
	background-image: linear-gradient(to bottom, #686868, #484848);
	border: 1px solid #2a2a2a;
	border-top: 1px solid #3a3a3a;
}
.button.black_btn:hover, .content input.button.black_btn:hover{
	background-position: 0 -15px;
	-webkit-transition: background-position 80ms linear;
	-moz-transition: background-position 80ms linear;
	-o-transition: background-position 80ms linear;
	transition: background-position 80ms linear;
	background-color: #484848;
	color:#fff;
}

.large_btn{
	padding:15px 96px;
	font-size:16px;
}

.content input.beta_button{
	width: 80px;
	padding: 5px 0px;
}
.content input.beta_button:hover {
	border: 1px solid #304858;
	color: #FFF;
}

#footer-upper-bar{
	height:2px;
	background:#01588f;
}
#footer-wrap{
	background: #1a1a1a url('/images/landing/footerbg.png') repeat-x;
}
#footer{
	width:960px;
	margin:0 auto;
	padding:26px 0;
	text-align:right;
	color:#828282;
	font-size:11px;
	overflow:auto;
}
#footer a{
	color:#666;
}

#footer #footer-left{
	width:350px;
	float:left;
	text-align:left;
}
#footer #footer-right{
	width:350px;
	float:right;
	text-align:right;
}