@charset "UTF-8";
/* NSSO Colors
	2494c4 - Blue used for Hover
	035642 - Green used for lettering	
	ede0a9 - Tan used for body background
*/

/* Positional */
	



/* Navigation */
#banner {
	margin: 0px;
	padding: 0px;
	z-index: 10;
	}

#banner-background {
	z-index: 1;
	background-color: #FFFFFF;
	}

#banner-nav {
	font-size: 14px;
	font-weight: bold;
	}
	
#footer-nav {
	font-size: 14px;
	font-weight: bold;
	}
	
#navigation {
	/*margin-top: -6px;*/		/* forces the menu to butt against the graphic above it */
	padding-left: 92px;	/* This and the next number must equal 940 on a 960 grid layout */
	width: 698px;			/* width of menu */
	/*background-color: #008546; */
	background-image: url(images/menu-background.jpg);
	/*overflow: hidden;*/  		/* lets the background color bleed through */
	}
	
/* ********************************* */
/* FOOTER */
/* ********************************* */
#footer {
	padding-left: 0px; 	/* This and the next number must equal 940 on a 960 grid layout */
	width: 960px;			/* width of menu */
	}

#footerlistcontainer {
	margin-left: 200px;
	}
	
ul#footerlist li {
	width:145px; /* width of individual elements */
	list-style-type:none;
	display:inline;
	margin:0px;
	float:left;
	font-size: 11px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	}

#websitedev p {
	text-align:center;
	}

.websiteExpressText {
	font-size: 9px;
	text-decoration: underline;
	}	
/* ********************************* */


		
			
/* Classes */	
.imgBorder {
	border: 1px solid #035642;
	margin-bottom: 10px;
	}

.imgVBorder {
	margin-left: 25px;
	margin-bottom: 10px;
	border: 1px solid #035642;
	}

.imgBanner {
	margin: 5px 5px 10px 5px;
	}

.center {
	text-align: center;
	}

.imgCaption {
	font-size: 90%;
	}

.list {
	color: #035642;
	font-weight: bold;
	}

.home-sub-heading {
	/*margin-top:10px;
	margin-bottom: 10px;*/
	color: #052077;
	font-size: 19px;
	}

.home-button {
	margin-top: 20px;
	}
	
	
/* ID's */
#outerWrapper {
	background-color: #FFFFFF;
	margin: auto;
	}

#innerWrapper {
	background-color: #FFFFFF;
	}

#row1 {
	background-color: #C4DAEF;
/*	height: 500px; */
	margin-top: 30px;
	}

#r1c1 {
	/*background-color: #ffffff;*/
	/*width: 730px;
	height: 265px;*/
	background-image: url('../images/general/home-page-shape.png');
	background-repeat: no-repeat;
	margin-left: 10px;
	}

#r1c2 {
	margin-left: 12px;
	}
	
#row2 {
	background-color: #E6EFF8;
	margin-top: 30px;
	padding-bottom: 30px;
	}

#r2c1 {
	margin: 10px 0px 10px 0px;
	}
	
#banner-nav {
	margin-top: 70px;
	}

#home-box-nav {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 100px;
	font-size: 11pt; 
	}

#home-box {
	margin-left: 30px;
	margin-top: 40px;
	/*margin-bottom: 75px;*/
	}

#errors {
	color: red;
	}

#eMailAddress {
	font-size: .8em;
	}

#homeFlash {
	/*border: 2px solid green;*/
	width: 280px;
	height: 190px;
	position: relative;
	top: -340px;
	left: 123px;
	float: left;
	}

/* Entities */
body {
	background-color: #FFFFFF;
	}

a {
	/*font-weight: bold;*/
	color: #052077;
	}

h1,h2,h3,h4,h5,h6 {
	color: #052077;	
	}
		