/* 

Colors:
Light Blue: #1F50AC
Dark Blue: #143268

Website design by avantwebdesign.com */

/*------------------------- Page styles ------------------------*/ 
body{
	margin:0;
	padding: 0 0 0 20px;
	background: #c6c6c6 url(../images/bg-top.png) repeat-x;
	color: #000;
	font-family: Times;
	font-size: 14px;
}

body a {
	text-decoration: none;
	color: #143268;
}

body a:hover {
	color: #1F50AC;
}

.page {
	margin: 49px auto 30px;
	background: url(../images/bg-page.png) repeat-y;
	width: 975px;
}

#page-top {
	background: url(../images/bg-page-top.png) no-repeat;
	height: 27px;
}

h1 {
	color: 	#143268;
	font-size: 20px;
	background: url(../images/scales-of-justice-small.gif) no-repeat right bottom;
	padding: 0 0 5px 0;
	line-height: 25px;
	border-bottom: 1px solid #143268;
}
h2 {
	color: 	#143268;
	font-size: 20px;
}

h3 {
	text-align: right;
	padding: 0 20px;
	color: 	#143268;
	font-size: 18px;
}

.content {
	margin: -25px 0 0 272px;
	width: 656px;
	text-align: justify;
}

#logo {
	background: url(../images/birmingham-attorney-header.gif) no-repeat top;
	height: 227px;
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 975px;
}

img {
	border: none;
}

img.floatleft {
	float: left; 
    margin: 0 10px 10px 0;
}

/*------------------------- Sidebar ------------------------*/

.sidebar {
	width: 250px;
	float: left;
	clear: both;

}

#sidebar {
	padding: 1px 0;
	margin: 0 0 30px 0;
	background: #dfdede url(../images/bg-sidebar.png) repeat-y;
	-moz-box-shadow: -2px 3px 4px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: -2px 3px 4px rgba(255, 0, 0, 0.3);
	box-shadow: -2px 3px 4px rgba(0, 0, 0, 0.3);
}
.sidebar ul {
	text-align: right;
	list-style: none;
	padding: 0 20px;
	line-height: 40px;
	font-size: 20px;
	font-weight: bold;

}
.sidebar li {
	margin: 0 -20px 0 0;
}
.sidebar li+li {
	background: url(../images/bg-nav-line.png) no-repeat -20px 0;
}
.sidebar li a{
	margin: 0 20px 0 0;
}
.sidebar p{
	text-align: right;
	padding: 0 20px;
	color: 	#143268;
}
.sidebar em{
	font-size: smaller;
}


/*------------------------- Footer ------------------------*/

.footer {
	background: url(../images/bg-footer.png) repeat-x;
	clear: both;
	height: 60px;
	width: 650px;
	margin: 20px 0 0 272px;
	padding: 8px 3px 0 3px;
	color: #fff;
	font-size: 12px;
	text-align: center;
}

.footer a {
	color: #fff;
}
.footer a:hover {
	color: #ccc;
}
#footer-bottom {
	margin: 0 auto;
	background: url(../images/bg-page-bottom.png) no-repeat left 0;
	height: 48px;
	width: 975px;
	margin: -18px 0 0 0;
	padding: 0;
}
#disclaimer {
	width: 650px;
	margin: 0 0 10px 272px;
	text-align: center;
	color: #143268;
}

/*------------------------- Forms ------------------------*/

#contact-text {
	width: 296px;
	margin: 0 20px 0 0;
	float: left;
}
  
.form {
width: 340px;
float: left;
}
.form-box {
margin: 0 auto;
padding: 20px;
background: #dfdede;
border: 1px solid #c6c6c6;
}
.form-box div {
margin: 0 0 1.5em;
}
.form-box label {
display: block;
}
.form-box input[type=text],
.form-box input[type=password] {
width: 100%;
height: 32px;
font-size: 15px;
direction: ltr;
}
.form-box .label,
.form-box .label {
font-weight: normal;
margin: 0 0 3px;
display: block;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.form-box .reauth {
display: inline-block;
font-size: 15px;
height: 29px;
line-height: 29px;
margin: 0;
}
.form-box input[type=submit] {
margin: 0 1.5em 1.2em 0;
height: 32px;
font-size: 13px;
}
.form-box ul {
margin: 0;
}

#fail {
	color: red;
	font-weight: bold;
	text-align: center;
}

#success {
	color: green;
	font-weight: bold;
	text-align: center;
}

/*------------------------- Other ------------------------*/

.feature {
	background: url(../images/feature.png) no-repeat;
	width: 320px;
	float: left;
	text-align: center;
	line-height: 37px;
	color: white;
}

#feature-first {
	margin-right: 16px;
}

.feature p{
	padding: 5px 0 0 0;
	text-align: justify;
	color: #000;
	line-height: normal;
}

.thumb {
	float: left;
	border: 1px solid #c6c6c6;
	margin: 0 10px 5px 0;
}


.directions {
	float: left;
	width: 250px;
}

.location img {
	margin: 0 0 10px 10px;
	float: right;
	border: 4px solid #ccc;
}

#location strong, li {
	margin: 0 0 0 -20px;
}
 #floatright {
 	margin: 0 0 10px 10px;
 	float: right;
 }

#areas-of-practice li {
	padding-bottom: 20px;
}

#footer-nav ul {
	margin: 10px 0 10px 175px;
	list-style: none;
	text-align: center;

}

#footer-nav li {
	margin: 0 0 0 0;
	display: inline;
}