/* a fix for IE6 only - see Star Hack in Stylin' with CSS to see how the comments and * html hide this hack from other browsers \*/
* html * {
	zoom:100%; 
/* triggers IE6 "haslayout" - google 'IE6 haslayout' for details*/
	}
/* without the above hack, IE6 does not draw the header until the page is resized */
/* the problem is triggered by the universal * selector below that resets the margins, but I need to do that, hence the hack */
* {
	margin:0;
	padding:0;
	}
body {
	font: 12px/16px Arial, Helvetica, sans-serif; /* 1em = 16pts */
	color: #103559;
	background: #184b7c url(images/bkgd.jpg) repeat fixed left top;
	padding: 0px 0;
}
  .body_callout{
  clear:both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #103559;
	line-height: 17px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 10px;
  }
  body { text-align: center; }
  .page_margins { text-align:left; margin: 0 auto; }
  .page_margins { min-width: 1100px; max-width: 1100px; }
  .page { padding: 0px; }


.float_left {float:left; margin: 0 .3em .3em 0;}      /* apply this class to any image or element with width - text will wrap it to the right */
.float_right {float:right;  margin: 0 0 .3em .3em;} /* apply this class to any image or element with width  - text will wrap it to the left */

/* DEFAULT TAG STYLES - font sizes, margins, padding, etc. */
/* NOTE: text colors follow below */
body {background-color:transparent;}

#main_wrapper {
	background-color:#FFF;
	background-image: url(images/bkgd-wrapper.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

/** begin: header **/

  #header {
	background: #f7f5f2 url(images/index_01.jpg) no-repeat left top;
	width: 1100px;
	height: 179px;
	padding-top: 0px;
	padding-left: 0px;
  }
    #header_inside {
	background: #f7f5f2 url(images/inside_01.jpg) no-repeat left top;
	width: 1100px;
	height: 179px;
	padding-top: 0px;
	padding-left: 0px;
  }
  #logo{
	float: left;
	height: 159px;
	width: 305px;
  }

#email{
	width: 690px;
	height:66px;
	padding-top: 55px;
	text-align: right;
	padding-right: 105px;
	font-weight: bold;
	color: #062d53;
	float:right;
	clear:right;
	font-size: 13px;
	line-height: 14px;
}
  #email a:link { color: #062d53; background:transparent; text-decoration:none;}
  #email a:visited { color: #062d53; background:transparent; text-decoration:none;}
  #email a:active {color: #84330f; background-color: transparent; text-decoration:none;}
  #email a:hover { color: 84330f; text-decoration:none;}

/** end: header **/


#content {
	padding:0px 100px;
	width: 900px;
	min-height:700px;
	background-image: url(images/bkgd-main.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}

#content .column {
	position: relative;
	float: left;
	padding-bottom: 2000px;
	margin-bottom: -2000px;
}


#left_col{
	width: 176px;
/**	height:700px;**/
	background-image: url(images/navbar2_03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
	padding-right: 0px;
	padding-left: 0px;
/**	border: 1px dotted #FFFF00;**/
}
#right_col{
	width: 724px;
	background-image: url(images/index_04.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float:right;
/**	border: 1px dotted #00FFFF;**/
}
#right_col_inside{
	margin-left: 20px;
	padding-bottom: 20px;
	padding-right: 50px;
}

  #footer {
	position: relative;
	color:#fff;
	background: #84330f;
	padding: 10px 20px;
	line-height: 11px;
	margin-right: 100px;
	margin-left: 100px;
	vertical-align: middle;
	width: 860px;
	margin-top: 0px;
	margin-bottom: 0px;
  }
  .footer{
	font-size: 11px;
	line-height: 13px;
	color: #FFFFFF;
  }

/** begin: Headlines **/

  h1,h2,h3,h4,h5,h6 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight:normal;
    color:#184b7c;
    margin: 0 0 0.25em 0;
  }

h1{
	font-size: 25px;
	line-height: 26px;
	font-weight: bold;
	text-transform: capitalize;
	text-align: left;
	color: #84330f;
	padding-right: 175px;
	clear:none;
}
h2{
	font-size: 21px;
	line-height: 22px;
	font-weight: bold;
	text-align: right;
	background-image: url(../../images/bkgd-h1.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width:644px;
	height: 40px;
	color: #84330f;
}
h3{
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	margin-top: 4px;
	padding-bottom: 8px;
	background-image: url(../../images/bkgd-h3.gif);
	background-repeat: no-repeat;
	height: 16px;
	color: #103559;
}
h4{
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	padding-bottom: 8px;
}
h5{
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
}
h5 li{
	line-height: 13px;
	padding-bottom: 4px;
	list-style-position: outside;
	list-style-image: url(../../images/bullet.gif);
}
  h6 { 
	font-size: 18px;
	line-height: 19px;
	font-weight: bold;
	color: #184b7c;
}

/** end: Headlines **/

a.norm:link, a.norm:visited{
	margin: 0 0 1em;
	padding-bottom: 0px;
	line-height: 16px;
	font: 12px Arial, Helvetica, sans-serif; /* 1em = 16pts */
	color: #103559;
	text-decoration:none;
	}
a.norm:hover{text-decoration:underline;}
  p {
	margin: 0 0 1em;
	padding-bottom: 0px;
	line-height: 16px;
}
p.social{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	text-align: center;
	vertical-align: middle;
}
  ul, ol, dl {
	line-height: 12px;
	margin: 0 0 10px 14px;
}
  ul li {
	list-style-position: outside;
	list-style-image: url(../../images/bullet.gif);
	margin-right: 0px;
}
  ul ul li { list-style-type: circle; }

  ol li { list-style-type: decimal; }
  ol ol li { list-style-type: lower-latin; }

  li { 
  	margin-left: 10px; 
  	padding-left: 0px; 
	line-height: 12px; 
	padding-bottom: 4px;
}

  dt { font-weight: bold; }
  dd { margin: 0 0 1em 0.8em; }

/** begin: Charts **/

  .chart-head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	color: #153554;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #153555;
	padding-top: 8px;
	margin-bottom: 4px;
	padding-left: 8px;
}
.chart-name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #153555;
	text-align: right;
}
.chart-body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
}
.captions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 10px;
	color: #153554;
	margin-top: -50px;
	padding: 0px;
}

/** end: Charts **/

.buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-top: 5px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}

.request_type{
	font-size: 9px;
	line-height: 10px;
	color: #000000;
	margin: 0px;
	padding: 5px;
}

.pic_right{
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}
.pic_left{
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
}

/** begin: News **/

#news{
	background-image: url(../../images/bkgd-news.jpg);
	background-repeat: no-repeat;
	width: 247px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
#news_content{
	padding: 10px 10px 0px;
	background-image: url(../../images/news_02.jpg);
	background-repeat: no-repeat;
}
.news{
	font-size: 12px;
	line-height: 13px;
	color: #153555;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 4px;
}
.news_date{
	font-size: 11px;
	line-height: 12px;
	color: #231b19;
	padding-bottom: 0px;
	font-weight: bold;
	margin-bottom: 0px;
}


/** end: News **/


  a { color: #4D87C7; background:transparent; text-decoration:underline; }
  a:visited  { color: #036; }

  a:focus,
  a:hover,
  a:active { color:#182E7A; text-decoration:underline; }


.pic_right{
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
	clear: none;
}
.pic_left{
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
	clear: none;
}


/** TABLES **/
table{
	margin-bottom: 10px;
}

/***********************************
		Attorney Profiles
***********************************/

table.attorney_profile{
	vertical-align: top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #184b7c;
	border-right-color: #184b7c;
	border-bottom-color: #184b7c;
	border-left-color: #184b7c;
}
.attorney_profile td{
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #102f4c;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #102f4c;
}
.attorney_profile th {
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #102f4c;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #102f4c;
}
.attorney_profile_thead {
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #184b7c;
	text-align: right;
}
.attorney_profile tbody {
	padding: 10px;
	font-size: 10px;
	line-height: 11px;
}
img.attorney_profile {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #184b7c;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #184b7c;
	float: left;
	margin-bottom: 15px;
	margin-right: 10px;
	padding-bottom: 1px;
	padding-right: 1px;
}
#attorney_profile_nav{
	float: right;
}
.attorney_profile_nav{
	background-color: #184b7c;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-size: 10px;
	line-height: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px 0px;
	margin: 0px;
}
.attorney_profile_nav a:link {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #184b7c;
	padding: 3px 6px;
	margin: 0px;
}
.attorney_profile_nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #184b7c;
	padding: 3px 6px;
	margin: 0px;
}
.attorney_profile_nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #84330f;
	padding: 3px 6px;
	margin: 0px;
}
.attorney_profile_nav a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #84330f;
	padding: 3px 6px;
	margin: 0px;
}

/*******************************/

/***********************************
		Attorney Profiles
***********************************/

table.contact {
	vertical-align: top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #184b7c;
	border-right-color: #184b7c;
	border-bottom-color: #184b7c;
	border-left-color: #184b7c;
	background-color: #e1dbcf;
}
.contact td{
	padding: 3px;
/**	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #102f4c;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #102f4c;**/
}
.contact th {
	padding: 3px;
/**	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #102f4c;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #102f4c;**/
}
.contact_thead {
	font-size: 9px;
	line-height: 10px;
	font-weight: bold;
	color: #153555;
	text-align: right;
}
.contact tbody {
	padding: 10px;
	font-size: 10px;
	line-height: 11px;
}
img.contact {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #184b7c;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #184b7c;
	float: left;
	margin-bottom: 15px;
	margin-right: 10px;
	padding-bottom: 1px;
	padding-right: 1px;
}














.clear{
	margin-bottom: 0px;
	clear: left;
}

