html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

body{
	background: #dcddde url('../images/background.png');
	color: #231f20;
	font-family: "Segoe UI", Segoe, Segoe WP, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 13px;
	line-height: 18px;
}
.container_12{
 	margin-top: 48px;
	margin-bottom: 24px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 2px 0px #a7a9ac;
	-moz-box-shadow: 0px 0px 2px 0px #a7a9ac;
	box-shadow: 0px 0px 2px 0px #a7a9ac;
}

a{
	color: #231f20;
}

p a.call_to_action{
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display: block;
	line-height: 36px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	color: #fff;
	background: #0b8cf2 url('../images/button.png') top;
	border: 0;
	padding: 0;
	cursor: pointer;
}

h1{
	text-decoration: none;
}

h2{
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
}
p, p a{
	color: #2d2d2f;
}
h2,h3,h4,h5,p,ul,ol{
	margin-bottom: 12px;
}
.top{
	border-bottom: 1px solid #c6c8ca;
	margin-bottom: -1px;
}
.top p{
	text-align: right;
	float: right;
}
.top, .top a, .support, .support a, .footer, .footer a{
	color: #6d6e70;
}
.top p a.call_to_action, .top p span{
	margin: 0 36px;
}
.top p span span{
	margin: 0 1em;
}
.nav{
	border-bottom: 1px solid #c6c8ca;
	margin-bottom: -1px;
	padding-left: 24px;
	width: 936px !important;
	z-index: 9;
}
.nav .img{
	display: inline-block;
	padding-top: 13px;
	padding-bottom: 11px;
	padding-left: 12px;
	padding-right: 12px;
}
p a.call_to_action{
	margin-right: 72px;
}
p.holds_cta{
	margin-top: 18px;
}
.section, .bar{
	padding-top: 48px;
	padding-bottom: 35px;
	border-bottom: 1px solid #c6c8ca;
}
.bar{
	background: #f5f6f6;
}
.box h2, .box h3, .box p, .box ul{
	padding-left: 36px;
	padding-right: 36px;
}
.box.dark{
	background: #ddd;
	margin-top: -48px;
	margin-bottom: -48px;
	padding-top: 56px;
	padding-bottom: 57px;
	color: #888;
	margin-right: -1px;
	border-right: 1px solid #c6c8ca;
}
.img.featured{
	margin-bottom: 12px;
	text-align: center;
}
.img.featured a{
	margin: 0 18px;
}
.footer{
	text-align: center;
	font-size: 11px;
	margin-bottom: 48px;
}
form{
	padding-left: 36px;
	padding-right: 36px;
}
label{
	font-size: 12px;
	line-height: 18px;
	display: inline-block;
	width: 96px;
	color: #231f20;
	font-weight: 400;
}
input, select{
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 12px;
	line-height: 34px;
	height: 34px;
	border: 0;
	border: 1px solid #dcddde;
	color: #231f20;
}
.row{
	padding-top: 11px;
	border-top: 1px solid #dcddde;
	margin-top: 12px;
}
.payment-errors{
	color: #ed1c24;
}
.center{
	text-align: center;
}
.img{
	line-height: 0;
	margin-bottom: 0;
}
.nojs{
	display: none;
}

.error {
	display: block;
	color: red;
}

/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2010 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 257 2010-07-27 23:06:56Z emartin24 $
 */

#basic-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {height:360px; width:600px; color: #2D2D2F; background-color: white; border:3px solid #444; padding:12px; box-shadow: 0 0 36px #333;}
#simplemodal-container .simplemodal-data {padding:8px;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; font-size:12px; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a { color:#2d2d2f; text-decoration: underline; }
#simplemodal-container a.modalCloseImg {background:url(../images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container h3 {color: black; font-size: 150%; margin: 24px 0;}