@charset "UTF-8";
/* CSS Document */
<!-- 
body  {
	font: 100% Trebuchet, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
body.home {
	width: 900px;
	margin: 0 auto; 
	text-align: left; 
	background-image: url(Images/Bkgd_color.gif);
	background-position: top center;
	background-repeat: repeat-y;
	}
body.inside {
	width: 900px;
	margin: 0 auto; 
	text-align: left; 
	background-image: url(Images/Bkgd_inside.gif);
	background-position: top center;
	background-repeat: repeat-y;
	}

div, h1, h2, h3, p, ul, li, a, img {
	margin: 0;
	padding: 0;
	}
	
#page { 
	width: 900px;
	margin: 0 auto; 
	text-align: left; 
	background-image: url(Images/Bkgd_top.gif);
	background-position: top center;
	background-repeat: no-repeat;
}
div#mainmenu ul {
	width: 450px;
	height: 15px;
	margin: 0 0 0 450px;
	padding: 15px 0 0 0;
	}
div#mainmenu ul li {
	display: inline;
	width: 20%;
	list-style: none;
	text-align: center;
	padding: 0 20px;
	}
div#mainmenu li a {
	text-decoration: none;
	color: #000000;
	}
div#mainmenu li a:hover {
	text-decoration: underline;
	color: #663300;
	}


/* SIDEBAR STYLES*/
div#sidebar {
	float: left; 
	width: 298px; 
	margin: 0 0 0 2px;
	padding: 20px 0;
	text-align: right;
	background-color: #FFFFFF;
}
div#sidebar div#address_block {
	padding: 280px 10px 0 0;
	}
div#sidebar div#address_block a {
	text-decoration: none;
	color: #000000;
	}
div#sidebar div#address_block a:hover {
	text-decoration: underline;
	color: #663300;
	}

/* HOMEPAGE mainContent STYLES*/
.home div#mainContent { 
	margin: 0 10px 0 300px; 
	padding: 90px 0 0 0; 
} 
.home div#mainContent div.homepix {
	float: left;
	width: 300px;
	background-color:#663300;
	padding-bottom: 100px;
	}
#Page_pix {
	height: 430px;
	}
.home div#mainContent div.hometext {
	padding: 50px 0 0 320px;
	}

h2 {
	font-size: 1.3em;
	line-height: 2.5em;
	font-weight: normal;
	}
p.small_head {
	font-size: .95em;
	line-height: 1.5em;
	font-weight: bold;
	}
#logo {
	cursor: pointer;
	}


/* INSIDE PAGES mainContent STYLES*/
.inside div#mainContent { 
	margin: 0 10px 0 150px; 
	padding: 90px 0 0 0; 
} 
.inside div#mainContent div.inside_pix {
	float: left;
	width: 150px;
	background-color:#663300;
	padding-bottom: 100px;
	}
#Page_pix {
	height: 430px;
	}
.inside div#mainContent div.inside_text {
	padding: 0 30px 0 320px;
	}
.inside div#mainContent div.inside_text p {
	line-height: 1.5;
	}
.inside div#mainContent div.inside_text a {
	font-style: italic;
	text-decoration: none;
	color: #663300;
	}
.inside div#mainContent div.inside_text a:hover {
	text-decoration: underline;
	color: #663300;
	}

.bold {
	font-weight: bold;
	}
.italic {
	font-style: italic;
	}
.byline {
	font-style: italic;
	padding: 0 0 0 100px;
	}
	
.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;
}
.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;
}


