body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	background: #DEDEDE url("images/back.gif") repeat-y center top;
}

H1 {
	font-size: 16px;
	font-weight: bold;
	color: #8A0000;
	text-align: left;
}

H2 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}

H3 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 5px 0px 6px 15px;
	background: #D6A53F url("images/h3.gif") repeat-x left top;
}

H4 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 5px 0px 3px 0px;
	background: #D6A53F url("images/h3.gif") repeat-x left top;
	text-align: center;
}

/*********** #Practice Area Links ***********/

#prac {
	padding: 15px 0px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
  }

#prac a {
	display:block;
	background: url("images/circle.gif") no-repeat left top;
	padding:2px 0px 5px 20px;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
	font-size: 11px;
  }

#prac a:hover {
	display:block;
	background: url("images/circle2.gif") no-repeat left top;
	padding:2px 0px 5px 20px;
	text-decoration:none;
	font-weight:bold;
	color:#CCCCCC;
	font-size: 11px;
  }

/*********** # End Practice Area Links ***********/

.nav_title{
	padding: 0px 0px 4px 0px;
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	background-image: url(images/rnav_title.gif);
	background-repeat: repeat-x;
	height: 17px;
}

.subhead {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

HR {
	color: #000033;
}

.bisname {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	padding : 20px 0px 0px 0px;
	text-align: center;
}

.number {
	font-size: 20px;
	font-weight: bold;
	color: #8A0000;
	padding : 10px 0px 0px 0px;
	text-align: center;
}

.snumber {
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	padding : 0px 0px 15px 0px;
	text-align: center;
}

.national {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	margin-bottom: 15px;
	margin-top: 0px;
	text-align: center;
}

.tollfree {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin: 20px 0px 5px 0px;
}

.address {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	margin: 20px 0px 5px 10px;
}

.call {
	font-size: 16px;
	font-weight: bold;
	color: #CA4631;
	text-align: center;
}

.content {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-align : justify;
	padding : 20px 20px 20px 20px;
	background: #EFE7E7 url("images/c-back.gif") repeat-y left top;
}

.disc {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	text-align : justify;
	padding : 40px 20px 20px 20px;
	background: #EFE7E7 url("images/disc-back.gif") repeat-x left top;
}

.rnav {
	background: #000000 url("images/rnav-back.gif") repeat-y left top;
	padding-left: 4px;
}

.nav {
	background-color: #000000;
	border-right: 1px solid #000000;
}

.tnav {
	background-color: #000000;
}

.date {
	background-color: #000000;
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
	color: #FFFFFF;
}

.bab {
	text-align : center;
	padding : 0px;
	margin-top : 20px;
}

/*********** #header ***********/

#header {
  float:left;
  width:99%;
  background:#000 url("bg.gif") repeat-x bottom;
  font-size:11px;
  font-weight:bold;
  border-left: 1px solid #000000;
  vertical-align: middle;
  height: 15px;
  }
#header ul {
  margin:0;
  padding:0px 0px 0;
  list-style:none;
  }
#header li {
  float:left;
  background: url("right.gif") no-repeat right top;
  margin:0;
  padding:0px 5px 0px 0px
  }
#header a {
  float:left;
  display:block;
  background: url("left.gif") no-repeat left top;
  padding:0px 10px 0px 15px;
  text-decoration:none;
  font-weight:bold;
  color:#fff;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
  color:#D6A53F;
  }
#header #current {
  background: #EFE7E7 url("images/c-back.gif") repeat-y left top;
  height: 15px;
  }
#header #current a {
  background-image: url("left_on.gif");
  color:#000;
  }
  
#header #current a:hover {
  color:#8A0000;
  }
  

/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 10px 0px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#sectionLinks h3{
	padding: 2px 0px 2px 0px;
}

#sectionLinks a {
	display: block;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 2px 0px 20px;
}

#sectionLinks a:hover{
	color: #CCCCCC;
}

/*********** #navBar link styles ***********/

#navBar{
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 2px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/*********** #sectionLinks styles ***********/

#PracLinksLeft{
	padding-left: 4px;
}

#PracLinks{
	position: relative;
	padding: 0px;
	border: 2px solid #FFFFFF;
}

#PracLinks a {
	display: block;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 2px 0px 10px;
}

#PracLinks a:hover{
	color: #CCCCCC;
}

/*********** #quick contact ***********/

.shortform {
	background-color: #003366;
	color: #000000;
	font-size: 8pt;
	font-weight: bold;
	border: 1px solid #FFFFFF;
	background: #FFFFFF url("images/f-back.gif") repeat-x left top;
}

.sform {
	background-color: #FFFFFF;
	color: #8A0000;
	font-size: 8pt;
	font-weight: bold;
	border: 1px solid #000000;
}

.qform {
	padding: 0px 0px 5px 10px;
}

.qc {
	font-size: 11px;
	font-weight: bold;
	color: #cccccc;
	text-align: left;
	margin: 15px 0px 15px 10px;
}

.shorthead {
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: bold;
	line-height: 15px;
	padding: 5px 0px 0px 0px;
	text-align: left;
}