body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: arial, sans-serif;
  font-size: 12px;
	background: url(assets/bg.jpg) repeat-x #C7D6C6;
}
a:link {color: #54290d;}
a:visited {color: #54290d;}
a:hover {color: #000;}
a:active {color: #54290d;}
img {
	border: 0;
	display: block;
	}
/* Toolbox Config */
h1, h2 {
	color: #3a4e3a;
	font-size: 15px;
	margin: 0 0 0.5em 0;
	}
#toolbox p {
	margin: 0 0 1em 0;
	}	
.imageleft, .imageright {
	position: relative;
	width: 280px;
	}
.imageleft {
	float: left;
	margin: 0 12px 10px 0;
	}
.imageright {
	float: right;
	margin: 0 0 10px 12px;
	}
.imageright img, .imageleft img {
	border-right: 2px solid #a94707;
	border-top: 2px solid #a94707;
	}	
.imagecaption {
	color: #a94707;
	font-size: 10px;
	}

				
#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	}
#top {
	height: 185px;
	background: url(assets/topBg.jpg) no-repeat #c7d6c6;
	position: relative;
	}
#slideshow {
	float: right;
	position: relative;
	}	
#slideshow, #slideshow li {
	width: 415px;
	height: 168px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none;
	}	
#logo {
	margin-left: 52px;
	float: left;
	position: relative;
	}	
#ccrMovie {
	/* width: 760px;
	height: 170px; */
	display: none; /* hiding flash */
	}
/* Main Navigation */	
#navTop, #navTop li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	}
#navTop {	
	margin-left: 90px;
	height: 18px;
	}
#navTop li {
	float: left;
	position: relative;
	width: 80px;
	}	
#navTop a {
	text-transform: uppercase;
	padding: 1px 0 0 2px;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	}
#navTop a:link {color: white;}
#navTop a:visited {color: white;}
#navTop a:hover {color: #c7d6c6;}
#navTop a:active {color: white;}

#nav, #nav li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	background: url(assets/navBg.gif) no-repeat;
	height: 1%;
	overflow: hidden;
	height: 49px;
	}
#nav li {
	float: left;
	position: relative;
	width: 95px;
	width: 12.5%;
	background: none;
	}
#nav li a {
	display: block;
	padding: 0 10px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	line-height: 45px;
	}
#nav li.double a {line-height: 18px; height: 40px; padding-top: 5px;}	
#nav li a:link { color: white;}
#nav li a:visited { color: white;}
#nav li a:hover { background-color: #a94707;}
#nav li a:active { color: white;}
	
/* Main Section under header and nav */
#main {
	background: url(assets/mainBg.gif) repeat-x #c7d6c6;
	padding-top: 6px;
	height: 1%;
	overflow: hidden;
	}		

#content {
	width: 555px;
	background: url(assets/contentInsideBg.gif) no-repeat #fff;
	float: right;
	position: relative;
	margin-right: 2px;
	padding-bottom: 45px;
	}	
/* #public #content {
	width: 758px;
	background: url(assets/contentPublicBg.gif) no-repeat #fff;
	float: none;
	padding-bottom: 0;
	}*/
#contentInner { /* Instead of Box Model Hack */
	padding: 41px 10px 0 22px;
}
#column {
	width: 193px;
	float: left;
	position: relative;
	margin-top: -6px;
	background: #C7D6C6;
	}
/* Subnavigation, left side */	
h2#subnavHead {
	font-size: 13px;
	color: #c6601e;
	padding: 10px 20px;
	background: white;
	margin: 0;
	border-bottom: 3px solid #aa4a0b;
	}		
#subnav {
	background: url(assets/subnavBg.gif) repeat-x #608160;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	list-style-type: none;
	}
#subnav li {
	margin: 0;
	display: inline;}	
#subnav a {
	background: url(assets/subnavItemBg.gif) no-repeat 5px 8px;
	padding: 3px 0 3px 20px;
	display: block;
	text-decoration: none;
	position: relative;}	
#subnav a:link {color: #c7d6c6;}
#subnav a:visited {color: #c7d6c6;}
#subnav a:hover { 	color: #fff; }
#subnav a:active {color: #c7d6c6;}

#cEvents {
	margin: 13px 8px;
	}
#cEvents h2 {
	font-size: 12px;
	color: #cc0d09;
	text-transform: uppercase;
	margin: 0;
	}
#cEvents p {
	color: #54290d;
	margin: 8px 0 8px 0;
	}	
#cEvents a {
	display: block;
	font-weight: bold;
	}

/* Login on Homepage */
#login {
	width: 192px;
	clear: both;
	margin: 20px 0 0 0px;
	background: #cbd6ca;
	padding: 3px;
	text-align: center;
	}
#login form {
	text-align: right;
	}		
#login label {
	display: block;
	margin: 6px;
	}		
#login #logU, #login #logP {
	width: 100px;
	border: 0;
	margin: 3px;
	}  	
#login #logS {
	text-align: center;
	display: block;
	margin: 0 auto;
	}

/* Bottmo Area */
#bottom {
	background: #99a699;
	text-align: center;
	padding: 10px;
	font-size: 11px;
	}
#bottom p {
	margin: 6px 0 0 0;
	}

/* Critters in bttom contetn */
#contentFooter {
	width: 312px;
	height: 45px;
	background: url(assets/critters.gif);
	position: absolute;
	bottom: 0;
	right: 0;
	}		
