
/* ----------------------------------------- start reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1.2;
	color: black;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* ----------------------------------------- end reset */


body {
	margin: 0;
	background: #8c9fad url(images/bg.gif) repeat-x;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	}
	
html {
    height: 100%;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 840px;
	min-width: 840px;
	text-align: left;
}

#header {
	margin: 0;
	padding: 0;
	height: 119px;
}

#logo {
	float: left;
}

#phone {
	float: right;
	text-align: center;
	width: 544px;
	height: 89px;
	position: relative;
	top: 34px
}

#teaserWrap {
	margin-bottom: 5px;
}

.video {
	width: 320px;
	float: left;
}

#teaser {
	width: 505px;
	height: 218px;
	float: right;
	background: url(images/teaser.jpg);
}

#teaser h2 {
	font-size: 14px;
	color: #fff;
	margin: 10px 0 0 0;
	width: 425px;
	float: right;
}

#teaser p {
	margin: 10px;
	color: #fff;
	width: 375px;
	float: right;
}
	
#content {
	background: #333;
	padding: 5px;
	}
	
#mainCol {
	float: right;
	width: 575px;
	background: #fff;
	}
	
#mainCol p {
	margin: 10px;
	}

#secondaryCol {
	float: left;
	width: 250px;
	}
	
.share {
	margin: 10px;
	text-align: center;
}

.container {
	background: url(images/sec-cont-bg.gif) repeat-x;
	padding: 10px;
}

#footer {
	background: #8c7e71;
	color: #fff;
	font-size: 11px;
	border-top: #000 solid 1px;
	}
	
#footer a {
	color: #2a2622;
	}
	
.localizer {
	margin: 0 auto;
	padding: 10px;
	width: 820px;
	text-align: left;
	}
	
.regions {
	float: left;
	width: 300px;
	}
	
.regions p {
	margin: 10px 0;
	}
	
.locallinks {
	float: right;
	width: 220px;
	}
	
.accolades {
	float: right;
	width: 240px;
	padding: 0 8px;
	margin: 0 16px;
	border-left: #544c44 solid 1px;
	border-right: #544c44 solid 1px;
}
	
.accolades table {
	width: 210px;
}

.accolades table td  {
	padding: 5px;
}
	
.locallinks ul {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #fff;
	}
	
.locallinks ul li {
	margin: 0 0 6px 0;
	padding: 0;
	}
	
h1 {
	font-family: Helvetica, Arial, san-serif;
	color: #414642;
	font-size: 22px;
	}
	
#mainCol h1 {
	margin: 10px;
}
	
h2 {
	font-family: Helvetica, Arial, san-serif;
	color: #452204;
	font-size: 18px;
	letter-spacing: 1px;
	}
	
#mainCol h2 {
	margin: 10px;
}
	
.container h2 {
	color: #fff;
	border-bottom: #4c5655 solid 1px;
}

.container a:link {
	color: #fff;
	}
	
.container a:active {
	color: #fff;
	}
	
.container a:visited {
	color: #fff;
	}
	
.container a:hover {
	color: #990000;
	}
	
.container li {
	margin-bottom: 3px;
}
	
h3 {
	font-family: Helvetica, Arial, san-serif;
	color: #452204;
	font-size: 16px;
	letter-spacing: 1px;
	}
	
#mainCol h3 {
	margin: 10px;
}
	
.container h3 {
	color: #fff;
	border-bottom: #4c5655 solid 1px;
	}
	
#secondaryCol p {
	color: #fff;
}

table#social {
	margin: 10px 0;
}

table#social td {
	padding: 3px;
	vertical-align: middle;
}
	
h4 {
	font-family: Helvetica, Arial, san-serif;
	color: #000066;
	font-size: 14px;
	}
	
#mainCol h4 {
	margin: 10px;
}
	
.brdr {
	padding: 2px;
	background: #f1f1f1;
	border: #333 solid 1px;
	margin: 0 8px 8px 8px;
	float: left;
	}
	
.brdrRight {
	padding: 2px;
	margin: 0 8px 8px 8px;
	background: #f1f1f1;
	border: #333 solid 1px;
	float: right;
	}
	
.clear{
	clear: both !important;
}

#mainCol table {
	margin: 10px;
}

hr {
	background: #000;
	height: 1px;
	margin: 5px;
}

small {
	margin: 10px;
}

a:link {
	color: #FF0000;
	}
	
a:active {
	color: #FF0000;
	}
	
a:visited {
	color: #FF0000;
	}
	
a:hover {
	color: #990000;
	}
	
ul.legalServices {
	margin: 14px 0;
	padding: 0;
	list-style: none;
	font-size: 10px;
	}
	
ul.legalServices li a {
	display: block;
	padding: 0 0 0 24px;
	margin: 0 0 3px 0;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	height: 16px;
	line-height: 16px;
	background: url(images/services-btn.gif) no-repeat;
	}
	
ul.legalServices li a:hover {
	background: url(images/services-btnh.gif) no-repeat;
	color: #fff;
	}
	
ul.legalTeam {
	margin: 10px ;
	padding: 0;
	list-style: none;
	}
	
ul.legalTeam li a {
	display: block;
	padding: 0 6px;
	margin: 0 0 8px 0;
	color: #af0419;
	text-decoration: underline;
	width: 180px;
	font-weight: bold;
	}

hr {
	color: #f1f1f1;
	}
	
ul.breath {
	margin: 5px 0 5px 30px;
}
	
ul.breath li {
	margin-bottom: 6px;
	}
	
/*-------- Sitemap Page --------*/
	
ul.sitemap {
	margin: 5px 0 0 40px;
	}
	
ul.sitemap li {
	line-height: 22px;
	list-style: url(images/sitemap.gif);
	}
	
ul.sitemap ul {
	margin: 5px 0 0 20px;
	}
	
ul.sitemap li li {
	line-height: 18px;
	}
	
/* ----------------------------------------- Start Nav */

#nav, #nav ul {
	width: 544px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	line-height: 1.2em;
	background: #333;
	font-weight: bold;
	z-index: 101;
	float: right;
	font-size: 10px;
}

#nav a {
	display: block;
	padding: 9px;
	color: #fff;
	text-decoration: none;
}

#nav a:hover {
	background: #80664b;
	color: #fff;
}

#nav li {
	float: left;
	position: relative;
}

#nav ul {
	position: absolute;
	display: none;
	width: 12em;
	top: 2.9em;
}

#nav li ul a {
	width:16em;
	height:auto;
	float:left;
	background: #ccc1a3;
	border:1px solid #ccc1a3;
	padding:5px;
	color: #000;
}

#nav li ul a:hover {
	background: #80664b;
	color: #fff;
}

#nav ul ul {
	top:auto;
}	

#nav li ul ul {
	left:16em;
	margin:0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
	display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
	display:block;
}

/* ----------------------------------------- End Nav */

/*-------- Quick Contact Form --------*/

.quick {
	background: url(images/sec-cont-bg.gif) no-repeat;
	padding: 10px;
	}
	
.quick h2 {
	color: #fff;
	border-bottom: #4c5655 solid 1px;
}
	
.quick table {
	margin: 5px;
	}
	
.quick td {
	padding: 2px;
	}

#quick {
	font-size: 10px;
	color: #fff;
	}
	
#quick a {
	color: #fff;
	}
	
#quick input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 210px;
	background: url(images/feild-bg.gif) top repeat-x;
	border: #fff 1px solid;
	color: #fff;
	height: 12px;
	padding: 2px;
	}

#quick input#Send {
	background: none;
	padding: 0;
	width: 217px;
	height: 24px;
	border: none;
	}
	
#quick textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 210px;
	height: 75px;
	background: url(images/textarea-bg.gif) top repeat-x;
	border: #fff 1px solid;
	color: #fff;
	padding: 2px;
	}

.trigger{
	border: #fff 1px solid;
	color: #fff;
	width: 210px;
	height: 12px;
	padding: 2px;
	background: url(images/select-arrow.gif) top repeat-x;
	display: block;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	}
		
.activetrigger {
	border: #fff 1px solid;
	color: #fff;
	width: 210px;
	height: 12px;
	padding: 2px;
	background: url(images/select-arrow.gif) top repeat-x;
	display: block;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	}

/* style of the UL */
.dropcontainer ul{
	background: #373736;
	border: 1px solid #FFF;
	list-style-type: none;
	padding: 2px;
	margin: 0;
	width: 210px;
	position: absolute;
	}

.dropdownhidden{
	top:0;
	left:-999em;
	}

.dropdownvisible{
	top:0;
	left:0;
	}

.dropcontainer ul a{
	height: 12px;
	padding: 2px;
	display:block;
	width: 207px;
	text-decoration:none;
	color: #fff;
	}

.dropcontainer ul a:hover{
	background: #000;
	}
	
.dropcontainer{
	position:relative;
	}
	
.sl_badge_150 {width:150px;text-align:center;background-color:rgb(255,255,255);font-family:arial;font-size:12px;border:1px solid rgb(191,191,191); border-bottom:4px solid rgb(86,131,154);}
.sl_badge_150 .profile {padding:2px;}
.sl_badge_150 a {color:rgb(131,7,30);text-decoration:none;}
.sl_badge_150 a:hover {text-decoration:underline;}
.sl_badge_150 .outstanding {width:100%;text-align:center;font-family:arial,sans-serif;font-style:italic;font-weight:bold;font-size:12px;color:rgb(148,0,37);}
.sl_badge_150 .only {width:100%;text-align:center;font-family:arial,sans-serif;font-style:italic;font-size:9px;color:rgb(100,100,100);}
.sl_badge_150 .visit { text-align:center; font-size:9px; }

/* begin styles for RSS Feed */

#tweets {
	margin: 10px;
}

#tweets .rss_box {
	 margin: 0;
	 padding: 0;
}

#tweets .rss_title, rss_title a {
	margin: 0;
	padding: 0;
}

#tweets .rss_items {
}

#tweets .rss_item  {
  padding: 0 0 5px 0;
}

#tweets .rss_item a:link, .rss_item a:visited, .rss_item a:active {
	text-decoration: none;
	color: #fff;
	display: block;
	}

#tweets .rss_item a:hover { 
	text-decoration: underline;
	color: #fff;
	}
	
#tweets .rss_date {
	}
	
/* end styles for RSS Feed */

/* begin styles for RSS Feed */

#blogposts {
	margin: 10px;
}

#blogposts .rss_box {
	 margin: 0;
	 padding: 0;
}

#blogposts .rss_title, rss_title a {
	margin: 0;
	padding: 0;
}

#blogposts .rss_items {
}

#blogposts .rss_item  {
  padding: 0 0 5px 0;
}

#blogposts .rss_item a:link, 
#blogposts .rss_item a:visited, 
#blogposts .rss_item a:active {
	text-decoration: none;
	color: #fff;
	display: block;
	font-weight: bold;
	}

#blogposts .rss_item a:hover { 
	text-decoration: underline;
	color: #fff;
	}
	
#blogposts .rss_date {
	font-size: 10px;
	position: relative;
	top: -18px;
	}
	
/* end styles for RSS Feed */