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

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

body {
	background-image:url(../images/cleanPlateBG.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#d5eabc;
	padding:0px;
	margin:5px auto 0 auto;
	behavior:url(/csshover.htc);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#6c5432;
}

div#page
{
	width:952px;
	margin:0 auto 0 auto;
	padding:0px;
	height:682px!important;
	background-image:url(../images/cleanPlateHomePhotos.jpg);
	background-repeat:no-repeat;
	border:1px solid #897559;
	background-color:#FFF;
}

div#pageInside
{
	width:952px;
	margin:0 auto 0 auto;
	padding:0px;
	/*min-height:682px;
	height:auto !important;
	height:682px;*/
	overflow:auto;
	border:1px solid #897559;
	background-color:#FFF;
}


a 
{
	font-weight:normal;
}	
			
a, a:visited
{ 
	color:#5a9611;
	text-decoration:none; 
	}
	
a:hover, a:active 
{ 
	color:#5a9611; 
	text-decoration:underline; 
}

h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:24px;
	color:#5a9611;
}

h1 a, a:visited
{ 
	color:#5a9611;
	text-decoration:none; 
	}
	
h1 a:hover, a:active 
{ 
	color:#5a9611;
	text-decoration:underline; 
}

div#headerInteriorBox
{
	width:952px;
	float:left;
	padding:0px;
	margin:0px;
	height:203px;
}

div#headerInterior
{
	width:952px;
	float:left;
	padding:0px;
	margin:0px;
	height:177px;
}

div#navBar
{
	width:852px;
	float:left;
	padding-left:100px;
	margin:0px;
	height:30px;
	
}

div#contentArea
{
	width:952px;
	min-height: 350px;
	height:auto !important;
	height:682px;
	float:left;
	padding:0px;
	margin:0px;
}

div#insideLeftNav
{
	width:250px;
	margin:0px;
	padding:0px;
	float:left;
}

div#insideRight
{
	width:662px;
	padding:20px 10px;
	margin:0px;
	float:left;
}

div#indexLeft
{
	width:522px;
	float:left;
	padding:20px 20px 10px 10px;
	margin:0px;
}

div#indexRight
{
	width:305px;
	float:left;
	padding:255px 10px 0px 85px;
	margin:0px;
}
		
.indexIntro
{
	font-family:Arial, Helvetica, sans-serif; 
	font-style:normal;
	font-size:12px;
	line-height:21px;
	color:#6c5432;
}

.indexIntro a, a:visited
{ 
	color:#6c5432;
	text-decoration:none; 
	}
	
.indexIntro a:hover, a:active 
{ 
	color:#6c5432;
	text-decoration:underline; 
}

div#footer
{
	width:942px;
	float:left;
	padding:5px;
	margin:0px;
	height:30px;
	text-align:center;
}
	

/*---------------------------------- FIX FOR FLOATED ELEMENTS WITHIN A CONTAINER DIV --------------------------*/
.clearfix:after
{
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/*--- Fix for IE on Mac ---*/
.clearfix
{
	display: inline-block;
}

/*--- Hack for bug in IE6 ---*/
* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}


#thePageTitle {
	background-color: #D5EABC;
	border-left: 1px solid #ABC48D;
	border-top: 1px solid #ABC48D;
	border-right: 1px solid #ABC48D;
	margin: 20px 0 0 20px;
	padding: 5px 5px 0 5px;
	width: 200px;
	font-size: 1.4em;
	font-weight: bold;
	z-index: 99999;
}
.imageFloatLeft {float:left; margin: 6px 14px 6px 0;}
.imageFloatRight {float:right; margin: 6px 0 6px 14px;}
.center { text-align: center; }
span.underline {text-decoration:underline}
span.strikethrough {text-decoration:line-through}
.colors-navy {color: #000080;}
.colors-blue {color: #0000ff;}
.colors-red {color: #ff0000;}
.colors-dark-red {color: #8b0000;}
.colors-orange {color: #ffa500;}
.colors-green {color: #008000;}
.colors-dark-green {color: #006400;}
.colors-gray {color: #808080;}
.colors-dark-gray {color: #666666;}
.colors-light-gray {color: #d3d3d3;}