﻿/*----------------------------------------- Florin Roebig content page styles CSS ----------------------------------------------*/

/*----------------------------------- Home Page ---------------------------------------*/
div#community_events{
	min-height: 50px;
	margin-top: 4px;
	padding: 20px 15px;
	background-image:url('../images/right-column-topcap.gif');
	background-repeat:no-repeat;
	background-position: 0 -4px;
	background-color: #181818;

}
div#community_events h2{
	text-align: center;
}
/*----------------------------------- Attorneys Page -------------------------------------------*/
div#attorneys_content {
	padding: 10px 20px 15px 15px;
}
div#attorneys_container {
	width: 610px;
	margin: 0 auto;
	padding-left: 12px;
}
div.attorney_box {
	float: left;
	width: 142px;
	margin: 0 0px 10px 0;
	padding: 0 5px;
}
div.attorney_box p {
	margin: 0;
	padding: 0 0 10px 0;
	text-align: center;
}
img.attorney_pics {
	margin: 0 0 5px 0;
}
/*----------------------------------- Location Page --------------------------------------------*/
div#location_content {
	padding: 10px 20px 15px 15px;
}
.location_text {
	padding-right: 95px;
	margin-top: 7px;
}
.left_margin {
	margin-left: 20px;
}
/*--------------------------------- Questions and Answers page ----------------------------------*/
div#questions{
	padding-bottom: 25px;
}
.question{
	color: #AA2F2F;
	font-weight: bold;
}
div#helpful_links{
	padding-left: 30px;
}
div#helpful_links ul{
	padding-left: 30px;
}
div#helpful_links ul li, div#helpful_links ul li a{
	color: #AAD5FF;
	text-decoration: none;
}
/*---------------------------------- Giving Back --------------------------------------*/
div#giving_back{
	padding-bottom: 20px;
}
div#giving_back hr{
	clear: both;
	margin: 0 0 20px 0;
}
div#giving_back img{
	border: 2px solid #666666;
}
div#past_events_container{
	padding-top: 20px;
}
div#past_events_container hr{
	margin: 0;
}
div#past_events{
	padding-top: 15px;
	padding-bottom: 15px;
}
.three_pic_box{
	float: right;
	width: 245px;
	margin-left: 20px;
}
.three_pic_box img{
	margin: 0 0 7px 0;
}
/*-------------------------------- Consider Case --------------------------------*/
table#case_form{
	
}
table#case_form tr{

}
table#case_form tr td{
	padding: 3px;
	border: 0px solid #333333;
}
table#case_form tr td input{
	
}

.textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border: 1px solid #791E1D;
}
td.check_box input{
	margin: 3px;
}
td.padded_cell p{
	padding: 3px 110px 3px 15px;
	margin: 0;
	font-style: italic;
}
/*------------------------------- Attorney Profile Pages ---------------------------------*/
div#bio_box{
	
}
div#bestlawyers_badge{
	
}
div#bestlawyers_badge img{
	margin-top: 15px;
}
/*------------------------------- Cases In The News -----------------------------------*/
table#cases_news{
	color: black;
	font-size: 12px;
	text-align: center;
	margin: 0 auto;
}
table#cases_news strong{
	color: #6F0000;
}
table#cases_news tr{
	
}
table#cases_news tr td{
	width: 176px;
	height: 54px;
	background-image: url('../images/verdicts-settlements-bkgrd.gif');
}
/*--------------------------- Super Lawyers badge styles ------------------------------*/
.sl_badge_120 {
	width: 120px;
	text-align: center;
	background-color: rgb(255,255,255);
	font-family: arial;
	font-size: 12px;
	border: 1px solid rgb(191,191,191);
	border-bottom: 4px solid rgb(86,131,154);
	line-height: 1.5;
	margin-top: 20px;
	padding: 0 3px;
}
div.sl_badge_120 img{
	border: none;
}
.sl_badge_120 .profile {
	padding: 2px;
}
.sl_badge_120 a {
	color: rgb(131,7,30);
	text-decoration: none;
}
.sl_badge_120 a:hover {
	text-decoration: underline;
}
.sl_badge_120 .online {
	width: 100%;
	text-align: center;
	font-family: arial,sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	color: rgb(148,0,37);
}
.sl_badge_120 .visit {
	text-align: center;
	font-size: 10px;
}
