/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, img  
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, th, var
{ font-style : normal; font-weight : normal; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* layout.css */
html {
text-align : center;
background-color: #c3c3c3;
}
div#container { 
position : relative; 
width : 797px; 
margin : 0 auto; 
text-align : left;
background: url(../images/bg.png) repeat-y;
}
div#content {
position : relative; 
width: 100%;
}
div#sidebar {
position: absolute;
width: 250px;
top: 270px;
left: 10px;
text-indent: -5000px;
}

div#side-login {
text-indent: 69px;
position: absolute;
width: 250px;
top: 544px;
z-index:99;


}

body#home_page div#sidebar {
position: absolute;
width: 250px;
top: 270px;
left: 10px;
background: url(../images/law-office.jpg) no-repeat bottom center;
text-indent: -5000px;
height: 625px;
}
div#content-main {
margin: 2em 0;
margin-top:  0;
padding: 0;
margin-left: 275px;
min-height:625px;
height:auto !important;
height:625px;
padding-bottom: 20px;
position: relative;
}
#branding {
display: block;
width: 100%;
height: 127px;
background: url(../images/logo.png) no-repeat;
clear:both;
}
h1#logo a {
display: block;
width: 425px;
height: 127px;
text-indent: -5000px;
outline: none;
} 
#branding_image {
height: 259px;
width:797px;
background: url(../images/branding.jpg) no-repeat;

}

#top-contact-info {
width: 300px;
height: 127px;
outline: none;
float: right;
} 

#top-contact-info a {
display: block;
width: 300px;
height: 127px;
text-indent: -5000px;
outline: none;
} 

/* * * home page style * * * * * * * * * * * * * * * * * * * * * * * * * * */
#hp-call-outs {
width: 253px;
margin-left: 12px;
text-align: left;
text-indent: -9999px;
}
#hp-call-outs p {
padding: 0;
}
/* * * css for callouts from original design * * * * * * * * * * * * * * * * * * * * * * * * * * 
#hp-call-outs h3 {
padding-top: 20px;
padding-left: 15px;
margin-top: 0;
margin-bottom: 5px;
font-family: Arial, Helvetica, sans-serif;
font-size: 150%;
color: #3366cc;
font-weight: normal;
line-height: 1em;
}
#hp-call-outs h3.black {
color: #000033;
}
#hp-call-work p, #hp-call-workers p, #hp-call-questions p  {
padding: 0;
padding-left: 15px;
padding-right: 15px;
}
#hp-call-work a:link, #hp-call-work a:visited {
color: #666;
text-decoration: none;
}
#hp-call-work a:hover {
color: #666;
text-decoration: underline;
}
#hp-call-workers a:link, #hp-call-workers a:visited {
color: #666;
text-decoration: none;
}
#hp-call-workers a:hover {
color: #666;
text-decoration: underline;
}
#hp-call-questions a:link, #hp-call-questions a:visited {
color: #666;
text-decoration: none;
}
#hp-call-questions a:hover {
color: #666;
text-decoration: underline;
}
*/

/* * * general styles * * * * * * * * * * * * * * * * * * * * * * * * * * */
.more {
text-align: right;
}
.external {
background: url(../images/external.png) no-repeat right center;
text-decoration:none;
padding-right: 15px; 
}
.breadcrumb {
font-size:100%;
padding-left: 5px;
padding-bottom: 10px;
}
.breadcrumb a {
outline: none;
text-decoration: none;
}
ul {
margin-left: 25px;
}
li {
padding-bottom: 5px;
margin-left: 25px;
margin-right: 25px;
list-style: disc;
}
ol {
padding: 14px 25px;
padding-left: 50px;
}
ol li {
margin: 0 0 6px;
list-style: none;
}
.right  {
float: right;
padding: 0 0 10px 10px;
}
img.right  {
float: right;
padding: 20px 0 10px 10px;
}
.left {
float: left;
padding: 0 0 25px 25px;
}
.center {
text-align: center;
padding-top: 50px;
}
.small {
font-size: 85%;
color: #a6a4a4;
}
.bio-title  {
font-size: 100%;
font-weight: bold;
}
.bios {
padding-bottom: 15px;
}
.bios img {
float: right;
padding-bottom: 5px;
padding-left: 5px;
}
.logos {
padding: 25px 50px;
}
ul.services {
margin: 0;
padding: 14px 32px;
}
ul.services li{
margin: 0 0 6px;
padding: 0;
list-style: none;
}
.clear { display: inline-block; }   
.clear:after, .container:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }


/* * * =tables * * * * * * * * * * * * * * * * * * * * * * * * * * */
table {
margin: 5px;
margin-left: 32px;
}

/* * * =form * * * * * * * * * * * * * * * * * * * * * * * * * * */
form {
width: 38em;
margin-left: 25px;
}
form p{
font-size: 100%;
padding: 2px;
}
/* fieldset styling */
fieldset {
margin: 1em 0; /*  space out the fieldsets a little*/
padding: 1em;
border : 1px solid #00235d;
}
/* legend styling */
legend {
font-weight: bold;
color: #00235d;
}
/* style for  labels */
label {
float: left;
width: 14em;
}
/* style for required labels */
label .required {
font-size: 0.9em;
font-style: normal;
color: red;
}
input {
width: 225px;
}
input.radio, input.submit {
width: auto;
}
textarea {
width: 225px;
height: 100px;
} 
/* submit */
form div input {
width: 100px;
margin-left: 162px;
padding: 0 .25em;
background-color: #00235d;
color: #fff;
text-transform: uppercase;
font-size: 90%;
}

**/




/* * * =copyright * * * * * * * * * * * * * * * * * * * * * * * * * * */
#copyright {
width: 100%;
clear: both;
height: 70px;
background-color: #c3c3c3;
color: #666;
text-align: center;
font-size : 80%;
}
#copyright p {
padding: 0;
padding-top: 5px;
font-size : 80%;
}
#copyright a:link, #copyright a:visited {
color: #666;
text-decoration: none;
}
#copyright a:hover {
color: #666;
text-decoration: underline;
}






/* * * =nav main * * * * * * * * * * * * * * * * * * * * * * * * * * */
.nav {
margin-left: 10px;
}
ul.sf-menu li {
}

/* * * =nav current * * * * * * * * * * * * * * * * * * * * * * * * * * */
body#home_page ul.sf-menu li#home a {
background: url(../images/arrow.gif) no-repeat left center #3164c0;
color: #fff;
cursor: default;
}
body#about_page ul.sf-menu li#about a {
background: url(../images/arrow.gif) no-repeat left center #3164c0;
color: #fff;
cursor: default;
}
body#services_page ul.sf-menu li#services a {
background: url(../images/arrow.gif) no-repeat left center #3164c0;
color: #fff;
cursor: default;
}
body#immigrant-visas_page ul.sf-menu li#immigrant-visas a {
background: url(../images/arrow.gif) no-repeat left center #3164c0;
color: #fff;
cursor: default;
}
body#non-immigrant-visas_page ul.sf-menu li#non-immigrant-visas a {
background: url(../images/arrow.gif) no-repeat left center #3164c0;
color: #fff;
cursor: default;
}
body#immigrant-news_page ul.sf-menu li#immigrant-news a {
background: url(../images/arrow.gif) no-repeat left center #3164c0;
color: #fff;
cursor: default;
}
body#notable-clients-testimonials_page ul.sf-menu li#notable-clients-testimonials
 a {
background: url(../images/arrow.gif) no-repeat left center #3164c0;
color: #fff;
cursor: default;
}
body#request_page ul.sf-menu li#request a {
background: url(../images/arrow.gif) no-repeat left center #3164c0;
color: #fff;
cursor: default;
}
body#contact_page ul.sf-menu li#contact a {
background: url(../images/arrow.gif) no-repeat left center #3164c0;
color: #fff;
cursor: default;
}


/* * * =anchor links * * * * * * * * * * * * * * * * * * * * * * * * * * */
a:link, a:visited {
color: #b13b00;
outline: none;
text-decoration: underline;
}
a:hover{
}



.clogin { width: 248px; position: absolute; z-index: 2; left: -265px; top: 275px; text-align: center; }
          

