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

body,td,th {
	color: #000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background: url(../graphics/corkbkg.jpg) #CBAC7D repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a, a:visited, a:active {
	color: #45712E;
	font-weight: bold;
	text-decoration:none;
}

a:hover {
	color: #402F18;
	text-decoration: none;
}

#container {
	margin: 0 auto; 
	position: absolute;
  left: 50%;
	width: 900px;
	margin-left: -450px; /* half of width */	
}

#main {
	background: url(../graphics/sitebkg.jpg) #9BAF4B top repeat-x;
	border-bottom: #FFF 6px solid;
}

#header {
	border-bottom: #FFF 6px solid;
	height: 60px;
}

#nav {
	background-color: #402F18; 
	color: white;
	height: 32px;
	z-index: 100;
}

.navlinks{
	font-family: Arial Narrow, Dirty Headline, Agency, Automaton, Futura-Conensed;
	font-weight: bold;
	font-size: 15px;
}

.navlinks a, .navlinks a:active, .navlinks a:visited {
	display: inline-block;
	line-height: 44px;
	padding: 0 11px;
	color: #FFF;
	text-decoration: none;
}

.navlinks a:hover {
	color: #B6C855;
}

#news{
	background-color: #402F18;
	padding: 14px;
	color: #FFF;
	font-size: 13px;
}

#newsloop{
	padding: 0 0 10px 0;
	color: #FFF;
	margin: 0 14px;
	font-size: 12px;
}

#newsloop a, #newsloop a:active, #newsloop a:visited {
	color: #D9ED69;
}

#newsloop a:hover {
	color: #45712E;
}

.newstitle{
	color:#B6C754;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 6px;
}

#calendarloop {
	background-color: #FFF;
	padding: 14px;
	color: #402F18;
	font-size: 13px;
}

.calendartitle{
	color: #402F18;
	font-size: 16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 8px;
	width: 600px;
}


#tablecol{
	display: table-column;
}

#footer {
	background-color: #402F18; 
	height: 34px;
}

#credentials{
	text-align: center;
	color: #402F18;
}


#logo{
	width: 152px;
	margin-left: 534px;
	margin-top: -646px;
	z-index: 100;
}

#logo2{
	margin-left: 0px;
	margin-top: 0px;
	z-index: 100;
}

.resources{
	margin-left: 186px;
	margin-bottom: -20px;
	margin-top: 26px;
}

.resources a, .resources a:active, .resources a:visited {
	background-color: #402F18; 	
	padding: 5px;
	color: white;
}

.resources a:hover {
	color: #B6C855;
}

.contact{
	padding: 20px; 
	border: #402F18 1px dotted; 
	background-color: #FFF;
}

.contact input, .contact textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F7FFDB;
	padding: 3px;
}


.error {
	color: red;
	font-size: 11px;
	font-weight: normal;
	}
	
/* ----------------------------*/
/* This is where the Navigation CSS Starts */
/* ----------------------------*/

.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul {
width: 100%;
padding: 5px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a, .chromestyle ul li a:visited, .chromestyle ul li a:active{
	font-family: Arial Narrow, Dirty Headline, Agency, Automaton, Futura-Conensed;
	font-weight: bold;
	font-size: 15px;
	color: #FFF;
	padding: 5px 12px;
	margin: 0;
	text-decoration: none;
}

.chromestyle ul li a:hover{
	color: #B6C855;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	top: 0;
	border: 1px solid #FFF; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font-family: Arial Narrow, Dirty Headline, Agency, Automaton, Futura-Conensed;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	z-index:100;
	background-color: #45712E;
	width: 180px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a, .dropmenudiv a:visited, .dropmenudiv a:active {
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #FFF; /*THEME CHANGE HERE*/
	padding: 4px;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	color: #FFF;
}

* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	background-color: #FFF;
	color: #402F18;
}

