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



	
body {
	background:#c1c1c1 url('images/bg_body.gif') repeat-x;
	padding:0;
	margin:0;
	}
	
a:link, a:visited {
	color:#00afe9;
	text-decoration:none;
	}
	
a:hover {
	color:#00afe9;
	text-decoration:underline;
	}
	
a { outline: none; }
	
#wrapper {

	background:url('images/bg_wrapper.gif') no-repeat 25% 0%;
	padding:0px;

	min-height:900px;
	}
	
#wrap_content {
	width:1040px;
	background: url('images/bg_wrap_content.png') repeat-y;
	min-height:800px;
	position:relative;
	margin:0px auto auto auto;
	}
	
#wrap_content_footer {
	width:1040px;
	background: url('images/bg_wrap_content_footer.png') no-repeat;
	text-align:center;
	margin:0px auto auto auto;
		font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:53px;
	padding-bottom:10px;
	}
	
#header {
	width:1010px;
	height:243px;
	background:url('images/header.jpg') no-repeat;
	margin:0 0 0 15px;
	padding:0;
	}
	
#helmet {
	font-size:13px;
	width:220px;
	margin-left:790px;
	margin-top:115px;
	position:absolute;
}

ul {
 font-family: "automate-1","automate-2","sans serif"; 
  font-size: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  position:relative;
  z-index:200 !important
}
ul li {
  display: block;
  position: relative;
  float: left;
}
li ul { display: none;
  z-index:210 !important }


ul li a {
  display: block;
  text-decoration: none;
  color: #ffffff !important;
  border-top: 0px solid #ffffff;
   border-right: 0px solid #00adef;
  padding: 5px 15px 5px 15px;
  margin-left: 1px;
  white-space: nowrap;
}

ul li.subnav a {
  display: block;
  text-decoration: none;
  color: #ffffff !important;
  background: #;
  border-bottom: 1px solid #ffffff;
  border-right: 0px solid #ffffff;
  padding: 5px 15px 5px 15px;
  margin-left: 0px;
  
}

a.current:link, a.current:visited {
  color: #000;  
}

ul li a:hover { background: #;color:#000 !important; border-right: 0px solid #ffffff; text-decoration:none; }

ul li.subnav a:hover { background: #;color:#000 !important; }

li:hover ul {
	text-align:right;
  display: block;
  border-top: 0px solid #ffffff;
  position: absolute;
  z-index:205;
  
}
li:hover li {
  float: none;
  font-size: 12px;
}
li:hover a { background: #; }
li:hover li a:hover { background: #; }




	
#page {
	width:1010px;
	margin:0 0 0 15px;
	padding:0;
	}
	
#lead_img {
	background:#000;
	width:1010px;
	border-left:none;
	margin-left:-1px;
	border-top:0px solid black;
	border-bottom:0px solid black;
	border-right:1px solid black;
	}
	
.text {
	float:left;
	width:600px;
	margin-left:60px;
	line-height:22px;
		font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	padding:25px 0 25px 0;
	}
	
.text h1 {
	font-size:24px;
	font-family: "automate-1","automate-2","sans serif";
	}
	
.text h2 {
	font-size:20px;
	font-family: "automate-1","automate-2","sans serif";
	}
	
	.text h3 {
	font-size:14px;
	font-family: "automate-1","automate-2","sans serif";
	}

.text .byline {
	font-size:11px;
	}
	
.text_side {
	float:left;
	width:250px;
	margin: 45px 0 0 45px;
	background:#00adef;
	padding:0px 15px 8px 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}

.text_side h1 {
	font-size:18px;
	font-family: "automate-1","automate-2","sans serif";
	color:white;
	}
	
.text_side h2 {
	font-size:16px;
	line-height:12px;
	font-family: "automate-1","automate-2","sans serif";
	color:white;
	}

.text_side .byline {
	font-size:11px;color:white;
	}
	

	
.text_side a:link, .text_side a:visited {
	color:#fff !important;
	text-decoration:none;
	font-weight:bold;
	}

 .text_side a:hover {
	color:#fff !important;
	text-decoration:underline;
	font-weight:bold;
	}
	
.pagenavdiv {
	margin-top:25px;margin-bottom:25px;border-top:1px solid #CCC;width:950px;margin-left:35px;background-color:#fff;
	}

.pagenavleft {	
	float:left;width:40%;
	padding-top:15px;
	border:0px solid green;
	}
.pagenavright {		
	float:right;
	text-align:right;
	width:40%;
	padding-top:15px;
	border:0px solid red;
	}

.pagenav{
	font-family: "automate-1","automate-2","sans serif";
	font-size:14px;
	}
	

