@charset "utf-8";
/* CSS Document */








body {
	background-color: #ffe5c1;
	background-image:url(../cmsimages/header_background.jpg);
	background-repeat:repeat-x;
	font-size:62.5%;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	color: #231f20;
	text-align: center;
	
}


























div#header {
  background: top left url(../cmsimages/leaf.gif) no-repeat ;
  width: 100%;
  height:250px;
  margin: auto;
}
















h1#pagetitle {
	font-size:1.5em;
	font-weight:bold;
	margin: 0 0.25em;
}
















div#wrapper {
	width:800px;
	text-align: left;
	margin: 0 auto;
	
}
















































div#nav {
  float:left;
  width:261px;
  background: url(../cmsimages/menu_top.gif) no-repeat;
} 
































div#nav ul {
	margin: 0;
	width: 241px;
	padding-top: 40px;
	padding-bottom: 40px;
	background: url(../cmsimages/menu_bottom.gif) no-repeat bottom;
}
















div#nav ul li {
	padding-left: 2em;
	background: url(../cmsimages/menu_middle_02.gif);
}
















div#nav ul li a {
	font-size:1.4em;
	font-weight:bold;
	text-decoration:none;
	color: #231f20;
}
















div#nav ul li a:hover {
	color:#004a80;
	font-size:1.4em;
	font-weight:bold;
	text-decoration:none;
}
















div#maincontent {
	padding-top: 3em;
	float:right;
	width: 500px;
}
















div#content {
margin:0.5em;
}
div#content p {
	font-size: 1.2em;
	margin-top:0.25em;
	margin-bottom:0.25em; 
















}
















div#content h2 {
	font-size:1.5em;
}
div#content table tr td {
	vertical-align:top;
}
















div#footer {
	text-align: center;
}

div#footer p {
	font-size: 1.1em;
}














div#footer ul {
	padding-bottom: 3em;
}
















div#footer ul li {
	float: left;
	position: relative;
	left: 10%;
	border-right: 1px solid #000;
	padding: 0 2em;
	font-size:1.2em;
}
































div#content ul {
	list-style-image:none; 
	list-style-position:outside;
	list-style-type:disc;
	margin-left:18px;
}
















ul#navsub li {
	float: left;
	border-left: 1px solid #000;	
	padding: 0 0.5em;
	font-size: 1.2em;
}
















.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}








.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */








ul#navsub li.first{
	border-left:none;
}








/* Font resize attepmpt */
div#content p {font-size: 13px;}
div#content h4 {font-size: 13px;}
div#content ul li {font-size: 13px;}
/* Font resize attepmpt */




























