/* CSS Document */
body {
	margin: 0px; 
	padding:0px;
	font-family:Arial,Verdana, Helvetica, sans-serif;
	font-size: small;
	background-color: #ececec;
}

#container {
	margin: 0px;
}

#wrapper {
	width:800px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
}

#header {margin:0 0 0 0px; }

/* HEADINGS */
div.headingbreak{
	padding-bottom:20px
}
ul
{
	color: #666666;
}
ul.black
{
	color: #000;
}
ol
{
	color: #666666;
}
H1 {
    font-size: 1.6em;
	font-weight:normal;
    color: #339999;
    font-family: Arial, Verdana, Helvetica;
	margin: 0;
    padding: 16px 0 0 0;
}
H2 {
    font-weight: bold;
    font-size: 0.9em;
    color: #339999;
    font-family: Arial, Verdana, Helvetica;
    margin: 0;
    padding: 0;
}
.large {
    font-size: 1.2em;
}
H3 {
    font-weight: bold;
	font-size:0.9em;
    color: #666666;
    font-family: Arial, Verdana, Helvetica;
    margin: 0;
    padding: 0;
}
H4 {
	font-size:0.9em;
	font-weight: bold;
    color: #000000;
    font-family: Arial, Verdana, Helvetica;
    margin: 0;
    padding: 0;
}
H5 {
	font-size:0.9em;
    color: #666666;
    font-family: Arial, Verdana, Helvetica;
    margin: 0;
    padding: 0;
}
H6 
{
	font-style: italic;
	font-size:0.9em;
    color: #666666;
    font-family: Arial, Verdana, Helvetica;
    margin: 0;
    padding: 0;
}
P {
	font-size:small;
    color: #666666;
    font-family: Arial, Verdana, Helvetica;
    padding: 0;
    margin: 0;
}
.introText {
	font-size:small;
	font-weight: bold;
    color: #666666;
    font-family: Arial, Verdana, Helvetica;
}

A {
    color: #339999;
	text-decoration:none;
}
A:link {
    color: #339999;
	text-decoration:none;
}
A:visited {
    color: #339999;
	text-decoration:NONE;
}
A:hover {
    color: #339999;
    text-decoration: NONE;
}

img {
border: 0;
}

/* HEADER */

#banner 
{
    background: #ffffff url(/images/logo.gif) top left no-repeat; 
    height:110px; width:800px; margin:0px auto 0px auto; xborder:1px solid red;
}

#banner p {margin:0px; color:#666; font-weight:bold; font-size:0.85em; font-family: Arial, Verdana, Helvetica;
}
#banner .logo-meridian {float:left;}

/*SEARCH */
#banner #search {float:right; margin:10px;}
#banner #search .search-row {margin-bottom:4px;}
* html #banner #search .search-row {margin:0px; padding:2px 0;}
* html #search .search-row .quicklinks {margin:0px;}
* html #search .search-row .quicklinks select {font-size: 8pt;}


input.search-go {
	margin-bottom:-5px;
}
* html input.search-go {
	margin-bottom:-4px;
}
input.search-box {
	border:1px solid #ccc;
	font-size: 0.8em;
	height:14px;
	width:156px;
}

.highlightword 
{
    color: #ffffff;
	background-color: #339999;
}

.pager 
{
	font-weight:normal;
}

/* TOP NAVIGATION */

#menu {margin:0px; padding:0px;}
#menu ul {padding:0;margin:0;list-style:none;margin:0px;}

#menu ul li 
{
   float:left;
   position:relative;
   padding: 0 0px 0 0;
}

#menu ul li ul 
{
    display: none;
}

#menu ul li:hover ul, #menu ul li.over ul {
	LEFT: 0px; 
	TOP: 22px;
	position: absolute; 
	DISPLAY: block; 
	MIN-HEIGHT: 136px; 
	BACKGROUND: url(images/hoverGradient1.gif) #fff repeat-x center top; 
	PADDING-BOTTOM: 10px; 
	MARGIN: 0px; 
	WIDTH: 160px; 
	PADDING-TOP: 15px;
	z-index: 99;
}

#menu ul li:hover ul li, #menu ul li.over ul li 
{
    padding-left: 10px;
    padding-right: 10px;
}

#menu a
{
    display: block;
}

#menu ul li:hover ul li a, #menu ul li.over ul li a 
{
    DISPLAY: inline;
}

* html #menu ul li:hover ul, #menu ul li.over ul {
	height:136px;
	padding-top:15px;
	padding-bottom: 10px;
	width:160px;
	top: 22px;
}

/* HOMEPAGE CONTENT */
#flash-holder {
	width: 800px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
.content {
	width: 800px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
.content #intro-text {padding: 8px 0px 8px 0px; width:800px; margin: 0px auto;}
.missionstatement 
{
	width:800px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

/* PAGE CONTAINER */
.pagecontainer {
      width: 800px;
      margin: 0px auto;
      background: #ffffff;
}
.pagecontainer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .pagecontainer {
	height: 1%;
}
/* End hide from IE-mac */


.leftNav {
	width: 155px;
	float: left;
	padding-top: 10px;
	xborder:1px solid red;
}
.pagecontent {
	border-left: 1px solid #999999;
	margin: 2px 0;
	padding: 0px 10px 10px 0px;
	float:left;
	width: 600px;
}
.leftCol {
	width: 152px;
	float:left;
	text-align: right;
	margin: 0px 20px 0px 0px;
}
.leftColsmall {
	width: 20px;
	float:left;
	margin: 0;
}
.image {
	width: 135px;
	height: 135px;
	float: right;
	padding: 0 0 10px 0;
	
}

/* WEB TOOLS */
.pageTools {
	float:right;
	display:block;
	width: 110px;
	padding: 0 5px 5px 5px;
}

.pageTools img {
border-bottom: 1px solid #FFFFFF;
}

/* FOOTER */
#footer {
	background: #ffffff url(/images/footer-bg.gif) top left repeat-x;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width:800px;
	padding-bottom: 10px;
}
#footer .text {
	
	color: #999999;
	text-align:center;
	padding: 10px 0 0 0;
}

#footer p {
	font-size: 11px;
	padding-top: 5px;
	margin:0px;
	font-weight: bold;
}

#footer .phone 
{
    font-size: 13px;
}

#footer a {
    font-size: 11px;
    font-weight: bold;
    color: #999999;
    font-family: Arial, Verdana, Helvetica;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline
}

/* INTRODUCTION STATEMENT */

.introContainer {
	width: 774px;
	height: 92px;
}

/* HOTLINK */

/* block news */
#block-newsedit {margin:6px auto 0px auto; xwidth:750px;}
#block-news {margin:0px auto 8px auto; width:750px;}
* html #block-news {width:754px;}
#block-news:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/* Hides from IE-mac \*/
* html #block-news {
height: 1%;
}
/* End hide from IE-mac */

.hotlinkLeft {
	float:left;
}
.hotlinkcenter{
	float:left;
}
.hotlinkTextCenter {
	width: 240px;
	height: 151px;
	float:left;
	margin: 0px 8px 0px 12px;
}
.whatsNewContent {
	width: 220px;
	xheight: 160px;
	font-size:12px;
	font-weight:normal;
    color: #666666;
    font-family: Arial, Verdana, Helvetica;
	text-align: left;
	padding: 6px 12px 0 12px;
}

.whatsNewContent .newsHeader {
	font-size:1em;
	font-weight:bold;
	color: #33C8BE;
    font-family: Arial, Verdana, Helvetica;	
}
.whatsNewContent .newsHeader .date {
	font-weight:normal;
}
.whatsNewContent p {
	font-size:11px;
	font-weight:normal;
    color: #666666;
    font-family: Arial, Verdana, Helvetica;	
}
.hotlinkRight {
	float:left;
}

h1.whatsNewHeader 
{
    color: #339999;
    font-size:13px;
	font-weight:BOLD;
    font-family: Arial, Verdana, Helvetica;	
}