body {
	background: #222222 url(../images/body-bg.jpg) top center repeat-x;
  color: #5b5b5b;
	font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 11pt;
  margin: 0;
  padding: 0;
	text-align: center;
}

a {
	color: #5f6131;
	outline: none;
}

a:hover {
	color: #828800;
}

#BG {
	background: #ffffff url(../images/body-bg.jpg) top center repeat-x;
}

#Main {
	background: transparent url(../images/main-bg.jpg) top center no-repeat;
	margin: auto;
	width: 1048px;
}

#Header {
	height: 67px;
}

#Header h1 {
	float: left;
	margin:0;
	padding:0;
}

#Header h1 a {
	display: block;
	height: 67px;
	overflow: hidden;
	text-indent: -9999px;
	width: 450px;
}

#Header p {
	float: right;
	margin:0;
	overflow: hidden;
	padding:0;
	text-indent: -9999px;
	width: 500px;
}

#Nav {
	background: transparent url(../images/nav-bg.png) top center no-repeat;
	clear: left;
	height: 232px;
	text-align: left;
}

#NavImg {
	float: left;
	width: 550px;
}

#ImgPad {
	padding: 19px 0 0 99px;
}

#NavImg img {
	padding: 5px 0 0 5px;
	/*width: 450px;
	height: 191px;*/
}

#NavLinks {
	float: left;
	margin-top: 147px;
	width: 424px;
}

#NavLinks ul, #NavLinks li {
	display: inline;
	float: left;
	margin:0;
	padding:0;
}

#NavLinks li a {
	color: #ffffff;
	display: block;
	float: left;
	font-size: 13px;
	/*height: 31px;*/
	padding: 8px 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

#NavLinks li a:hover {
	color: #7f822f;
}

#NavLinks a#PracticeAreas {
	width: 149px;
}

#NavLinks a#Consultation {
	width: 275px;
}

#Content {
	background: transparent url(../images/content-bg.jpg) top center repeat-y;
	clear: left;
}

#LeftCol, #RightCol {
	float: left;
	text-align: left;
}

#LeftCol {
	width: 699px;
}

#LeftColPad {
	padding: 20px 47px 25px 120px;
}

#LeftColPad h1 {
	color: #5f6131;
	font-size: 25px;
	font-weight: normal;
	margin: 0 0 20px 0;
}

#LeftColPad h2 {
	font-weight: normal;
	margin-top: -15px;
}

#RightCol {
	margin: -40px 0 0 0;
	width: 275px;
}

#RightCol ul {
	color: #ffffff;
	list-style-type: none;
	margin:0;
	padding:0;
}

#RightCol ul a {
	background-color: #747642;
	color: #ffffff;
	display: block;
	padding: 4px 0 4px 20px;
}

#RightCol ul li {
	margin-bottom: 2px;
}

#RightCol ul li ul a {
	background-color: #696b37;
	padding-left: 40px;
}

#RightCol ul a:hover {
	background-color: #959757;
}

#RightCol ul a.highlight:hover {
	background-color: #747642;
}

#RightCol ul a.highlight {
	background-color: #a7aa51;
	font-size: 20px;
	text-decoration: none;
}

#RightCol ul a.muted {
	background-color: #959757;
}

#RightCol ul a.muted:hover {
	background-color: #b5b77c;
}

#sidebar {
	padding: 25px 15px;
}

#Footer {
	background: #222222 url(../images/footer.gif) top center no-repeat;
}

#Footer p {
	margin: 45px 0 5px 0;
}

#Footer p.credits, #Footer .credits a {
	color: #414141;
	font-size: 10px;
	margin: 0 0 40px 0;
}

.navigation {
	display: block;
}

.post {
	margin-top: 30px;
}

.clear {
	clear: both;
}

.notice {
	color: #006600;
	background: #d9efbe url(../images/message_icons/check.gif) left center no-repeat;
}

.message {
	color: #666666;
	background: #FFFFCC url(../images/message_icons/warning_icon.gif) left center no-repeat;
}

.error {
	color: #FFFFFF;
	border: 2px solid #962512;
	background: #d0422b url(../images/message_icons/error-icon.gif) left center no-repeat;
	font-weight: bold;
}

.notice, .message, .error {
	background-position: 10px 10px;
	line-height: 24px;
	padding: 5px 10px 5px 35px;
	margin-bottom: 5px;
}
