@import url("../css/reset.css");

/*  Typography
--------------------------------------------------------------------------------------------------- */
body {
	color: #333;
	font: 12px/1.4em Verdana, Arial,Helvetica, sans-serif;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

a:focus, button:focus { -moz-outline-style: none; }

p.right { text-align: right; }

/*  Layout
--------------------------------------------------------------------------------------------------- */
body {
	background: #BCB99B url(../gfx/bg.gif) repeat;
}
#container {
	width: 976px;
	margin: 0 auto;
	position: relative;
	background: url(../gfx/mid.gif) repeat-y 0 0;
}
#innerwrap {
	padding: 0 8px;
}
#footer {
	clear: both;
	padding: 25px 25px 25px 240px;
	background: url(../gfx/foot.gif) no-repeat 0 100%;
}
/* Removed by Phil for new site
#site_search {
	position: absolute;
	bottom: 50px;
	left: 8px;
}
*/

/* --- Site Search --- */
#site_search {
	width: 210px;
	padding: 0 0 15px;
	background: url(../gfx/navgroup_bg.gif) no-repeat 0 100%;
	line-height: 1.2em;
	float: left;
	clear: left;
}
#site_search h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	padding: 10px 5px 10px 30px;
	background: url(../gfx/navgroup_top.gif) no-repeat 0 0;
}
#site_search form {
	padding: 0;
}
#site_search span {
	display: block;
	padding: 5px 15px 0 30px;
	color: #fff;
	font-size: 11px;
}

#site_search select {
	width: 147px;
	float: left;
}
#site_search input.text {
	background: #BDCDD6;
	border: 1px solid #5A8197;
	width: 147px;
	float: left;
	padding: 2px 0;
	font: 11px/1 Verdana, Arial, Helvetica, Sans-Serif;
	color: #5A8197;
}
#site_search .submit {
	float: right;
	border: none;
	background: transparent;
	width: 10px;
}
#site_search label {
	display: block;
	padding: 0;
	margin: 0 0 2px;
}


/*  Footer
--------------------------------------------------------------------------------------------------- */
#footer {
	font-size: 10px;
	color: #999;
}
#footer ul {
	float: left;
	width: 500px;
}
#footer ul li {
	display: inline;
	padding: 0 5px 0 0;
	margin: 0 0 0 6px;
	border-right: 1px solid #999;
	text-transform: uppercase;
	line-height: 1.4em;
}
#footer ul li.last {
	border: none;
}
#footer .contactinfo {
	float: right;
	width: 200px;
	text-align: right;
	line-height: 1.4em;
}
#footer .contactinfo strong {
	text-transform: uppercase;
}
#footer a {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	color: #666;
	text-decoration: underline;
}

/* --- Nav Column --- */
#navigation {
	color: #fff;
}
#navigation a {
	text-decoration: none;
	color: #fff;
}
#navigation a:hover {
	text-decoration: underline;
	color: #000;
}
#navigation h2 {
	color: #BDCDD5;
	text-transform: uppercase;
	font-size: 18px;
	padding: 10px 5px 5px 30px;
	background: url(../gfx/navgroup_top.gif) no-repeat 0 0;
}
#navigation .button h2 { 
	font-size: 14px; 
	padding:15px 5px 5px 30px; 
	background: url(../gfx/nav_bg_eobutton_top.gif) no-repeat 0 0;
}

#navigation .navgroup {
	background: url(../gfx/navgroup_bg.gif) no-repeat 0 100%;
	margin: 0 0 10px;
	padding: 0 0 10px;
}

#navigation .navgroup.button {
	background: url(../gfx/nav_bg_eobutton.gif) no-repeat 0 100%;
}

#navigation h3 {
	background: url(../gfx/arrow_blue_right.gif) no-repeat 10px 35%;
	padding: 6px 0 6px 25px;
	margin: 0 0 0 17px;
}
#navigation h3.active {
	background: #728C74 url(../gfx/arrow_white_down.gif) no-repeat 10px 35%;
}
#navigation h3 a { display: block; }
#navigation ul {
	padding: 6px 0 6px 25px;
	margin: 0 0 5px 17px;
	line-height: 1.4em;
	background: #B9C6BA;
}

#navigation .button h4 {
	font-style: italic;
	margin-left: 17px;
	padding-left: 13px;
}

/* YOU MENU */
body#you #navigation .mainnav ul {
	background:#D7D5C3;
}
body#you #navigation .mainnav h3.active {
	background:#A4A484;
}
/* ONE SKY MENU */
body#one_sky #navigation .mainnav ul,
body#stories #navigation .mainnav ul,
body#projects_programs #navigation .mainnav ul {
	background:#BDCDD5;
}
body#one_sky #navigation .mainnav h3.active,
body#stories #navigation .mainnav h3.active,
body#projects_programs #navigation .mainnav h3.active {
	background:#4D6D80;
}

#navigation .quicklinks ul {
	background: transparent;
	margin: 0 0 5px 7px;
}
#navigation ul li {
	line-height: 1.2em;
	padding: 0 0 5px;
}
#navigation ul li ul {
	padding: 5px 0 0 20px;
	margin: 0;
}
#navigation ul li ul li {
	list-style: disc;
	padding: 0 0 5px;
	color: #333;
}
#navigation ul li a {
	color: #333;
}
#navigation ul li a:hover {
	color:#555;
}
#navigation .quicklinks ul li a {
	color: #fff;
	text-transform: uppercase;
}
#navigation .quicklinks ul li a:hover {
	color: #000;
}
#navigation .quicklinks ul li.current a.current {
	color: #BDCDD5; 
	text-decoration: underline;
}
#navigation .quicklinks ul li ul {
	padding: 5px 0 0 10px;
	list-style: none;
}
#navigation li.current a {
	color: #555;
	text-decoration: underline;
}

#navigation li.current li a {color: #333333; text-decoration: none;}

#navigation li.current li a:hover {color: #555; text-decoration: underline;}

/* Phil removed for new site doesn't seem to be used 
  #navigation li.current {
	background: url(../gfx/arrow_black_down.gif) no-repeat 0 5px;
	padding-left: 15px;
	font-weight: bold;
}
*/

#navigation li.current ul li { font-weight: normal; padding-left: 0; }

/* Projects Menu 
--------------------------------------------------------------------------------------------------- */

#navigation .projects h2 {
	font-size: 14px;
	background: transparent url(../gfx/projectNavTop.gif) no-repeat scroll 0 0;
	color: #ffffff;
}

#navigation .projects h2.current {
	background-image: url(../gfx/projectNavTopActive.gif);
}

#navigation .navgroup.projects {
	background: transparent url(../gfx/projectNavBg.gif) no-repeat scroll 0 100%;
}

#navigation .projects h2 span {font-style: italic; text-transform: lowercase;}

#navigation .navgroup.projects ul {
	background-color: #859d87;
	background-image: none;
	margin: 0 0 0 16px;
  border-left: 1px solid #bdcdd5;
}

#navigation .navgroup.projects h4 {
	background-color: #859d87;
	background-image: none;
	margin-left: 16px;
	padding: 5px 2px 5px 15px;
	font-size: 14px;
	font-weight: bold;
	border-left: 1px solid #bdcdd5;
}

#navigation .navgroup.projects ul ul {
	border-left: none;
	margin: 0;
}

div.projectExcerpt {
	padding: 10px;
	background-color: #859d87;
	border: 1px solid #BDCDD5;
	margin-bottom: 15px;
}

#primary div.projectExcerpt a {color: #ffffff; text-decoration: none;}

div.projectExcerpt p.more {
	font-style: italic;
	text-align: right;
}

/* Clear Fix
--------------------------------------------------------------------------------------------------- */
.clear { clear: both; }

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
