/* Style Sheet for Clearwater International created by Bi-Tech Enterprises Web Development */

html
	{
	height: 100%;
	margin-bottom: 0.1em;
	}
a:link 
   { 
   color: #792406;
   background-color: transparent;
   }
a:visited
	{
	color: #792406;
	background-color: transparent; 
	}
a:active 
   { 
   color: #792406;
   background-color: transparent;
   }
a:hover 
   { 
   color: #267436;
	background-color: transparent; 
   }
#menu a:link 
   { 
   display: block;
	height: 45px;
	font: bold 14px verdana,arial,sans-serif;
	text-decoration: none;
	color: black;
	background: transparent;
   }
#menu a:visited
	{
	display: block;
	height: 45px;
	font: bold 14px verdana,arial,sans-serif;
	text-decoration: none;
	color: black;
	background: transparent;
	}
#menu a:active 
   { 
   display: block;
	height: 45px;
	font: bold 14px verdana,arial,sans-serif;
	text-decoration: none;
	color: black;
	background: transparent;
   }
#menu a:hover 
   { 
   border-width: 0px 1px;
	border-style: solid;
	border-color: black;
	display: block;
	height: 45px;
	font: italic 17.5px verdana,arial,sans-serif;
	text-decoration: none;
	color: #EDF288;
	background: #609F6F;
   }
#menu span
	{
	display: block;
	padding: 10px 0px 0px 10px;	
	}


/* Style and Body */
/* float fixes per http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
/* html .clearfix {height: 1%;}*/
/* End hide from IE-mac */
/* Style and Body */
/* End float fixes */


body
	{
	font: 13px/150% arial,sans-serif;
	color: #000000;
	background: url(images/tops.jpg) #7C310D top left no-repeat;
	margin: 8px;
	padding: 0px;
	}
td
	{
	font: 13px/150% arial,sans-serif;
	color: #000000;
	vertical-align: top;
	}
#stripe-bg
	{
	width: 100%;
	background: url(images/background-stripe.jpg) left top;
	}
#skeleton
	{
	width: 100%;
	background: url(images/top-repeat.jpg) left top repeat-x;
	}
#skel-sub
	{
	width: 100%;
	background: url(images/top.jpg) left top no-repeat;
	}
#left-column
	{
	width: 190px;
	height: 600px;
	background: url(images/left.jpg) top right no-repeat;
	text-align: left;
	float: left;
	margin: 0px;
	padding: 0px;
	}
#menu
	{
	margin: 155px 0px 0px 10px;
	background: url(images/menu.jpg) #E6F2DF;
	width: 150px;
	height: 270px;
	font-weight: bold;
	}
#menu ul
	{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
#header
	{
	width: 100%;
	height: 160px;
	background: url(images/motto.jpg) top right no-repeat;
	letter-spacing: 1px;
	}
#header p
	{
	padding: 130px 0px 0px 0px;
	margin: 0px;
	text-align: center;
	color: #226341;
	background: transparent;
	font: bold 9px verdana,arial,sans-serif;
	}
#content
	{
	margin: 0px 10px 0px 250px;
	padding: 0px;
	text-align: left;
	}
#date-text
	{
	font: bold 10px verdana,arial,sans-serif;
	color: #000000;
	padding-right: 20px;
	margin-bottom: 10px;
	float: right;
	background: transparent;
	}	
#footer
	{
	padding: 15px;
	background: #E27D34;
	border-top: 1px solid black;
	text-align: center;
	font: bold 10px arial,sans-serif;
	color: black;
	clear: both;
	}
h1
	{
	width: 200px;
	border-bottom: 1px solid black;
	padding-left: 5px;
	text-align: left;
	font: 22px verdana,arial,sans-serif;
	letter-spacing: 1px;
	margin: 0px 0px 10px 0px;
	}
h2
	{
	width: 100%;
	border-bottom: 1px solid black;
	padding: 0px 0px 0px 10px;
	font: 18px verdana,arial,sans-serif;
	letter-spacing: 1px;
	}
h3
	{
	border-bottom: 1px solid black;
	font: bold 16px arial,sans-serif;
	}
.box-uses
	{
	border: 0px solid black;
	clear: right;
	margin: 20px;
	padding: 10px 20px;
	background: #FFCC66;
	}
.box-info
	{
	width: 250px;
	padding: 5px 10px 10px 10px;
	margin: 0px 10px 10px 10px;
	background: #D0E0C5;
	float: right;
	}
.box-info-l
	{
	width: 250px;
	padding: 5px 10px 10px 10px;
	margin: 0px 10px 10px 10px;
	background: #D0E0C5;
	float: left;
	}
.box-info td
	{
	font-size: 11px;
	text-align: center;
	background: #E0EAD7
	}
.box-info th
	{
	font-size: 11px;
	background: #9FC087;
	text-align: center;
	vertical-align: top;
	}
.contact-box
	{
	width: 300px;
	padding: 10px;
	height: 100px; 
	}
.contact-box img
	{
 	float: left;
	margin: 10px 0px;
	}




.red-text { 
	color: red;
	font-weight: bold;
	}
