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

/* normalize margin, padding */
body, div, dl, dt dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldlist, input, p, blockquote, th, td 
{ margin:0; padding:0; }

/* normalize font-size for headers */
h1, h2, h3, h4, h5, h6
{ font-size:100%; }

/* remove list styles from lists */
ol, ul
{ list-style:none; }

/* normalize font-style and font-weight to normal */
address, caption, cite, code, dfn, em, th, var
{ font-style:normal; font-weight:normal; }

/* removes borders and spacing from tables */
table
{ border-collapse:collapse; border-spacing:0; }

/* removes border from fieldset and img */
fieldset, img
{ border:0; }

/* left-aligns text in caption and th */
caption, th 
{ text-align:left; }

/* removes quotation marks from q */
q:before, q:after
{ content:''; }


/*GLOBAL*/
BODY {
	color:#000000;
	background: #dfe1e6;
	margin: 0px auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal; 
}

/*LINKS*/
A:link { 
	text-decoration: underline;
	color: #ff0000; }

A:visited { 
	text-decoration: none;
	color: #ff0000; }

A:hover { 
	text-decoration: none;
	color: #004080; }


/*BASIC FORMATTING*/
P {
	color: #000000;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	line-height: 16px;
	 }
	
ul {
	font-weight: normal;
	font-style: normal;
	font-size: 15px;
	margin-left: 10px;
} 

li {
	font-weight: normal;
	font-style: normal;
	font-size: 15px;
	list-style: none;
	margin-left: 10px;
	}

td {
	font-size: 13px;
	font-weight: normal; 
	}

table {
	font-size: 13px;
	font-weight: normal; }

address      { 
	color: #4b4b4b; 
	font-size: 11px; 
	font-weight: normal; 
	font-style: italic; 
	margin-bottom: 0px }

img {
	border: none; }
	
.bold {
	font-weight:bold;
}

.italics {
	font-style:italic;
	}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-style:normal;
	font-size:36px;
	line-height:36px;
	text-decoration:normal;
	color:#000000;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-weight:bold;
	font-style:normal;
	font-size:24px;
	line-height:24px;
	text-decoration:normal;
	color:#000000;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-weight:bold;
	font-style:normal;
	font-size:18px;
	line-height:18px;
	text-decoration:normal;
	color:#000000;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:normal;
	font-size:36px;
	line-height:36px;
	text-decoration:normal;
	color:#000000;
}

h5 {
	font-family: Arial, Helvetica, sans-serif
	font-weight:bold;
	font-style:normal;
	font-size:24px;
	line-height:24px;
	text-decoration:normal;
	color:#000000;
}

h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:normal;
	font-size:18px;
	line-height:18px;
	text-decoration:normal;
	color:#000000;
}

/*CPN Formatting*/
.container {
	border: 0px; 
	margin: 0px auto; 
	position:relative;
}

.title {
	font-family: "Times New Roman", Times, serif;
	font-weight:bold;
	font-style:normal;
	font-size:38px;
	text-decoration:normal;
	color:#000080;
	position:absolute;
	top:115px;
	left:251px;
	z-index:19;
	width: 558px;
}

.taglinelg {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:normal;
	font-size:26px;
	line-height:26px;
	text-decoration:normal;
	color:#400000;
}

.taglinesm {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:normal;
	font-size:20px;
	line-height:20px;
	text-decoration:normal;
	color:#400000;
}

.comment {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-style:italic;
	font-size:16px;
	line-height:16px;
	text-decoration:normal;
	color:#3d5863;
}

.phone {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:normal;
	font-size:16px;
	text-decoration:normal;
	color:#ffff00;
	position:absolute;
	top:3px;
	left:345px;
	z-index:100;
	width: 319px;
}
#MenuBar1 {
	position:absolute;
	top:164px;
	left:48px;
}

/*Alternate menu*/
#cpnmenu {
	position:absolute;
	top:170px;
	left:44px;
}
#cpnmenu li {
	/*float the main list items*/
  margin: 0;
  float: left;
  display: block;
  padding-right: 15px;

}

#cpnmenu li.off ul, #cpnmenu li.on ul {
  /*hide the subnavs*/
  display: none;
}

#cpnmenu li a {
  /*for all links in the list*/
  color: #f90;
  font-weight: bold;
  display: block;
  height: 15px;
  width: 100px;
  border: 1px solid #29497b;
  padding: 5px;
}

#cpnmenu li.off ul, #cpnmenu li.on ul {
  /*put the subnavs below and hide them all*/
  display: none;
  position: absolute;
  top: 33px;
  height: 15px;
  left: 0;
  padding-top: 10px;
}

#cpnmenu li.on a {
  /*change border color for active topic area*/
  border: 1px solid #f90;
}

#cpnmenu li.on ul a, #cpnmenu li.off ul a {
  /*  cancel inherit of border
      on subnav of active topic */
  border: 0;
}

#cpnmenu li.on ul {
  /*display active subnav list*/
  display: block;
}

#cpnmenu li.on ul a, #cpnmenu li.off ul a {
  float: left;
  /*ie doesn't inherit the float*/
  border: 0;
  color: #f90;
  width: auto;
  margin-right: 15px;
}

#cpnmenu li.on ul {
  /*display the current topic*/
  display: block;
}

#cpnmenu li.off:hover ul {
  /*  display the other topics when
      their parent is hovered */
  display: block;
  z-index: 6000;
}

#cpnmenu li.off a:hover, #cpnmenu li.off:hover a {
  background: #29497b;
  color: #f90;
}

.navhome { 
	position:absolute; 
	top:170px; 
	left:44px; 
	z-index:0; }
.navservices { 
	position:absolute; 
	top:170px; 
	left:243px; 
	z-index:1; }
.navavmenu { 
	position:absolute; 
	top:170px; 
	left:431px; 
	z-index:5; }
.navcontact { 
	position:absolute; 
	top:170px; 
	left:627px; 
	z-index:6; }
.navresources { 
	position:absolute; 
	top:170px; 
	left:809px; 
	z-index:8; }

.banner1 { 
	position:absolute; 
	top:1px; 
	left:44px; 
	z-index:12; }
.banner2 { 
	position:absolute; 
	top:1px; 
	left:136px; 
	z-index:13; }
.banner3 { 
	position:absolute; 
	top:1px; 
	left:317px; 
	z-index:14; }
.banner4 { 
	position:absolute; 
	top:1px; 
	left:700px; 
	z-index:15; }
.banner5 { 
	position:absolute; 
	top:1px; 
	left:880px; 
	z-index:16; }

/* -- accessibility tweaks -- */
#accessibility {
	position: absolute;
	top: -9999px;
	font-size: 1px;
}
