
.headerContainer {
	position:relative;
	top:0px;
	left:0px;
	width:878px;
	height:80px;
	}

#logo {
	position:absolute;
	top:16px;
	left:2px;
	width:280px;
	height:61px;
	}


/***********************************************/
/*     Global Links                            */
/***********************************************/
#globalLinks {
	position:absolute;
	top:11px;
	left:555px;
	}


/***********************************************/
/*     Search Styles                           */
/***********************************************/
#floatingSearchBox {
	position:absolute;
	top:10px;
	left:753px;
	width: 77px;
	}
	
#goButton {
	position:absolute;
	top:-1px;
	left:90px;
	}
	

/***********************************************/
/*     Nav Table Styles                        */
/***********************************************/
.navBox {
	position:relative;
	top:0px;
	left:0px;
	width:878px;
	height:25px;
	}

#navTable {
	position:relative;
	top:0px;
	left:0px;
	width:878px;
	height:22px;
	}
#subNavigation {
	padding-left:5px;
	}
	
/***********************************************/
/*     Sub-Nav Styles                          */
/***********************************************/
#subNavigation {
	width:185px;
	text-align:left;
	font:normal 14px Arial, sans-serif, Helvetica;
	}

#subNavigation ul {
	list-style:none;
	margin:0;
	padding:0;
	}
#subNavigation li {
	border-bottom:1px solid #83b2c9;
	}
	
#subNavigation li a:link, #subNavigation li a:visited {
	font-size:90%;
	display:block;
	padding:0.4em 0 0.4em 0.5em;
	border-top:1px solid #d5e4ec;
	border-right:1px solid #003366;
	border-bottom:1px solid #003366;
	border-left:10px solid #6c807d;
	background-color:#83b2c9;
	color:#ffffff;
	text-decoration:none;
	}

#subNavigation li a:hover {
	background-color:#d5e4ec;
	color:#1a1a1a;
	}

#subNavigation #current {
  	font-size:90%;
	display:block;
	padding:0.4em 0 0.4em 0.5em;
	border-top:1px solid #003366;
	border-right:1px solid #003366;
	border-bottom:1px solid #003366;
	border-left:10px solid #5c706d;
	background-color:#5c706d;
	color:#FFFFFF;
	text-decoration:none;
  	}
	
/***********************************************/
/*     HTML Tag Styles                         */
/***********************************************/

a:link, a:visited, a:hover {
	color:#006699;
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family:Arial, sans-serif, Helvetica;
	margin:0px;
	padding:0px;
	}

h1 {
 	font-size:120%;
 	color:#334d55;
	}

h2 {
 	font-size:114%;
 	color:#006699;
	}

h3 {
 	font-size:100%;
 	color:#334d55;
	}

h4 {
 	font-size:100%;
 	font-weight:normal;
 	color:#333333;
	}

h5 {
 	font-size:100%;
 	color:#334d55;
	}

ul {
 	list-style-type:square;
	}

ul ul {
 	list-style-type:disc;
	}

ul ul ul {
 	list-style-type:none;
	}
	
hr {
	border:#FF9900;
	border-top-style:solid;
	border-width:thin;
	}

/***********************************************/
/*     Forms                                   */
/***********************************************/

form p {
	width:400px;
	clear:both;
	}
	
form p label {
	float:left;
	font:bold 100% Arial,sans-serif, Helvetica;
 	color:#1a1a1a;
	}
	
form p input, form p textarea, form p select {
	float:right;
	}

/***********************************************/
/*     Footer Styles: Home Page                */
/***********************************************/

/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the rightNav in cases where they "touch" */
#footer {
	position:relative;
	top:462px;
	left:10px;
	width:800px;
	font-size:75%;
	color:#1a1a1a;
	padding:2px 5px 2px 10px;
	margin-top:0px;
	}
	
/*     Copright Styles Terms & Privacey Page   */

.copyright {
	font-size:8pt;
	font-weight:normal;
	color:#999999;
	}
	
/*   GNU STYLES   */
	
body {
	margin:0;
	background-color:#CCCCCC;
	background-image:url(../images/gnu/zback-3.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	}
	
#mainDiv {
	position:relative;
	width:908px;
	height:100%;
	top:30px;
	background-image:url(../images/gnu/card-mid.png);
	background-repeat:repeat-y;
	padding:0;
	}
	
#z-header {
	position:absolute;
	top:7px;
	left: 7px;
	width:897px;
	height:106px;
	background-image:url();
	background-repeat:no-repeat;
	}

/* Secondary layout css */	
	
#z-header-demo {
display:block;
	position:relative;
	margin:0;
	width:908px;
	height:112px;
	background-position:top center;
	background-repeat:no-repeat;
	}	
#z-main-2 {
	position:relative;
	width:908px;
	height:auto;
	}
#left-col {
	position:relative;
	float:left;
	width:190px;

	}
#right-content {
	position:relative;
	float:right;
	width:685px;
	padding: 0px 10px 5px 5px;
	}
	
#z-footer-2 {
	position:relative;
	margin:0;
	padding:0;
	width:908px;
	height:61px;
	}
/* End Secondary layout css */	
		
#z-home-banner {
	position:absolute;
	top:119px;
	left: 16px;
	width:586px;
	height:105px;
	background-image:url();
	background-repeat:no-repeat;
	}
#z-home-aee-box {
	position:absolute;
	top:233px;
	left: 12px;
	width:295px;
	height:342px;
	background-image:url();
	background-repeat:no-repeat;
	}		
#z-home-zrm-box {
	position:absolute;
	top:233px;
	left: 312px;
	width:293px;
	height:341px;
	background-image:url();
	background-repeat:no-repeat;
	}		
#z-home-news-box {
	position:absolute;
	top:119px;
	left: 611px;
	width:287px;
	height:455px;
	background-image:url();
	background-repeat:no-repeat;
	}	
		
#z-footer {
	position:absolute;
	top:582px;
	left: 8px;
	width:893px;
	height:32px;
	font-size:.8em;
	}
.feature {
	line-height:1.7em;
	}	
.story {
	padding:10px;
	line-height:1.7em;
	}
	
#quote {
	padding-left:10px;
	font-size:1em;
	}
				
.test-text {
	font-family:Verdana;
	font-size:2em;
	}		

