html{color:#000;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea
,p,blockquote,th,td{margin:0;padding:0;font-style:bold;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal; }
strong,b{font-weight:bold;}
i,em{font-style:italic;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}

/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}

/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}

/*because legend doesn't inherit in IE */
legend{color:#000;}

.floatl {float: left;}
.floatr {float: right;}

/* float clearing for IE6 */
* html .clearfix{
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
*+html .clearfix{
  min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

/** end reset blocks **/

body {

	background-image:url(images/background_img.jpg);
	background-repeat:repeat-x;
	margin-top:3px;
	background-color:#324877;
	font-family:arial;
	font-size:12px;
	color:#000000;
}
img {
	border:0;
}
#page {
	margin:0 auto;
	width:1087px;
}
#header{
	width:1083px;
	height:143px;
}
#topmenu img{
	float:left;
}
#topmenu{
	background-image:url(images/menu_tile.jpg);
	height:29px;
	width:1083px;
	display:block;
}
#topmenu ul{
	float:left;
	width:1069px;
}
#topmenu ul li {
	
	background:transparent url(images/menu_line.jpg) no-repeat scroll right center;
	float:left;
	display:block;
	height:29px;
	padding:0 17px;
	
}
#topmenu .topmenu_last{
	background-image:none;
}
#topmenu ul li a{
	color:#050f22;
	display:block;
	padding-top:6px;
	font-size:14px;
	text-decoration:none;
}
#topmenu ul li a:hover{
	color:#0082be;
}
#center_content_wrapper{
	background: url(images/left_bg.jpg) repeat-y;
	width:1083px;
	margin-top:8px;
	font-family: arial;
}
#leftbar{
	width:387px;
	min-height: 705px;
	float:left;
}

.quick-contact{
	margin-top:5px;
	margin-left:15px;
	margin-right:10px;
	width: 360px;
	height: 100px;
}

.quick-contact .inputbox { float: left; border: 0; width: 165px; height: 20px; margin-bottom: 5px; padding-left: 5px; }
.quick-contact .inputarea { float: right; border: 0; width: 180px; height: 70px; margin-bottom: 5px; padding-left: 5px; }
.quick-contact .submit { float: right; }

.link{
	margin-left: 20px;
}
.link ul{
	padding-top:10p;
	margin:0px;
	width: 346px;
}
.link ul li{
	background-image: url(images/left_panel_arrow.gif);
	background-repeat: no-repeat;
	background-position:0.9em;
	height:30px;
	display:block;
}

.link ul .first a { background: none; }
.link ul .image { background: none; margin: 0px auto; text-align: center; padding-left: 0px;}
.link ul .image img { margin-top: 5px; }
.link ul .image a { padding: 0px; margin: 0px; width: 346px; }

.link ul li a{
	background-image: url(images/left_panel_line.jpg);
	background-repeat: no-repeat;
	width: 20em;
	display : block;
	text-decoration:none;
	font-size:16px;
	padding-top:6px;
	padding-bottom:5px;
	color:#d7dbe1;
	text-transform:capitalize;
	font-family:arial;
	padding-left:26px;
}
.link li a:hover {
	color: #93b0f4;
}
#rightbar{
	float:right;
	width:670px;
}
#flash { margin-bottom: 10px; }

#content{
	background: url(images/content_bg.jpg)  repeat-y;
	color: #D7DBE1;
	padding: 15px 25px;
        min-height:460px;
        height:auto !important;
        height:460px;

}

#content h1{ font-size:22px; padding-bottom:12px; }
#content h2{ font-size:18px; padding-bottom:12px; }
#content h3{ font-size:16px; margin-bottom:12px; }
#content h4{ font-size:14px; margin-bottom:12px; }
#content h5{ font-size:12px; margin-bottom:12px; }
#content h6{ font-size:10px; margin-bottom:12px; }

#content p {
	padding-bottom:10px;
	font-family:arial;
	font-size:12px;
	line-height:1.7;
}
#content li {
	margin-bottom:5px;
}
#content a{
	color:#D7DBE1;
}
#content a:hover {
	color:#93b0f4;
}
#content ul{
	padding-bottom:10px;
	padding-left:20px;
}

#content ul li ul {
	padding-bottom: 0px;
}

#content ul li ul .content_menu_img{
	display: none;
}

.float_img{float:right; margin-left:10px;}
ol li{
	font-size:12px;
	list-style-type:decimal;
	margin-left:14px;
}
ol{
	padding-left:10px;
	margin:0px;
}

#footer{
	width:1097px;
	float:left;
	text-align:center;
	margin-top: 10px;
}
#footer ul{
	text-align:center;
	padding-bottom:2px;
}
#footer ul li{
	display:inline;
	color: #d0d9ea;
	font-size:14px;
}

#footer #contact-info li { padding-left:10px; padding-right:10px; }

#footer ul li a{
	color: #d0d9ea;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
}
#footer li a:hover {
	color: #93b0f4;
}
#footer p{
	color: #d0d9ea;
	font-size:14px;
	text-align:center;
}
#footer p a { color: #D7DBE1; }
#footer p a:hover { color: #93b0f4; }

/* form errors style */
#errors ul li{
	color:red;
}
#lawcontent_block ul li {
margin:0;
padding:10px 0 0;
}
#lawcontent_block .lawcontent_footer p {
font-size:0.9em;
font-style:italic;
}
#lawcontent_block .lawcontent-category-flash object {
display:none;}

	
	



