@charset "utf-8";
body {
	background: #000000 url(_img/WoodBG.jpg) no-repeat center top;
	padding: 0px;
	margin: 0px;
}
#container {
	margin: 0px auto;
	width: 850px;
	background: #FFFFFF url(_img/BG.jpg) repeat-y;
}
#header {
	height: 200px;
	width: 850px;
	margin: 0px;
	padding: 0px;
}
#content {
	padding: 0px 0px 30px;
	width: 790px;
	margin: 30px 30px 0px;
}
#content form {
	clear:none;
	float:left;
}
a img {
	text-decoration: none;
	border-style: none;
}
a {
	outline: none;
	color: #660000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	font: 300 0.9em "Times New Roman", Times, serif;
	text-align: justify;
}
h1 {
	padding: 0px;
	margin: 0px 0px 10px;
	font-size: 1.6em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	color: #660000;
	display: block;
}
h3 {
	margin: 0px 0px 10px;
	padding: 0px;
}
#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#nav {
	height: 70px;
	width: 850px;
	margin: 0px;
	padding: 0px;
	float: left;
	background: #333333 url(_img/NavBG.jpg) no-repeat;
}
#nav li {
	font: bold 19px "Times New Roman", Times, serif;
	margin: 0px;
	float: left;
	padding: 0;
}

/* Navigation */

#nav li a.NavAbout {
	text-decoration: none;
	outline: none;
	margin: 0;
	display: block;
	padding: 0px;
	background: url(_img/Nav.jpg) no-repeat 0px top;
	height: 70px;
	width: 170px;
	text-indent: -9999px;
}
#nav li a.NavAbout:hover {
	background: url(_img/Nav.jpg) no-repeat 0px bottom;
	margin: 0px;
	padding: 0px;
}

#nav li a.NavLawyers {
	text-decoration: none;
	outline: none;
	margin: 0;
	display: block;
	padding: 0px;
	background: url(_img/Nav.jpg) no-repeat -170px top;
	height: 70px;
	width: 166px;
	text-indent: -9999px;
}
#nav li a.NavLawyers:hover {
	background: url(_img/Nav.jpg) no-repeat -170px bottom;
	margin: 0px;
	padding: 0px;
}

#nav li a.NavServices {
	text-decoration: none;
	outline: none;
	margin: 0;
	display: block;
	padding: 0px;
	background: url(_img/Nav.jpg) no-repeat -336px top;
	height: 70px;
	width: 178px;
	text-indent: -9999px;
}
#nav li a.NavServices:hover {
	background: url(_img/Nav.jpg) no-repeat -336px bottom;
	margin: 0px;
	padding: 0px;
}




#nav li a.NavNews {
	text-decoration: none;
	outline: none;
	margin: 0;
	display: block;
	padding: 0px;
	background: url(_img/Nav.jpg) no-repeat -514px top;
	height: 70px;
	width: 166px;
	text-indent: -9999px;
}
#nav li a.NavNews:hover {
	background: url(_img/Nav.jpg) no-repeat -514px bottom;
	margin: 0px;
	padding: 0px;
}

#nav li a.NavContact {
	text-decoration: none;
	outline: none;
	margin: 0;
	display: block;
	padding: 0px;
	background: url(_img/Nav.jpg) no-repeat -680px top;
	height: 70px;
	width: 170px;
	text-indent: -9999px;
}
#nav li a.NavContact:hover {
	background: url(_img/Nav.jpg) no-repeat -680px bottom;
	margin: 0px;
	padding: 0px;
}







.NavSecondLine {
	font: 300 normal 12px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
	letter-spacing: 1px;
	margin-top: -3px;
	margin-left: 0px;
	padding: 0px;
}
#footer {
	background: url(_img/Footer.gif) no-repeat center top;
	margin: 0px auto;
	height: 70px;
	width: 850px;
	clear: both;
	text-align: center;
	padding-top: 10px;
	float: none;
}
#footer p {
	clear: both;
	margin: 0px;
	padding: 0px;
	font: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
}
#footer a {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	margin-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#footer a:hover {
	text-decoration: underline;
}
.AlignLeft {
	float: left;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	border: 1px solid #FFFFFF;
	display: block;
}
.AlignRight {
	float: right;
	padding: 0px;
	margin: 0px 0px 0px 20px;
	border: 1px solid #FFFFFF;
	display: block;
}
.Center {
	text-align: center;
}
#contactForm {
	width: 800px;
	float: left;
	margin: 0px;
	padding: 0px;
	font-size: .8em;
}
#contentFooter {
	clear: both;
	float: none;
	width: 850px;
}
#Confirmation {
	width: 800px;
	font-size: 2em;
	font-weight: bold;
	color: #600001;
	text-align: center;
}
iframe {
	border: 1px solid #FFFFFF;
}
.errText {
	font-size:12px;
	color:#FF0000;
}

