.row {
	clear:both;
	float:left;
	width:100%;	
}
.span4 {
	float:right;
	margin-left:30px;
	width:32%;
	margin-top:15px;
}
.span4 > div {
	border:1px solid #ddd;
	padding:20px 3%;
	background:#f1f1f1;
	margin-bottom:20px;
	box-shadow:inset 0px 20px 50px 0px rgba(0,0,0,0.1);
	margin-right:10px;
}
h1,h2,h3,h4,h5,h6,p {
	margin-top:0px;
	margin-bottom:20px;
}
#content {
	color:#555;
	text-align:justify;
}
.span8 {
	float:left;
	width:60%;
}
.span4 p {
	font-size:13px;
	text-align:justify;
	padding:0px 20px;
}
input[type="submit"],a.bigbutton {
	background:#556ba6;
	padding:4px 8px;
	color:#fff;
	font-weight:bolder;
	font-size:16px;
	border:none;
	border-radius:3px;
	box-shadow:1px 1px 4px rgba(0,0,0,0.2),inset 1px 1px 4px rgba(255,255,255,0.2);
	outline:none;
	text-decoration:uppercase;
}
input[type="submit"]:hover,a.bigbutton:hover {
	background:#949494;
	border:none;
	text-decoration:none !important;
}
.buttons {
	text-align:right;
	margin-top:10px;
}
#login form {
	text-align:right;	
}
.span4 h2 {
	padding-bottom:8px;
	margin-bottom:12px;
	border-bottom:1px solid #ccc;
	padding:8px;
	color:#5a70ab;
	text-shadow:1px 1px 2px rgba(0,0,0,0.1);
	padding-top:0px;
	text-transform:uppercase;
}
.slide {
	margin-top:-30px;	
}
#content {
	padding:20px;
	background:rgba(255,255,255,0.9);
	margin-top: -200px;
	margin-left: 20px;
	border-radius:2px;
	box-shadow:0px -10px 10px 0px rgba(0,0,0,0.3);
}
.span12 #content {
	box-sizing:border-box;	
	margin: 20px;
	margin-top: -200px;
	margin-right:60px;
	width:auto;
}
.noheaderimg #content {
	margin:0px !important;	
}
dl {
	margin:0px 20px;
	font-size:13px;
	color:#666;
	line-height:17px;
}
dt {
	font-weight:bolder;
	text-transform:uppercase;
	margin-bottom:4px;
}
dd {
	margin:0px;
	margin-left:5px;
	margin-bottom:10px;	
}
a.bigbutton {
	width:98%;
	padding:17px 1%;
	text-align:center;
	font-size:24px;
	text-transform:uppercase;
	margin:10px 0px;
	display:block;
	color:#fff !important;
}
body.home {
	background:#fff url(../images/homepage-back.jpg) no-repeat fixed 100% 0%;
	background-size:cover;	
}
body.signup {
	background:#fff url(../images/signup-background.jpg) no-repeat fixed 100% 0%;
	background-size:cover;	
}
body.whatwedo {
	background:#fff url(../images/what-we-do-back.jpg) no-repeat fixed 100% 0%;
	background-size:cover;	
}
body.faq {
	background:#fff url(../images/contact-background.jpg) no-repeat fixed 100% 0%;
	background-size:cover;	
}
.container {
	background:#fff;
	padding:0px 0px;
	box-shadow:0px 0px 50px rgba(0,0,0,0.1);
	margin:0px 0px;
	display:inline-block;
	width:100%;
}
.signup th {
	text-align:right;
	padding-right:5px;
	padding-top:3px;
	width:140px;	
}
.signup table {
	width:100%;	
}
.signup textarea {
	width:100%;
	height:90px;	
}
.signup .small {
	width:50px !important	
}
.tel {
	float:right;
	margin-top:5px;
}
.state0 .menu li a {
	font-size:18px;
	font-weight:bolder;
}
.username {
	text-transform:lowercase;
}

#faq > div {
	margin-bottom:10px;
	padding-bottom:0px;
	border-bottom:1px dashed #5a70ab;	
}
#faq > div h3 {
	margin:0px;
	margin-bottom:10px;
	cursor:pointer;	
}
#faq > div .answer {
	display:none;	
}
#faq > div.expanded {
	padding-bottom:10px;
}
#faq > div.expanded .answer {
	display:block;	
}
#faq.search > div {
	display:none;	
}
#faq.search > div.found {
	display:block;	
}
.unload form.loading {
	background:url(../images/loading.gif) 10px 50% no-repeat;;
	height:60px;	
}
.unload form.loading > * {
	visibility:hidden;	
}

.messages {
	z-index:100;
	position:relative;	
}
.messages > div {
	margin-top:10px;
	padding:10px;
}
.messages > div.type-error {
	color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.messages > div.type-message {
	color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}