@charset "utf-8";
/* CSS Document */

body {
	background-color: #b0c0a6;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	width:100%; margin:0;
	font-size:12px;
}

h1 {
	font-style: normal;
	font-weight: normal;
}

h2 {	font-style: normal;
	font-weight: bold;}

h3{font-weight: normal; padding:none}

#wrapper { 
position: relative; 
width: 100%; 
height: 100%; 
margin: 0 auto; }

#header {z-index:10; position:relative; margin:auto}
.akalogo {margin-bottom:-50px}

#homecontentbar {background-color:#FFFFFF; width:100%; height:370px; margin-top:-20px; position:relative;}
#contentbar {background-color:#FFFFFF; width:100%; height:450px; margin-top:-20px; position:relative; padding-left:50px}

.menutitle {font-size:30px; padding:none; text-decoration: none}
.menutitle a:link {font-size:30px; padding:none; text-decoration: underline;  color:#00F}
.menutitle a:hover {font-size:30px; padding:none; text-decoration: none;  color:#00F;}
.menutitle a:visited {color:#00F}

#leftnavmenu {float:left; height:auto; width:15%; text-align:center; margin-top:115px; margin-right:50px; margin-left:none; margin-bottom:none}


ul#navigation {
	width: 115px;
	margin-top:-10px
}
ul#navigation li {
  list-style: none; 
  background-color: #b0c0a6;
  text-align: center;
  margin: auto ;
  font-size:18px;
  margin-top:5px; margin-bottom:3px; margin-left:none;
  line-height:1.5em;
}
ul#navigation li a {
  display: block;
  text-decoration: none;
}
a:link { color: #FFFFFF; text-decoration:none}
a:visited { color: #FFFFFF; text-decoration:underline}
a:hover, a:active { color: #000000; text-decoration:underline;} 
a:hover { background-color: #fffffff; }
ul#navigation li#youarehere a { background-color:#ffffff; color: #666; font-weight:bold }

#rightcontent {width:800px; height:auto; float:left; margin-top:90px; text-align:center; margin: auto}
#rightcontent a:link{text-decoration:underline}
#rightcontent a:hover{text-decoration:none}
#rightcontent a:visited{text-decoration:underline}

img {border:none}

#footer { width:70%; height:60px; background-color:transparent; margin:auto; margin-top:35px; padding-left: 10px; padding-right:10px; 
color:#dfedd7; margin-bottom:none; position:relative}
.footerlink a{text-decoration: none; color:#757ef7;}
.footerlink a:hover{text-decoration:underline; color:#757ef7;}
.footerlink a:visited{color:#757ef7;}



img {border: none;}
ul.thumb {
	float: left;
	list-style: none;
	margin: 0; padding: 10px;
	width: 360px;
}
ul.thumb li {
	margin: 0; padding: 5px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 110px;
	height: 110px;
}
ul.thumb li img {
	width: 120px; height: 80px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	border: 1px solid #ddd;
	padding: 5px;
	background: #f0f0f0;
	position: absolute;
	left: 0; top: 0;
}
ul.thumb li img.hover {
	background:url(thumb_bg.png) no-repeat center center;  /* Image used as background on hover effect
	border: none; /* Get rid of border on hover */
}
