/**
 * Stylesheet
 *
 * Copyright Fusionary Media, 2004
 */


/* begin styles to "normalize" elements accross browsers */
body, div, ul, li, td, h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

div, span, img, form, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: 0px;
}
/* end of "normalizing" styles */ 


body{
	background: #BAB894 url(../images/bg_main.gif) 0 0 repeat-y;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #231F20;
}

h1{
	font-size: 21px;
	color: #000;
	margin:10px 0px 0px;
	font-weight: normal;
}

h2{
	font-size: 14px;
	margin:10px 0px 0px;
	color: #5B5600;
}

p {
	padding:5px 0px 5px 0px;
	margin:0px 0px 5px 0px;
}


td{
	vertical-align: top;
}

a:link{color: #6D98B4;}
a:visited{color: #6D98B4;}
a:hover{color: #004264;}
a:active{color: #004264;}

hr {
	border: 0;
	width: 100%;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	margin: 0px;
	padding: 0px;
}

.clr {
	clear: both;
	height: 0px;
}
.clearfix:after { /*http://positioniseverything.net/easyclearing.html*/
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Content management block below footer */
#scms-admin {
	margin-top: 10px;
	background: #ccc; /* #316698 */;
	border: 1px solid #999;
	
	font-size: 11px;
	text-align: center;
	padding-top: 20px;
	/* border-bottom: 1px solid #4D4D4D; */
	position: relative;
}
#scms-admin a { color: black; }

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


#container{
	width: 725px;
	margin: 0px 0px 0px 20px;
}

#sidebar{
	width: 172px;
	float: left;
}
	#sidebar h1 {
		margin: 0px;
		padding-bottom: 30px;
	}
		#sidebar h1 a {
		background: transparent url(../images/bg_logo.gif) 0 0 no-repeat;
		display: block;
		height: 106px;
		color: #F3F3F3;
		padding: 106px 0px 0px 0px; 
		height: 0px !important;
		height /**/:106px;
		overflow:hidden;
		font-size: 1px;
		}
	#sidebar h2{
		color: #231F20;
		margin: 5px 10px;
	}
	#sidebar ul{
		margin: 20px 10px 0px 0px;
		padding: 0px;
		list-style: none;
		text-align: right;
	}
	#sidebar li{
	}
	#sidebar ul a:link, #sidebar ul a:visited{
		color: #004264;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		text-decoration: none;
		padding-right: 12px;
	}
	#sidebar ul a:hover, #sidebar ul a:active{
		color: #EAD4AB;
		background: transparent url(../images/sidebar_nav_bullet.gif) 100% 100% no-repeat;
	}


#main{
	float:left;
	width: 552px;
	margin: 0px;
}

/*HEADER */
#header{
	height:146px;
	background: transparent url(../images/bg_header.gif) 0 -1px no-repeat;
	padding-top: 1px;
}
	#nav-main{
		width: 443px;
		height: 134px;
		float: left;
	}
	#nav-main ul{
		margin: -1px 0px 0px 0px;
		padding: 0px;
		list-style: none;
		position: relative;
	}
		#about a,
		#services a,
		#attorneys a,
		#work a
		{
			background: transparent url(../images/nav_pics.jpg) 0 0 no-repeat;
			display: block;
			height: 133px;
			color: #8EB5C4;
			font-weight: bold;
			font-size: 11px;
			padding: 133px 0px 0px 0px;
			border-top: 1px solid #004264; 
			height: 0px !important;
			height /**/:133px;
			overflow:hidden;
			position: absolute;
			top: 0px;
			text-decoration: none;
		}
		#about a{
			width: 111px;
			left: 0px;
			background-position: 0 0;
		}
		#services a{
			width: 111px;
			left: 111px;
			background-position: -111px 0;
		}
		#attorneys a{
			width: 111px;
			left: 222px;
			background-position: -222px 0;
		}
		#work a{
			width: 110px;
			left: 333px;
			background-position: -333px 0;
		}
		#about a:hover, body.about #about a{
			background-position: 0 -106px; color: #fff;
		}
		#services a:hover, body.services #services a{
			background-position: -111px -106px; color: #fff;
		}
		#attorneys a:hover, body.attorneys #attorneys a{
			background-position: -222px -106px; color: #fff;
		}
		#work a:hover, body.work #work a{
			background-position: -333px -106px; color: #fff;
		}
		#about a span,
		#services a span,
		#attorneys a span,
		#work a span
		{
			background: transparent url(../images/nav_main_btns.gif) 0 0 no-repeat;
			display: block;
			height: 23px;
			width: 106px;
			position: absolute;
			top: 105px;
			left: 0px;
			cursor: hand;
			text-align: right;
			padding: 5px 5px 0 0;
		}
		#about a span{
			background-position: 0 0;
		}
		#services a span{
			background-position: -111px 0;
		}
		#attorneys a span{
			background-position: -222px 0;
		}
		#work a span{
			background-position: -333px 0;
		}
		#about a:hover span, body.about #about a span{
			background-position: 0 -28px;
		}
		#services a:hover span, body.services #services a span{
			background-position: -111px -28px;
		}
		#attorneys a:hover span, body.attorneys #attorneys a span{
			background-position: -222px -28px;
		}
		#work a:hover span, body.work #work a span{
			background-position: -333px -28px;
		}

	#nav-side{
		background: #6D98B4 url(../images/nav_side.gif) 0 0 no-repeat;
		width: 109px;
		height: 134px;
		float: left;
		margin: -1px 0px 0px 0px;
		padding: 0px;
		list-style: none;
		position: relative;
	}
		#nav-side a{
			display: block;
			height: 26px;
			width: 104px;
			padding: 0px 0px 0px 5px; 
			margin: 0px;
			position: absolute;
			color: #DBD0BC;
			font-weight: bold;
			font-size: 11px;
			line-height: 26px;
			text-decoration: none;
		}
		#home a{
			top: 26px;
		}
		#contact a{
			top: 53px;
		}
		#sitemap a{
			top: 80px;
		}
		#home a:hover{
			background: #D7B36A url(../images/bg_sidenav_btn.jpg) 0 0 no-repeat;
			color: #fff;
		}
		#contact a:hover{
			background: #D7B36A url(../images/bg_sidenav_btn.jpg) 0 0 no-repeat;
			color: #fff;
		}
		#sitemap a:hover{
			background: #D7B36A url(../images/bg_sidenav_btn.jpg) 0 0 no-repeat;
			color: #fff;
		}













#content{
	margin: 0px 20px 20px 50px;
}
	#hdr-welcome, #hdr-choosinganattorney{
		display: block;
		height: 50px;
		color: #F3F3F3;
		padding: 50px 0px 0px 0px; 
		height: 0px !important;
		height /**/:50px;
		overflow:hidden;
		font-size: 1px;
		margin-left: -30px;
	}
	#hdr-welcome{background: transparent url(../images/hdr_welcometo.gif) 0 0 no-repeat;}
	#hdr-choosinganattorney{background: transparent url(../images/hdr_choosinganattorney.gif) 0 0 no-repeat;}

	.profile-pic{
	 	float:left; 
		padding: 4px; 
		border: 1px solid #DCD7CC;
		 margin: 0px 15px 15px 0;
	}
	.definition{
		background: #EEE3D2;
		border: 4px double #C9BDA6;
		padding: 10px;
		margin: 10px;
		font-style: italic;
		line-height: 1.5em;
	}


#footer{
	text-align: center;
	background: transparent url(../images/bg_footer.jpg) top center no-repeat;
	padding-top: 10px;
}
	#footer p{
		margin: 0px;
		padding: 5px 0px;
	}










