/* reset */
body, div, p, span, img, ul, li, h1, h2, h3, h4, h5, input, textarea
{
	margin:0;
	padding:0;
}
p
{
	line-height:1.5em;
}
a img
{
	border:none;
}
a:hover
{
	color:#9f6500
}
ul,li
{
	list-style:none;
}
a
{
	color:#567744;
}
body
{
	color:#567744;
	font:12px Arial, Helvetica, sans-serif;
	background:#384641;
	overflow-y:scroll;
}
#divContainer
{
	margin:20px auto 20px auto;
	width:738px;
}
#divHeader
{
	background:url(../images/header.jpg) top left no-repeat;
	padding:154px 0 0 0;
}
#divHeader #ulNavigation
{
	height:24px;

	background:#FFFFFF;
	padding:0 0 0 20px;

}
#divHeader #ulNavigation li
{
	float:left;
	margin:0 ;
}
#divHeader #ulHighlight
{
	height:20px;
	padding:0 0 0 20px;
	background:url(../images/green-tile.jpg) top left repeat-x;

}
#divHeader #ulHighlight li
{	
	float:left;
	width:116px;
	overflow:hidden;
	height:20px;
	margin:-3px 0 0 0
}
#divHeader #divPrimaryTitle
{
	height:49px;
	background:url(../images/brown-tile-outer.jpg) repeat-x top left;
	padding:0 20px 0 20px;
}
h1
{
	height:49px;
	background:url(../images/brown-tile-inner.jpg) top left repeat-x;
	font-weight:normal;
	color:#444444;
	padding:11px 0 0 0;
	font-size:1.8em;
	text-align:center
}

h2
{
	font-size:1em;
	font-weight:normal;
	color:#9f6500
}
h2 a
{
	color:#9f6500
}
h3
{
	font-weight:bold;
	text-transform:uppercase;
	font-size:1em;
	line-height:1.5em
}
#divAd
{
	background:#dae4cd;
	height:57px;
	margin:20px -40px 20px -40px;
	text-align:center
}
#divAd a
{
	text-decoration:none;
	color:#5c7c4a;
	font-size:2em;
	display:block;
	float:left;
	width:280px;
	margin:5px 0 0 0 ;
	padding:0 40px 0 40px;
	font-weight:bold
}
#divAd a span
{
	clear:both;
	display:block;
	font-size:0.5em;	
	font-weight:normal;
	text-transform:uppercase
}

#divAd img
{
	padding:0 30px 0 30px;
}
.borderRight
{
	border-right:#b8ccaf 1px solid
}
img.fRight
{
	float:right;
	margin:10px 0 10px 10px	
}
.mTop
{
	margin-top:15px;
}
#divBody
{	
	background:#ffffff ;
	padding:0 20px 0 20px;

}
#divBody #divMainContent
{

	background:#FFFFFF url(../images/body-grad.jpg) repeat-x top left;
	padding:10px 20px 10px 20px;

}
#divDivision
{
	background:#ffffff url(../images/lower-stripes.jpg) no-repeat bottom center	;
	height:33px;
}
#divFooter
{
	background:#FFFFFF url(../images/lower-curve.jpg) bottom left no-repeat;
	padding:10px 40px 20px 40px;
	margin:0 0 20px 0
}
form
{
	margin:0 auto 0 auto;
	width:500px
}
label
{
	width:200px;
	display:block;
	float:left;
	text-align:right;
	margin:0 20px 0 0;

}
dl, .ulNormal
{
	margin:20px;
}
.ulNormal li
{
	list-style:disc	;
	margin:5px 0 0 0 
}
dl dt
{
	margin:10px 0 0 0;
	font-weight:bold;
	

}
dl dd
{
	margin:0;
	
}
input ,textarea
{
	width:220px;
	border:1px solid #b8ccaf;
	color:#567744;
	font-size:1em;
	padding:3px;	
	background:#FFFFFF
}
textarea
{
	overflow:auto;
	height:120px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0 0 5px 0
}
.submitButton
{
	width:auto;
	margin:0 0 0 220px;	
	background:#b8ccaf;
	color:#567744;
	font-size:1em;
	font-weight:bold;
	text-transform:uppercase;

}
.ulThumbnails
{
	margin:0 auto 0 auto;
}
.ulThumbnails li
{
	margin:0 0 30px 35px;
	background:#c9d2bc
}
 .ulThumbnails li h3	
{
	text-align:center;
	text-decoration:underline;
	padding:0 0 5px 0
}


.ulThumbnails li img
{
	border:10px solid #c1c9b3;
}
.centered
{
	text-align:center
}
.fLeft
{
	float:left; 
	
}
.divAbout
{
	width:250px
}
.clearBoth
{
	clear:both
}