@charset "utf-8";
/* CSS Document */

*{
margin:0;
padding:0;
}

body{
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
background:url(../images/back_index.jpg) repeat-x;
}

label{ color: #912733; float:left; clear:both; width:175px; padding:5px 0; }

img{ border:none; }

a{ color:#3168a5; text-decoration:none; font-style:italic; }
a:hover{ text-decoration:underline; }

a.non{ color:#3168a5; text-decoration:none; font-style:normal; }
a.non:hover{ text-decoration:underline; }

a.non_style{ text-decoration:none; font-style:normal; color: #494e53; }
a.non_style:hover{ text-decoration:underline; }

a.non_style2{ text-decoration:none; font-style:italic; color: #912733; }
a.non_style2:hover{ text-decoration:underline; }

.cr{ clear:both }
.right{ float:right; }
.left{ float:left; }

#wrapper{
margin:0 auto;
width:925px;
}

#header{
margin:0px 0 0 0;
width:925px;
float:left;
/*background:url(../images/header.jpg);*/
}

.logo{
margin:6px 0 0 30px;
padding:0 0 5px 0;
display:inline;
float:left;
}

.phone{
float:left;
background:url(../images/right_bg.jpg) 44% 140% no-repeat;
margin:0 0 0 10px;
display:inline;
}

.follow{
float:left;
margin:15px 0 0 0;
position:absolute;
}

.follow img { float:left; margin:10px 20px 0 0px; }

.phone_top{
float:left;
color:#fff;
font-size:12px;
font-weight:500;
margin:25px 0 0 240px;
display:inline;
}

.sub_phone{ margin-left:0px; }

.phone_bottom{
float:left;
color:#fff;
}

.client_login{
float:left;
margin:0 0 0 0;
position:relative;
bottom:10px;
left:30px;
display:inline;
}

.flags{
float:left;
margin:15px 0 0 40px;
display:inline;
position:relative;
left:15px;
}

.flags img{ float:left; }

/* MENU BEGINS */

#nav {
float: left;
display:inline;
width:925px;
}

#nav li {
float: left;
list-style-type:none;
font-size: 100%;
}

#nav li a.home{
display: block;
padding: 1px 0px;
color: #333333;
font-size:80%;
font-weight:bold;
text-decoration:none;
}	
		
#nav li a.home:hover{
display: block;
color:#FFF;
text-decoration:none;
}

#nav li a.right_contact{
display: block;
padding: 1px 0px;
color: #333333;
font-size:80%;
font-weight:bold;
text-decoration:none;
}	
		
#nav li a.right_contact:hover{
display: block;
color:#FFF;
text-decoration:none;
}

/*#nav li a.practice{
display: block;
padding: 1px 0px;
color: #333333;
font-size:80%;
font-weight:bold;
text-decoration:none;
}	
		
#nav li a.practice:hover{
display: block;
color:#FFF;
text-decoration:none;
background:url(../images/practice_hover.png) no-repeat;
}
*/

#nav li a.right{
display: block;
padding: 1px 0px 0px 0px;
color: #333333;
font-size:80%;
font-weight:bold;
text-decoration:none;
}

#nav li a.right:hover{
display: block;
color:#FFF;
text-decoration:none;
}

/* These styles create the dropdown menus. */
#nav li ul {
display: none; 
width: 168px; /* Width to help Opera out */
font-style:normal;
border-top:2px solid #be0009;
background-color:#FFFFFF;
}
	
#nav li:hover ul, #nav li.hover ul {
display: block;
position: absolute;
margin: 0;
padding: 0; 
}

#nav li:hover li, #nav li.hover li { float: none; padding:0px 0 11px 20px; margin:5px 0 0 10px; background:url(../images/drop_bg.png) 0% 100% no-repeat }

#nav li:hover li a, #nav li.hover li a {
border-bottom: 1px solid #fff;
color: #535659;
font-style:normal;
font-size:12px;
}

#nav li li a:hover { text-decoration:none; color:#3168a5; }


/* MENU ENDS */

h1{ font-weight:bold; color:#1d4e77;  }

#main{
display:inline;
float:left;
width:925px;
}

.main_content{ float:left; }

.left_content{
float:left;
width:922px;
margin:25px 0 0 2px;
display:inline;
}

.blue_bg{
margin:30px 0 0 15px;
display:inline;
float:left;
width:470px;
height:97px;
background:url(../images/blue_bg.png) no-repeat;
}

.blue_bg h2{
padding:10px 15px 10px 15px;
color:#343b7d;
line-height: 24pt;
float:left;
font-size:22px;
font-weight:100;
}

.blue_bg h3{
margin:20px 0 0 15px;
padding:0;
float:left;
display:inline;
color:white;
font-size:20px;
font-weight:100;
line-height: 24pt;
width:220px;
}

#icons_a {
position: absolute;
top: 0;
left: 0;
width: 97px;
height: 47px;
}

#icons_a span {
position: absolute;
display: block;
top: -10000px;
left: -10000px;
font-size: 1px;
color:white;
}

.left_column{
margin:25px 0 0 0;
padding:0 0 0px 0;
float:left;
width:630px;
}

.left_column_main{
margin:0px 0 0 0;
padding:0 0 0 0;
float:left;
width:630px;
background:#fff url(../images/bg_main.jpg) top right no-repeat
}

.left_column_home{
margin:15px 0 0 0;
padding:0 0 0 0;
float:left;
width:630px;
background:#FFFFFF url(../images/recent_post.png) 0% 0% no-repeat
}

.box_right{
float:left;
width:278px;
margin:50px 0 0 20px;
display:inline;
}

.blog_post{
float:left;
width:580px;
font-size:14px;
margin:10px 0 0 0;
}

.date{ color:#707769; font-weight:normal; font-style:italic; }
.title a{ color:#8e2f2f !IMPORTANT; font-weight:bold; font-style:normal; font-size:16px; padding-bottom:10px; float:left; }
.desc{ color:#535659; font-family:Arial, Helvetica, sans-serif; }

.read_more{ margin:20px 10px 0 0; }

.padding_slice{ padding-bottom:0px; margin:15px 0 0 0; }

.right_column{
margin:25px 0 0 12px;
padding:0 0 10px 0;
float:left;
width:280px;
}

.right_column_main{
margin:0px 0 0 0px;
padding:0 0 10px 0;
float:left;
width:280px;
background:#fff url(../images/right_slice2.png) bottom right no-repeat;
}

.right_column_login{
margin:20px 0 0 0px;
padding:0 0 10px 0;
float:left;
width:280px;
background:#fff url(../images/right_slice2.png) bottom right no-repeat;
}

.profile_pic{
float:left;
margin:20px 0 0 17px;
display:inline;
}

.header_container{
float:left;
margin:31px 0 0 17px;
}

.learn{
float:right;
margin:0 25px 0 0;
}

.main_txt{
margin:0;
padding:20px;
float:left;
color:#535659;
font-size:14px;
width:365px;
}

.main_txt_pad{
margin:0;
padding:5px 20px 0px 20px;
float:left;
color:#535659;
font-size:14px;
width:365px;
}

.main_txt_pad2{
margin:0 0 0 217px;
display:inline;
padding:2px 20px 0px 20px;
float:left;
color:#535659;
font-size:14px;
width:365px;
}

.main_txt_short{
margin:0;
padding:0px 20px 5px 0px;
float:left;
color:#535659;
font-size:16px;
width:485px;
font-family:Georgia, "Times New Roman", Times, serif;
}

.main_txt_short2{
margin:0;
padding:0px 20px 5px 0px;
float:left;
color:#535659;
width:170px;
font-size:14px;
}

.right_txt{
margin:0;
padding:20px 0 20px 10px;
float:left;
color:#535659;
font-size:14px;
width:155px;
}

.screen_icon{ float:left; margin:10px 0 0 10px; }

.client_right{
float:left;
margin:0 0 0 20px;
display:inline;
padding-bottom:20px;
}

/* FORM BEGINS */

input{ background:url(../images/input_slice.png) repeat-x; border:none; padding:7px 0 15px 4px; }
textarea{ background:url(../images/text_slice.png) repeat-x; border:none; padding:7px 4px 15px 4px; }

.no_border{ border:none; background:none; }

.height_right{ height:67px; }

.enter_c{
margin:10px 0 0 30px;
padding:0 10px 0 0px;
display:inline;
float:left;
}

.enter_c form{
margin:0;
padding:0px 0 0 3px;
width:200px;
}

.enter_c .input{
margin:0;
padding:8px 0 0px 0;
font-size:75%;
border-bottom:1px dotted #d6d6d4;
width:207px;
}

.enter_c .input2{
margin:0;
padding:8px 0 15px 0;
font-size:75%;
width:207px;
border-bottom:1px dotted #d6d6d4;
}

.right_img{ float:right; position:relative; *left:20px; left:16px; }

.right_column_slice{ float:right; background:no-repeat; height:2px; }

.right_comments{
width:200px;
*width:206px;
}

.form{
margin:0;
padding:0 0 10px 0;
float:left;
font-size: 12px;
font-weight: bold;
color: #494e53;
}

/* FORM ENDS */

a.bios { color: #303470; text-decoration:none; font-weight:bold; }
a.bios:hover { color: #303470; text-decoration:underline; font-weight:bold; }


.right_header{
margin:20px 0 0 20px;
padding:0;
display:inline;
float:left;
background:url(../images/small_bar.png) no-repeat;
}

.right_header h4{
margin:2px 0 0 15px;
padding:0 0 10px 0;
float:left;
display:inline;
color:#1b294f;
font-size:20px;
font-weight:100;
line-height: 24pt;
width:280px;
}

/* FOOTER BEGINS */

#footer_bottom{
float:left;
width:100%;
margin-left: auto;
margin-right: auto;
background:#fff url(../images/footer_slice.png) repeat-x;
z-index:0;
position:relative;
}

.wrapping{
width: 920px;
margin-left: auto;
margin-right: auto;
position:relative;
z-index:100;
}

/***************** FOR MEGA FOOTER PAGE ****************/
/*******************************************************/

.footer_nav{
margin:10px 0 0 0;
padding:0 0 10px 0;
display:inline;
color:#666;
}

.footer_li{
list-style-type:none;
display:inline;
margin:2px 0 1px 0px;
padding:5px 0;
width:130px;
float:left;
font-size:12px;
}

.footer_li a{ color:#666; text-decoration:none; font-style:normal; }

.footer_li a:hover{ color:#666; text-decoration:underline; }

.footer_li1{
list-style-type:none;
display:inline;
margin:2px 0 1px 0px;
padding:5px 0;
width:60px;
float:left;
font-size:12px;
}

.footer_li1 a{ color:#666; text-decoration:none; font-style:normal; }

.footer_li1 a:hover{ color:#666; text-decoration:underline; }


.footer_li23{
list-style-type:none;
display:inline;
margin:2px 0 1px 20px;
padding:5px 0;
width:85px;
float:left;
font-size:12px;
}

.footer_li23 a{ color:#666; text-decoration:normal; text-decoration:none; font-style:normal; }

.footer_li23 a:hover{ color:#666; text-decoration:underline; }


.box_1_footer{
float:left;
width:60px;
margin:10px 0 10px 0px;
display:inline;
padding-bottom:5px;
*padding-bottom:5px;
}

.box_2_footer{
float:left;
width:150px;
margin:10px 0 20px 10px;
padding-left:10px;
display:inline;
padding-bottom:0;
}

.box_3_footer{
float:left;
margin:10px 0 0 10px;
display:inline;
width:140px;
padding-bottom:25px;
*padding-bottom:20px;
}

.box_4_footer{
float:left;
margin:10px 0 0 10px;
display:inline;
width:100px;
padding-bottom:25px;
*padding-bottom:20px;
}

.box_5_footer{
float:left;
margin:10px 0 0 10px;
display:inline;
width:260px;
padding-bottom:25px;
*padding-bottom:20px;
background:url(../images/box_5_bg.png) no-repeat;
}

.footer_container{
float:left;
}

.right_txt_footer{
margin:0;
padding:50px 0 20px 20px;
float:left;
color:#535659;
font-size:12px;
width:240px;
}

/* FOOTER ENDS */

/***************** TRAFFIC LAW PAGE ****************/
/***************************************************/


.left_column_sub{
margin:0px 0 0 0;
padding:0 0 0 0;
float:left;
width:630px;
background:#fff
}

.enter_bg {
margin:19px 0 0 0px;
padding:0 10px 0 0px;
display:inline;
float:left;
background:url(../images/traffic_bg.jpg) no-repeat;
width:256px;
height:254px;
color:#444444;
font-family:Georgia, "Times New Roman", Times, serif;
}

.enter_bg_en {
margin:19px 0 0 0px;
padding:0 10px 0 0px;
display:inline;
float:left;
background:url(../images/traffic_en_bg.jpg) no-repeat;
width:256px;
height:254px;
color:#444444;
font-family:Georgia, "Times New Roman", Times, serif;
}

.criminal_bg {
margin:19px 0 0 0px;
padding:0 10px 0 0px;
display:inline;
float:left;
background:url(../images/criminal_bg.jpg) no-repeat;
width:256px;
height:254px;
color:#444444;
font-family:Georgia, "Times New Roman", Times, serif;
}

.criminal_bg_en {
margin:19px 0 0 0px;
padding:0 10px 0 0px;
display:inline;
float:left;
background:url(../images/criminal_en_bg.jpg) no-repeat;
width:256px;
height:254px;
color:#444444;
font-family:Georgia, "Times New Roman", Times, serif;
}

.dwi_bg {
margin:19px 0 0 0px;
padding:0 10px 0 0px;
display:inline;
float:left;
background:url(../images/dwi_bg.jpg) no-repeat;
width:256px;
height:254px;
color:#444444;
font-family:Georgia, "Times New Roman", Times, serif;
}

.dwi_bg_en {
margin:19px 0 0 0px;
padding:0 10px 0 0px;
display:inline;
float:left;
background:url(../images/dwi_en_bg.jpg) no-repeat;
width:256px;
height:254px;
color:#444444;
font-family:Georgia, "Times New Roman", Times, serif;
}

.form_sub{
margin:0;
padding:0 0 10px 0;
float:left;
font-size: 12px;
font-weight: bold;
color: #494e53;
}

.form_sub_txt{
margin:70px 0 0 0;
padding:0 25px 10px 18px;
float:left;
font-size: 12px;
color: #494e53;
}

.form_sub_txt2{
margin:90px 0 0 0;
padding:0 25px 10px 18px;
float:left;
font-size: 12px;
color: #494e53;
}

.form_sub_stick{
margin:0;
padding:2px 0 10px 20px;
float:left;
font-size: 12px;
font-weight: bold;
color: #0e416a;
width:207px;
background:url(../images/arrow.png) no-repeat;
}

.enter_bg .input{
margin:0;
padding:8px 0 0px 0;
font-size:75%;
border-bottom:1px dotted #d6d6d4;
width:215px;
}

.enter_bg_en .input{
margin:0;
padding:8px 0 0px 0;
font-size:75%;
border-bottom:1px dotted #d6d6d4;
width:215px;
}

.column_contain{
float:left;
margin:70px 0 0 15px;
}

.main_txt_long{
margin:0;
padding:10px 20px 20px 20px;
float:left;
color:#535659;
font-size:14px;
width:585px;
}

.main_txt_indent{
margin:0 0 0 15px;
display:inline;
padding:10px 20px 20px 20px;
float:left;
color:#535659;
font-size:14px;
width:570px;
}

h1.subs{ font-weight:bold; color:#1d4e77; font-size:22px; margin:15px 0 0 18px; float:left; display:inline;  }
h1.sub{ font-weight:bold; color:#1d4e77; font-size:22px; margin:10px 0 0 18px; float:left; display:inline;  }
h1.sub_small{ font-weight:bold; color:#1d4e77; font-size:16px; margin:10px 0 0 18px; float:left; display:inline;  }

h2.sub_title{ font-weight:bold; color:#912733; font-family:Georgia, "Times New Roman", Times, serif; font-size:22px; margin:15px 0 0 18px; float:left; display:inline;  }
h2.sub_titles{ font-weight:bold; color:#912733; font-family:Georgia, "Times New Roman", Times, serif; font-size:22px; margin:0px 0 0 18px; float:left; display:inline;  }
h2.sub_title_short{ width:300px; font-weight:bold; color:#912733; font-family:Georgia, "Times New Roman", Times, serif; font-size:18px; margin:5px 0 0 18px; float:left; display:inline;  }
h2.sub_title_short2{ width:170px; font-weight:bold; color:#912733; font-family:Georgia, "Times New Roman", Times, serif; font-size:18px; margin:5px 0 0 0px; float:left; display:inline;  }


.form_sub_sticks{
display:inline;
padding:2px 0 5px 0px;
margin:0 0 0 0px;
float:left;
font-size: 12px;
font-style:italic;
color: #912733;
font-family:Georgia, "Times New Roman", Times, serif;
}

.input_btm{
margin:0 0 0 5px;
padding:8px 0 0px 0px;
font-size:75%;
float:left;
border-bottom:1px dotted #912733;
}

.read{
margin:0;
padding:8px 0 0px 0;
font-size:75%;
float:right;
}

.read2{
margin:0 0px 0 0;
padding:8px 20px 0px 0;
font-size:75%;
float:right;
}


.read_more{
margin:0 0 0 0px;
display:inline;
padding:2px 0 2px 2px;
float:right;
font-size: 12px;
font-style:italic;
color: #be0009;
font-family:Georgia, "Times New Roman", Times, serif;
border-bottom:1px dotted #912733;
}

.read_more a { color: #be0009; } 
.read_more a:hover { color: #3168a5; text-decoration:none; } 

.red_arrow{
float:left;
margin:7px 0 0 25px;
display:inline;
}

.column_container{
float:left;
margin:0 0 0 20px;
display:inline;
}

.column_1{
float:left;
width:180px;
margin-right:5px;
}

h3{
float:left;
width:160px;
color:#000033;
font-size:16px;
margin:10px 0 0 0;
}

.column_1_txt{
margin:0;
padding:10px 10px 5px 0;
float:left;
color:#000033;
font-size:14px;
width:160px;
padding-bottom:15px;
}

.book { font-size:14px; font-weight:bold; }

.left_column_contact{
margin:15px 0 0 0;
padding:0 0 0 0;
float:left;
width:630px;
background:#FFFFFF url(../images/case_val.jpg) 0% 0% no-repeat
}

.enter_contact{
margin:10px 0 0 0px;
padding:0 10px 0 0px;
display:inline;
float:left;
}

.enter_contact form{
margin:0;
padding:0px 0 0 3px;
width:320px;
}

.enter_contact .input{
margin:0;
padding:8px 0 0px 0;
font-size:75%;
border-bottom:1px dotted #d6d6d4;
width:325px;
}

.enter_contact .input2{
margin:0;
padding:8px 0 15px 0;
font-size:75%;
width:325px;
border-bottom:1px dotted #d6d6d4;
}

.right_comments2{
width:320px;
*width:324px;
}

/***************** CRIMINAL PAGE *****************/
/*************************************************/

table{ 
font-size:12px;
color:#535659;
margin:15px 0 0 15px;
display:inline;
float:left;
}

td{ padding:0 4px; }

.wake{ width:275px; }

tr.btm { margin-bottom:10px; }






