@charset "UTF-8";
/* CSS Document */

 
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #003399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #CCFFFF;
}

#container {
	width: 900px; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-left: auto;
	background-color: #CCFFFF;
	margin-top: 8px;
}
#menuwrapper {
	width: 900px;
	float: left;
	background-color: #FFFFFF;
}
#menu {
	padding-left: 8px;
	width: 892px;
	background-color: #FFFFFF;
}
#logobottom {
	float: right;
	width: 242px;
}

#sidebar1 {
	width: 187px;
	float: left;
}
#sidebar1 h3, #sidebar1 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;
}
#mainContent  {
	width: 680px;
	padding-top: 6px;
	color: #000099;
	margin-left: 5px;
	float: right;
	margin-right: 3px;
}
#middle {
	background-color: #99CCFF;
	width: 900px;
	float: left;
}

/* 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;
}
#topright {
	float: right;
	position: static;
	top: 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;
}
#footer {
	width: 900px;
	clear: both;
}
#business_info_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin-left: 8px;
	background-color: #CCFFFF;
	border: thin solid #FFFFFF;
	width: 750px;
	text-align: left;
}
#business_info_table a {
	font-weight: bold;
	text-decoration: none;
}
.phones {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#hilite  {
	background-color: #FFFFFF;
}
.normal_row {
	background-color: #CCCCCC;
	border-bottom: thin dotted #666666;
}
#list_header {
	background-color: #FFFFFF;
	text-align: left;
	font-weight: bold;
}
.warning {
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	padding-left: 8px;
}
#data_entry_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	width: 800px;
	color: #003399;
}
.data_entry_fonts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #003366;
}
#record_navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #003366;
	width: 300px;
}
#record_navigation  a {
	color: #000099;
	font-weight: bold;
}
.delete {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
#adminContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	width: 875px;
	text-align: left;
}
#news_info_table  h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000099;
	font-weight: bold;
	font-variant: small-caps;
}
#news_info_table .item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000066;
}
.newsitem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000066;
}
#newsContent {
	padding-right: 8px;
	width: 882px;
	padding-top: 6px;
	padding-left: 10px;
	background-color: #99CCFF;
	float: left;
}
#mainContentadmin {
	width: 882px;
	padding-top: 6px;
	padding-left: 10px;
	float: left;
	padding-right: 8px;
	background-color: #99CCFF;
}
#news_info_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #CCFFFF;
	border: thin solid #FFFFFF;
	width: 600px;
}
#mainContent  h1 {
	font-size: large;
}
#right_small_column {
	font-size: small;
	float: right;
	margin-bottom: 3px;
	margin-left: 5px;
	margin-top: 5px;
	padding: 2px;
	border: thin solid #FFFFFF;
}
#mainContent p {
	font-size: small;
}
.hilite {
	background-color: #FFFFFF;
}
#map_canvas {
}
#record_navigation2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #003366;
	width: 300px;
}
.smalltext {
	font-weight: bold;
	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
