﻿/*-------------------------- Florin Roebig Main Style Sheet -------------------------*/
 *{
	margin: 0;
	padding: 0;
}
body{
	background-image: url('../images/background-site-main.jpg');
	background-repeat:no-repeat;
	background-position: top center;
	background-color: black;
	color: white; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a{
	color: #6699FF
}
a:hover{
	color: #99CCFF;
}
p{
	margin: 0 0 15px 0;
	text-align: justify;
}
ul{
	margin: 0;
	padding: 0 0 15px 0;
}
li{
	list-style: disc;
	margin: 0 0 5px 30px;
	padding: 0;
}
ol li{
	list-style:decimal;
	margin: 0 0 5px 25px;
}
li.last_list_item{
	margin-bottom: 25px;
}
h1{
	font-size: 21px;
	font-weight: bold; 
	color:#ACACAC;
	margin: 0 0 15px 0;
}
h2{
	font-size: 21px;
	font-weight: normal;
	color: #C0C0C0;
	margin-bottom: 15px;
}
h3{
	margin-top: 15px;
	margin-bottom: 3px;
	font-size: 15px;
	font-weight: bold;
	color: #CCCCCC;
}
h4{
	
}
h5{
	
}
h6{
	font-size: 14px;
	font-weight: bold;
	color: #AA2F2F;
	margin-bottom: 3px; 
}
img{
	border: none;
}
/*----------------------- site wide styles ------------------------*/
div.column_text_box{
	min-height: 100px;
	margin-top: 4px;
	padding: 20px 0px;
	background-image:url('../images/right-column-topcap.gif');
	background-repeat:no-repeat;
	background-color: #212121;
}
div#container{
	width: 950px;
	min-height: 800px;
	margin: 0 auto;
}
div#full_page_content{
	float: left;
	width: 635px;
	padding: 20px;
	background-color: #000000;
}
.medium_text{
	font-size: 18px;
	font-weight: normal;
	text-align: center;
}
.bold{
	font-weight: bold;
}
img.top_right_float{
	float: right;
	margin: 0 0 10px 25px;
}
img.top_left_float{
	float: left;
	margin: 0 25px 10px 0;
}
.top_right_img{
	float: right;
	margin: 5px 0 5px 10px
}
.extra-indent{
	padding-right: 30px;
	padding-left: 30px;
}
.center{
	text-align: center;
}
img.silver_border {
	border: 3px silver solid;
}
img.gray_border {
	border: 3px double #444444;
}
.clear{
	clear: both;
}
.silver{
	color: silver;
}
.maroon{
	color: maroon;
}
.bookmark{
	text-decoration: none;
	color: inherit;
}
.bookmark:hover{
	color: inherit;
}
.large_text{
	font-size: 17px;
}
.align-left{
	text-align: left;
}
.small_text{
	font-size: 10px;
}
/*--------- Newspaper Style --------------*/
div.newspaper_style{
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: black;
	background-color: #EFE9DD;
	padding: 20px;
	border: 3px gray double;
}
div.newspaper_style h2{
	color: black;
}
div.newspaper_style h3{
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
}
div.newspaper_style h5{
	color: black;
	font-size: 20px;
	font-weight: normal;
}
/*------------------clear-fix hack--------------------*/
.clear_fix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear_fix {
	display: inline-table;
}
/* backslash hack hides from IE mac \*/
* html .clear_fix {
	height: 1%;
}
.clear_fix {
	display: block;
}
/* end backslash hack*/
/*------------------------ header -------------------------*/
div#header{
	height: 139px;
	position: relative;
}
.logo{
	margin-left: -22px;
}
.header_phone{
	position: absolute;
	top: 56px;
	left: 685px;
}
/*------------------------ top navigation ----------------------*/
div#top_nav{
	clear: both; 
	height: 67px;
	background-image: url('../images/top-nav-bkgd.gif');
	background-repeat:no-repeat;
	color: #A5A5A4;
	font-weight: bold;
}
div#top_nav ul{
	margin: 0;
	padding: 0;
}
div#top_nav ul li{
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: .8em;
	zoom: 1;
    *display: inline;
}
div#top_nav ul li a{
	display: block;
	padding: 25px .85em;
	margin: 0;
	text-decoration: none;
	color: #A5A5A4;
}
div#top_nav ul li.first a{

}
div#top_nav ul li.last a{

}
div#top_nav ul li a:hover{
	background-color: #AA0013;
	color: white;
}
/*------------------------ banner --------------------------*/
div#banner{
	height: 340px;
}
/*------------------------- main content area --------------------------*/
div#content{

}
/*------------------------ left navigation ----------------------*/
div#left_nav{
	float: left;
	width: 270px;
	behavior:url('../scripts/csshover.htc');	
}
div#left_nav ul{
	height: 193px;
	padding: 4px 0 0 0;
	margin: 0;
	background-image :url('../images/side-nav-bkgd.gif');
	background-repeat:no-repeat;
	background-position: 0px 4px;
	font-size: 13px;
	letter-spacing: normal;	
}
div#left_nav ul li{
	position: relative;
	height: 65px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div#left_nav ul li a{
	display: block;
	padding: 23px 27px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	zoom:1;
	*display: inline;
}
div#left_nav ul li ul{
	display: none;
	position: absolute;
	top: 15px;
	left: 270px;
	z-index: 1;
	height: auto;
	width: 250px;
	border-top: 3px #A90012 solid;
	padding: 0;
	margin: 0;
	background-image: none;
	background-color: #5D5D5D;
}
div#left_nav ul li ul li{
	height: auto;
}
div#left_nav ul li ul li a{
	padding: 10px 10px 10px 10px;
}
div#left_nav ul li ul li:hover{
	background-color: #A90012;
}
div#left_nav ul li:hover ul{
	display: block;
}
div#left_nav ul li.over ul{
	display: block;
}
div#leftnav_bottomcap{
	height: 7px;
	background-image: url('../images/sidenav-bottomcap-2.gif');
	background-repeat:no-repeat;
}
/*------------------------ main content area ---------------------*/
div#center_column{
	float: left;
	width: 395px;
	padding: 20px 20px;
}
/*------------------------ right column ---------------------*/
div#right_column{
	float: right;
	width: 240px;
}
/*------------------------ footer --------------------------*/
div#footer{
	clear:both;
	min-height: 75px;
}
div.locations_box_1{
	clear: both;
	padding-top: 30px;
	padding-left: 0px;
}
div.locations_box_2{
	clear: both;
	padding-top: 5px;
	padding-left: 0px;
}
p.law_offices_box, p.law_offices_box_last {
	width: 130px;
	padding-right: 0px;
	padding-left: 87px;
	float: left;
	text-align: left;
	font-size: 12px;
}
p.law_offices_box_last{
	padding-right: 0px;
}
p.law_offices_box span.law_office_locations, p.law_offices_box_last span.law_office_locations{
	font-size: 14px;
	color: #6A6A6A;
	font-weight: bold;
}
div.locations_box_2 p.law_offices_box {
	padding-left: 51px;
}
span.law_office_locations a{
	text-decoration: none;
	color: #6A6A6A;
	
}
.location_note{
	font-size: 11px;
	font-style:	italic;
}
p#credits{
	clear: both;
	text-align: center;
	padding-top: 15px;
	font-size: 13px;
	color: #787270;
}
p#copyright{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 2px;
	font-size: 11px;
	color: #999999;
}
