/**************** General Classes *****************/

body {

	margin: 0px;

	background-color: #FFFFFF; /* Global White */

	font-size: 11px; /* Font Size */

	line-height: 14px;

	color: #666666; /* Global Gray */

}



#homePage {
	background-image: url(../images/greenfade.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #003015 ; /*matches the greenfade*/
}



#subPage {
	background-image: url(../images/greenfade.png);
	background-repeat: repeat-x;
	background-position:left top;
	background-color: #003015 ; /* matches the greenfade */
}



#globalContainer {

	width: 760px;

	margin: 0px auto;
background-color: #FFFFFF; /* Global White */
}



h1 {

	font-size: 17px;

	font-weight: bold;

	color: #F47820; /* Accent 10 */

	font-family: Georgia, "Times New Roman", Times, serif;

	padding-top: 4px;

	padding-left: 4px;

}



h2 {

	font-size: 12px;

	font-weight: bold;

	color: #78A769; /* Text Medium */

	margin: 0px 0px 5px 0px;			

}



h3 {

	font-size: 12px;

	color: #004E2A; /* Primary */

	font-weight: bold;	

	margin: 0px 0px 5px 0px;			

}



a {

 color: #017A20; /* Link */

 text-decoration: underline;

}



p {

	margin: 0px 0px 20px 0px;

}



p.noSpace {

	margin: 0px;

}



#footer {

	padding: 5px 0px;

}

#footer a {

	text-decoration: none;

}

/**************** Header Classes *****************/

#topHead {

	height: 91px;

	border-left: 0px solid #CAD0CD; /* Neutral Medium */

	border-right: 0px solid #CAD0CD; /* Neutral Medium */	

	margin-bottom: 12px;

	background-repeat: no-repeat;

	text-align: right;
	

}



#topHead img {
	float: left;
}



#topHeadText {

  float: right;

  margin: 55px 15px 0px 0px;

}



#topHead h1 {

	font-size: 11px;

	font-weight: bold;

	color: #666666; /* Global Gray */

}



#topHead h2 {

	font-size: 11px;

	color: #666666; /* Global Gray */

	font-weight: normal;

}



#homePage #header {

	border: 1px solid #654F51; /* Border Dark */

	background-image: url(../images/home_header2.jpg);	

	height: 275px;
	
	background-color: 003015;

	background-repeat:no-repeat;

	background-position: right top;

}



#subPage #header {

	border: 0px solid #003015 ; /* Border Dark */

	background-image: url(../images/sub_header2.jpg);

	background-repeat:no-repeat;

	background-position: right top;

	height: 0px;	

	background-color: #003015 ; /* Primary */

}



#header #mainFeatured {

	border-right: 1px solid #654F51; /* Border Dark */

	background-color: #003015; /* Accent 4 */

}

#homePage #header #mainFeatured {

	width: 165px;

	height: 235px;

	padding: 20px 15px;

	color: #FFFFFF; /* Global White */

}

#subPage #header #mainFeatured {

	width: 190px;

	height: 0px;

}



#homePage #header #mainFeatured h1 {

	color: #FFFFFF; /* Global White */

	font-weight: bold;

	font-size: 14px;

	margin: 0px 0px 10px 0px;

}



/**************** Top Nav Classes *****************/

#topNavOuter {

	border-bottom: 1px solid #654F51; /* Border Dark */

}



#topNav {

	padding: 6px 3px 0px 3px;	

	background-color: #78A769; /* Text Medium */

	color: #FFFFFF; /* Global White */

	height: 30px;		

	font-family: Georgia, "Times New Roman", Times, serif;

}



#topNav table, #topNav ul {

	float: right;

	font-weight: bolder;

	padding-top: 7px;

	font-family: Georgia, "Times New Roman", Times, serif;

}



/************************************************ Sub Page Classes **********************************************/

#innerContainer {

	border-right: 1px solid #CAD0CD; /* Neutral Medium */	

	background-repeat: repeat-y;

}

#homePage #innerContainer {

	background-image: url(../images/sidenav_background.jpg);

}

#subPage #innerContainer {

	background-image: url(../images/sub_sidenav_background.jpg);

}



#rope {
	background-image: url(../images/rope.gif);
	background-repeat: repeat-x;
	position:static;
	width:760px;
	height:13px;
	z-index:1;
	left: 0px;
	top: 90px;
}

#homePage #rope {

	background-image: url(../images/rope.gif);

}

#subPage #rope {

	background-image: url(../images/rope.gif);

}



#innerContainer #innerLeft {

	float: left;

}

#homePage #innerContainer #innerLeft {

	width: 196px;

}



#subPage #innerContainer #innerLeft {

	width: 190px;

}



#innerContainer #innerRight {

	float: left;

  padding: 2px;

	background-image: url(../images/bgship.gif);

	background-repeat: no-repeat;

	background-position: right bottom;

}



/**************** Resources Classes *****************/

#resources {
	color: #000; /* Global Gray */
	original !color: #4F8E1D; /* Secondary */
	padding: 20px;
}



#resources form {

	margin: 0px;

	padding: 0px;

}



#resources p {

	margin: 0px 0px 10px 0px;	 

}







#sideNav {

	padding: 10px;

}



#homePage #sideNav a {

  text-decoration: none;		

}



#homePage #sideNav a {

	display: block;

}



#homePage #featured {

	padding: 20px;

}



#homePage #featured .featuredLeft {

	width: 300px;

	float: left;

	padding-right: 15px;

	border-right: 1px solid #CAD0CD; /* Neutral Medium */	

}



#homePage #featured .featuredRight {

	float: left;

	padding-left: 15px;

  width: 180px;

}



#homePage #featured h1 {

	margin-top: 0px;

}



#homePage #featured ul {

	padding: 0px 15px 0px 15px;

	margin: 0px;

}



#homePage #featured h3 {

	margin: 0px;

	font-size: 11px;

	text-decoration:underline;

}



#homePage #featured li {

	padding-bottom: 10px;

}
