/* ******** Layout *********** */
body {
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	font-size:15px;
	color:#535353;
	font-family:Verdana, Geneva, sans-serif;
	line-height:135%;
}

p {
	text-align:left;
}

a {color:#93cd49;}

a.other {color:#629c18;}

.slide-out-tab {
	width:235px;
	padding: 20px 20px 5px;
	background-color:#A32990;
	border:2px solid #FFF;
	z-index:100;
	color:#fcfbf7;
	font-size:13px;
}

#content {
	background:url(../images/content-bg.png);
	width:920px;
	min-height:1500px;
	margin-top:50px;
	z-index:10;
	border:solid #FFFdfa;
	border-width:5px;
	background:images/bg-top-left.png no-repeat top right;
	position:relative;
	box-shadow: 0px 3px 8px #a79a87;
	margin-bottom:75px;
	background-color: #FFFFFF;
	display:inline-block;
}

#leftCol {
	margin-top:20px;
	width:420px;
	margin-left:40px;
	float:left;
	
}

#leftCol p, #leftCol h2, #leftCol h3 {
	padding-left:50px;
	
}

.center{width:100%; text-align:center; display:inline-block;} 

#header {
	margin-left:-36px;
	margin-top:50px;
	float:left;
}

#numbers {
	margin-left:160px; margin-top:30px;
}

.numRow {display: inline-block; margin: 0px; padding: 0px;}

.numLeft {float:left; width:220px; margin-right:15px; }

.numRight {
	float:right; 
	width:500px; 
	margin-right:12px; 
	margin-top:15px;
	line-height:150%;
}

#form {
	background:#EADFD0;
	width:350px;
	min-height:430px;
	margin-top:20px;
	z-index:10;
	border:solid #FFFdfa;
	border-width:5px;
	position:relative;
	box-shadow: 0px 3px 8px #a79a87;
	float:right;
	margin-right:-50px;
	padding:25px;
	background-color: #e6e5e5;
}
#top-form{text-align:left;}

.row input {width:254px; display:inline-block;float:right;}
label {width:80px; float:left; display:inline-block;}
.row, .row2 {width:340px; display:inline-block; margin:10px 0;}
.row2 {margin:5px 0;}
.row2 input {width:20px; display:inline-block;float:left; margin-left:0;}
.radios {width:310px; float:right; display:inline-block; margin:0; font-size:13px}


#formBottom {
	background:#EADFD0;
	width:610px;
	min-height:220px;
	margin-top:50px;
	z-index:10;
	border:solid #FFFdfa;
	border-width:5px;
	position:relative;
	box-shadow: 0px 3px 8px #a79a87;
	margin-bottom:-50px;
	padding: 10px;
	background-color: #e6e5e5;
}

#formBottom .left {float:left; display:inline-block; width:330px;}
#formBottom .right {float:right; display:inline-block; width:270px; margin: 30px 0 0 0;}
#formBottom .row, #formBottom .row2 {width:320px;}
#formBottom .row input {width:234px; }
#formBottom .radios {width:290px}

#bg {
	position:absolute;
	width:100%;
	z-index:1;
	top:0px;
	left:0px;
	margin:0px;
	
}

#footer {
	font-size:12px;
	color:#434343;
	text-align:center;
	margin-bottom:30px;
}

#footer p {text-align:center; text-shadow:#FFF}

h2 {
	color:#A32990;
	font-size:20px;
}

h3 {
	color:#A32990;
	font-size:18px;
}

h4 {
	color:#535353;
	font-size:14px;
}

.clear{clear:both;}
