html {
  margin: 0; 
  padding: 0;
}

body { 
  background-color: #ffffff;
  font-family: calibri, verdana, sans-serif; 
  font-size: 1em; 
  color: #000000; 
  margin: 0; 
  padding: 0;
}

h1, h2, h3 { color: #404040; font-weight: normal; margin-top: 0;}
h1 { font-size: 22pt; }
h2 { font-size: 16pt;  }
h3 { font-size: 14pt; }

img { border: none; }

a { color: #0000ff; text-decoration: none; }
a:hover { text-decoration: underline; }


#header_container { 
  background-color: #be8e82; 
  height: 200px;
  background-image: url('graphics/header_bg.jpg');
  background-repeat: no-repeat;
  background-position: left center;
}

#header_inner { 
  width: 980px;
  height: 200px;
  margin: auto; 
  position: relative;
}

#title_graphic {
  width: 836px;
  height: 56px;
  position: absolute;
  top: 78px;
  left: 0;
}

#menubar_container {
  background-color: #bbbbbb; 
  height: 46px;
  background-image: url('graphics/menu_bg.jpg');
}

#menubar_inner {
  width: 980px;
  height: 46px;
  margin: auto; 
}

#menubar {
  margin: 0px;
  padding: 0px;
  float: left;
}

#menubar  li {
  list-style: none;
  display: inline;
  float: left;
}

.menubar_divider {
  width: 2px;
  height: 12px;
  margin: 14px 0 6px 0;
  background-color: #999999;
}

#menubar a {
  color: #1a2327;
  display: block;
  height: 46px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: normal;
  font-size: 15pt;
  text-decoration: none;
  vertical-align: middle;
  line-height: 190%;
}

#menubar a.menubar_current {
  background-image: url('graphics/menu_high.png');
  background-repeat: no-repeat;
  background-position: center bottom;
}

#menubar a:hover {
  color: #367c99;
}

#content_container {
}

#content_inner { 
  min-height: 500px;
  width: 980px;
  margin: auto; 
  padding-top: 10px; 
  padding-bottom: 15px; 
  padding-left: 10px;
  padding-right: 10px;
}

#content_inner li { 
  padding-top: 0px; 
  padding-bottom: 10px;
}

#footer_container {
  height: 120px;
  border-style: dashed;
  border-color: #dddddd;
  border-width: 1px 0 0 0;
}

#footer_inner { 
  height: 80px;
  width: 980px;
  margin: auto;
  font-size: 0.8em;
  text-align: center;
}


.site_map a { color: #FFFFFF; font-size: 7pt; }


/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:960px;
		height:400px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #000;
		background:#ffffff;
		color:#000;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#13275b;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
