body { 
	margin: 0;
	padding: 0;
	background-color: #8C8172;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000;
}

a.skip	{display: none;}

a img {border: none;}

/* =TYPOGRAPHY-----------------------------------------*/	
h1 {
	margin: 0;
	padding: 10px 0 0 0;
	font-family: Georgia, Times, serif;
	font-variant: small-caps;
	font-size: 24px;
	color: #666600;
	font-weight: normal;
}

h2 {
	margin: 0;
	padding: 0;
	font: 18px Georgia;
	color: #600;
	font-style: italic;
}

h3, .header, h2.generic	{
	color: #7b7b56;
	font-family: Georgia, Times, serif;
	font-weight: bold;
	font-size: 12px;
	}

a	{
	color: #900;
	text-decoration: none;
	font-weight: normal;
	}
	
a:hover	{text-decoration: underline;}

/* =CONTAINER DIVS-----------------------------------------*/	
#container {
	
	position: relative;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	text-align: left;
	width: 790px;	
	padding: 0;
	background: #7B7B56 url(../images/r_shadow.gif) top right no-repeat;
}

div#banner {
	width: 780px;
	height: 155px;
	background: url(../images/default_banner.jpg) top right no-repeat;
	margin: 0;
	padding: 0;
		border-top: 5px solid #ddd;
	border-bottom: 5px solid #ddd;
	} 

div#banner h1	{
				display: none;
				margin: 0;
				padding: 0;
				}

div#banner img	{
		margin: none;
		padding: none;
		}
	
div#homeBanner	{
	width: 780px;
	height: 330px;
	background: url(../images/home_banner.jpg) no-repeat;
	z-index: 1;
	}

div#homeBanner h1	{display: none;}

	
/* =NAVIGATION-----------------------------------------*/	
	
ul#nav {
	padding: 0;
	margin: 0;
	display: block;
	width: 780px;
	height: 2.5em;
	background-color: #BCBB6B;
	list-style-type: none;
	text-align: center;
	}
	
ul#nav li {
	margin: 0;
	padding: 0;
	display: inline;
	color: #808045;
	text-align: center;
 	}

ul#nav a {
	line-height: 2em;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Georgia, Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #4D4D1B;
	text-transform: uppercase;
	text-decoration: none;
}

ul#nav a.on	{
	color: white;
		} 
	
ul#nav ul.navSub {
		position: absolute;
		top: 2.5em;
		list-style-type: none;
		margin: 0;
		padding: 0;
		margin-top: 5px;
		text-indent: 0;
		text-align: center;
		}

ul#nav li ul.navSub li	{
	position: relative;
	display: inline;
	text-indent: 0;
	text-align: center;
	}

ul#nav li ul.navSub a	{
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 20px;
	text-transform: none;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: normal;
	color: #CCC;
	}
	
ul.visit	{
	left: 0;
	}

ul.about, ul.news	{left: 175px;}
	
ul.education	{left: 150px;}	
	
ul#nav li ul.navSub a.on	{color: white;}	

#nav a:hover {
	color: #FFF;
	text-decoration: none;
}

.navSub a:hover {
	color: #FFF;
}



/* =SHOPPING MENU -----------------------------------------*/	
.eNav {
	margin: 0 0 15px 0;
	padding: 10px 0 0 0;
	text-align: right;
	font: 9px Verdana;
	color: #444;
}

.eNav a {
	margin: 0 10px 0 0;
	padding: 0 5px 0 5px;
	color: #91734D;
	text-decoration: none;
}


/* =EDITABLE BODY -----------------------------------------*/	
div#mainPageArea	{
	width: 780px;
	background: #FFF url(../images/border.gif) 586px top repeat-y;
	}
	
div.subPagesOn	{margin-top: 30px;
	position: relative;} /* creates space for subNav */
	
#mainPageArea #contentArea {
	width: 530px;
	margin: 0 20px 0 40px;
	padding-bottom: 20px;
	position: relative;
}

div#homePageArea	{
	width: 780px;
	background-color: #FFF;
	z-index: 9;
	position: relative;}

div#homePageArea #contentArea {
	/*position: absolute;
	left: 250px;
	top: -10px;
	margin-right:20px; */
	float: right;
	margin: 0 20px 0 0;
	width: 485px;
	display: inline;
	background-color: #FFF;
	z-index: 10;
	}

div.specialArea		{	
	float: right;
	padding-top: 20px;
	z-index: 20;
	width: 170px;
	background-color: white;
	}
	
div.homeSpecialArea {
	padding-top: 20px;
	width: 230px;
	}
	
hr.cleaner {
      clear:both;
      height:1px;
      margin: -1px 0 0 0; 
	  padding:0;
      border:none;
      visibility: hidden;
      }

/* =FOOTER DIV-----------------------------------------*/	

div#footer
	{
	width: 790px;
	margin: 0 auto 0 auto;
	clear: both;
	padding-top: 1em;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	position: relative;
	height: 2.7em;
	background: url(../images/b_shadow.gif) top no-repeat;
	}
	
div#footer a {
	color: white;
	font-weight: normal;
	text-decoration: none;
	}

div.footlinks	{
	float:right;
	margin: 0 15px 0 0;
	padding: 0;
	color: #666;
	}

div.footlinks a {
	padding-right: 5px;
	padding-left: 5px;
}

div.legal	{padding-left: 15px;}
p.rss {
	clear: both;
	width: 790px;
	text-align: center;
	margin: 5px 0;
	padding: 0 0 10px 0;
}

/* =CMS STYLES-------------------------------------*/	


input.button	{
		background-color: #DDD;
		color: black;
		border-top: 1px solid #EEE;
		border-left: 1px solid #EEE;
		border-bottom: 1px solid black;
		border-right: 1px solid black;
}

.errormsg       { color: red; font-weight: bold; }

.catalog_crumbs { 
	font-weight: bold;
	color: #600;
	font-size: 11px;
}

.catalog_crumbs a:link{ 
	font-weight: bold;
	color: #600;
	font-size: 11px;
	text-decoration: none;
}

.catalog_crumbs a:visited { 
	font-weight: bold;
	color: #600;
	font-size: 11px;
	text-decoration: none;
}

.catalog_crumbs a:hover { 
	font-weight: bold;
	color: #600;
	font-size: 11px;
	text-decoration: underline;
}

.catalog_crumbs a:active { 
	font-weight: bold;
	color: #600;
	font-size: 11px;
	text-decoration: underline;
}


.catalog_cats   {
	font-weight: bold;
	color: #600;
	font-size: 11px;
}

.catalog_cats  a:link {
	font-weight: bold;
	color: #600;
	font-size: 11px;
	text-decoration: none;
}

.catalog_cats  a:visited {
	font-weight: bold;
	color: #600;
	font-size: 11px;
	text-decoration: none;
}

.catalog_cats  a:hover {
	font-weight: bold;
	color: #600;
	font-size: 11px;
	text-decoration: underline;
}

.catalog_cats  a:active {
	font-weight: bold;
	color: #600;
	font-size: 11px;
	text-decoration: underline;
}
 
.catlinkclass {
 color: #000000;
   font-size: 11px;
   font-weight: bold;
text-decoration: none;

}

#cattable { 
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

#cattable a: link { 
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#cattable a: visited { 
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#cattable a: hover { 
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

#cattable a: active { 
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

#singlecolcat  {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

#singlecolcat a:link {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#singlecolcat a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#singlecolcat a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

#singlecolcat a:active {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

.catlinkclass  a:link {
text-decoration: none;
}

.catlinkclass  a:visited {
text-decoration: none;
}

.catlinkclass  a:hover {
text-decoration: underline;
}

.catlinkclass  a:active {
text-decoration: underline;
}	

/* =GENERIC OVERRIDES ----------------------------------------*/

div.processBar {
	width: 530px;
}
