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

body  {
	width: 800px;
	align-center;
	background-image: url(_img/metal_rusty.jpg);
	list-style-image: url(_img/check_box.gif);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}
.CRM_layout #container {
	text-align: left;
	left: auto;
	right: auto;
	margin-right: auto;
	margin-left: auto;
} 
.CRM_layout #header {
} 
.CRM_layout h1 {
	margin: 0; /* 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 */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: italic;
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: #6374AB 3px 3px 3px;
} 
.CRM_layout h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: #6374AB 3px 3px 3px;
	padding-top: 20px;
	padding-right: 10;
	margin: 0;
	padding-left: 10;
} 
.CRM_layout h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	color: #000000;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 10;
	margin: 10;
	padding-left: 10;
	text-align: center;
} 
.CRM_layout #mainContent {
	background-image: url(_img/brushedss.jpg);
	top: 30px;
	z-index: 10;
	padding: 10px;
	left: -50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
} 
.CRM_layout #newsContent {
	background-image: url(_img/newspaper.jpg);
	z-index: 10;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	clear: both;
	padding: 10px;
} 
.CRM_layout #picture_margin {
	z-index: 10;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: right;
} 

.CRM_layout #footer {
	padding: 0 10px 0 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5B3F3D;
	background-image: url(_img/brushed_steel.jpg);
} 
.CRM_layout #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;
	background-color: #096C3E;
}
.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;
}
.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 {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: repeat;
}
a.list:link {
	color: #000000;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.list:visited {
	color: #000000;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
}
a.list:hover {
	color: #0000FF;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
}
a.footer:link {
	color: #705853;
}
a.footer:visited {
	color: #705853;
}
a.footer:hover {
	color: #FF0000;
}
a:visited {
	color: #0000CC;
}
a:hover {
	color: #F90304;
}
.left_indent {
	color: #FFFFFF;
	list-style-type: square;
	list-style-position: outside;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style1 {
	color: #056E3E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
}
.style2 {font-family: "Handwriting - Dakota"}
.style3 {
	font-family: "Handwriting - Dakota";
	font-size: 16px;
	font-weight: bold;
.pageTitle {
	font-style: oblique;
	color: #00FF00;
	font-size: 24px;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
}
.CRM_layout #container #mainContent .fltlft #CSSPanel1 {
}
.mapLocation {
	float: right;
	width: 400px;
}
.mapPosition {
	float: right;
	height: 400px;
	width: 350px;
}
.news_menu {
	float: left;
	width: 200px;
}
