html {
	background-color: #7b7670;
}
body {
	background-image: url('../images/bg.png');
	background-repeat: repeat-x;
	padding: 14px 0;
	text-align: left;
	font-size: 69%;
}
body.internal {
	background-image: url('../images/bg2.png');	
}
a {
	text-decoration: none;
}
#contact, #nav, #foot {
	font-size: 93%;
}
#contact {
	background-color: #f2c679;
	font-weight: bold;
	font-style: italic;
	text-align: right;
	padding-right: 45px;
	padding: 5px 45px 5px 0;
	text-transform: uppercase;
}
#largecaption {
	background-color: #f2c679;
	position: relative;
	width: 775px;
	height: 279px;
}
#largecaption img {
	position: absolute;
	top: 0px;
	bottom: 0px;
}
#largecap1 {
	z-index: 1;
}
#largecap2 {
	z-index: 0;
	visibility: hidden;
}
#largecap3 {
	z-index: 0;
	visibility: hidden;
}
#main {
	border: 1px solid #000;
	background-image: url('../images/contentbg.png');
	color: #555;
}
#main, #foot {
	width: 775px;
	margin: 0px auto;
}
h1 {
	color: #504b37;
	font-size: 167%;
	font-family: times;
	font-weight: normal;
}
h1, h2, h3 {
	text-transform: uppercase;
}
h2, h3 {
	color: #0071bc;
	margin: 10px 0px 10px 0;
}
#nav {
	background-color:#414141;
	text-align: center;
	text-transform: uppercase;
	border-left: 12px solid #0071bc;
	border-right: 14px solid #0071bc;
	padding: 0.5em 0;
}
#nav, #bottomnav {
	margin:0;
}
#nav li {
	margin: 0px;
}
#nav img {
	margin: 0px 5px 2px 5px;
	width: 5px;
	height: 5px;
}
#nav li, #bottomnav li {
	display: inline;
}
#nav a {
	color: #fff;
}
#nav a:hover, #bottomnav a:hover {
	color: #f2c679;
}
#bottomnav li {
	margin: 0px 10px;
	text-transform: uppercase;
}
#sidebar {
	width: 210px;
	margin: 0 20px;
	padding-top: 20px;
	float:left;
}
#sidebar a {
	color: #000;
	font-weight: bold;
}
#sidebar a:hover {
	color: #0071bc;
}
#sidecontact {
	background-color: #f2c679;
	margin-left: 10px;
	padding: 10px;
	color: rgb(0,38,80);
	margin-bottom: 10px;
}
#sidecontact a {
	font-weight: normal;
	color: rgb(0,38,80);
	text-decoration: underline;
}
#practiceareas li {
	list-style-image: url('../images/bullet.png');
}
#tools {
	margin-left: 30px;
	position: relative;
	height: 50px;
}
#tools a {
	position: absolute;
}
#print, #email, #bookmark {
	display: block;
}
#print {
	left: 0px;
	top: 1px;
	width: 23px;
	height:28px;
	background-image: url('../images/print.png');
}
#email {
	left: 40px;
	width: 32px;
	height:27px;
	background-image: url('../images/email.png');
}
#bookmark {
	left: 85px;
	width: 49px;
	height:27px;
	background-image: url('../images/bookmark.png');
}
#print:hover {
	background-image: url('../images/print-over.png');
}
#email:hover {
	background-image: url('../images/email-over.png');
}
#bookmark:hover {
	background-image: url('../images/bookmark-over.png');
}
#content {
	margin-right: 40px;
}
#copy {
	margin-left: 250px;
	line-height: 1.75em;
}
#mainfoot {
	clear: both;
	text-align: center;
	background-color:#414141;
	border-left: 12px solid #0071bc;
	border-right: 14px solid #0071bc;
}
#foot {
	padding-top: 10px;
	padding-left: 20px;
}
#foot, #foot a {
	color: #cac6bb;
}
#copyright {
	margin-left: 10px;
	margin-top: 10px;
}
#copyright a {
	font-weight: bold;
}

.highlight     { color: #333; background: #c3d2cf; padding:10px; margin-bottom:6px; }
/*****Contact Us Form  ****************************/
	#contactFormShortContainer { width: 375px; padding: 19px 0px 25px 17px; margin-left: 2px; font-size: 10px; border: 1px solid #999; background: #373737;}
		#contactFormShortContainer form { margin: 0px; }
		#contactFormShort input { margin-bottom: 7px; font-size: 10px; line-height: 11px; color: #000; padding: 3px }
		#contactFormShort input.input-field { width: 325px; border: 1px solid #999; }
		#contactFormShort textarea { padding: 3px; font-family: Verdana, Arial, Helvetica, sans-serif; width: 325px; height: 100px;  font-size: 10px; line-height: 11px; color: #000; border: 1px solid #9E9778; }
		#contactFormShort input.submitButton { margin: 10px 30px 0px 0px; float: right; background: #999; color:  #373737; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif;}
input.text, 
input.title,
textarea   { border: 1px #7F2525 solid; background: #FFF; width: 300px; padding:5px; font-size: .95em; }


