body {
	background-image: url(../images/bkgrnd_image.jpg);
	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: #003300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: repeat-x;
	background-color: #003300;	
}

h1 { font-size: 20px; margin-top:15px; }
h2 { font-size: 16px; }
h3 { font-size: 13px; margin-top:15px;}

div#container {
	width: 943px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

div#header {
	height: 143px;
	width: 943px;
	background-image: url(../images/header_back.jpg);
	margin-top: 0px;
}

div#headerimage {
height: 200px; width: 980px;
background-color:#FFFFFF;
}

div#topnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	
	color: #003300;
	height: 30px;
width:480px;
	
	margin-top:-32px;
margin-left:440px; 

}
#topnav ul{
margin: 0;
padding: 0px 0px 0px 0px;
list-style-type: none;
font-weight: normal;
font-size: 12px;
color:#000000;
}

#topnav ul li {
display: inline;
padding: 0;
}

#topnav ul li a{
display: inline;  /*  block for fixed width */
width: 155px; /*Width of top level menu link items*/
padding: 1px 8px;
border: 0px solid black;
border-left-width: 0;
text-decoration: none;
}

div#Table_01 {
	width:268px;
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0px;
	
}

div#Table_02 {
	width:268px;
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 20px;
}

div#sidebar1-1 {
	width:268px;
	background-image: url(../images/sidebar1_1.png);
	height: 10px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#sidebar2-2 {
	width:268px;
	background-color: #efb508;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

div#sidebar3-3 {
	width:268px;
	height:10px;
	background-image: url(../images/sidebar3_3.png);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
}

div#image1 {
	left:0px;
	top:0px;
	width:301px;
	height:107px;
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}

div#image2 {
	left:0px;
	top:0px;
	width:301px;
	height:107px;
	float: right;
	padding-right: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
}

div#mainContent {
	margin-left: 280px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	padding-left:20px;
}

div#footer {
	padding: 0 10px;
	background-color: #649764;
}

div#footerwhite {
	display: inline;	/* background:#FFFFFF; */
	color: #FFFFFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 923px;
}

div#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #649764;
}

div#calloutbox {
	border-style:solid;
	border-width:1px;
	border-color:#113485;
	background-color:#eeeeee;

	font-weight:bold;
	margin-top:25px;
	margin-left:25px;
	margin-right:0px;
	margin-bottom:25px;
	font-size:12px;
	float:right;
	width:250px;
	color:#000000;
	padding:15px;

}

div#leftnav {
	border-style:solid;
	border-width:1px;
	border-color:#113485;
	background-color:#eeeeee;

	font-weight:bold;
	margin-top:25px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:25px;
	font-size:12px;
	
	width:150px;
	color:#000000;
	padding:15px;
	position:absolute;

}

.boxheading {
font-size: 16px;
}

.smalltext {
font-size: 11px;
}

.largetext {
font-size: 18px;
}

.whitetext {color: #FFFFFF}

.style2 {
	color: #EFD911;
	margin-left: 15px;
}

.style3 {color: #FFFFFF;
		 text-decoration: underline;
}

.style4 {color: #003300}

.bluetext {
	color: #23478C;
	font-weight: bold;
}

.date-font	{ color: #000000; font: 11px verdana, arial, sans-serif; font-weight: bold; }

a {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;font-weight: bold; color: #003300; text-decoration: none;}
a:hover {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;font-weight: bold; color: white; text-decoration: underline;}


a.calloutlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003300;
    text-decoration: none;
}
a.calloutlink:hover {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000000; text-decoration: underline;}

a.calloutlink2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
    text-decoration: underline;
}

a.calloutlink2:hover {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #EFD911; text-decoration: underline;}

div#date-location {
	float:right;
	margin-top: 5px;
	margin-right: 10px;
}



#bottomnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #EFD911;
	height: 14px;
	margin-top:20px;
	margin-bottom:20px;
	text-align: center;
	background-position: center;
}

#bottomnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}

#bottomnav ul li {
	display: inline;
	text-align: center;
}

#bottomnav ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #EFD911;
	float: none;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-align: center;
}
#bottomnav ul li a:hover {
	color: white;
	text-decoration: underline
}
#attorney_pic {
	float: right;
}
#header_address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	float: right;
	margin-top: 20px;
	text-align: right;
}

