/* 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: #6a0f30;
}
div#container { 
position : relative; 
width : 871px; 
margin : 0 auto; 
text-align : left;
background-color: #fff;
}
div#content {
position : relative; 
width: 100%;
}
div#content-main {
width: 520px;
margin: 2em 0;
margin-top:  0;
padding: 0;
margin-left: 325px;
min-height:640px;
height:auto !important;
height:640px;
}
div#sidebar {
position: absolute;
width: 280px;
min-height: 612px;
top: 207px;
background: url(../images/bg-images/sidebar-bg.png) no-repeat;

}
#branding {
display: block;
width: 100%;
height: 109px;
background: url(../images/bg-images/logo.png) no-repeat;
clear:both;
background-color: #000;
}
h1#logo a {
display: block;
width: 400px;
height: 109px;
text-indent: -5000px;
outline: none;
} 
#branding_image {
height: 177px;
width:871px;
background: url(../images/bg-images/branding-image.jpg) no-repeat;
text-indent: -9999px;
}


/* * * home page style * * * * * * * * * * * * * * * * * * * * * * * * * * */
#hp-call-outs {
width: 220px;
padding-left: 50px;
padding-top: 20px;
text-align: left;
}

#hp-call-outs .callouts {
	background: url('/images/bg-images/callout-border.gif') left top no-repeat;
	padding: 0;
}

#hp-call-outs h3 {
padding: 0;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 110%;
text-transform: uppercase;
color: #97160f;
font-weight: normal;
line-height: 1.2em;
}

#hp-call-outs a:link, #hp-call-outs a:visited {
color: #a23417;
text-decoration: none;
display: block; 
width: 210px;
padding: 15px 3px;
background: url('/images/bg-images/arrow.gif') right 80% no-repeat;
}
#hp-call-outs a:hover {
background: #efefef url('/images/bg-images/arrow.gif') right 80% no-repeat;
}
/* * * general styles * * * * * * * * * * * * * * * * * * * * * * * * * * */
.more {
text-align: right;
}
.external {
background: url(../images/bg-images/external.png) no-repeat right center;
text-decoration:none;
padding-right: 15px; 
}
.breadcrumb {
font-size:85%;
padding-bottom: 10px;
}
.breadcrumb a {
outline: none;
}
ul {
margin-left: 10px;
}
li {
padding-bottom: 5px;
margin-left: 10px;
margin-right: 20px;
list-style: disc;
}
ol {
padding: 14px 25px;
padding-left: 10px;
}
ol li {
margin: 0 0 6px;
}
.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%;
}
.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 60px;
}
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;
}

/* * * =tables * * * * * * * * * * * * * * * * * * * * * * * * * * */
form {
width: 38em;
margin-left: 15px;
}
form p{
font-size: 100%;
padding: 2px;
}
/* fieldset styling */
fieldset {
margin: 1em 0; /*  space out the fieldsets a little*/
padding: 1em;
border : 1px solid #e2e2e2;
}
/* legend styling */
legend {
font-weight: bold;
color: #b80000;
}
/* 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: 172px;
padding: 0 .25em;
color: #fff;
text-transform: uppercase;
font-size: 90%;
}



/* * * =copyright * * * * * * * * * * * * * * * * * * * * * * * * * * */
#copyright {
width: 100%;
clear: both;
height: 60px;
font-family: Arial, Helvetica, sans-serif;
color: #fff;
text-align: center;
font-size : 80%;
padding-top: 5px;
background: #6a0f30 url(../images/bg-images/bottom-bar.png) no-repeat;
}
#copyright p {
padding-top: 10px;
padding-left: 0px;
padding-right: 0px;
}
#copyright a:link, #copyright a:visited {
color: #fff;
text-decoration: underline;
}
#copyright a:hover {
color: #f2f2f2;
text-decoration: underline;
}

/* * * =nav main * * * * * * * * * * * * * * * * * * * * * * * * * * */
.nav {
font-size: 90%;
line-height: 1.5em; 
width: 871px;
height:27px;
text-transform:uppercase;
}

ul.sf-menu li {
}

/* * * =nav current * * * * * * * * * * * * * * * * * * * * * * * * * * */
body#home_page ul.sf-menu li#home a {
color:	#fff;
background:	#7d0000;
cursor: default;
}
body#about_page ul.sf-menu li#about a {
color:	#fff;
background:	#7d0000;
cursor: default;
}
body#services_page ul.sf-menu li#services a {
color:	#fff;
background:	#7d0000;
cursor: default;
}
body#immigrant-visas_page  ul.sf-menu li#visas{
color:	#fff;
background:	#7d0000;
cursor: default;
}
body#non-immigrant-visas_page  ul.sf-menu li#visas{
color:	#fff;
background:	#7d0000;
cursor: default;
}
body#removal-defense-litigation-appeals_page ul.sf-menu li#removal-defense-litigation-appeals a {
color:	#fff;
background:	#7d0000;
cursor: default;
}
body#affiliations_page ul.sf-menu li#affiliations a {
color:	#fff;
background:	#7d0000;
cursor: default;
}
body#news_page ul.sf-menu li#news a {
color:	#fff;
background:	#7d0000;
cursor: default;
}
/** korean links **/
body#korean-home_page  ul.sf-menu li#korean {
color:	#fff;
background:	#7d0000;
cursor: default;
}
body#korean-services_page  ul.sf-menu li#korean {
color:	#fff;
background:	#7d0000;
cursor: default;
}
body#korean-about_page  ul.sf-menu li#korean {
color:	#fff;
background:	#7d0000;
cursor: default;
}




body#contact_page ul.sf-menu li#contact a {
color:	#fff;
background:	#7d0000;
cursor: default;
}


/* * * =anchor links * * * * * * * * * * * * * * * * * * * * * * * * * * */
a:link, a:visited {
color: #b13b00;
outline: none;
}
a:hover{
text-decoration: underline;
}

