/* for styles that don't agree with home and secondary pages*/

body{ 
	padding:0; 
	margin:0;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#1c4378;
} 

#container 
{
	margin:0 auto;
	width:720px;
}

ul#navigation 
{
	width:720px;
	height:36px
}

ul#navigation li.main
{
	float:left;
	text-indent:-9000px;
}

ul#navigation li.main a 
{
	display:block;
	height:36px;
	background-image:url(../images/nav.gif);
	background-repeat:no-repeat;
	background-position:top;
	outline:none;
}

ul#navigation li.sub 
{
	margin:0;
	padding:0;
	padding-bottom: 10px;
}

ul#navigation li.sub a 
{
	background-image:none;
    color:#a47319;
    text-indent:0px;
    background-color:#eee7c1;
    padding-left:20px;
    padding-right:10px;
    margin:0;
    /*height:20px;*/
    height: auto;
    font-size:11px;
    line-height: 14px;
    font-family:Verdana, Arial, Helvetica, Sans-Serif;
}

ul#navigation li.sub a:hover {text-decoration:underline;}

ul#navigation li.main a.enriching {background-position:0px 0px; width:240px;}
ul#navigation li.main a.enriching:hover {background-position:0px -36px; width:240px;}


ul#navigation li.main a.advancing {background-position:-240px 0px;width:242px;}
ul#navigation li.main a.advancing:hover {background-position:-240px -36px;width:242px;}

ul#navigation li.main a.enhancing {background-position:-482px 0px;width:238px;}
ul#navigation li.main a.enhancing:hover {background-position:-482px -36px;width:238px;}

#slideshow {
	position: relative;
	width: 720px;
	height: 350px;
	overflow: hidden;
	margin-bottom:3px;
}
#slideshow img {
	position: absolute;
	left: 0;
	top: 0;
}


.home_image 
{
	margin-top:3px;
	margin-bottom:3px;
	float:left;
	display:block;
}

#homeleft 
{
	background-color:#f2ebc4;
	width:514px;
	height:65px;
	margin-right:3px;
	float:left;
	margin-bottom:7px;
	clear:both;
}

#homeright 
{
	background-color:#c0972e;
	float:left;
}

#homeright a 
{
	display:block;
	background-image:url(../images/inthenews.gif);
	background-repeat:none;
	height:65px;
	width:203px;
}
#homeright a:hover 
{
	background-image:url(../images/inthenews_over.gif);
}

#content 
{
	background-color:#fff;
	margin-top:3px;
	float:left;
	width:707px;
	clear:left;
	padding-right:13px;
	margin-bottom:8px;
	padding-bottom:35px;
}

#footer 
{
	text-align:right;
	width:720px;
}

#footer img
{
	float:left;
	width:720px;
}

#footer p 
{
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	font-size:10px;
	text-transform:uppercase;
	text-decoration:none;
	color:#f2ebc4;
	float:right;
	margin-top:5px;
}

#footer a
{
	color:#f2ebc4;
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	font-size:10px;
	text-transform:uppercase;
	text-decoration:none;
}

#footer a:hover {text-decoration:underline;}

#contentleft 
{
	margin:36px 50px 20px 36px;
	width:395px;
	float:left;
}



#contentright
{
	width:220px;
	float:left;
	margin-top:14px;
}


.image_border {}




/* Navigation */
.nav, .nav ul { 
	list-style: none;
	background-image:none;
}

.nav {
  z-index: 100;
  position: relative;
}
.nav li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
  display: block;
  text-decoration: none;
   background-image:none;
}

.nav li a:hover {
  background: #ccc;
}

#nav-one li:hover a, 
#nav-one li.sfHover a {
  background: #ccc;

}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
color:#a47319;
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
  background: #ccc;
  color: #000;	
}

.nav ul {
  list-style: none;
  position: absolute;
  top: -999em;
  left: 0px;
  padding-top:10px;
  padding-bottom:10px;
  background-color:#eee7c1;
}
.nav li:hover ul,
.nav li.sfHover ul {
  top: 36px;
  border-top:3px solid #335685;
}
.nav ul li {
  border: 0;
  float: none;
  background-image:none;
}
.nav ul a {
  border-bottom: 0;
  width: 220px;
  background-image:none;
  line-height:14px;
  display:inline;
}


.nav ul#enhancinglives a {
  width: 218px;
}

.nav ul#enhancinglives #sub_bottom {
  padding-bottom:10px;
}
#mission_nav 
{
	clear:both;
	margin-bottom:-50px;
	margin-left:36px;
	margin-top:25px;
}
