body {
	background: #000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	padding: 0;
	margin: 0;
	font-size: 10pt;
}

div#container {
	width: 955px;
	margin: 0 auto;
}

div#header.inside  {
	background: transparent url(../img/home-head-bg.jpg) 0 0 no-repeat;
	height: 93px;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}

div#header{
	background: transparent url(../img/inside-head-bg.jpg) 0 -15px no-repeat;
	height: 190px;/*height: 167px;*/
	padding: 0px;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;

}

h1#logo-sm {
	margin: 0px;
}

h1#logo-inside {
	margin: 0px;
}

h1#logo-inside a {
	/*width: 360px;
	height: 131px;
	background: transparent url(../img/wh-logo-inside.jpg) 0 0 no-repeat;*/
	display: block;
	text-indent: -99999px;
	overflow: hidden;
}

h1#logo-sm a {
	/*width: 360px;
	height: 91px;
	background: transparent url(../img/wh-logo.jpg) 0 0 no-repeat;*/
	display: block;
	text-indent: -99999px;
	overflow: hidden;
}

div.navarea {
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}


/* Top Main Nav ----------------- 

ul#nav {
	list-style-type: none;
	height: 39px;
	background: transparent url(../img/nav-bg.png) 0 0 repeat-x;
	margin: 0;
	padding:0;
	
}

ul#nav li {
	float: left;
	background: transparent url(../img/nav-separator.png) top right no-repeat;
	height: 36px;
	padding: 8px 18px 0 18px;
}

ul#nav li.last {
	background: none;
}

ul#nav li a {
	color: #fff;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-decoration: none;
}
*/


/* Footer Nav -------------------- */


ul#footnav {
	list-style-type: none;
	height: 25px;
	margin: 0;
	padding:0;
	
}

ul#footnav li {
	float: right;
	padding: 0 20px 0 0;
}

ul#footnav li.last {
	background: none;
}

ul#footnav li a {
	color: #fff;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-decoration: none;
}




div#home {
	padding: 10px 20px 10px 504px;
	/*height: 504px;*/
	height: 348px;
	/*background: transparent url(../img/home-small.jpg) 0 0 no-repeat;*/
	background: transparent url(../img/home-small2.jpg) 0 0 no-repeat;
}

div#home h2 {
	margin-top: 0;
	color: #fff;
	font-style: italic;
	font-family: Georgia, Serif;
	font-weight: normal;
}

h3.areas {
	font-family: Georgia, serif;
	color: #fff;
	height: 28px;
	/*background: transparent url(../img/areas-of-practice.png) 0 0 no-repeat;*/
	font-size: 1.5em;
	font-weight: normal;
	padding: 5px;
	margin-bottom: 0px;
}

div#home div.col_left ul.homelist a {
	/*list-style-image: url(../img/wt-bullet.png);*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size: 1.12em;
	color: #fff;
	margin-top: 5px;
	background-image: url(../img/wt-bullet.png);
}

div#home div.col_left ul.homelist a:hover { color:#fac752;  }

div#home div.col_left ul.homelist li a {
	margin: 2px 0;
}

div#right {
	width: 192px;

	float: right;
	margin: 0px 3px 0 0;
	padding: 10px 13px;
}

img.office {
	margin-left: -8px;
}

/* bottom or page with rounded corners ------ */
div#round-end {
	background: #fff url(../img/inside-bottom-bg.png) bottom left no-repeat;
	height: 15px;
	width: 958px;
	margin: 0;
	clear: left;
	clear: right;
}

div#inside {
	background: #fff url(../img/inside-bg.png) top right repeat-y;
	padding-bottom: 15px;
	border-top: none;
	margin-bottom: -1px;
	display: block;
	clear: both;
}

div#content {
	width: 720px;
	padding: 3px 3px 0 3px;

}

div#content h1 {
	font-weight: lighter;
	color: #b05b2a;
	font-size: 2.3em;
	margin-top: 0;
	
}

div#content h2 {
	font-weight: normal;
	font-family: Georgia;
	font-variant: small-caps;
	color: #978f77;
	font-size: 1.5em;
	
}

div#content h3 {
	font-weight: bolder;
	color: #686252;
	font-size: 1.3em;
	
}

div#content h4 {
	font-weight: bolder;
	font-family: Georgia;
	text-transform:uppercase;
	color: #b05b2a;
	font-size: 1em;
	
}

div#content h2 span.first {
	font-size: 1.3em;
}

p.intro {
	color: #b05b2a;
	font-family: Georgia, Serif;
	font-style: italic;
	font-size: 1.5em;
	padding: 15px 20px;
	background-color: #e1ded6;
	margin-top: 0;
}



div#content div.col_left h2 {
	font-weight: normal;
	font-family: Georgia;
	text-transform:none;
	text-decoration: none;
	border-bottom: 1px solid #686252; 
	color: #b05b2a;
	font-size: 1em;
	
}



img.left { float: left; margin-right: 10px; }
/*
div.clear {
	height: 1px;
	clear: left;
}
*/
div.clear { clear: both; height: 1px; overflow: hidden; }


 Columns ------ 


div.col-75 {
	width: 73.5%;
	float: left;
	padding-right: 5px;
}

div.col-25 {
	width: 24.5%;
	float: left;
}

div#main {
	width: 500px;
	padding: 10px;
	margin-left: 185px;
}

div#left-sub {
	width: 160px;
	margin: 5px;
	float: left;
}


div.col_left {
	width: 150px;
	float: left;
	padding: 0 15px;
}

div.col_right {
	width: 500px;
	float: left;
	padding: 0 20px 0 10px;
}

div.col_single {
	width: 530px;
	margin: 0 auto;
}


.col_left ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	/*margin-top: 75px;*/
}

/*.col_left ul li,*/ .col_left ul li a {
	color: #686252;
	font-style: italic;
	font-family: Georgia, Serif;
	text-decoration: none;
	list-style-type: none;
	
	background:transparent url(../img/bullets.gif) no-repeat scroll 0px 7px;
	display:block;
	padding:5px 0pt 5px 15px;
	
	
}

.col_left ul li a:hover { color: #b05b2a;}




ul.no-bullet {
	list-style-type: none;
	margin-top: 75px;
}

ul.no-bullet li {
	color: #686252;
	font-style: italic;
	font-family: Georgia, Serif;
	margin: 12px 0;
}

p.date {
	font-size: 0.9em;
	color: #aea89c;
	margin-top: 3px;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #aea89c;
	border-top: 1px solid #aea89c;
}

h3.orange {
	font-size: 0.9em;
	font-weight: normal;
	color: #f58f4d;
	margin-bottom: 0;
}

p.phone {
	color: #fff;
	font-size: 0.95em;
	margin-top: 3px;
}

p.email {
	margin-top: 3px;
	font-size: 0.9em;
}

p.email a {
	color: #fff;
	text-decoration: underline;
}
