/*
	 Sitemap (Chris Coyier @ http://css-tricks.com)
*/

img, div { behavior: url(../iepngfix.htc) }

*{ 
	margin: 0; 
	padding: 0; 
	}
body{ 
	font: 14px Georgia, serif; 
	background: #0a3a0a url(../images/sitemap-bg.jpg) repeat-x; 
	}
#page-wrap{ 
	width: 800px; 
	margin: 0 auto 30px; 
	background: #282828; 
	}
#lists-wrap{
	background: #282828;
	width: 800px;
	height:480px;
	min-height:480px;
	}
#header {
	height:150px;
	padding-top:10px;
	margin:0 auto;
	width:800px;
	}

a{ 
	text-decoration: none; 
	color: #eee; 
	display: block; 
	padding: 4px 0;
	}
a:hover{ 
	text-decoration: underline; 
	}

ul{ 
	padding: 8px 25px;
	list-style: none;
	-webkit-box-shadow: 2px 2px 5px black;	
	background: #282828; 
	} 
ul ul{ 
	background: #393939; 
	}
ul ul ul{ 
	background: #4b4b4b; 
	}
ul ul ul ul { 
	background: #5a5a5a; 
	}

.left{
	float:left;
	width:350px;
	padding-right:50px;
	}
.right{
	float:left;
	width:350px;
	}

.icon{float:left; padding-right:10px; padding-left:100px;}
.first{}
.top-info{height:100px; padding:15px 0;}
.top-info p{float:left; color:white;}
#logo{float:left;}
#phone{float:right; font-size:24px; color:#ffffff; font-family:Arial, Helvetica, sans-serif; font-weight:bold; margin-top:50px;}
.attorney-image{display:none;}
.right-title{font-weight:normal; font-size:14px; color:white; padding: 4px 0;}
