html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;	
}

ol, ul {
	list-style: none;
}

a {
	text-decoration: none;
	cursor: pointer;
	color:#1079dc;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;	
}

em {
	font-style: italic;	
}

p {
	padding-bottom: 10px;	
}
/* --------------------
		Main Styles
-------------------- */
html, body {
	background-image: url(../images/bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #515151;
	line-height: 20px;	
}

.wrapper {
	margin: 0 auto;
	width: 1006px;
}

.header {
	background-image: url(../images/header-bg.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	margin: 0 13px;
	height: 320px;
	overflow: hidden;
	position: relative;
}

.header .utilbar {
	text-align: right;
	height: 32px;
	float: right;
	clear: both;
	font-size:0px;
	color:#ff9c00;
	padding-right: 10px;
}

.header .utilbar li {
	float: left;
}

.header .utilbar a {
	background: url(../images/top-nav-separator.gif) 100% 0 no-repeat;
	padding: 0 12px 0 9px;
	font-size: 10px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	display: inline-block;
}

.header .utilbar a.last {
	background: none;
	padding: 0 0 0 10px;
}

.header .logo {
	display: block;
	width: 202px;
	top: 128px;
	left: 151px;
	position: absolute;
}

.header .logo .slogan {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #030303;
	line-height: 10px;
	text-transform: uppercase;
	text-align: center;
	display: block;
}

.header .logo:hover {
	text-decoration: none;
}

.header .box {
	clear: both;
	background-image: url(../images/box-bg.gif);
	background-repeat: no-repeat;
	padding: 8px 15px;
	font-size: 14px;
	color: #181818;
	line-height: 18px;
	width: 423px;
	height: 264px;
	float: right;
}

.header .box .title {
	padding: 0 5px;
	font-family: "Bell Gothic Std Black", Arial, sans-serif;
	font-size: 30px;
	color: #f19a26;
	font-weight: bold;
	line-height: 38px;
	display: block;
}

.header .box .box-content {
	background-image: url(../images/box-content-bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	padding: 20px 5px;
	overflow: hidden;
}


.header .box form.contact {
	margin-top: 15px;
	overflow: hidden;
}

.header .box form.contact .form-column {
	margin-right: 13px;
	width: 200px;
	float: left;
}

.header .box form.contact .last {
	margin-right: 0;
}

.header .box form.contact input {
	background: none;
	border: none;
	background-image: url(../images/form-contact-input.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	padding: 6px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #838484;
	line-height: 16px;
	width: 179px;
	height: 18px;
}

.header .box form.contact input.submit {
	background: none;
	border: none;
	background-image: url(../images/form-contact-submit.gif);
	background-repeat: no-repeat;
	margin-right: -3px;
	padding: 0;
	cursor: pointer;
	font-size: 0px;
	text-indent: 9999px;
	line-height: 0px;
	width: 86px;
	height: 32px;
	float: right;
	position: relative;
}
.header .box form.contact input.submit:hover {
	background: none;
	border: none;
	background-image: url(../images/form-contact-submit2.gif);
	background-repeat: no-repeat;
	margin-right: -3px;
	padding: 0;
	cursor: pointer;
	font-size: 0px;
	text-indent: 9999px;
	line-height: 0px;
	width: 86px;
	height: 32px;
	float: right;
	position: relative;
}
.header .box form.contact textarea {
	background: none;
	border: none;
	background-image: url(../images/form-contact-textarea.gif);
	background-repeat: no-repeat;
	margin-bottom: 9px;
	padding: 8px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #838484;
	width: 179px;
	height: 78px;
	overflow: auto;
}

.header .box .double {
	overflow: hidden;
}

.header .box .phone {
	padding-bottom: 15px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #8a8989;
	line-height: 16px;
	width: 206px;
	float: left;
}

.header .box .phone .red {
	font-size: 28px;
	line-height: 28px;
	color: #de1818;
	display: block;
}

.header .box h2 {
	padding-bottom: 5px;
	font-family: "Times New Roman", Times, serif; 
	font-size: 45px;
	font-weight:normal;
	color: #191818;
	line-height: 43px;
}

.header .button1, .header .button2, .header .button3 {
display:block;
width:424px;
}

.invisible{	display:none;}

.header .button1{background: url(../images/ineedmoreinfo.gif) 0 0 no-repeat; height:59px;}
.header .button1:hover{background: url(../images/ineedmoreinfo-h.gif) 0 0 no-repeat;}

.header .button2{background: url(../images/idontknow.gif) 0 0 no-repeat; height:49px;}
.header .button2:hover{background: url(../images/idontknow-h.gif) 0 0 no-repeat;}

.header .button3{background: url(../images/ineedlawyer.gif) 0 0 no-repeat; height:48px;}
.header .button3:hover{background: url(../images/ineedlawyer-h.gif) 0 0 no-repeat;}

/****************************** video ******************************/
#videomc{
float:left;
display:block;
width:512px;
background: url(../images/header-bkg.gif) 0 0px no-repeat;
height:293px;
position:absolute;
top:31px;
width:524px
}

#videomc #page, #videomc #page a#player{
height:288px;
width:512px;
}

#videomc #page, #videomc #page a#player{
height:288px;
width:512px;
}

#videomc #playlist_wrap {display:none;}
#videomc #page, #videomc a.player{
padding:0;
margin:0;
}

#videomc #page{margin-top:-4px;}
/* --------------------
		Navigation
-------------------- */
.navigation {
	background-image: url(../images/navigation-bg.gif);
	background-repeat: no-repeat;
	padding: 0 30px;
	width: 980px;
	height: 46px;
	overflow: hidden;
	clear: both;
}

.navigation ul li {
	margin: 0 10px 0 10px;
	float: left;
}

.navigation ul li a {
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size: 15px;
	color: #0d0d0d;
	line-height: 46px;
	font-weight:bold;
	vertical-align: middle;
}

.navigation ul li a:hover{color:#fff;text-decoration:none;}

.main {
	background-image: url(../images/main-bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0 14px;
	padding: 17px 4px;
	overflow: hidden;
}

.main #left {
	margin-right: 13px;
	width: 223px;
	float: left;
}

.main ul li {
	margin-bottom: 16px;
	overflow: hidden;
}

.main ul ul {
	background: none;
}

#left h2, #quick_contact h2 {
	border: none;
	background: none;
	background-image: url(../images/ul-title-bg.gif);
	background-repeat: no-repeat;
	margin: 0 0 3px 0;
	padding: 10px 10px 10px 55px;
	font-size: 16px;
	color: #e58400;
	font-weight: bold;
	line-height: 27px;
	width: 157px;
	height: 27px;
	overflow: hidden;
}

#left h2 a, #quick_contact h2 a{
color: #e58400;
text-decoration:none;
}
#left h2 a:hover, #quick_contact h2 a:hover{
	color:#222;
}

h2 .rss {
	background-image: url(../images/outer-link-rss.gif);
	background-repeat: no-repeat;
	margin-top: 2px;
	padding: 0;
	width: 24px;
	height: 23px;
	float: right;
}

h2.rss:hover {
	text-decoration: none;
}

#left ul li, #quick_contact ul li {
	margin: 0;
	border-bottom: 1px solid #dddddd;
	display: block;
	padding:8px 0;
	line-height: 16px;
	overflow: hidden;
	color: #5e5d5d;
	font-size: 12px;
	clear: both;
}

#left ul li.last, #quick_contact ul li.last {
	border: none;
}

.box ul li a {
	color: #5e5d5d;
}

.box ul li.title {
	padding-top: 10px;
	background-position: left 18px;
}

#left .box, #quick_contact .box {
	border: 1px solid #ececec;
	clear: both;
	margin-left: 6px;
	padding: 7px 13px;
	background-color: #f8f8f8;
	overflow: hidden;
	margin-bottom: 15px;
}

#left .box h4, #quick_contact .box h4{
	background: url(../images/list.gif) 0 12px no-repeat;
	padding:10px 0 0 18px;
	color:#5E5D5D;
	float:left;
	font-weight:bold;
	font-size:12px;
}
.box h4 a {
	color:#5E5D5D;
	text-decoration:none;
	line-height:16px;
}
.box h4 a:hover {
	text-decoration:underline;
	color:#5E5D5D;
}
.box ul li.list a{
	background: url(../images/list.gif) 0 7px no-repeat;
	padding:6px 0 0 18px;
	display:block;
}

.newsdate{
font-size:11px;
color:#929191;
}
.form {
	margin:10px 0 20px;
	overflow:hidden;
}
.main #copy .form input[type="text"] {
	background: none;
	border: none;
	background: url(../images/form-search-input-bg.gif no-repeat);
	cursor:pointer;
	float:left;
	font-size:0;
	height:32px;
	line-height:0;
	margin:0;
	padding:0;
	width:86px;
}
a.more, #copy p.more a {
	background-image: url(../images/arrow-more.gif);
	background-position: left 8px;
	background-repeat: no-repeat;
	padding-left: 16px;
	font-size: 11px;
	color: #db8003;
	float: right;
	margin: 2px 0 4px 0;
}

#copy p.more{text-align:right;}


#copy #cmp_container, #copy .testimonial{
background:#f8f8f8;
border:1px solid #e1e1e1;
padding:5px 8px;
margin:10px 0;
}
#copy h2.disclaimer{
text-transform:uppercase;
font-size:14px;
line-height:16px;
}

#copy .testimonial h2{
font-size:18px;
font-weight:bold;
padding:10px 0 8px 0;
margin:0;
background:none;
text-align:left;
line-height:18px;
}
.testimonial{
margin:0 0 10px 0;
}

.main ul ul li .date {
	font-size: 11px;
	font-style: italic;
	color: #a4a3a3;
	display: block;
	margin-top: -3px;
	position: relative;
}

hr{
background:#fff;
border:0;
color:#fff;
height:1px;
}

.main #copy {
	width: 499px;
	float: left;
}

.main #copy form.search {
	margin: 10px 0 20px 0;
	overflow: hidden;
}
.main #copy #cse-search-box input {
	color:#727272; 
	border:none;
	float:left;
	font-size:13px;
	height:22px;
	line-height:0;
	margin-right:4px;
	padding:0;
	width:78%;
}
.main #copy #cse-search-box input[type="submit"] {
	color:#727272; 
	border:none;
	background:url(../images/form-search-submit.gif) no-repeat;
	float:left;
	font-size:0;
	height:32px;
	line-height:0;
	margin:0;
	padding:0;
	width:86px
}

	
.main #copy form.search input {
	background: none;
	border: none;
	background-image: url(../images/form-search-input.gif);
	background-repeat: no-repeat;
	margin-right: 3px;
	margin-top: 2px;
	padding: 4px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #727272;
	line-height: 16px;
	width: 385px;
	height: 16px;
	float: left;
}

.main #copy form.search input.submit {
	background: none;
	border: none;
	background-image: url(../images/form-search-submit.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	cursor: pointer;
	font-size: 0px;
	line-height: 0px;
	width: 86px;
	height: 32px;
	float: left;
}

#copy h1 {
	padding-bottom: 11px;
	font-size: 20px;
	color: #2a2b2b;
	line-height: 34px;
}

#copy h2 {
	font-size: 16px;
	color: #2b2b2b;
	font-weight: bold;
	line-height: 18px;
	padding:20px 0 4px 0;
	border-bottom:1px solid #e1e1e1;
}
#copy h2 a{
color: #2b2b2b;
text-decoration:none;
}

#copy h2 a:hover, #copy h4 a, #copy h3 a:hover, #copy h4 a:hover{color: #42b7d4;}

#copy h3, #copy h3 a{
color:#373737;
text-decoration:none;
font-size:15px;
text-align:left;
margin-top:10px;
}

#copy h4{
color: #000;
font-size:13px;
margin: 10px 0px 0px 0;
text-align:left;
}

p.dotted_divider{
border-bottom:1px solid #eee;
margin-bottom:10px;
}

#copy ul.bborder li{
border-bottom:1px solid #eee;
margin-bottom:5px;
margin-top:5px;
}

#copy p, #copy blockquote {
padding:5px 0px 5px 0px;
}

#copy ul {
	margin: 18px 0 10px 0;
	padding-left: 5px;
}
#copy ul ul{
	margin:0 0 20px 0;
}
#copy ul li {
	background: none;
	border: none;
	padding: 0;
	margin: 0 0 7px 0;
	background: url(../images/arrow.gif) 0 4px no-repeat;
 padding-left: 20px;
	font-size: 14px;
	color: #7f7e7e;
	line-height: 16px;
	width: 447px;
}

.main #copy .button-share {
	background-image: url(../images/button-share.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	width: 125px;
	height: 16px;
	display: block;
	float: left;
}

.main #copy .button-share:hover {
	text-decoration: none;
}
.main #copy input, .main #copy textarea {
	border: 0;
	border: 1px solid #9b9b9b;
	padding:4px;
	color: #727272;
}
.main #copy .btn {
	border: 0;
	padding:4px;
	color: #fff;
	background:url(../images/contact-btn.gif) no-repeat;
	width:88px;
	height:34px;
	text-indent:-9999em;
}
.main #copy .check {
	border:none;
}
.main #copy .btn:hover {
	border: 0;
	padding:4px;
	color: #fff;
	background:url(../images/contact-btn2.gif) no-repeat;
	width:88px;
	height:34px;
	text-indent:-9999em;
}

#copy .emaillink{
display:block;
padding:0;
border:0 !important;
cursor:pointer;
color:#1079dc !important;
font-size:12px;
background:url(../images/bullet.gif) 0 11px no-repeat;
padding-left:8px;
}

.top {
	text-align:right;
	font-size:10px;
	color:#1079dc;
}
.top a {
	color:#1079dc;
}

/****************************** Video Library Fixes ******************************/
#videos #copy .videopagelist img{
	margin-right:15px;	
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#videos #copy .videopagelist{
	margin-top:30px;	
}

/**************Right Column*****************/
#quick_contact {
	margin-right: 6px;
	width: 223px;
	float: right;
}

.miniform-note {
	font-size:12px;
	border-bottom:1px solid #dddddd;
	margin-bottom:10px;
	padding-bottom:10px;
}
#minicontact {
	font-size:10px;
}
#minicontact .inputfield, #minicontact .textarea {
	border: 0;
	border-right: 1px solid #9b9b9b;
	border-bottom: 1px solid #9b9b9b;
	padding:4px;
	width:95%;
	color: #727272;
}
#minicontact .submitbutton {
	background:url(../images/mini-btn.gif);
	border: 0;
	width: 88px;
	height:34px;
	margin-left:106px;
	text-indent:-9999em;
	display:block;
}
#minicontact .submitbutton:hover {
	background:url(../images/mini-btn2.gif);
}
.contactinfo {
	border-top:1px solid #dddddd;
	margin-top:20px;
	padding-top:10px;
	font-size:12px;	
}
.contactinfo b {
	color: #d32222;
	font-size:12px;	
}
.contactinfo a {
	font-size:11px;
	color: #db8003;
	text-decoration:none;
	background:url(../images/arrow-more.gif) no-repeat;
	background-position:left 8px;
	display:block;
	margin-top:10px;
	padding-left:18px;
	font-weight:normal;
}
.contactinfo a:hover {
	text-decoration:underline;
}
.footer {
	background-image: url(../images/footer-bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	font-size: 11px;
	color: #9c9b9b;
	text-align: center;
	line-height: 16px;
	height: 200px;
	clear: both;
	overflow: hidden;
}
.blogentry h3 {font-size:14px;  margin-bottom:10px;}

.footer .wrapper {
	width: 980px;
}

.footer .links {
	padding: 6px 0;
	line-height: 27px;
	height: 27px;
	margin-bottom: 16px;
	overflow: hidden;
}

.footer .links a {	
	margin: 0 14px;
	font-size: 12px;
	color: #515151;
}

.footer a {
	color: #e2880d;
}
