@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

html, body {
	height: 100%;
}

body {
  background-color: #fff;
  color: #333;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 18px;
}

.outerWrapper {
  background-color: #fff;
  margin: 0; 
  text-align: left;
  width: 100%;
  position: relative;
  min-height: 100%;
}

.topBorder {
height: 21px;
background-color: #0000CC;
margin: 0;
padding: 3px 0 0 8px;
}

.topBorder a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

.header {
  margin: 0; 
  padding: 0;
  background-image: url(../images/home_page_messaging_stripe.gif);
  background-repeat: repeat-x;
  background-position: top left;
  background-color: #0000CC;
  height: 137px;
}

.headerImage {
  margin: 0; 
  padding: 0;
  width: 780px;
  background-image: url(../images/imgHeader.jpg);
  background-repeat: no-repeat;
  height: 137px;
}

.title {
font-size: 22px;
font-weight: bold;
text-indent: -9999px;
display: block;
}

.contentWrapper {
width: 780px;
}

.leftColumn {
	float: left;
	width: 248px;
	margin: 1px 0 0 0;
	padding: 0 0 200px 1px;
}


.leftColumn ul { 
list-style-type : none; 
position : relative; 
width : 248px;  
margin : 0;
padding : 0; 
border-bottom: 1px solid #55AEB2;
}

.leftColumn li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 17px;
	background-color: #96D9DE;
	border-bottom: 1px solid #fff;
}

.leftColumn li a {
display : block; 
width: 236px;
height: 17px;
text-decoration : none; 
overflow : hidden;
font-weight: bold;
font-size: 10px;
margin: 0;
	padding: 0 0 0 12px;
}

.leftColumn li#nm3, .leftColumn li#nm3 a {
line-height: 12px;
height: 30px;
}

.leftColumn li#nm3 a {
padding-top: 3px;
height: 27px;
}

.leftColumn li a:hover {
	background-color: #86BEC3;
}

.leftColumn li#ns1, .leftColumn li#ns2  {
background-color: #86BEC3;

}
.leftColumn li#ns1 {
border-bottom: none;
height: 18px;
}

.leftColumn li#ns2 {
height: 19px;
}

.leftColumn li#ns1 a, .leftColumn li#ns2 a {
color: #333;
font-weight: normal;
font-size: 10px;
margin: 0;
	padding: 0 0 0 24px;
	width: 214px;
}

.leftColumn li#ns1 a:hover, .leftColumn li#ns2 a:hover {
color: #156B78;
}

.content {
	margin: 0 0 180px 249px;
	padding: 17px 0 0 28px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 16px 0;
	padding: 0 0 6px 0;
	color: #1F8C96;
	border-bottom: 1px solid #1D7D8C;
}

p {
	margin: 0;
	padding: 0 0 12px 0;
}

a {
  color: #1D7D8C;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

.quote1 {
display: block;
text-indent: -9999px;
background-image: url(../images/imgCallout1.jpg);
background-repeat: no-repeat;
padding: 0;
margin: 20px 0 0 0;
width: 499px;
height: 37px;
}

.quote2 {
display: block;
text-indent: -9999px;
background-image: url(../images/imgCallout2.jpg);
background-repeat: no-repeat;
padding: 0;
margin: 20px 0 0 63px;
width: 360px;
height: 59px;
}

.hiLight {
	font-size: 16px;
	font-weight: bold;
	line-height: 21px;
	color: #1F8C96;
}

.content ul, ol {
margin-top: 0;
margin-bottom: 15px;
}
 
 .footer {
  margin: 0;
  padding: 2px 0 0 249px;
  bottom: 0;
  width: 100%;
  position: absolute;
  text-align: left;
  border-top: 24px solid #0000CC;
  height: 84px;
  color: #1D7D8C;
 }
 
.footer ul {
	list-style-type: none;
	position : relative; 
	margin: 0;
	padding: 23px 0 0 0;
}

.footer ul li {
display: inline;
}

.footer ul li a {
  color: #1D7D8C;
  text-decoration: underline;
}

.footer ul li a:hover {
  text-decoration: none;
}

.clearFloat {
  clear: left;
  display: block;
}


