@charset "utf-8";

body {background-image:url(gnomemuraldkblue.gif); }

/*----- navigation tabs styles ----*/

#header {
	background-image: url(headerbar.gif);
	background-repeat: repeat-x;
	padding-top: 25px;
}

#header ul {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	position: absolute;
	right: 11px;
	top: 150px;
	background-image: url(menubg.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

#header ul li {
float: left;
}

#header ul a {
padding: 0 1.2em;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 2.5em;
	color: #337799;
	text-decoration: none;
	float: left;
	display: block;
	background-image: url(menudv.gif); 
	background-repeat: no-repeat;
	background-position: left top;	
}

#header ul a.current, #header li a.current:hover, #header li a.current:active {
	color: #337799;
	font-weight: bold;
	background-color: #FFFFFF;
	background-image: none;
	cursor: default;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #DFDAD1;
	border-right-color: #DFDAD1;
	border-bottom-color: #DFDAD1;
	border-left-color: #DFDAD1;
	font-size: 12px;
}

#header ul li a:link, li a:visited, {
color:#337799;
text-decoration: none;
font-weight: bold;
}

#header ul li a:hover, li a:active, {
color:#ffffff;
font-weight: bold;
background-image:url(activemenubg.gif);
background-repeat:repeat-x;
}

/*--- end navigation ---*/

#container {
	background-color: #FFFFFF;
	text-align: center;
	width: 830px;
	float: center;
	margin: auto;
	position: relative;
	}

#container #main h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #337799;
	text-decoration: none;
}
#container #main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #867559;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F0EBE3;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 1.3em;
}

#container #main a {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: small;
color: #337799;
text-decoration: none;
font-weight: normal;
}
#container #main a:link, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #337799;
	text-decoration: none;
	font-size: small;
	font-weight: normal;
}

#container #main a:hover, a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #336699;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #336699;
	font-size: small;
}

#container #footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
#container #footer a:link, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}


#container #footer a:hover, a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
}

