@charset "utf-8";
/* CSS Document */

body {
	background: #036 url(../images/bg_gradient.jpg) repeat-x top;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-family: Verdana, Helvetica, sans-serif;;
	font-size: 9pt;
}

a, a:visited{
	color: #00F;
}	

#wrapper{
	background: #FFF;
	width: 900px;
	border: 2px solid #690;
	margin: 0 auto;	

}
#header {
	width: 900px;
	height: 70px;
	top:0px;
	left:0px;
	text-align:left;
}
#logo{
	float: left;
	width: 500px;
}
#attorney_join{
	float: right;
	padding: 0px 10px 0px 0px;
	font-size: 10px;
}
#nav{
	width: 900px;
	background: #690;
	text-align: left;
}
#nav_links{
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	color: #CCC;
}
#nav_links a, #nav_links a:visited{
	text-decoration:none;
	color:#fff;
	padding: 0px 5px 0px 5px;
	
}
#nav_links a:hover{
	text-decoration: underline;
	color:#fff;
}
#splash{
	background: #8EB342 url(../images/home_splash.jpg) no-repeat top left;
	width: 900px;
	height: 250px;	
}
#splash_message{
	color: #FFF;
	width: 250px;
	float: right;
	padding: 10px;
	line-height: 16px;
	text-align: left;
}


#content{
	background: #FFF;
	width: 900px;
}
#content_leftblock{
	background: #FFF;
	padding: 10px;
	width: 615px;
	text-align: left;
	float: left;
}
#content_rightblock{
	background: #DDD;
	padding: 10px;
	width: 245px;
	text-align: left;
	float: right;
	min-height: 600px;
}
.clear{
	clear: both;	
}

#footer{
	padding: 10px 0px 10px 0px;
	font-size: 10px;
	color:#999;
}
#footer a, #footer a:visited{
	color: #fff;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}



/*Attorney Join Form */

fieldset {
  margin-bottom: 10px;
}
form.attorney_join legend {
  padding: 0 2px;
  font-weight: bold;
}
form.attorney_join label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.attorney_join fieldset ol {
  margin: 0;
  padding: 0;
}
form.attorney_join fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.attorney_join fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.attorney_join fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.attorney_join fieldset fieldset label {
  display: block;
  width: auto;
}
form.attorney_join em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.attorney_join label {
  width: 120px; /* Width of labels */
}
form.attorney_join fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}


#eval{
	position:relative;
	color:#00F;
	z-index:500;
	background-color:#FC0; /*or Gold #C7A317 or FireBrick Red #C11B17 751B0F*/
	background: url(http://www.bankruptcy7-13.com/images/eval_cta1.gif) no-repeat;
	width:220px;
	height:48px;
	vertical-align:middle;
	line-height:30px;
}

#eval a, #eval a:visited{
	position: relative;
	top: 8px;
	color:#00F;
	width:220px;
	height:48px;
	vertical-align:middle;
	font-weight: bold;
	text-decoration: none;
}

