/*****************************************************************
** 																**
** www.legaldayton.com											**
**																**
** Main Stylesheet												**
**																**
*****************************************************************/


/******************************************** SITE-WIDE styles **/

* { margin: 0; padding: 0; }

body {
	font-family: georgia, arial;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
	color: #1864b9;
	font-size: 20px;
	font-weight: normal;	
}

#logo-home-link {
	display: block;
	width: 500px;
	height: 100px;
	margin: 0 auto;
}

#header {
	width: 100%;
	height: 207px;
	background: #000000 url(../images/bg.png) no-repeat top center;
}

#header p {
	display: block;
	height: 20px;
	font-size: 16px;
	color: #8b8b8b;
	width: 1005px;
	text-align: right;
	margin: 0 auto;
}

#slideshow-container {
	position: relative;
	top: -80px;
	width: 1005px;
	height: 395px;
}

#black-bg {
	width: 1005px;
	height: 283px;
	background-color: #000;	
}

#slide-1 {
	width: 1005px;
	height: 395px;
	background: url(../images/slideshow/slide-1.png) no-repeat top center;

	position: relative;
	top: -283px;
}

#slide-2 {
	width: 1005px;
	height: 395px;
	background: url(../images/slideshow/slide-2.png) no-repeat top center;

	position: relative;
	top: -283px;

}

#slide-3 {
	width: 1005px;
	height: 395px;
	background: url(../images/slideshow/slide-3.png) no-repeat top center;

	position: relative;
	top: -283px;

}

#slide-4 {
	width: 1005px;
	height: 395px;
	background: url(../images/slideshow/slide-4.png) no-repeat top center;

	position: relative;
	top: -283px;

}

#free-case-evaluation {
	position: relative;
	width: 230px;
	height: 260px;
	background: url(../images/free-case-evaluation-bg.png) no-repeat top center;
	left: 35px;
	z-index: 9991;
}

.free-evaluation-text-fields {
	width: 170px;
	height: 20px;
	margin-left: 22px;
	background: url(../images/free-case-evaluation-text-field.png) no-repeat top center;
	border: 0;
	padding: 7px 7px 0 7px;
	margin-bottom: 5px;
	font-family: arial, georgia;
	font-size: 11px;
	color: #858585;
}

#full-name {
	margin-top: 60px;	
}

#free-evaluation-text-field-large {
	/*background: url(../images/free-case-evaluation-text-field-large.png) no-repeat top center;*/
	background-color: #effcff;
	width: 170px;
	height: 74px;
	margin-left: 22px;
	
	border: 0;
	padding: 7px 7px 0 7px;
	margin-bottom: 5px;
	font-family: arial, georgia;
	font-size: 11px;
	color: #858585;
}

#free-case-evaluation-submitted {
	background: url(../images/free-case-evaluation-bg-submitted.png) no-repeat top center;
	position: relative;
	width: 230px;
	height: 260px;
	left: 35px;
	top: -382px;
	z-index: 9992;
}

#navigation {
	position: relative;
	width: 929px;
	height: 38px;
	list-style-type: none;
	top: 5px;
	background: url(../images/navigation.png) no-repeat -2px -3px;
	text-align: center;
	z-index: 9999;
}

#navigation a {
	display: inline-block;
	margin-left: 35px;
	height: 32px;
}

#navigation li {
	display: inline;
}

	#navigation-home-normal {
		margin-left: 0px !important;
		width: 44px;
		background: url(../images/navigation.png) no-repeat -2px -52px;	
	}
	
	#navigation-home-active {
		margin-left: 0px !important;
		width: 44px;
		background: url(../images/navigation.png) no-repeat -2px -113px;	
	}
	
	#navigation-our-firm-normal {
		width: 58px;
		background: url(../images/navigation.png) no-repeat -48px -52px;	
	}
	
	#navigation-our-firm-active {
		width: 58px;
		background: url(../images/navigation.png) no-repeat -48px -113px;	
	}
	
	#navigation-attorneys-normal {
		width: 81px;
		background: url(../images/navigation.png) no-repeat -109px -52px;	
	}
	
	#navigation-attorneys-active {
		width: 81px;
		background: url(../images/navigation.png) no-repeat -109px -113px;	
	}
	
	#navigation-practice-normal {
		width: 129px;
		background: url(../images/navigation.png) no-repeat -192px -52px;	
	}
	
	#navigation-practice-active {
		width: 129px;
		background: url(../images/navigation.png) no-repeat -192px -113px;	
	}
	
	#navigation-firm-news-normal {
		width: 79px;
		background: url(../images/navigation.png) no-repeat -325px -52px;	
	}
	
	#navigation-firm-news-active {
		width: 79px;
		background: url(../images/navigation.png) no-repeat -325px -113px;	
	}

	#navigation-legal-news-normal {
		width: 85px;
		background: url(../images/navigation.png) no-repeat -405px -52px;	
	}
	
	#navigation-legal-news-active {
		width: 85px;
		background: url(../images/navigation.png) no-repeat -405px -113px;	
	}
	
	#navigation-resources-normal {
		width: 80px;
		background: url(../images/navigation.png) no-repeat -495px -52px;	
	}
	
	#navigation-resources-active {
		width: 80px;
		background: url(../images/navigation.png) no-repeat -495px -113px;	
	}
	
	#navigation-contact-normal {
		width: 71px;
		background: url(../images/navigation.png) no-repeat -575px -52px;	
	}
	
	#navigation-contact-active {
		width: 71px;
		background: url(../images/navigation.png) no-repeat -575px -113px;	
	}

#slogan {
	position: relative;
	top: -15px;
	left: 5px;
}

#body-container {
	position: relative;
	top: -75px;
	width: 1005px;
}

#footer {
	width: 100%;
	height: 96px;
	background: #000000 url(../images/footer.png) no-repeat top center;
}

#footer span {
	display: block;
	text-align: center;
	color: gray;
	margin: 0 auto;
	font-size: 12px;
	position: relative;
	top: 60px;
}

#header, #slideshow-container, #nav-bg, #navigation, #body-container, #footer {
	margin: 0 auto;
}

a:link {
	color: #387cc8;
	text-decoration: none;
}

a:hover {
	color: #70adf2;
	text-decoration: underline;
}

a:active {
	color: #70adf2;
	text-decoration: none;	
}

a:visited {
	color: #70adf2;
	text-decoration: none;	
}

.large-letter {
	font-size: 34px;
	color: #000000;
	margin-right: 2px;
	line-height: 1.2;
}

#disclaimer {
	width: 1005px;
	height: 105px;
	margin: 0 auto;	
	margin-bottom: 10px;
	margin-top: 20px;
	text-align: center;
	clear: both;
}

#disclaimer img {
	margin-left: 30px;	
}

#disclaimer span {
	position: relative;
	top: -7px;
	display: inline-block;
	width: 700px;
	color: gray;
	margin-top: 6px;
	text-align: left;
	margin-left: 40px;
}

#left-content {
	width: 410px;
	float: left;	
	margin-top: 10px;
	margin-left: 90px;
}

#right-content {
	width: 450px;
	height: 200px;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
}

#our-firm-content {
	width: 600px;
	margin-top: 10px;
	margin: 0 auto;

}

#left-attorney-content {
	width: 600px;
	margin-top: 10px;
	margin: 0 auto;
}

#left-attorney-content a {
	margin-left: 10px;
	font-size: 16px;	
}

#left-individual-attorney-content {
	width: 410px;
	float: left;	
	margin-top: 10px;
	margin-left: 200px;
}

#right-attorney-content {
	width: 220px;
	margin-top: 60px;
	margin-left: 30px;
	float: left;
	font-size: 16px;
	text-align: center;
}

#right-attorney-content a {
	font-size: 16px;	
}

.sub-heading-individual {
	font-size: 16px;
	font-weight: bold;
	color: #1864b9;
	text-decoration: underline;
}
/************************************ HOMEPAGE default styles **/

#introduction-note {
	font-size: 16px;
	width: 410px;
	line-height: 1.6;
	text-align: justify;
	color: #717171;
}

#introduction-note-firm {
	font-size: 16px;
	width: 600px;
	line-height: 1.6;
	text-align: justify;
	color: #717171;
}

#homepage-heading {
	width: 410px;
	text-align: center;
}

#our-firm-heading {
	width: 600px;
	text-align: center;
}

#attorney-heading {
	width: 600px;
	text-align: center;
}

#news-heading {
	width: 440px;
	text-align: center;
}

#submit-button {
	border: 0;
	background: url(../images/submit.png) no-repeat;
	z-index: 9999;
	width: 29px;
	height: 31px;
	position: relative;
	left: 207px;
	top: -12px;
	cursor: pointer;
}