@charset "utf-8";
/* CSS Document */

body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.ccbod1 #container {
	width: 801px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.ccbod1 #header {
	margin:0px;
	margin-bottom: 10px;
}
.ccbod1 #logo {
	float:left;
}
.ccbod1 #imghdr {
}
.ccbod1 #mainContent {
  	margin: 0px 20px; /* the left margin will look best if you match the padding amount to the header and footer. */
	background: #FFFFFF;
	font-size:13px;
}
.ccbod1 #footer {
	padding: 0px 20px;
}

.ccbod1 #footer #address {
	color:#FFFFFF;
	background-color:#000066;
	font-size: 11px;
	height: 49px;
	padding:0px;
	margin:0px;
	margin-top:20px;
	border:0px;
	width:100%;
}
.ccbod1 #footer #address #loc1{
	background-image:url(left-bar.png);
	background-position:left top;
	background-repeat:no-repeat;
	padding:0px 15px;
	text-align:right;
	height: 49px;
}
.ccbod1 #footer #address #loc2{
	background-image:url(right-bar.png);
	background-position:right top;
	background-repeat:no-repeat;
	/* border-left: 1px solid #FFFFFF; */
	padding:0px 15px;
	text-align:left;
	height: 49px;
}

.ccbod1 #footer #copy {
	font-size:9px;
	text-align:center;
	margin: 0px;
	padding: 10px 0px;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1, h2, h3, h4, h5, h6 {
	margin:0px;
	text-align:center;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	text-transform: uppercase;
	padding: 0px;
	padding-top: 14px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif, "Times New Roman", Times, serif;
	font-size:20px;
	padding: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	text-transform:uppercase;
	color:#663333;
}
h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
hr {
	border: none;
	color:#FFFFFF;
	border-top: 2px dotted #999999;
	margin:0px;
	margin-top: 24px;
	clear:both;
}
.imgAty {
	border:1px solid #000000;
	float:left;
	margin:0px;
	margin-bottom: 20px;
	margin-right: 20px;
}
.img1 {
}
#mainContent ul {
	font-size:12px;
	padding:0px;
	padding-left: 20px;
}
#mainContent li {
	list-style-type:square;
	list-style-position: outside;
}
.attorney_bullets li {
  margin-bottom:6px;
}

.ccbod1 #sidebar1, .ccbod1 #sidebar2 {
/*	float: right; */
/*	width: 300px; */ /* since this element is floated, a width must be given */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 11px; /* top and bottom padding create visual space within this div */
}

#sidebar1 { font-size:13px;}
.sidebar2 {	border-left: 2px dotted #999999;}

.ccbod1 #sidebar1 p, .ccbod1 #sidebar2 p  {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	margin-top:0px;
	font-size:11px;
}
.ccbod1 #sidebar1 p i, .ccbod1 #sidebar2 p i {
	color:#663333;
}
.ccbod1 #sidebar1 span, .ccbod1 #sidebar2 span {
	margin:0px;
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	margin-bottom:0px;
	font-size:12px;
	font-weight:bold;
}
.ccbod1 #sidebar1 h3, .ccbod1 #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.ccbod1 a,
.ccbod1 a:link,
.ccbod1 a:visited {
	text-decoration:none;
	color:#000066;
}
.ccbod1 a:hover {
	text-decoration: underline;
	color:#663333;
}

.ccbod1 #sidebar2 a img {
	margin: 75px 0px;
}

/* ***********  Navigation  ************ */
#navcontainer {
	width:100%;
	height: 27px;
	margin: 0px 30px 10px 30px;
	padding: 0px;
	clear:both;
	text-align:center;
}
ul#navlist {
	float:left;
	text-align:center;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-color:#000066;
}
#navlist li {
	float:left;
	margin:0px 1px;
	padding: 2px 11px 3px 11px;
	border-collapse: collapse;
	border-right: 1px dotted #FFFFFF;
	border-left: 1px dotted #FFFFFF;
}
#navlist a, #navlist a:link, #navlist a:visited {
	font-size: 10px;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	text-decoration: none;
	margin: 0px;
	padding: 1px 10px 1px 10px;
}
#navlist a:hover, #navlist li a.active {
	text-decoration: underline;
}
#lastmenu {
	display: inline-block;
	padding: 3px 0px 1px 11px;
}
/************ NEWS and ARTICLES Styles ******************/
table.newslist {
	border: 1px solid #000066;
	width:48%;
	margin:0px 15px;
	float:left;
}
table.newslist td {
	border: 1px solid #000066;
	background-color: #DDEEFF;
	padding: 4px;
}
table.newslist td a {
	color: #000066;
}
table.newslist td a:hover {
	color: #0000FF;
}
table.newslist th {
	color: #ffffff;
	background-color: #000066;
	padding: 8px;
	text-transform:uppercase;
	text-align:center;
}
table.artlist {
	border: 1px solid #000066;
	width:48%;
	margin:0px;
	float:left;
}
table.artlist td {
	border: 1px solid #000066;
	background-color: #99CCFF;
	padding: 4px;
}
table.artlist td a {
	color: #000066;
}
table.artlist td a:hover {
	color: #0000FF;
}
table.artlist th {
	text-transform:uppercase;
	color: #ffffff;
	background-color: #000066;
	padding: 8px;
	text-align:center;
}

.news_archives {text-align:center; position:relative; font-weight:bold;}
.news_archives IMG {vertical-align:middle;}

#naform {
	float:left;
	margin:10px 33%;
}
#postDate a {
	font-size: 10px;
	color: #333333;
}
#postDate a:hover {
	text-decoration:none;
}

#homepage_news_links { font-size: 12px; font-weight:bold;}