/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #143200 url(images/bg-site.jpg);
	font: 12px Arial, Helvetica, sans-serif;
	color: #4e492d;
}

/* Sets the margin and padding to zero */
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, h7, form, input, p, fieldset, address, blockquote, th, td {
	 margin: 0;
	 padding: 0;
	 text-align: left;  /* Not necessary if not using text-align center in body tag for older IE browsers. */
}

/* Removes borders for images and fieldsets */
img, fieldset {
	border: 0;
}

/* Removes borders for tables and table cells */
table, td {
	border-collapse: collapse;
	vertical-align: top;
}

/* Styles h1, h2, h3, h4, h5 tags */
h1, h2, h3, h4, h5, h6, h7 {
	padding-top: 10px;
	margin: 0px 15px 10px 34px;
}
h1 {
	border-bottom: 1px dotted #999;
	color: #4e492d;
	text-transform: uppercase;
	font: normal 20px "Lucida Bright", Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	color: #286103;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	color: #286103;
}
h4 { font-size: 12px;
	font-weight: bold;
	color: #4e492d;
}
h5 { font-size: 11px;
	font-weight: bold;
	color: #286103;
}
h6 { font-size: 10px;
	font-weight: bold;
	color: #286103;
}

/* Sets the line-height for the p, td, and address tags */
p {
	line-height: 17px;
	margin: 5px 15px 10px 34px;
}

td {
	line-height: 18px;
}

address {
	line-height: 14px;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}
	
/* Styles A links */
a:link { 
	color: #286103; 
}
a:visited {
	color: #409904;
	}
a:hover, a:focus { 
	color: #4e492d; 
}
a:active { 
	color: #4e492d;
	text-decoration: none; 
}
	
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* Styles the DIV that serves as the container for the layout. Setting the left and right margins to auto will center DIV. */
div#container {
	width: 799px;
	margin: 0px auto;
}

/* Styles the DIV that serves as the container for the layout background. */
div#layout {
	width: 799px;
	margin: 0px auto;
	background: #fff;
}

/* Styles the DIV that serves as the bottom for the layout */
div#btm {
	width: 799px;
	height: 14px;
	margin: 0px auto;
	background: #fff;
	clear: both;
}

/* Creates DIV container for headerhome. */
div#header {
	background: url(images/bg-headerhome.jpg) no-repeat left bottom;
	width: 799px;
	margin: 0px auto;
	height: 278px;
	position: relative;
}


div#video {
position:absolute;
top:215px;
left:429px;
z-index: 1;
}

/* Creates DIV container for sidebar content */ 
div#sidebar {
	background: #fef9db url(images/bg-sidebar.jpg) no-repeat left bottom;
	color: #4e492d;
	width: 280px;
	float: left;
	padding: 15px 0px 20px;
}
div#sidebar address {
	padding: 10px 40px 10px;
}
div#sidebar p {
	line-height: 11px;
	margin: 0;
}

/* Creates DIV container for main content */ 
div#content {
	background: url(images/bg-contentintro.jpg) no-repeat left top;
	width: 519px;
	float: right;
	padding: 0px 0px 10px 0px;
}

div#content ul {
	line-height: 17px;
}
div#content ul {
	margin: 5px 15px 10px 50px;
}
div#content ul li {
	padding-left: 0px;	
}
div#containertools {
	margin: 0 19px 0 34px;
	float: left;
	width: 466px;
	padding: 5px 0 4px;
	border: 1px dotted #999;
	border-left: none;
	border-right: none;
	display: inline;
}

/* Creates DIV container for animation */ 
div#animation {
	background: #fef9db url(images/bg-animation.jpg) no-repeat;
	width: 500px;
	height: 135px;
	margin: 0px 0px 0px 13px;
	*margin: 0px 0px 0px 8px;
	_margin: 0px 0px 0px 8px;
	padding: 0px;
}

/* ----------------- CUSTOM IDs ----------------- */  

/* Creates DIV to set back to top link */
p#back {
	margin: 5px 15px;
	text-align: right;
	font-weight: bold;
	font-size: 10px;
	clear: both;
}
p#back a {
	text-align: right;
}

/* Creates content for headers. */
img#logo {
	position: absolute;
	top: 45px;
	left: -19px;
}
img#cta {
	position: absolute;
	top: 0px;
	left: 322px;
}
p#tagline {
	font: bold 11px Arial, Helvetica, sans-serif;
	position: absolute;
	top: 175px;
	left: 445px;
	color: #337c04;
}
p#audio {
	font: 11px Tahoma, Verdana, Geneva, sans-serif;
	position: absolute;
	top: 193px;
	left: 445px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 3px;
	background: url(images/bg-audiolink.gif) no-repeat;
	padding: 2px 0px 4px 25px;
}
p#audio a {
	color: #fff;
	text-decoration: none;
}

/* Creates link for In the News page. */
a#newsanchor {
	margin:10px 0 30px;
	padding:2px 15px 2px 43px;
	color: #4e492d;
	font-size:11px;
	font-weight: bold;
	text-transform:uppercase;
	text-decoration: none;
	display: block;
	background:url(images/bg-newsanchor.gif) no-repeat right bottom;
	width: 205px;
}
a#newsanchor:hover, a#newsanchor:active , a#newsanchor.active, a#newsanchor.active:link, a#newsanchor.active:visited, a#newsanchor.active:hover, a#newsanchor.active:active {
	color: #409904;
}

/* Creates DIVs for photos with captions */
div#rtimg {
	float: right;
	padding: 15px;
	background: #FEF9DB none repeat scroll 0 0;
	border: 1px solid #DCD6B5;
	margin: 10px 15px 15px;
	font-size: 9px;
}
div#lft {
	float: left;
    padding: 15px;
	background: #FEF9DB none repeat scroll 0 0;
	border: 1px solid #DCD6B5;
	margin: 10px 15px 15px;
	font-size: 9px;
}

/* Styles DIV container for Google map */
div#map {
	border: 1px solid #c9c7c9;
	text-align: center;
	margin: 5px auto 5px;
	width: 638px;
}

/* Styles DIY frames in Plus sites */
#iframe {
	margin: 0;
	width: 500px;
	clear: both;
}
#iframeemail {
	margin: -50px 0px 0px 10px;
	width: 260px;
	clear: both;
}

/* Creates DIV container for footer content */ 
div#footer {
	background: #143200 url(images/bg-footer.jpg) no-repeat;
	font-size: 10px;
	width: 699px;
	margin: 0px auto;
	text-align: left;
	padding: 0px 50px 10px;
	color: #fef9db;
	position: relative;
}
div#footer a:link, div#footer a:visited {
	text-decoration: none;
	color: #fef9db;
}
div#footer a:hover, div#footer a:active {
	text-decoration: none;
	color: #48a705;
}
div#footer img {
	float: right;
	margin-top: 0px;
}
div#footer p {
	line-height: 16px;
	margin: 5px 50px 10px 0px;
}

img#logolower {
	position: absolute;
	top: -15px;
	left: 710px;
}

/* Creates DIV container for sub-navigation */
div#subnav {
	font-size: 11px;
	margin: 0px auto;
	padding: 10px 0px 5px;
}
div#subnav a {
	font-weight: bold;
}

/* Creates DIV container for copyright statement */
div#copyright {
	font-size: 9px;
	margin: 0px auto;
	padding: 5px 0px 10px;
	color: #48a705;
}
div#copyright img {
	margin-top: -25px;
}

div#copyright a:link, div#copyright a:visited {
	text-decoration: none;
	color: #48a705;
}
div#copyright a:hover, div#copyright a:active {
	text-decoration: none;
	color: #fef9db;
}

/* ----------------- MAIN NAVIGATION ----------------- */

/* Apply the ul#mainnav style to our entire <ul>.*/

/* Sets a background color and width for our navigation box. Removes all default margins and padding. */
ul#mainnav {
	font: 11px Tahoma, Verdana, Geneva, Arial, sans-serif;
	background: #635D41 url(images/bg-mainnavintro.jpg) repeat-x;
	width: 799px;
	height: 65px;
	padding: 0;
	margin: 0;
}

/* Removes the default bullets. */
ul#mainnav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
	float: left;
}

/* Styles our links. Setting the display to block ensures our links will stack back on top of one another as block level elements. The width sets the "hit" area of the links.  */
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #fff;
	display: block;
	padding: 0;
	height: 49px;
	text-indent: -1500px;
	text-decoration: none;
}

/* Creates our hover status and current custom class. Be sure to apply .current to each applicable a tag on individual pages. */
ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	background: #9c946a;
	color: #fff;
	width: auto;
}

/* Creates our individual links */
ul#mainnav li a#home {
	background: url(images/bg-home.gif) no-repeat;
	width: 137px;
}
ul#mainnav li a#approach {
	background: url(images/bg-myapproach.gif) no-repeat;
	width: 131px;
}
ul#mainnav li a#attorney {
	background: url(images/bg-attorney.gif) no-repeat;
	width: 132px;
}
ul#mainnav li a#practice {
	background: url(images/bg-practiceareas.gif) no-repeat;
	width: 130px;
}
ul#mainnav li a#resources {
	background: url(images/bg-resources.gif) no-repeat;
	width: 131px;
}
ul#mainnav li a#contact {
	background: url(images/bg-contact.gif) no-repeat;
	width: 138px;
}

/* Creates our hover and current status for each link */
ul#mainnav li a#home:hover, ul#mainnav li a#home.current:link, ul#mainnav li a#home.current:visited {
	background: url(images/bg-homehover.gif) no-repeat;	
}
ul#mainnav li a#approach:hover, ul#mainnav li a#approach.current:link, ul#mainnav li a#approach.current:visited {
	background: url(images/bg-myapproachhover.gif) no-repeat;	
}
ul#mainnav li a#attorney:hover, ul#mainnav li a#attorney.current:link, ul#mainnav li a#attorney.current:visited  {
	background: url(images/bg-attorneyhover.gif) no-repeat;	
}
ul#mainnav li a#practice:hover, ul#mainnav li a#practice.current:link, ul#mainnav li a#practice.current:visited  {
	background: url(images/bg-practiceareashover.gif) no-repeat;
}
ul#mainnav li a#resources:hover, ul#mainnav li a#resources.current:link, ul#mainnav li a#resources.current:visited  {
	background: url(images/bg-resourceshover.gif) no-repeat;	
}
ul#mainnav li a#contact:hover, ul#mainnav li a#contact.current:link, ul#mainnav li a#contact.current:visited  {
	background: url(images/bg-contacthover.gif) no-repeat;
}

/* ----------------- SIDEBAR NAVIGATION ----------------- */

/* Apply the ul#mainnav style to our entire <ul>.*/

/* Sets a background color and width for our navigation box. Removes all default margins and padding. */
ul#practicenav {
	font: bold 11px Arial, Geneva, Tahoma, Verdana, sans-serif;
	width: 250px;
	padding: 15px 0 0 30px;
}

/* Removes the default bullets. */
ul#practicenav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
}

/* Styles our links. Setting the display to block ensures our links will stack back on top of one another as block level elements. The width sets the "hit" area of the links.  */
ul#practicenav li a:link, ul#practicenav li a:visited, ul#practicenav li a:active {
	background: url(images/bg-bullet.gif) 0 4px no-repeat;
	display: block;
	padding: 0px 0px 7px 15px;
	text-decoration: none;
	width: 235px;
	color: #4e492d
}

/* Creates our hover status and our current custom class. Be sure to apply .current to each applicable a tag on individual pages. */ 
ul#practicenav li a:hover, ul#practicenav li a.current:link, ul#practicenav a.current:visited {
	background: url(images/bg-bullet-hover.gif) no-repeat 0 4px;
	color: #409904;
	width: auto;
}


/* ----------------- ADDITIONAL CLASSES and DIVs ------------------ */
img.rt {
	float: right;
	padding: 15px;
	background: #FEF9DB none repeat scroll 0 0;
	border: 1px solid #DCD6B5;
	margin: 10px 15px 15px;
}
img.lft {
	float: left;
    padding: 15px;
	background: #FEF9DB none repeat scroll 0 0;
	border: 1px solid #DCD6B5;
	margin: 10px 15px 15px;
}
img.lftborder {
	border: 1px solid #7f7f7f;
	float: left;
	margin: 10px 0px 5px 20px;
}
img.ctrborder {
	text-align: center;
	padding: 15px;
	background: #FEF9DB none repeat scroll 0 0;
	border: 1px solid #DCD6B5;
	margin: 15px 0 15px 0px;
}
img.ctr {
	text-align: center;
	margin: 5px auto;
}

/* Class to stop items from floating right or left */
.clear {
	clear: both;
}

/* Class to center text and images */
.center {
	text-align: center;
}

/* Class to create textboxes */
.callout {
	padding: 10px;
	background: #fef9db;
	border: 1px solid #dcd6b5;
	margin-bottom: 10px;
}

/* Class to note text that is smaller than page text */
.note {
	font-size: 10px;
}

/* Class to underlinetext */
.addunderline {
	text-decoration: underline;
}

/* Class to underlinetext */
.credits {
	text-indent: -20px;
	margin-left: 54px;
}
