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

/* RESET STYLES TO ELIMINATE CROSS-BROWSER INCONSISTANCIES v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END STYLE RESET */

body {
  background-color:#04263f;
  color:#ffffff;
  font-family: "Lucida Sans Unicode","Lucida Grande","Lucida Sans",Verdana,Tahoma,Arial,"Helvetica Neue",Helvetica,sans-serif;/*Helvetica,"Lucida Grande","Trebuchet MS",Arial,sans-serif;*/
  font-size:13px;
  line-height:18px;
  /*font-weight:600;*/
}

a {
  color:#ffffff;
}

a:hover {
  color:#226a97;
}

#wrapper {
  margin-top:20px;
  width: 800px ;
  height:100%;
  margin-left: auto ;
  margin-right: auto ;
  background-color:white;
}

#header {
  background-color: #125275;
  height:60px;
  width:100%;
}

#topblurb {
  padding-top:10px;
  padding-left:20px;
  float: left;
  font-size:12px;
  line-height:20px;
  
}

#header ul{
  float: right;
  padding-top:15px;
  list-style: none;
}

#topnav {
  
}

#topnav li {
  float:left;
  padding-right:17px;
}


#topnav li a {
  background: #125275 url(images/nav-bg.png) no-repeat bottom left; 
  height:30px;
  line-height:30px;
  width:125px;
  float:left;
  display:block;
  text-decoration:none;
  text-align:center;
  color:#FFFFFF;
  font-size:14px;
  font-weight:900;
}

#topnav li a:hover {
  background-image: url(images/nav-bg-active.png); 
}

#topnav li a.active {
  background-image: url(images/nav-bg-active.png); 
}

#content {
  background-image: url(images/bg.jpg);
  background-repeat: no-repeat;
  background-color: #272a69;
  min-height:800px;
}

#tagline {
  height:80px;
  margin-left:235px;
  padding-top:20px;
}

#tagline1 {
  font-size:38px;
  padding-bottom:0px;
  padding-top:10px;
}

#tagline2 {
  font-size:26px;
  margin-left:40px;
  margin-top:0px;
  padding-top:0px;
}

#infocol {
  font-family:Helvetica,"Lucida Grande","Trebuchet MS",Arial,sans-serif;
  font-weight:700;
  padding-top:130px;
  text-align:right;
  float:left;
  width:195px;
  padding-left:19px;
  padding-right:5px;
}

#infocol #contactinfotown {
  font-size:16px;
  padding-bottom:4px;
}

#infocol #contactinfo {
  font-size:16px;
}

#infocol #contactinfoemail {
  font-size:14px;
  padding-bottom:4px;
}

#infocol .quote {
  padding-top:35px;
  font-size:14px;
  font-weight:700;
}

#content ul {
	padding-left:45px;
}

.col_single{
  margin-top:20px;
  background-color:#2883b4; /*318fc2*/
  margin-left:20px;
  float:left;
  width:540px;
  min-height:600px;
  margin-bottom:10px;
}

.col {
  margin-top:20px;
  background-color:#2883b4; /*318fc2*/
  margin-left:20px;
  float:left;
  width:265px;
  min-height:600px;
  margin-bottom:10px;
}

.col h2 {
  padding:8px 0px 8px 10px;
  background-color:#165a7f;
  font-size:20px;
  margin-bottom:6px;
}

.col_single h2 {
  padding:8px 0px 8px 16px;
  background-color:#165a7f;
  font-size:20px;
  margin-bottom:6px;
}

.col p {
  padding: 8px 12px 5px 12px;
}

.col_single p {
  padding: 12px 16px 0px 16px;
}

p.caption {
  font-weight:600;
  font-size:80%;
  margin-top:-5px;
  padding-top:0px;
}

.imgleft {
  margin-right:15px;
  float:left;
}

.col img {
	text-align:center;
	margin-left:8px;
	margin-top:15px;
}

.col_single img {
  border:1px black solid;
  margin-top:10px;
  margin-left:16px;
  padding:8px;
  background-color:white;
}

#footer {
  clear:left;
  text-align:right;
  font-size:75%;
  padding-top:3px;
  color: #57bcf6;
  border-top: 1px #57bcf6 solid;
  margin-right:14px;
  margin-left:265px;
  width: 520px;
}

#footer a {
  color: #57bcf6;
}



