/* ************ MAIN CSS START ************ */

#container {
	width: 888px;
	margin-right: auto;
	margin-left: auto;
	
}

#top {
	width: 888px;
	height: 159px;
	float:left;
}

#cities{
	width:248px;
	height:220px;
	float:left;
}
#lawyer_main{
	width:640px;
	height:220px;
	float:left;
}
#body_wrapper{
	width:888px;
	height:auto;
	float:left;
	background-image:url(../images/repeat.jpg);
	background-repeat:repeat;
}
#left{
	width:248px;
	height:auto;
	float:left;
}

#pa_text{
	width:248px;
	height:47px;
	float:left;
	background-image:url(../images/practice-areas-bg.jpg);
	background-repeat:no-repeat;
}

#case{
	width:248px;
	height:355px;
	float:left;
	background-image:url(../images/practice-areas.jpg);
	background-repeat:no-repeat;
}

#nav{
	width:640px;
	height:69px;
	float:left;
	background-image:url(../images/nav-bg.jpg);
	background-repeat:no-repeat;
}


#main_body {
	width: 570px;
	height:auto;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	background-image:url(../images/body-bg.jpg);
	background-repeat:repeat;
	padding:0px 40px 0px 30px;
}

#below_body{
	width:888px;
	height:113px;
	float:left;
	background-image:url(../images/below-body.jpg);
	background-repeat:no-repeat;
}

#quick_form{
	width:248px;
	height:auto;
	float:left;
	background-image:url(../images/form-bg.jpg);
	background-repeat:no-repeat;
}
#footer{
	width:888px;
	height:164px;
	float:left;
	background-image:url(../images/footer-bg.jpg);
	background-repeat:no-repeat;
}

#footer a {
	color: #ffffff;
	text-decoration:underline;
}
#footer a:visited {
	color: #ffffff;
	text-decoration:underline;
}
#footer a:hover {
	color:#990000;
	text-decoration:underline;
}


.image img{
	width:100px;
	height:66px;
	margin: 6px 5px 0 6px;
	border:1px #999999 groove;
}

.image:hover img{
border: 1px solid #fff;
}

.image:hover{
color: red; /* irrelevant definition to overcome IE bug */
}

#form {
	margin: 0;
	width:211px;
	float:left;
	padding-top:48px;
	padding-left:15px;}
.form select, .form input, .form textarea {vertical-align:middle;}


.button {
	color:#666666;
	background-color:#FFFFCC;

}




body {
	background-image:url(../images/background.jpg);
	margin:0px;
	padding:0px;

}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#333333;
	margin-top:0px;
	text-transform:capitalize;

}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#666666;
	margin-top:13px;
	text-transform:capitalize;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#cfe6f1;
	margin-top:13px;
	text-transform:capitalize;
	line-height:0px;
}

	li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
}


a:link {
	color: #0000FF;
	font-weight: normal;
	font-variant: normal;
	text-decoration:underline;
}
a:visited {
	color: #0000FF;
	font-weight: normal;
	font-variant: normal;
	text-decoration:underline;
}
a:hover {
	color: #FF2828;
}


.form {
	font-size:12px;
	height:auto;
	padding-bottom:5px;
	margin-bottom:5px;
	color:#FFFFFF;
}

.comments {
	font-size:12px;
	padding-bottom:5px;
	margin-bottom:5px;
	color:#FFFFFF;
}