/*
	 Sitemap (Chris Coyier @ http://css-tricks.com)
*/

body {
	background: transparent url(../images/bg-sitemap.jpg) no-repeat top center fixed;
	background-color: #212121;
	font-family:Arial,sans serif;
	font-size: 12px;
}

img, div { behavior: url(../iepngfix.htc) }

*{ 
	margin: 0; 
	padding: 0; 
	}
	
#container{
	width:1000px;
	margin:0 auto;
}

#content-bg{
	background: url(../images/content-main.png) repeat-y center top;
	width:1000px;
	float: left;
}

#myslides{
	margin: 0 0 0 20px;
	float: left;
}

#logo{
	background: url(../images/logo.png)  no-repeat scroll 35px 35px transparent;
	float:left;
	margin:30px 0 0;
	text-indent:-9999px;

}

#content-main{	
	width:980px;
	margin: 0 auto;
}
	
#page-wrap{ 
	width: 800px; 
	margin: 0 auto 30px; 
	background: #282828; 
	}
#lists-wrap{
	background: #282828;
	width: 800px;
	height:982px;
	min-height:982px;
	}
#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;*/ display: none;}
.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:25px; font-weight:normal;}
.attorney-image{display:none;}
.right-title{font-weight:normal; font-size:14px; color:white; padding: 4px 0;}

a.title{font-size: 20px;}
