/************* Everett Law Firm ***************/
/************* By DRT Media, LLC *****************/
/************* Styles Sheet ********************/

/* Generic Selectors */ 

* {
	margin: 0;
	padding: 0;
	border:0;
}


body {
	height: 100%;
	background-color: white;
	background-image: url(../images/bg-x.png);
	background-repeat: repeat-x;
	font-family:Arial,Helvetica,Times New Roman;
	font-size: .8em;
	color:#2b2b2b;
} 

h1 {
	font-family: Iskoola Pota;
	font-size: 45px;
	padding:60px 0 0 15px;
}

h2{
	font-family: Iskoola Pota;
	font-weight:lighter;
	font-size:26px;
	text-align:left;
}

h3{
	font-size:13px
}

h4{
	margin:5px 0 0 0;
}

h5{
	font-size:16px;
	margin:0 0 7px 0;
	}

a {
	color: #054c99; 
	text-decoration: none;
} 


a:hover { 
	text-decoration: underline;
}

.image{
	float:left;
	padding:0 15px 15px 0;
}

.image-right{
	float:right;
	padding:0 0 15px 15px;
}

.list-main-content{
	list-style-type:disc;
	color:#323232;
	margin-left: 30px;
}

/*************************************************contact form*/
fieldset{
	margin:20px;
	border:1px solid #a5a5a5;
	background-color:#e8e8e8;
}

legend{
	margin-left:30px;
}
label{
	float:left;
	width:150px;
	text-align:right;
	margin:0 10px;
	height:20px;
}

input,textarea{
	float:left;
	width:400px;
	border:1px solid #a5a5a5;
	background-color:#f3f3f3;
}
input{
	height:20px;
	width:250px;
}

input:focus, select:focus, textarea:focus{
	border:1px solid #353535;
	background-color:white;
}

.submit{
	margin:20px 0 15px 0;
	height:25px;
	width:75px;
}


/*************************************************MAIN NAV*/	

#main-nav{
	margin: 21px 0 0 7px ;
	float: left;
	clear: both;
	width: 962px;
	height: 64px;
	background: url(../images/bg-nav.png) no-repeat;
	}
	
#main-nav dl {
	}

#main-nav dt {
	float: left;
	margin:0 0 0 0;
	}

#main-nav dt a {
	display: block;
	height: 0px !important;
	padding: 64px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
	}

#main-nav dt a:hover {
	background-position: 0 -64px;
	}

#main-nav dt a.selected {
	background-position: 0 -64px;
	}

#main-nav dt#home,
#main-nav dt#home a { width: 137px; background-image: url(../images/nav/home.jpg); }

#main-nav dt#overview,
#main-nav dt#overview a {
	width: 138px;
	background-image: url(../images/nav/overview.jpg);
}

#main-nav dt#practice,
#main-nav dt#practice a { width: 137px; background-image: url(../images/nav/practice.jpg); }

#main-nav dt#attorneys,
#main-nav dt#attorneys a { width: 137px; background-image: url(../images/nav/attorneys.jpg); }

#main-nav dt#resources,
#main-nav dt#resources a { width: 138px; background-image: url(../images/nav/resources.jpg); }

#main-nav dt#contact,
#main-nav dt#contact a { width: 137px; background-image: url(../images/nav/contact.jpg); }


/************************* ID's *************************/ 

#page-container {
	margin: auto;
	width: 975px;
	background: white url(../images/bg-shadow.png) no-repeat;
}

#header-logo {
	margin-top: 28px;
	margin-left: 18px;
	height: 64px;
	float: left;
	
}

#mini-nav {
	height: 50px;
	float: right;
	margin-top: 45px;
	margin-right: 50px;
}


#mid-section {
	clear: both;
	margin: 0 0 0 7px;
	width: 962px;
	min-height: 544px;
	background: white url(../images/header-bg.gif) no-repeat top center;
	
}

#page-header {
	float: left;
	width: 500px;
	height: 112px;
	color: white;
}



#sidebar-top {
	margin: 61px 12px 0 0;
	float: right;
	background: url(../images/sidebar-top.png) no-repeat;
	min-height: 336px;
	width: 280px;
	font-size:15px;
	line-height:1.5;
}

#sidebar-top a:hover{
	text-decoration:none;
	color:white;
}

#sidebar-top-text {
	float:left;
	width:267px;
	background-color: #2a2c29;
	margin:10px 0 0 7px;
	padding:0 0 10px 0;
	color: #cbcbcb;
}

#sidebar-top-text a{
	color: #cbcbcb;
}
	
.sidebar-group{
	padding:6px 0px 5px 10px;
	background:#222222 url(../images/sidebar-group.gif) no-repeat top center;
}

.sidebar-subgroup{
	margin-left:15px;
	
}
#sidebar-link .sidebar-subgroup{
	color:#999999;
}
#sidebar-link{
	width:250px;
	floaat:left;
}
#sidebar-link:hover{
	background-color:#054c98;
}

.sidebar-title {
	margin-left: 14px;
	font-weight:bold;
	color: #e6e6e6;
	font-size:16px;
}

.sidebar-spacing{
	color:#2a2c29;
	margin:20px 0;
}

#sidebar-bottom {
	margin:0 6px 0 0;
	float: right;
	background: url(../images/sidebar-bottom.gif);
	height: 245px;
	width: 267px;
	font-size: 12px;
	line-height:normal;
	color:#2a2c29;
}
.sidebar-bottom-padding{
	padding:50px 0 0 0;
}


#page-content {
	float:left;
	width: 670px;
	text-align:justify;
}
.page-content-padding{
	padding:30px 13px 0 18px;
}


#bar {
	margin: 30px 0 0 2px;
	padding:12px 0 0 15px;
	font-size: 12px;
	float: left;
	clear: left;
	background: url(../images/what-next-nav.gif) no-repeat;
	width: 634px;
	height:41px;
}

#sidebar-bottom-title {
	text-align: center;
	font-weight: bold;
}

#sidebar-bottom-left {
	margin-top: 10px;
	margin-left: 10px;
	text-align: right;
	font-weight: bold;
	float: left;
}

#sidebar-bottom-right {
	margin-top: 10px;
	margin-left: 7px;
	text-align: left;
	width: 145px;
	float: right;
}

.citylink{
	color:#696969;
}

#footer {
	bottom: 0;
	float: left;
	clear: both;
	background: url(../images/footer.gif) no-repeat;
	width: 961px;
	height: 180px;
	margin: 46px 0 0 7px;
	font-size: 13px;
}


#nav-bottom {
	float:left;
	width: 930px;
	height:30px;
	padding:8px 0 0 20px;
}

#description {
	float:left;
	width: 930px;
	height:93px;
	color: #696969;
	padding: 0px 20px 0 20px;
	font-size:12px;
	line-height:1.3;
}
#company {
	font-size:12px;
	color: #999999;
	padding: 35px 0 0 18px;
}

#company a{
	color: #999999;
}

#nav-bottom span {
	word-spacing: 3px;
}

#nav-bottom a:link {
	color: black; 
	text-decoration: none;
} 


#nav-bottom a:visited {
	color: black; 
	text-decoration: none;
} 

#nav-bottom a:hover { 
	color: black; 
	text-decoration: underline;
}



#mini-nav a:hover {
	background-position: 0 -25px;
}

#mini-nav-home, #mini-nav-mail, #mini-nav-sitemap {
	float: left;
	height: 25px;
	display: block;
	padding: 0 12px 0 12px;
}

#mini-nav-home {
	background: url(../images/icon-home.png) no-repeat;
	width: 30px;
}

#mini-nav-mail {
	background: url(../images/icon-mail.png) no-repeat;
	width: 49px;
}

#mini-nav-sitemap {
	background: url(../images/icon-sitemap.png) no-repeat;
	width: 48px;
}


#nav a:hover {
	background-position: 0 -25px;
}

.hierarchy-tab{
	border-left:1px solid;
	margin:0 0 0 10px;
	padding:0 0 0 10px;
}
#page-container #footer #company #crosslinks a {
	color: #000;
}
