@charset "utf-8";
/*-----------reset------------*/

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,
 	li, dl, dt, dd, form, a, fieldset,  th, td  
 	 {  
 	 margin: 0; padding: 0;  border:0; outline: none;
	}  

/*---------------------------*/

/*------generics-------------*/

body {
	color: #000000;
	background-color: #c9c9c9;
	font: .8em Tahoma, Helvetica, sans-serif;
	margin-top: -10px;
	background-image: url(images/bkgradient.png);
	background-repeat: repeat-y;
	background-position: top center;

}

#container {
	background-color: #FFFFFF;
	width: 860px;
	height: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	
}
/*---------------------------*/

/*----header section --------*/

#header {
	background-color: #FFFFFF;
	width: 840px;
	height: 120px;
	position: relative;
	margin: 10px 10px 15px 10px;
}

.nav {
	list-style: none;
	position: absolute;
	bottom: 0;
	right: 0;
}

ul.nav {
	padding-bottom: 20px;
}

ul.nav li {
	display: inline;
	border-right: 1px solid #000;
}

ul.nav a {
	padding: 5px 14px;
	font-size: 15px;
	font-family: Verdana, Arial, "Sans Serif";
	text-decoration: none;
} 

.nav a:link {
	color: #000000;
	}
.nav a:visited {
	color: #000000;
	}
.nav a:hover {
	color: #06C;
	}
.nav a:active {
	color: #000000;
	}	

.contact {

	padding-top: 5px;
	padding-right: 10px;
	color: #000000;
	text-align: right
}

ul.nav li.last {
	border-right: none;
}

.inline {
	display: inline;
	position: absolute;
}
/*----------sidebar-----------*/


#leftcol {
	float: left;
	width: 230px;
	background-image: url(images/gradient2.png);
	background-repeat: repeat-x;
	margin-left: 10px;
}

#leftcol p {
	padding-top: 15px;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 0.9em;
	text-align: justify;
	padding-bottom: 45px;
}

h3 {
	padding-top: 35px;
	padding-left: 20px;
}

.img {
	padding-top: 25px;
	padding-left: 20px;
}
.img2 {
	padding-left: 20px;
}

ul.nav2 {
	list-style-image: url(images/bullet.png);
}

ul.nav2 a {
	text-decoration: none;
}

ul.nav2 li {
	padding: 2px 0px;
}

.nav2 {
	padding-left: 40px;
	padding-top: 7px;
	
}

.nav2 a:link {
	color: #000000;
	}
.nav2 a:visited {
	color: #000000;
	}
.nav2 a:hover {
	color: #06C;
	}
.nav2 a:active {
	color: #000000;
	}	
	
	
.mission {
	padding-top: 15px;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 45px;
}

/*-------right col-----------*/

#banner {
	width: 600px;
	height: 200px;
	float: right;
	margin-right: 10px;
	margin-left: 10px;
}

#banner2 {
	background-image: url(images/banner2.png);
	width: 600px;
	height: 198px;
	background-repeat: no-repeat;
	float: right;
	margin-right: 10px;
	margin-left: 10px;
}
#rightcol {
	float: right;
	width: 600px;
	background-color: #FFFFFF;
	margin-right: 10px;
}


h1 {
	font-size: 1.8em;
	color: #999;
	margin-top: 10px;
	margin-bottom: 10px;
}

h4 {
	padding-top: 18px;
	padding-bottom: 10px;
}

h5 {
	color: #398ac9;
	font-weight: bold;
	padding-top: 5px;
	font-size: 1.3em;
}

#rightcol p {
	text-align: justify;
}

.opening {
	border-bottom: 1px dotted;
	margin-left: 10px;
	margin-right: 35px;
	padding-bottom: 15px;
}


.mainimage {
	float: right;
	margin: 15px 15px 10px 15px;
	border: 3px solid #c9c9c9;
}

.mainimage2 {
	float: left;
	margin: 15px 15px 10px 15px;
	border: 3px solid #c9c9c9;
}

.mainimage3 {
	float: left;
	margin: 15px 15px 10px 15px;
	border: 3px solid #c9c9c9;
}

.mainimage4 {
	float: left;

}

.blueheader {
	color: #398ac9;
	font-weight: bold;
	padding-top: 5px;
}

#verification, .verification { 
  visibility: hidden;
  display: none;
}


/*----------- footer ------------*/
.clear {
	clear: both;
	text-align: center;
	font-size: small;
	margin-top: 100px;
	padding-top: 10px;
	padding-bottom: 15px;
	background-color: #1f1f1f;
	border-top: 2px solid #4b4a4a;
	color: #FFFFFF;
	}
	
.text {
	padding-top: 5px;
	padding-bottom: 5px;
}

.textlast {
	padding-top: 5px;
	padding-bottom: 100px;
}

.textclear {
	padding-top: 5px;
	padding-bottom: 5px;
	clear: left;
}

.textclearlast {
	padding-top: 5px;
	padding-bottom: 100px;
	clear: left;
}

.bottomnav {
	list-style: none;

}


ul.bottomnav li {
	display: inline;
	border-right: 1px solid #FFF;
}

ul.bottomnav a {
	font-family: Verdana, Arial, "Sans Serif";
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
} 

ul.bottomnav li.last {
	border-right: none;
}

.bottomnav a:link {
	color: #FFF;
	}
.bottomnav a:visited {
	color: #FFF;
	}
.bottomnav a:hover {
	color: #06C;
	}
.bottomnav a:active {
	color: #FFF;
	}	

/*------------- Sitemap --------------*/

.sitemap {
	list-style-image: url(images/bullet.png);
}

.sitemap2 {
	margin-left: 30px;
}

.sitemap li {
	margin-left: 30px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.style1 {font-size: x-small}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}





