*{
	padding:0px;
	margin:0px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#333333;
}
.clear{
	clear:both;
	height:0px;
	overflow:hidden;
}
img{
	border:0px;
}
ul{
	list-style-type:disc;
	list-style-position:outside;	
}
a{
	color:#808285;
	text-decoration:none;
}
a:hover{
	color:#808285;
	text-decoration:underline;
}
h1{	
	font-size:18px;
	color:#FFFFFF;
	margin:0px 0 10px 30px;
	padding-top:60px;
}
h2{
	font-size:12px; 
	font-weight:bold;
	color: #3A6F8F;
}
h2 a{
	font-size:12px; 
	font-weight:bold;
	color: #3A6F8F;
	text-decoration:none;
}
h2 a:hover{
	font-size:12px; 
	font-weight:bold;
	color: #3A6F8F;
	text-decoration:underline;
}
h3{	
	font-size:14px;
	text-align:center;
	padding-top:20px;
}
h4{
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	color:#3A6F8F;
}
#wrapper{
	width:960px;
	height:auto;
	background:#FBFAF8;
	margin:10px auto auto auto;	
	border:#000033 1px solid;
}
/* ---------- HEADER ------------ */
#header{
	height:auto;
	width:960px;	
}
#header_top{
	height:106px;
	width:100%;	
	background:#3A6F8F;
}
#header_bottom{
	height:37px;	
	position:relative;
}
#menu_home_div{
	height:37px;
	width:100%;
	background:#F8F4F1;	
	overflow:hidden;
}
#menu_home_div div, #menu_home_div div span{
	display:inline;
	float:left;
	height:37px;	
}
#menu_home{
	background:url(../images/menu_home.jpg) no-repeat;
	width:61px;
}
#menu_about{
	background:url(../images/menu_about.jpg) no-repeat;
	width:73px;
}
#menu_attorneys{
	background:url(../images/menu_attorneys.jpg) no-repeat;
	width:84px;	
}
#menu_news{
	background:url(../images/menu_news.jpg) no-repeat;
	width:81px;
}
#menu_privacy{
	background:url(../images/menu_privacy.jpg) no-repeat;
	width:73px;
}
#menu_payments{
	background:url(../images/menu_payment.jpg) no-repeat;
	width:110px;
}
#menu_aml{
	background:url(../images/menu_aml.jpg) no-repeat;
	width:46px;
}
#menu_agencies{
	background:url(../images/menu_agencies.jpg) no-repeat;
	width:71px;
}
#menu_legislation{
	background:url(../images/menu_legislation.jpg) no-repeat;
	width:81px;
}
#menu_contact{
	background:url(../images/menu_contact.jpg) no-repeat;
	width:85px;
	margin-left:194px;
}

/* ---hover---*/
#menu_home_hover{
	background:url(../images/menu_home_hover.jpg) no-repeat;
	width:61px;
}
#menu_about_hover{
	background:url(../images/menu_about_hover.jpg) no-repeat;
	width:73px;
}
#menu_attorneys_hover{
	background:url(../images/menu_attorneys_hover.jpg) no-repeat;
	width:84px;
}
#menu_news_hover{
	background:url(../images/menu_news_hover.jpg) no-repeat;
	width:81px;
}
#menu_privacy_hover{
	background:url(../images/menu_privacy_hover.jpg) no-repeat;
	width:73px;
}
#menu_payments_hover{
	background:url(../images/menu_payment_hover.jpg) no-repeat;
	width:110px;
}
#menu_aml_hover{
	background:url(../images/menu_aml_hover.jpg) no-repeat;
	width:46px;
}
#menu_agencies_hover{
	background:url(../images/menu_agencies_hover.jpg) no-repeat;
	width:71px;
}
#menu_legislation_hover{
	background:url(../images/menu_legislation_hover.jpg) no-repeat;
	width:81px;
}
#menu_contact_hover{
	background:url(../images/menu_contact_hover.jpg) no-repeat;
	width:85px;
}
/* --- Drop down menu -- */
#menu_attorneys_sub, #menu_about_sub, #menu_aml_sub, #menu_privacy_sub{
	background:#E4E6E5;
	position:absolute; 
	z-index:2000;
	color:#FFFFFF;
	list-style:none;
	padding-left:10px;
	margin-top:37px;
	top:0px;
}
#menu_attorneys_sub{
	height:90px;
	left:134px;
	width:101px;
}
#menu_about_sub{
	height:112px;
	width:160px;
	left:60px;
}
#menu_aml_sub{
	height:52px;
	left:482px;
	width:50px;
}

#menu_privacy_sub{
	height:28px;
	left:299px;
	width:87px;
}

#menu_attorneys_sub li, #menu_about_sub li, #menu_aml_sub li, #menu_privacy_sub li{
	padding-top:7px;
}

/* --------- CONTENT ---------- */
#content{
	color:#808285;
	background:#fbfaf8;
}
.content_padding{
	padding-top:44px;
}
#content p{
	margin-bottom:10px;
	width:89%;
	text-align:justify;
}
#content_left, #content_right, #content_left_home, #content_right_home{
	float:left;
	display:inline;
	height:100%;
}
#content_left{
	width:317px;	
}
#content_left_bio{
	width:278px;
	height:410px;
	background:#F7F4F0;
	margin-top:10px;
	border: 0px solid;
} 
#content_left_bio img{
	margin:20px 0 0 45px;
}
#content_left_bio h4{
	padding:20px 52px 0 15px;
	text-align: right;
}
#content_left_bio h2{
	padding:5px 0 0 170px;
}
#content_left_bio p {
	color:#3A6F8F;
	text-align:right;
	font-weight:bold;
	position: relative;
	left: -25px;
}
#content_left_bio a{
	color:#3A6F8F;
	text-decoration:none;
}
#content_left_bio a:hover{
	color:#3A6F8F;
	text-decoration:underline;
}
#content_right{
	width:640px;
}
#content_right h2{
	margin-bottom:10px;
}
#content_right h3{
	text-align: left;
}

#content_left_home{
	width:681px;
	height: 373px;
	background-image: url(../images/content_background_home.jpg);
	background-repeat: no-repeat;
	border: 0px solid red;
} 
#content_right_home{
	width:279px;
}
#content_right_home_top{
	font-family:"Times New Roman", Times, serif;
	background:#3a6f8f;
	height:305px;	
}
#content_right_home_top a{
	color:#FFFFFF;
	text-decoration:none;
}
#content_right_home_top a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
#content_right_home_bottom, #content_right_home_bottom a{
	background:#7c9db8;
	height:68px;
	color:#FFFFFF;
}
#content_right_home_bottom p{
	text-align:center;
	width:100%;
}	
#content_bottom{
	height:90px;
	width:100%;
	background:#FBFAF8;
}
#content_bottom_menu{
	font-size:9px;
	padding-top:60px;
	margin:auto;
	width:375px;
	height:15px;	
}
#content_bottom_menu li{
	float:left;
	text-align:center;
	display:inline;
	padding-left:10px;
}
#menu_home_list{
	color:#FFFFFF;
	font-size:14px;
	padding-left:50px;
}
#menu_home_list li{
	padding-bottom:10px;	
}
.list_areas{
	padding-left:30px;
}
.list_areas li{
	padding-top:7px;
}
#text_home{
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	color:#FFFFFF;
	width: 590px;
	border: 0px solid black;
	padding-top: 225px;
	padding-left: 50px;
}

#articles p {
	padding-left: 10px;
	line-height: 16px;
	margin-bottom: 2px;
}

#articles h2 {
	margin-top: 15px;
	margin-bottom: 5px;
}

/* --------- FOOTER ----------- */
#footer{
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
	text-align:center;
	color:#808285;
	width:100%;
	height:52px;
	background:#FFFFFF;
}
#footer p{
	padding-top:11px;
	letter-spacing:2px;
}
/* ------------ news ---------------*/
#new_col_1{
	width: 300px;
	float:left;
}
#new_col_2{
	width: 300px;
	float:left;
}

/* ---------  sitemap------------*/ 
#sitemap_col_1{
	width:200px;
	float:left;
}
#sitemap_col_2{
	width:200px;
	float:left;
}
#sitemap_col_3{
	width:200px;
	float:left;
}
#sitemap_col_1 ul, #sitemap_col_2 ul, #sitemap_col_3 ul {
	list-style-type:none;
}
#sitemap_list {
	padding-left: 10px;
}

/* -------- Links ---------- */
#links_col_1, #links_col_2{
	float:left;
	display:inline;	
}
#links_col_1 li, #links_col_2 li{
	list-style:none;
	padding-top:3px;
}
#links_col_1{
	width:320px;
}
#links_col_2{
	width:315px;
}

/*--- Contact ---*/

#contactWords{
	font-size:14px;

}
.inputForm{
	width:200px;
}
.inputMsg{
	width:300px;
	height:100px;
}

#llp{
	font-size:9px;
}

#news_lists{
	list-style-type:none;
	margin-bottom:0px;
	margin-left:40px;
}