/* CSS Document */

body	{
background:#fc3 url(images/header.jpg) repeat-x;
font: 12px/1.5 Georgia, "Times New Roman", Times, serif;
color: #444;
width: 870px;
margin: 0 auto;
padding: 0;
}


#topnavi{
	width:100%;
	margin:0;
	height: 50px;
	font: 16px Futura, 'Century Gothic', 'Apple Gothic', sans-serif
	}
	
#topnavi a{
	color: #ffffff;
	text-decoration:none;
	font:16px  Futura, 'Century Gothic', 'Apple Gothic', sans-serif
	}
	
#topnavi a:hover{
	color: #Fe5;
	}

#menu{
	float:left;
	}

ul#menu{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	border-left:#fee dotted 1px;
	}

ul#menu li{
	display: block;
	float: left;
	padding: 20px 5px 0px 5px;
	margin: 0;
	border-right:#fee dotted 1px;
	}

ul#menu li a{
	width: 110px;
	height: 20px;
	padding: 0;
	margin: 0 0 10px 0;
	color: #ffffff;
	text-decoration: none;
	display: block;
	text-align: center;
	}

ul#menu li a:hover{
	color: #fe5;
	}
	
ul#menu li:hover{
	  background: url(images/menuhover.png) repeat-x;
	}


ul#menu .current_page_item{
	color: #370c42;
  	background:url('img/menuhover.png') repeat-x;
	}
	
#rightnavi{
	float:right;
	text-align:right;
	margin-right:0;
	padding: 20px 5px 0px 5px;
	height: 40px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	}
	
	
	
#header	{
	padding: 10px;
	height: 122px;
	margin-bottom: 36px
	}
#container	{
	padding: 0

	}


.sublinks ul	{
	margin: 0;
	padding: 0;
	
	}
.sublinks li{
	float: left;
	width: 171px;
	list-style: none;
	font: bold 13px Arial, Helvetica, sans-serif;

}
.sublinks	li  a{

	color: #600;
	text-align: center;
	text-decoration: none;
	display:block;
	background: #dcc;
	padding: 4px;
	margin: 6px;
	}
.sublinks	li  a#current{
	color:white;
	text-align: center;
	text-decoration: none;
	display:block;
	background: #600;
	padding: 4px;
	margin: 6px;
	}
.sublinks li a:hover{
		background: #fc3;
	}
.content	{
	padding: 36px;
	vertical-align: top;
	background: white
		}
.sidebar	{

}

H1	{
	font-size: 24px;
	color: #822
	}
H2	{
	font-size: 16px;
	font-style:italic;
	color: #c93
	}
H3	{
	font: bold 13px/1.3  Georgia, "Times New Roman", Times, serif;
	color: #444;
	margin-bottom: 0
	}
h5	{
	font: italic normal 11px/1.2 Arial, Helvetica, sans-serif;
	margin:0;
}
p,ul,ol	{
	color: #444;
	font: 13px/1.44  Georgia, "Times New Roman", Times, serif;
	margin-top:0;
	
	}
.borderright	{
	padding-right: 24px;
	}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
visibility: hidden
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
position: absolute;
top: 100px;
left: 0; /*position where enlarged image should offset horizontally */

}



.sidenavbar {
	font: bold 1em;
	margin:0;
	padding:0;
	list-style:none;

	}
.sidenavbar li {
	display: block;
	color: #c93; 
	margin:5px;
	padding:3px ;
	text-align:center;
	background-color: #fe8;
	}
.sidenavbar li a{  
	text-decoration: none;
	color: #822;
	}
.sidenavbar li a:hover{  
	background-color: #cee;
	color: #439
	}