/*
Theme Name: Vox Capio
*/



/* Begin Typography & Colors */

body {
	background:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	font-weight:normal;
	padding:0px;
	margin:0px;
	}
	
.clr 
	{
	clear: both;
	}
	
a, img, img a 
	{
	text-decoration:none;
	border:0;
	outline:0;
	}
	
a {
	color:#333;
	text-decoration:underline;
	}
	
.outer-top 
	{
	background:url(images/outer_top.jpg) repeat-x left top;
	}

.outer-bottom {
	background:url(images/outer_bottom.jpg) repeat-x bottom left;
	}

.wrapper {
	width:874px;
	margin:0 auto;
	}
	
.header {
	height:130px;
	padding:29px 0 0 0;
	}
	
.logo {
	width:336px;
	height:74px;
	float:left;
	}
	
.header_right {
	width:230px;
	float:right;
	padding:15px 0 0 0;
	}
	
.header_right img {
	margin-right:15px;
	}
	
.content {
	padding:19px 0 0 0;
	min-height:300px;
	}
	
.content h2 {
	color:#9D9A6F;
	font-size:22px;
	}
	
.content_left {
	width:515px;
	float:left;
	padding:80px 0 0 0;
	}
	
.input_area {
	width:512px;
	height:44px;
	border:1px solid #8ba69c;
	margin-bottom:40px;
	}
	
.input_text {
	width:215px;
	float:left;
	font-size:22px;
	text-align:right;
	margin:9px 0 0 0;
	}
	
.input {
	width:274px;
	float:right;
	margin:12px 0 0 0;
	}
	
.input_bg {
	width:260px;
	}
	
.survey_button_area {
	text-align:right;
	margin-right:50px;
	}
	
.survey_button {
	background:url(images/survey_btn.jpg) no-repeat left top;
	width:202px;
	height:43px;
	border:none;
	}
	
.content_right {
	width:359px;
	float:right;
	text-align:right;
	}
	
.footer {
	height:82px;
	font-size:25px;
	color:#999999;
	text-align:center;
	padding:70px 0 0 0;
	}
	
.footer a {
	color:#999999;
	}
	
.post {
	font-size:16px;
	line-height:normal;
	}

input, textarea, select {
	margin:3px 0px;}
	
	
.footer_nav {
	text-align:center;
	padding:50px 0 15px 0;
	line-height:normal;
	}
	
.footer_nav ul {
	margin:0;
	padding:0;
	list-style:none;
	}
	
.footer_nav ul li {
	display:inline;
	color:#999999;
	
	}
	
.footer_nav ul li.menu-item-32 a {
	background:none;	
	}
	
.footer_nav ul li a {
	color:#999999;
	padding:0 0px 0 10px;
	font-size:12px;
	background:url(images/footer-nav-sep.jpg) no-repeat center left;
	}
	
	