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



body{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding-bottom: 20px;
	border-top: 20px solid #009ed8;
	border-bottom: 40px solid #009ed8;
	background-image:url(imgs/bg2.png);
	background-repeat:repeat;
	background-color: #e1f7ff;
	text-align:center;
	font: 12px Verdana, Geneva, sans-serif;
	color: black;
}


.container{
	height: auto;
	width: 1200px;
	border: 1px solid #009ed8;
	text-align:justify;
	margin: auto;
	margin-top: 50px;
	background-color: white;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: black;
}

.banner{
	height: 350px;
	width: 1198px;
	border: 0px solid black;
	background-color: #3CF;
}


.links{
	height: 48px;
	width: 100%;
	border: 0px solid #009ed8;
	border-top: 1px solid black;
	border-bottom: 1px solid black;	
	vertical-align:middle;
	background-color: #009ed8;
}


.maincontent{
	height: 800px;
	width: 100%;
	border: 0px solid #009ed8;
	position: relative;
}


.leftcontent{
	height: 300px;
	width: 300px;
	margin: 20px;
	border: 1px solid #009ed8;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 8px;
	padding-top: 25px;
}

.leftcontenttitle{
	height: 22px;
	width: 97%;
	padding: 5px;
	background-color: #009ed8;
	color: white;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	vertical-align:middle;
	position: absolute;
	top: 0px;
	left:0px;
}

.rightcontent{
	height: 400px;
	width:  750px;
	margin: 5px;
	border: 1px solid #009ed8;
	position: absolute;
	top: 0px;
	right: 20px;
	margin: 20px;
	padding: 10px;
	padding-top: 50px;
}

.rightcontenttitle{
	height: 22px;
	width: 99%;
	padding: 4px;
	background-color: #009ed8;
	color: white;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	vertical-align:middle;
	position: absolute;
	top: 0px;
	left: 0px;
}





.cleftcontent{
	height: auto;
	width: 800px;
	margin: 20px;
	padding: 10px;
	padding-top: 60px;
	border: 1px solid #009ed8;
	position: absolute;
	top: 0px;
	left: 0px;
	color: #000;
}

.cleftcontenttitle{
	height: 22px;
	width: 98%;
	padding: 9px;
	background-color: #009ed8;
	color: white;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	vertical-align:middle;
	position: absolute;
	top: 0px;
	left: 0px;
}

.crightcontent{
	height: auto;
	width:  300px;
	margin: 5px;
	padding: 10px;
	padding-top: 60px;
	border: 0px solid #009ed8;
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 20px;
}

.crightcontenttitle{
	height: 22px;
	width: 97%;
	padding: 5px;
	background-color: #009ed8;
	color: white;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	vertical-align:middle;
	position: absolute;
	top: 0px;
	left: 0px;
}
	
/*--------------- NAV LINKS CSS --------*/
ul {
  font-family: Arial, Verdana;
  font-size: 14px;
  margin: 0px;
  padding: 0;
  list-style: none;
  margin-left: 10%;
  z-index: 999;
}
ul li {
  display: block;
  position: relative;
  float: left;
  
}
li ul { display: none; }
ul li a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  border-top: 0px solid #ffffff;
  padding: 15px 30px 15px 30px;
  background: #009ed8;
  border: 1px solid #009ed8;
  margin-left: 4px;
  white-space: nowrap;
}
ul li a:hover { 
background: #0077a3; 
border: 1px solid white;
color: white;
text-decoration:none;
}
li:hover ul {
  display: block;
  position: absolute;
  
}
li:hover li {
  float: none;
  font-size: 14px;
  color: #009ed8;
}
li:hover a { background: #009ed8; }
li:hover li a:hover { 

background: #0077a3;
}



/*------------ END NAV CSS ----------------------*/


h1, h2, h3, h4{
	color: #009ed8;
}

.img{
	border: 1px solid #009ed8;
}

.picgallery{
	height: 150px;
	width: 150px;
	border:1px solid #028fc3;
	margin-left: 10px;
	
}


a{
	color: #009ed8;
	text-decoration: none;
}

a:hover{
	color: #009ed8;
	text-decoration:underline;
}

strong{
	color: #009ed8;
}
