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

html {     overflow: -moz-scrollbars-vertical;
overflow-y: scroll;
}


img, div { behavior: url(../css/iepngfix.htc) }

body {
	background-color: #e0f0e8;
	text-align: center;
	margin: 0px;
	color: #78797a;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
}
a {
	text-decoration: underline;
	color: #00628d;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #990033;	
} 

:focus{  -moz-outline-style: none;}


img {
	border: 0px;
}

p {
     margin:  0 0 1em 0;
     padding:  0;
	 }
	 
h1 {font-size: 12px; 
	font-weight:bold;
	color: #666666;
	}

/* BODY */
#container {
	position: relative;
	width: 950px;
	margin: 10px auto;
	margin-bottom:0px;
	background-color: #fafafa;
	border: 0px;
	text-align: left;
	padding: 0px;
}
#header {
	width: 100%;
	height: 186px;
	margin: 0px;
	background-color: #ffffff;
	border: 0px;
	padding: 0px;
}

#main { display: inline;
	background-image: url(../images/background.jpg);
	margin:0px; padding:0px;
	background-color:#006666;
	}
#footer {clear: both; height: 72px;padding-top:1px;
		background-image:url(../images/footer.jpg);
		background-repeat:no-repeat;
		}


.wrapper{
   position: relative;
   float: left;
   left: 0px;
   width: 100.00%;
	background: url(../images/background.jpg);
}
.menu{
   position: relative;
   float: left;
   left: 1px;
   width: 160px;
   

}
.main-content{
   position: relative;
   float: left;
   left: 10px;
   width: 500px;
   padding-left:40px;
   padding-right:20px;
   line-height: 18px;
  
}
.sidebar{
   position: relative;
   float: right;
   right: 1px;
   width: 210px;
   padding-top: 20px;
}


/* MAIN LEFT NAV */
#main-nav ul{	list-style: none; 
				margin: 40px 0px 0px 0px; 
				padding: 0;
				border-bottom: 1px solid #1696b1;}
				
#main-nav a {display: block;
				margin:0px;
				height: 28px;
				line-height: 28px;
				padding-left:7px;
				border-top: 1px solid #1696b1;
				color: #2b9cb4;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
				text-decoration: none;
				}
				
#main-nav a:hover {background-color: #BCDEE8; color: #008DA9;
				}
				
#main-nav ul li ul {	list-style: none; 
				margin: 0px 0px 0px 0px; 
				padding:10px 0px 10px 0px;
				background-image:url(../images/submenu-back.jpg);
				border-bottom: 0px;
				border-top: 1px solid #1696b1;}
				
#main-nav ul li ul a {display: block;
				margin:0px;
				height: 20px;
				line-height: 20px;
				padding-left:15px;
				color: #2b9cb4;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
				text-decoration: none;
				border:0px;
				}
				
				
/* TOP NAV */

#topmenu {
		position: absolute; 
		top:162px; 
		left:655px;
		width:270px;
		}
#topmenu a {color: #1695ae; text-decoration: none; }
#topmenu a:hover { text-decoration: underline;}

			
#botmenu {margin-top: 6px; margin-left:240px;		width:700px;		}
#botmenu a {color: #1695ae; text-decoration: none; }
#botmenu a:hover { text-decoration: underline;}

#botnote {margin-top: 15px; margin-left:170px;	width:770px;}
#botnote a {color: #1695ae; text-decoration: none; font-family: Arial, Helvetica, sans-serif;}
#botnote a:hover { text-decoration: underline;}
