body {
	background: #e5e6e7 url(../img/body_bg.png) top repeat-x;
}

#main {
}

#shadow {
	border: solid 1px #ccd4da;
}

.boxshadow #shadow {
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.20);
		-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.20);
		-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.20);
		border: none;
		border-bottom: 1px solid #ccd4da;
}


#main_nav {
	/* border-top: #7893a2 4px solid;*/
	background: url(../img/nav_bg.gif) repeat-x;
	margin: 0px;
	line-height: 45px;
	height: 45px;
}

#main_nav li {
	list-style-type: none;
	display: inline;
	text-transform: uppercase;
	margin-right: 95px;
	height: 45px
}

#main_nav li:first-child {
	margin-left: 90px;
}

#main_nav a {
	text-decoration: none;
	color: #000;
}

#banner_left {
	background: url(../img/banner_left.jpg) no-repeat;
	height: 264px;
}

#banner_left img {
	margin: 4px 0px 0px 30px;
}

#banner_content {
	width: 220px;
	margin-left: 285px;
}

#banner_content p {
	padding: 0px 5px;
}

#banner_right {
	background: url(../img/banner_right.jpg) no-repeat;
	height: 264px;
	color: #000;
	text-shadow: #c0c2c8 0px 1px 0px;
	font-size: 12px;
}

#banner_right ul {
	float: left;
	list-style: none;
	margin: 15px 0px 0px 20px;
}

#banner_right li {
	margin: 0px 0px 20px 0px;
}

#banner_right ul.left {
	float: left;
}

#container {
	background: url(../img/container_bg.png) repeat-y top left;
}

#container_bg_btm {
	width: 820px;
	height: 95px;
	background: url(../img/container_bg_btm.png) no-repeat top left;
}

#side_content {

}


form ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

form li {
	margin: 0px 0px 15px;
}

/* #contact_form {
	background: url(../img/contact_module_bg.jpg) repeat-y top left;
} */


#contact_form form {
	margin-top: 10px
}

#contact_form ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#contact_form li {
	float: left;
	margin: 0px 0px 0px 20px;
}

#contact_form li.clear {
	float: none;
	clear: both;
}

#contact_form li:first-child {
	margin-left: 30px;
}

#contact_form input {
	width: 100px;
	padding: 4px;
}

#contact_form input.contact_button {
	width: 163px;	
	margin: 15px auto 0px;
	display: block;
}

.contact_button {
	background:  url(../img/button.gif);
	border: 0px;
	height: 32px;
	font-size: 14px;
	color: #03141c;
	text-shadow: #dde3e7 0px 1px 0px;
	font-weight: bold;
	cursor: pointer;
}

#home_about {
	color: white;
	padding: 15px 30px;
	text-shadow: #000 .0em .0em .5em;
	background: rgb(11,38,86) url(../img/side_highlight_bg.png) repeat-x top;
}

.multiplebgs div#home_about {
	background: 
	url(../img/side_highlight_bg.png) repeat-x top,
	url(../img/shadow.png) repeat-y left,
	url(../img/shadow_bottom.png) repeat-x bottom,
	rgb(11,38,86);
}

#home_about a, #home_about a:visited {
	color: rgb(49,89,163);
	text-decoration: none;
}

label {
	display: block;
	clear: both;
}

textarea {
	width: 230px;
	height: 85px;
	padding: 4px;
}

#main_content, #home_main_content, #contact_main_content  {
	background: url(../img/main_content_bg.jpg) repeat-y;
	background: url(../img/main_content_top.jpg) no-repeat top,
				url(../img/main_content_bg.jpg) repeat-y;
	background-color: #FFF;
}

#home_main_content {
	overflow: hidden;
}


.flat_page {
	padding: 0px 30px 20px 30px;
}

span.date {
	font-size: 11px;
	color: #818587;
}

#news span.date {
	text-transform: uppercase;
}

.news_item {
	padding: 10px 20px;
}

.news_item p {
	margin: 0px;
}


#footer {
	font-size: 10px;
	color:  #a3a8aa;
	margin-top: 40px;
}

#footer a, #footer a:visited {
	text-decoration: none;
	color:  #a3a8aa;
}

#footer a:hover {
	text-decoration: underline;
}

#footer h6 {
	font-size: 10px;
	margin-bottom: 10px;
}

#footer ul, #footer li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#footer ul {
	margin-bottom: 10px;
}

#footer li {
	display: inline;
}

#footer iframe {
	border: 2px solid #a3a8aa;
	opacity: .5;
}

ul#attorney_list {
	list-style: none;	
	margin: 0px;
}

ul#attorney_list li {
	float: left;
	padding: 0px;
	padding-top:  20px;
	padding-bottom: 20px;
}

ul#attorney_list li img {
	float: left;
	margin-right: 10px;
}

ul#attorney_list a {
	text-decoration: none;
	color: #000;
}

a span.name {
	font-weight: bold;
	color: #001836;
}

div.profile_image {
position: relative;
}

/* div.img_shadow {
	position: absolute;
	z-index: 9999;
	background:  url(../img/img_shadow.png) no-repeat;
	width: 220px;
	margin: 20px;
	height: 220px;
} */

div.profile_image img {
	background: #9facb5;
	margin: 15px;
	padding: 5px;
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, .5);  
}

div#profile_sidebar {
	margin: 20px auto;
	width: 260px;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
}

div#profile_contact {
	padding: 0px 15px 5px;
}

div#profile_contact p {
	margin-bottom: 3px;
}

ul.contact {
	list-style: none;
}

ul.contact li {
	margin: 10px 0px;
}

ul.errorlist {
	float: left;
	color: red;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}

ul.errorlist li {
	margin: 0px;
	padding: 0px;
}


.placeholder {
	position: relative;
	top: 10%;
	left: 25%;
}

.disclaimer {
	padding: 15px 30px 0px;
	font-size: .8em;
	color: rgba(0,0,0,.3);
	margin-bottom: 0px;
}

.separator {
	background: url(../img/separator_rev-trans.png) no-repeat center;
	display: block;
	height: 37px;
}

#alerts {
	padding: 0px 30px;
}


/* `Multiple Backgrounds Fixes
----------------------------------------------------------------------------------------------------*/


wrap0, .wrap1, .wrap2, .wrap3 {
  display:inline-table;
  /* \*/display:block;/**/
  }
.wrap0 {
  float:left;
  background:url(shadow.gif) right bottom no-repeat;
  }
.wrap1 {
  background:url(shadow180.gif) no-repeat;
  }
.wrap2 {
  background:url(corner_bl.gif) -18px 100% no-repeat;
  }
.wrap3 {
padding:10px 14px 14px 10px;
  background:url(corner_tr.gif) 100% -18px no-repeat;
  }
	