/* @override http://www.webdesign.gs/michaelbernstein/style/style.css */

body {
	margin: 0px;
	padding: 0px;
	background-image:url(../back3.jpg);
	background-repeat: repeat-x;
	background-color: black;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 12px;
	color:#333;
}

#wrapper {
	margin: 0px;
	padding: 0px;
	width: 761px;
}

#header {
	margin: 1px 0px 0px;
	padding: 0px;
	height: 107px;
}

#content {
	padding: 0px;
	background-color:#fff;
	min-height: 477px;
	font: 13px/18px "Trebuchet MS", Verdana, Lucida, sans-serif;
	color: #333;
}

p.first {
	color: black;
	font: italic bold 13px/24px Georgia, "Times New Roman", Times, serif;
}

#flash {
	padding: 0px;
	padding-left: 78px;
	background-image:url(../images/flash_bg.jpg);
	background-repeat: no-repeat;
	height: 490px;
	width: 467px;
	float: right;
	margin-top: -15px;
}

#footer {
	margin: 0px;
	padding: 20px;
	padding-bottom: 42px;
	background-color:#000;
	color:#fff;
	text-align: left;
	font-size: 11px;
}

#footer a{
	color:#fff;
	text-decoration: none;
}

#footer a:hover {
	color:#CC6600;
}

a{
	color: #CC6600;
	text-decoration: underline;
}

a:hover {
	color: #666666;
}

#content div h1 {
	font-family:"Times New Roman", Times, serif;
	color:#CC6600;
	font-size:24px;
}

h2 {
	font-family:"Times New Roman", Times, serif;
	color:#A76814;
	font-size:18px;
}

h4 {
	text-align: center;
	display: block;
	width: 175px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	border-top: 2px solid #b05f0b;
	border-bottom: 2px solid #b05f0b;
}

/* NEW NAVIGATION */

#nav {
	width: 765px;
	height: 30px;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav ul li {
	height: 29px;
	display: block;
	float: left;
}

#nav a {
	display: block;
	float: left;
	height: 29px;
	background-image:url(../images/bernstein-nav-sprites.jpg);
	text-indent: -9000px;
}

a#home
 {
	background-position: 0 0;
	width: 52px;
}

a#home:hover {
	background-position: 0 -29px;
}

a#practice {
	background-position: -52px 0;
	width: 97px;
}

a#practice:hover {
	background-position: -52px -29px;
}

a#michael {
	background-position: -149px 0;
	width: 117px;
}

a#michael:hover {
	background-position: -149px -29px;
}

a#recent {
	background-position: -266px 0;
	width: 97px;
}

a#recent:hover {
	background-position: -266px -29px;
}

a#current {
	background-position: -363px 0;
	width: 106px;
}

a#current:hover {
	background-position: -363px -29px;
}

a#testimonials {
	background-position: -469px 0;
	width: 88px;
}

a#testimonials:hover {
	background-position: -469px -29px;
}

a#mediation {
	background-position: -557px 0;
	width: 125px;
}

a#mediation:hover {
	background-position: -557px -29px;
}

a#contact {
	background-position: -682px 0;
	width: 83px;
}

a#contact:hover {
	background-position: -682px -29px;
}