/*--------------body-------------------*/

body {
   background: #a5b9d4 url(images/mainbg.gif) no-repeat center top; 
   color: #666666;
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 70%;
   margin:0;
	padding:0;
}

div#pagewrapper {
   margin: 0 auto;
   width: 960px;
   background-color: #ffffff;;
   color: 666666;
}

/*--------------links-------------------*/

a {
   color: #546883; 
   text-decoration: none;
}

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

/*--------------topnav-------------------*/

div#topnav{
   background-color: #000000;
   height: 17px;
   color: #5cb5e1;
   padding-top: 4px;
   padding-left: 20px;
}

div#topnav a{
   color: #FFFFFF;
}

div#topnav a:hover{
   color: #5cb5e1;
}

/*--------------header-------------------*/

div#header {
   height: 166px;
   background: #5cb5e1;           
}

#hlogo {
	height: 166px;
	width: 960px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

div#search {
   width: 960px;
   background: #ffffff url(images/searchbar.jpg) no-repeat; 
   height: 59px;
}

/*--------------main-------------------*/

div#content {

}

div#sidebar {
	float: left;
	width: 440px;
	display: inline;
	margin-left: 20px;
	margin-right: 10px;
	line-height: 20px;
}

div#main {
   margin-left: 480px;
   margin-right: 20px;
}

/*--------------map-------------------*/

#map {
	width: 449px;
	height: 443px;
	background: url(images/newmap.gif);
	margin: 10px auto; padding: 0;
	position: relative;
}
#map li {
	margin: 0; padding: 0; list-style: none; display: block; position: absolute;
}

#map a {
	display: block;
}

#map1 {
	left: 10px; top: 215px; width: 165px; height: 80px;
}

#map2 {
	left: 178px; top: 186px; width: 75px; height: 131px;
}

#map3 {
	left: 79px; top: 320px; width: 157px; height: 109px;
}

#map4 {
	left: 192px; top: 82px; width: 157px; height: 99px;	
}

#map5 {
	left: 257px; top: 187px; width: 187px; height: 156px;
}

#map1 a {
	height: 80px;
}

#map2 a {
	height: 131px;
}

#map3 a {
	height: 109px;
}

#map4 a {
	height: 99px;
}

#map5 a {
	height: 156px;
}



/*--------------footer-------------------*/

div#footer {
   clear: both;
   background: #ffffff url(images/footertop.gif) no-repeat;
   height: 100px;
   text-align: right;
}

div#footerbottom {
   color: #666666;
   background: #ffffff url(images/footerbottom.gif) no-repeat;
   height: 54px;
   text-align: right;
   padding-top: 70px;
   padding-right: 224px;
}

a:footerbottom {
   text-decoration: none;
   color: #385C72;
}

/*--------------other-------------------*/

div#content h2 {
	color: #5cb5e1; 
	font-size: 100%; 
	text-align: left; 
	padding-bottom: 1px;
    line-height: 1.5em;
    margin: 0 0 0.5em 0;
}
div#content h3 {
   color: #666666; 
   font-size: 100%;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}

.bold {
	font-weight: bold;
}

.hidden {
	visibility: hidden;
}