body { 
	font-family: verdana, arial, helvetica, sans-serif;
	background: #8FBC8F;
}

h1, h2, h3, h4, h5, h6 {
	font-family: geneva, arial, helvetica, sans-serif;
}


/* DROP SHADOW */

#shadow {
	width: 994px;
	position: relative;
	margin: 10px auto;
}

.one {
	position: absolute;
	background: url(images/topright.png) right top no-repeat;
}

.two {
	padding-top: 40px;
	padding-left: 40px;
	background: url(images/bottomleft.png) left bottom no-repeat;
}

.three {
	background: url(images/shadow.png) right bottom repeat-y;
}

.four {
	position: relative;
	left: -40px;
	top: -40px;
	background: url(images/shadow.png) left top repeat-y;
}

.five {
	position: relative;
	left: 20px;
	top: 20px;
}

#border {
	width: 974px;
	border: 4px double #A9A9A9;
	background: #FAF0E6;
}

#container {
	width: 974px;
	position: relative;;
	background: #FFFFFF;
	background: url(images/c96gradient3000.png) top left;
}


#header {
	width: 974px;
	height: 100px;
	padding: 0;
}


#banner {
	background:  url(images/bannersample1.png) no-repeat;
	width: 974px;
	height: 100px;
	text-align: right;
	color: #8B4513;
	font-size: 10pt;
	font-weight: bold;
}

#banner a {
	color: #8B4513;
}

#banner p {
	padding: 5px 10px 0 0;
	margin: 0;
}


/* NAVIGATION */



#nav {
	width: 974px;
	padding: 0;
	margin: 0 auto;
	margin-bottom: 15px;
	font-size: 12pt;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: lucida sans, geneva, arial, helvetica, sans-serif;
	}

#nav ul li {
	position: relative;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	}

#nav li ul {
	position: absolute;
	left: 0;
	top: 28px;
	display: none;
	}

#nav li ul li ul {
	position: absolute;
	left: 145px;
	top: 0;
	display: none;
}

#nav ul li a {
	display: block;
	border: solid #8B4513;
	border-width: 1px 0 1px 1px;
	padding: 5px 0px;
	text-decoration: none;
	color: #8B4513;
	background: #FAF0E6;
	}

.last {
	border-right: 1px solid #8B4513;
}

/* HOVER STYLE */

#nav ul li a:hover { 
	color: #FAF0E6; 
	background: #A0522D;
}  

.sub a:hover {
	border-bottom: 0;
}

#nav li ul li a { 
	padding: 2px 5px;
	border-top: 0;
	border-bottom: 0;
	border-right: 1px solid #8B4513;
}

#nav li ul li {
	display: block;
	text-align: left;
	font-weight: normal;
}

.subborder {
	border-bottom: 1px solid #8B4513;
}

.mabout {
	width: 135px;
}

.mhelp {
	width: 220px;
}

.mmedia {
	width: 180px;
}

/* SUB MENU DISPLAY */

#nav li:hover ul, li.over ul { 
	display: block;
}

/* NEW SIDEBAR */ 

#nsidebar {
	float: right;
	width: 220px;
	margin: 0px 15px 5px 0px;
	padding: 1em 0;
}

#nsidebar h4 {
	font-size: 10pt;
	margin: 1em 5px 1em 5px;
	background: #f5f5f5;
	color: #8B4513;
	border-bottom: solid 1px #6B8E23;
	text-transform: capitalize;
}

#nsidebox {
	display: block;
	background: #F0FFF0;
	border: solid 1px #6B8E23;
	color: #8B4513;
	font-size: 10pt;
	margin: 1em auto;
	padding: 5px;
}

.newsletterbox {
	height: 145px;
}


#nsidebox label {
	display: block;
	float: left;
	margin: 5px 0 5px 10px;
	text-align: right;
}

#nsidebox input {
	margin: 5px 10px 5px 0;
	float: right;
}


#nsidebox br {
	clear: both;
}

#nsidebox ul {
	list-style: disc;
}

#nsidebox a {
	color: #8B4513;
	text-decoration: none;
	text-align: left;
}

#nsidebox a:hover {
	text-decoration: underline;	
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}



/* PAGE CONTENT */

#content {
	float: left;
	width: 675px;
	color: #333;
	font-size: 10pt;
	padding: 20px 0px 10px 30px;
	text-align: justify;
}


/* FRONT PAGE CONTENT */


#frontcontent {
	float: left;
	width: 730px;
	color: #333;
	font-size: 10pt;
	text-align: justify;
}

.first {
	width: 90%;
	margin: 0 auto;
}

p.first:first-letter {
	font-size: 3em;
	float: left;
	color: #8B4513;
}

p.first:first-line {
	font-weight: bold;
	color: #8B4513;
}


/* GALLERY */

#gallery {
	width: 974px;
	height: 649px;
	margin: 0 auto;
	background: url(images/gallery1.jpg) no-repeat top left;
}

#gallery a {
	text-decoration: none;
}

#gallery h1 {
	color: #8B4513;
}


h3 a {
	color: #369;
}

h3 a:hover {
	text-decoration: underline;
	color: #369;
}

h3 a:visited {
	color: #369;
}

#gallerycontent {
	width: 720px;
	margin: auto;
	padding: 20px 0 10px 0;	
}

.thumbnail {
background-color: #fff;
border: 1px solid #000;
float: left;
margin-bottom: 10px;
margin-right: 10px;
padding: 3px 3px 15px;
}

#gallery img {
	border: 1px solid #000;
}

/* FOOTER */


#footer {
	clear: both;
	padding: 15px;
	color: #333;
	width: 974px;
	height: 8em;
	text-align: center;
	font-size: 10pt;
}


#footer ul {
	width: 100%;
	padding: 0;
	list-style: none;
}

#footer ul a {
	color: #8B4513;
	text-decoration: none;
	text-align: center;
}

#footer a:hover {
	text-decoration: underline;	
}

#footer li {
	display:inline;
}

#footer p {
	font-size: 8pt;
}

/* MISC */

.border { border: double medium #369; }

.logo {
	float: left;
	margin: 50px 0 50px 60px;
}

h1, h2, h3, h4, h5, h6 { color: #8B4513; }	

.center { margin: auto 1em; }

.right {
	float: right;
}

.left {
	float: left;
}

.cright { 
	clear: right;
	float: right; 
}

.cleft { 
	clear: left;
	float: left; 
}

.clear { clear: both;}

.inline { display: inline; }

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */


