* {
	margin: 0;
	padding: 0;
}
 
 
 
 
/*-------------------------------------------
    Eliminate chance spacing issues by reset
-------------------------------------------*/

html, body, div, span, object, h1, h2, h3, h4, p, a, address, em, img, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, thead, tr, th, td, blockquote {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit; font-family:inherit;vertical-align:baseline;}
body {line-height:1.5; margin: 0;	padding: 0; background:#fff;}
table {border-collapse:separate;border-spacing:0; margin-bottom:40px;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:top;}
a img {border:none;}
ul {list-style:none;}




/*------------------------------------------
	Main
-------------------------------------------*/

body {
	font: normal 14px Georgia, Arial, Helvetica, Tahoma, Verdana, sans-serif; 
	line-height: 21px;
	text-align: left;
	background-color: #513124;
	background-image: url(/images/background.png);
	background-repeat: repeat-x;
	color: #e0ddd5;
}

a{
	color: #e0ddd5;
}

#wrap{	
	margin-left: auto; 
	margin-right: auto;	
	width: 940px;
}

h1{
	color: #e0ddd5;
	font-size: 26px;
}

h2{
	color: #d33431;
	font-size: 24px;
	margin-bottom: 10px;
}

h3{
	color: #d33431;
	font-size: 18px;
	margin-bottom: 8px;
}

h4{
	color: white;
	font-size: 20px;
}
form div input[name="authenticity_token"] {
   display: none;
}

p{
font-size:14px;
	line-height: 23px;	
}
.big-text{
	font-size:18px;
	line-height: 28px;
}


.small-text{
	font-size:14px;
	line-height: 23px;
}

.form{
	width: 501px;
	height: 375px;
	padding:26px;
	background-image: url(/images/form-bg.png);
	float: left;
}

#textinput{
  background-image:url(/images/textarea-bg.png);
  height: 253px;
  margin-top: 15px;
  margin-bottom:22px;
  padding: 5px;
}

textarea {
  overflow: auto;
  border: none;
  resize: none;
  padding: 10px;
  height: 220px;
  width: 450px;
}

ol li{
	margin-top:10px;
	margin-left: 30px;
}


/*------------------------------------------
	Header
-------------------------------------------*/

#header{
	height: 208px;
}



#logo{
	background: url(/images/logo.png);
	margin: 0px 40px 0px 0px;
	float: left;
	height: 100%;
	width: 270px;
	
}

#count{
	color: #e0ddd5;
	font-size: 28px;
}

#countType{
	color: #d33431;
	font-size: 24px;
	margin-bottom: 10px;
}


/***      Navigation      ***/

#nav{
	float: left;
	display:block;
}

#nav ul{
}

#nav ul li { float:left; height:36px; margin:50px 30px 0px 0px;}
#nav ul li a {height:36px; display:block;}
#nav ul li a:hover {display:block;}
#nav ul li a.on{}

#errorExplanation ul li {
font-size:14px;
	line-height: 23px;		
}

/***     Nav Home    ***/

#nav ul li.home{
	width:95px;
}
#nav ul li.home a {
	background:url(/images/header/home-off.png);
}
#nav ul li.home a:hover, #nav ul li.home a#navOn{
	background: url(/images/header/home-select.png);
}



/***     Nav Feedback    ***/

#nav ul li.feedback{
	width:148px;
}
#nav ul li.feedback a {
	background:url(/images/header/feedback-off.png);
}
#nav ul li.feedback a:hover, #nav ul li.feedback a#navOn{
	background: url(/images/header/feedback-select.png);
}



/***     Nav About    ***/

#nav ul li.about{
	width:98px;
}

#nav ul li.about a {
	background: url(/images/header/about-off.png);
}
#nav ul li.about a:hover, #nav ul li.about a#navOn{
	background: url(/images/header/about-select.png);
}

#nav ul li.blog {
	width:76px;	
}

#nav ul li.blog a{
	background: url(/images/header/blog-off.png);	
}

#nav ul li.blog a:hover, #nav ul li.blog a#navOn{
	background: url(/images/header/blog-select.png);
}





/*------------------------------------------
	Homepage
-------------------------------------------*/

#slogan-strip{
	width: auto;
	padding: 20px 0 30px 0;
}

#homepage-message{
	width: 680px;
	float: left;
}


/***    Login Box    ***/

#login{
	float: right;
}

#inputArea
{
    background-color: #d33431;
    padding: 10px;
    width:200px;
    color: #e0ddd5;

}

#inputArea input, #inputArea textarea
{
    font-family: Georgia, Arial, Sans-Serif;
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
    padding: 4px;
    width: 190px;
}





/*------------------------------------------
	About Page
-------------------------------------------*/

/***    FAQ List   ***/

#faq {
}

#faq ul{
	width:960px;
	list-style: none;
	margin: 0 0 60px 30px;
}

#faq ul li{
	background-image: url(/images/arrow.png);
	background-repeat: no-repeat;
	display: block;
	padding: 0px 0px 0px 15px;
	margin:10px 0px;
	float: none;
}

#answers h3{
	margin-top: 30px;
	color: #d33431;
	
}

#answers p{
	margin-top: 15px;
}
	
#answers{
	margin: 0 0 60px 0;
}




/*------------------------------------------
	Prospects Page
-------------------------------------------*/

#prospect{
	height: 52px;
	width: 503px;
	margin-bottom:18px;
	background-image: url(/images/big-input-bg.png);
}

#prospect input{
	background-color: white;
	border: none;
	margin: 5px;
	height: 42px;
	width: 492px;
	font-size: 30px;
	color: #513124;
}

#instructions{
float: right;
width: 300px;
margin-bottom:60 px;
}



/*------------------------------------------
	Login/Logout Bar
-------------------------------------------*/

#login-bar{
	width: 379px;
	height: 51px;
	background-image: url(/images/login.png);
	float: right;
}

#login-bar a{
	color: white;
	font-size: 11px;
	margin-left:35px;
}

#email{
	border: none;
	width: 128px;
	margin:0px 0 0 14px;
	height: 17px;
}


#password{
	border: none;
	width: 128px;
	margin:0px 0 0 14px;
	height: 17px;
}

#logout-bar{
	width: 379px;
	height: 51px;
	background-image: url(/images/logout-bg.png);
	float: right;
}

#login-button{
	float: right;
	margin: 1px 8px 0 0;
}
#logout-button{
	float: right;
	margin: 5px 8px 0 0;
}


#buttons{
	float:right;
        margin-right: 40px;
}

#name-input{
	background-image:url(/images/small-input-bg.png);
	height: 21px;
	width:329px;
	margin-bottom: 5px;
	margin-top: 10px;
}

#name-input h4{

}

#name-input input{
	background-color: white;
	border: none;
	margin:0 9px;
	color: #513124;
	height: 21px;
	width: 310px;
}

#login2{
	display: block;
}

#login2 ul li {
	float: left;
	margin: 0 70px;
}

#login2 h3{
	width: 310px;
	color: #d33431;
	font-size: 26px;
	margin-top: 40px;
	margin-bottom: 20px;
}

#inputArea2
	{
	    background-color: #d33431;
	    padding: 10px;
	    width:310px;
	    	color: #e0ddd5;

	}
	#inputArea2 input, #inputArea2 textarea
	{
	    font-family: Arial, Sans-Serif;
	    font-size: 13px;
	    margin-bottom: 5px;
	    display: block;
	    padding: 4px;
	    width: 300px;
	}
#prospect-list{
width: 501px;
float: left;

}