@charset "UTF-8";
/* CSS Document */

body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	min-width:900px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #F9E4C2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:140%;
}
.twoColFixRtHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #F9E4C2;
	background-image:url(images/st_logo_header_reviseda.jpg); 
	background-position:top;
	background-repeat:no-repeat;
} 
.twoColFixRtHdr #header {
	height:150px;
	margin-left:0px;
	margin-right:0px;
	padding-left:90px;
	margin-top:0px;
}
.twoColFixRtHdr #header2 {
	height: 45px;
	background-color:#000000;
	background-image:url(images/attorneys.gif);
	background-position:right;
	background-repeat:no-repeat;
	margin-top: 0px;
	margin-right: 90px;
	margin-bottom: 0px;
	margin-left: 90px;
}
.twoColFixRtHdr #header3 {
	background: #DDDDDD;
	margin-top: 0px;
	margin-right: 90px;
	margin-bottom: 0px;
	margin-left: 90px;
}
.twoColFixRtHdr #holdingbox {
	margin: 0;
	margin-left: 90px;
	margin-top: 6px;
	width: 600px;
}
.twoColFixRtHdr #newsbox {
	margin: 0;
	margin-left: 90px;
	width: 600px;
}
.twoColFixRtHdr #contents {
	background-color:#FFFFFF;
    background-image: url(images/bio_background.gif);
	background-repeat: no-repeat;
	border-left:10px;
	border-left-color:#80A1B6;
	border-left-style:solid;
	border-right:10px;
	border-right-color:#80A1B6;
	border-right-style:solid;
	border-bottom-width:10px;
	border-bottom-color:#80A1B6;
	border-bottom-style:solid;
	width: 560px;
	padding-right: 10px;
	padding-left: 10px;
}
.twoColFixRtHdr #contents h3 {
	background-color: #80A1B6;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 5px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-left: -20px;
	margin-right: -10px;
	margin-top: 0px;
}
 .twoColFixRtHdr #newsbox h3 {
	background-color: #80A1B6;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 0px;
	}
.twoColFixRtHdr #newsbox h2 {
    color: #000000;
	font-size:12px;
	padding-top: 4px;
	border-top-style:solid;
    border-top-color: #CCCCCC;
    border-top-width:thin;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    margin-bottom: 2px;
}
.twoColFixRtHdr #newsbox h4 {
    color: #000000;
	margin-top: -7px;
	font-size:11px;
	margin-left: 6px;
	margin-right: 4px;
	margin-bottom:1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.twoColFixRtHdr #newsbox head {
color:#000000;
font-weight:bold;
}
.contents {
	color: #000000;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	}
.twoColFixRtHdr #sidebar1 {
	margin:0;
	float: right; /* since this element is floated, a width must be given */
	width: 180px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-top: 6px;
	background-image: url(images/sidebarback.jpg);
	background-repeat: no-repeat;
}
.twoColFixRtHdr #sidebar1 h2 {
	background-color: #80A1B6;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: -6px;
	margin-right: -10px;
	margin-bottom: 6px;
	margin-left: -10px;	 /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */ /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding: 10px;
}
.sidebarbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:140%;
}
.twoColFixRtHdr #sidebar2 {
	margin:0;
	float: right; /* since this element is floated, a width must be given */
	width: 180px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-top: 6px;
	background-color:#FFFFFF;
}
.sidebarbody2 p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:140%;
	margin-top: 3px;
	margin-bottom: -3px;
	border-bottom-style:solid;
    border-bottom-color: #80A1B6;
    border-bottom-width:thin;	
}
.twoColFixRtHdr #sidebar2 h2 {
	background-color: #80A1B6;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: -6px;
	margin-right: -10px;
	margin-bottom: 6px;
	margin-left: -10px;	 /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */ /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding: 10px;
}
 .style2 {
	color: #000000;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixRtHdr #footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 40px;
	background-image:url(images/bottombar_alt.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
.twoColFixRtHdr #footer a {
    color: #F9E4C2;
	text-decoration: underline;
}
a img {border:0}
.nav_links_top {
    color: #000000;
	font-size: 8px;
	text-decoration: none;
}
.nav_links_top a:link {
    color: #000000;
	text-decoration: none;
}
.nav_links_top a:visited {
    color: #000000;
	text-decoration: none;
}
.nav_links_top a:hover {
    color: #80A3B7;
	text-decoration: none;
}
.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;
}
.twoColFixRtHdr #apDiv1 {
	width:160px;
	margin-left:-10px;
	margin-top:-14px;
	float:left;
	padding-left:10px;
	height:185px;
	z-index:1;
	padding-top: 20px;
}

