/* Kerry Steigerwalt & Associates CSS by Jeremy Asmus */

body {
	background-color:#931D1B;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;	
}

h1 {
	font-weight:bold;
	font-size:18px;
	color:white;
	padding:15px 0;
	margin:0;
}

h2 {
	font-weight:bold;
	font-size:14px;
	color:#333333;
	margin:0;
}

p {
	margin:12px 0;
}

#wrapper {
	width:780px;
	margin:0 auto;
	padding:0;
	overflow:hidden;
	background-color:white;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
}

#main_banner {
	background-image:url(../images/main_banner.jpg);
	height:108px;
}

#main_banner_phone {
	padding:60px 0 0 565px;
	color:#333333;
	font-size:13px;
	text-align:center;
}

#topic_banner {
	background-image:url(../images/topic_banner.jpg);
	height:85px;
	width:729px;
	margin:15px 15px;
	padding-left:20px;
}

#topic_banner_text {
	color:white;
	font-weight:bold;
	font-size:12px;
}

.espanol_small_text {
	font-size:11px !important;
	padding-left:42px;
}

#top_links {
	padding:5px 15px;
	font-size:12px;
	background-color:#EEEEEE;
	margin:0 15px;
}

#top_links a {
	text-decoration:underline;
	color:#333333;
}

#top_links a:hover {
	text-decoration:none;
	color:#333333;
}

/* CONTENT Styles */

#main_cell {
	padding:15px;
	overflow:hidden;
}

#content_column {
	float:left;
	width:575px;
}

.image_float {
	float:left;
	margin-right:10px;
	margin-bottom:5px;
}

#right_column {
	float:right;
}

/* NEW STYLES FOR FORM ON LEFT SIDE OF PAGE ****************/


#form_left {
float: left;
}

#content_column2 {
	float:right;
	width:575px;
}


#call_banner {
	background-image:url(../images/call_banner.jpg);
	width:160px;
	height:26px;
	padding-top:174px;
	text-align:center;
	font-weight:bold;
	font-size:18px;
	color:#C2560E;
	margin-bottom:10px;
}

#call_banner_spanish {
	background-image:url(../images/call_banner_spanish.jpg);
	width:160px;
	height:26px;
	padding-top:174px;
	text-align:center;
	font-weight:bold;
	font-size:18px;
	color:#C2560E;
	margin-bottom:10px;
}

#shortform_cell {
	background-image:url(../images/shortform_middle.jpg);
	background-repeat:repeat-y;
	width:160px;
}

#shortform_top {
	background-image:url(../images/shortform_top_orange.jpg);
	height:39px;
	color:white;
	font-weight:bold;
	text-align:center;
	padding-top:11px;
}

#shortform {
	padding-left:10px;
	font-size:11px;
	color:#333333;
}

#shortform_bottom {
	background-image:url(../images/shortform_bottom.jpg);
	height:20px;
}

/* FREE CASE REVIEW Styles */

#freecasereview_column {
	background-image:url(../images/freecasereview_middle.jpg);
	background-repeat:repeat-y;
	width:550px;
	margin:15px 0;
	margin-left:115px;
}

#freecasereview_top {
	background-image:url(../images/freecasereview_top.jpg);
	height:20px;
	width:550px;
}

#freecasereview_middle {
	padding:0 25px;
}

#freecasereview_bottom {
	background-image:url(../images/freecasereview_bottom.jpg);
	height:20px;
	width:550px;
}

.required {
	color:#990000;
}

#thankyou_cell {
	width:500px;
	padding-left:135px;
	margin:15px 0;
}

#footer {
	background-image:url(../images/footer.jpg);
	height:15px;
	width:780px;
	clear:both;
	margin:0 auto;
}


/* FORM FIELD STYLES ###########################################*/


#form1 input{
width: 150px;
margin-bottom: 5px;
}

#form1 select{
margin-bottom: 5px;
}

#form1 .phone1 {
width: 26px !important;
}

#form1 .phone2 {
width: 37px !important;
}

#form1 .zip{
width: 65px;
}

#form1 .month{
width: 62px;
}

#form1 .day{
width: 38px;
}

#form1 .year{
width: 52px;
}

#form1 .radio{
width: 15px;
}

#form1 textarea{
width: 150px;
height: 100px;
margin-bottom: 5px;
}

#form1 label{
width: 160px;
}

#form1 .label {
display: block;
width: 160px;
float: left;
margin-bottom: 15px;
margin-right: 8px;
}


#form1 br{
clear:left;
}

#form1 h1{
font-size: 14px;
color: #990000;
margin-bottom: 8px;
background-color: #EEEDED;
padding: 2px;
}

#form1 .checkbox{
float: left;
width: 15px;
}

/*Short form styles ######################### */

#shortform input{
width: 115px;
}

#shortform .phone1 {
width: 24px !important;
}

#shortform .phone2 {
width: 35px !important;
}

#shortform .zip{
width: 65px;
}

#shortform .radio{
width: 12px;
}

#shortform textarea{
width: 115px;
height: 85px;
margin-bottom: 3px;
}

#shortform label{
width: 130px;
}

#shortform .label {
display: block;
width: 130px;
float: left;
}


#shortform br{
clear:left;
}

#shortform .checkbox{
float: left;
width: 15px;
}

