/*
Project Name
January 1, 2010
Caleb White
Pursuant
*/

/****CSS Reset by Erik Meyer****/
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;}
/*********END CSS RESET*********/

/***************************
*******GENERAL STYLES*******
***************************/
body  {
	background: #b48118;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:22px;
	color:#F4DABF;
	padding-top:50px;
}
a {
	color:#845306;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.imgtxt {
	display:block;
	text-indent:-10000px;
}
.clearme {
	clear:both;
	display:block;
}
hr {
	margin:0;
	padding:0;
	border:none;
	border-top:1px #E3E3E3 solid;
}
h1 {
	width:638px;
	height:195px;
	background:url(../img/h1.jpg);
	margin:0 auto;
	text-indent:-10000px;
}
h2 {
	display:none;
}
h3 {
	width:864px;
	height:395px;
	background:url(../img/bandpics.jpg);
	margin:0 auto;
	text-indent:-10000px;
	position:relative;
}
p {
	width:622px;
	padding:10px 0;
	border-top:3px solid #9C6E10;
	border-bottom:3px solid #9C6E10;
	margin:20px auto;
}
#footer {
	width:630px;
	height:80px;
	margin:0 auto;
}
#footer a {
	display:block;
	float:left;
	text-indent:-10000px;
}
#footer a#pressrelease {
	margin-top:4px;
	margin-right:12px;
	float:left;
	height:17px;
	width:377px;
	background:url(../img/footerRead.jpg);
}
#footer hr {
	margin-top:2px;
	margin-right:11px;
	float:left;
	width:10px;
	height:22px;
	background:url(../img/footerLine.jpg);
	border:none;
	clear:none;
}
#footer a#contact {
	margin-right:16px;
	margin-top:4px;
	float:left;
	height:17px;
	width:140px;
	background:url(../img/footerContact.jpg);
}
#footer a#facebook, #footer a#twitter {
	width:25px;
	height:24px;
}
#footer a#twitter {
	margin-right:8px;
	background:url(../img/footerTwitter.jpg);
}
#footer a#facebook {
	background:url(../img/footerFacebook.jpg);
}
a#rhett, a#ben, a#os {
	position:absolute;
	top:-29px;
	height:25px;
}
a#rhett {
	width:245px;
	left:118px;
}
a#ben {
	width:236px;
	left:376px;
}
a#os {
	width:127px;
	left:625px;
}
/***************************
********FORM STYLING********
***************************/
input.text, textarea {
	border:1px solid #e0e0e0;
	background:white none;
	padding:4px 0 0 6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#000;
}
textarea {
	width:662px;
	height:120px;
}
input.text {
	height:22px;
}
.formrow {
	padding:10px; 
	float:left;
}
input.submit {
	font-size:1em;
}
label.city {
	width:170px;
}
label.state {
	width:70px;
}
label.zip {
	width:60px;
}
input.city {
	margin-right:20px;
	width:142px;
}
select.state {
	width:50px;
	margin-top:3px;
}
input.zip {
	width:73px;
	float:right;
}
select {
	font-size:.8em;
	height:18px;
}
.active {
	background:#f5f5f5;
}
.error {
	background:#FFDFDF;
	color:#E11212;
}
#errormessage {
	display:none;
	text-align:center;
	border-bottom:1px solid #e0e0e0;
	margin-bottom:10px;
}
#errormessage h4 {
	color:#e11212;
	font-size:17px;	
	margin-bottom:3px;
}
#errormessage em {
	font-style:normal;
	color:#e11212;	
	background:#ffdfdf;
}
#successmessage {
	text-align:center;
	border-bottom:1px solid #e0e0e0;
	margin-bottom:10px;
}
#successmessage h4 {
	color:#006633;
	font-size:17px;	
	margin-bottom:3px;
}
#successmessage em {
	font-style:normal;
	color:#006633;
}
label {
	display:block;
	margin-bottom:7px;
	font-weight:bold;
}
#emailalert {
	display:none;
	font-size:0.8em;
	line-height:1em;
	margin-top:4px;
}