/********************************* 
Name:			Name
URI:			example.com
Description:	Description
Version:		3.14
Author:			Author
Author URI:		example.com
*********************************/

/*********************************
NOTES:


*********************************/

/********************************* UNIVERSAL *********************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #002F65;
}

/********************************* GLOBAL *********************************/

#container {
	overflow: hidden;
	width: 880px;
	margin: 2em auto 0 auto;
	background: #fff;
	position: relative;
	border-bottom: 2em solid #fff;
	padding: 0 1em 1em 1em;
}

/********************************* HEADER *********************************/

#header {
	background: url(img/home1.jpg) 0 150px no-repeat;
	margin: 0;
}

.services #header {
	background: url(img/services1.jpg) 0 150px no-repeat;
}

.news #header {
	background: url(img/resources1.jpg) 0 150px no-repeat;
}

.careers #header {
	background: url(img/careers1.jpg) 0 150px no-repeat;
}

.about #header {
	background: url(img/about1.jpg) 0 150px no-repeat;
}

.contact #header {
	background: url(img/contact1.jpg) 0 150px no-repeat;
}

#header h1 {
	background: #fff;
	display: block;
	float: left;
	color: white;
	width: 33%;
	text-align: right;
	
	padding: 35px 0 45px 0;
	height: 70px;
	overflow: hidden;
	background: #fff;
}

#header h1 a {
	display: block;
	width: 200px;
	margin: auto;
	height: 70px;	
	text-align: left;
	background: url(img/logo2.jpg) center center no-repeat;
	position: relative;
	text-indent: -200000px;
	text-decoration: none;
}

#header h1 a em {
	position: absolute;
	color: #999;
	bottom: 0;
	right: .25em;
	text-transform: uppercase;
	font-size: 7px;
	text-indent: 0;
	letter-spacing: 0;
	font-style: normal;

}

#header h1 a:hover em {
	color: #777;
}

#header h2 {
	background: #fff url(img/slogan.jpg) center center no-repeat;
	margin-left: 33%;
	text-indent: -20000px;
	height: 150px;
}

#header ul.nav {
	overflow: auto;
	display: block;
	/*add something to offset the narrow lis*/
	background: #003366;
	font-family: "Gill Sans Std Light", "GillSans", "Gill Sans", "Gill Sans Std", Arial, Helvetica, sans-serif;
	padding-left: 2px;
}
#header ul.nav li {
	float: left;
	display: block;
	/*width: 16.5%;*/ 
	margin: 0 0 0 0;
	border-bottom: 1px solid #bbb;
	
	
}

#header ul.nav li a.home {
	background: url(img/home.jpg) center center no-repeat;	
}

#header ul.nav li a.home:hover {
	background: url(img/homeh.jpg) center center no-repeat;	
}

#header ul.nav li.current a.home{
	background: url(img/homeh.jpg) center center no-repeat;	
}

#header ul.nav li a.services{
	background: url(img/services.jpg) center center no-repeat;	
}

#header ul.nav li a.services:hover {
	background: url(img/servicesh.jpg) center center no-repeat;	
}

#header ul.nav li.current a.services {
	background: url(img/servicesh.jpg) center center no-repeat;	
}

#header ul.nav li a.news {
	background: url(img/news.jpg) center center no-repeat;	
}

#header ul.nav li a.news:hover {
	background: url(img/newsh.jpg) center center no-repeat;	
}

#header ul.nav li.current a.news {
	background: url(img/newsh.jpg) center center no-repeat;
	letter-spacing: -.06em;
}


#header ul.nav li a.careers {
	background: url(img/careers.jpg) center center no-repeat;	
}

#header ul.nav li a.careers:hover {
	background: url(img/careersh.jpg) center center no-repeat;	
}

#header ul.nav li.current a.careers {
	background: url(img/careersh.jpg) center center no-repeat;	
}

#header ul.nav li a.about {
	background: url(img/about.jpg) center center no-repeat;	
}

#header ul.nav li a.about:hover {
	background: url(img/abouth.jpg) center center no-repeat;	
}

#header ul.nav li.current a.about {
	background: url(img/abouth.jpg) center center no-repeat;	
}

#header ul.nav li a.contact {
	background: url(img/contact.jpg) center center no-repeat;	
}

#header ul.nav li a.contact:hover {
	background: url(img/contacth.jpg) center center no-repeat;	
}

#header ul.nav li.current a.contact {
	background: url(img/contacth.jpg) center center no-repeat;	
}


#header ul.nav li a {
	display: block;
	text-align: center;
	/*padding: .25em 0;*/
	height: 30px;
	text-decoration: none;
	color: #003366;
	background: #D1D1D3;
	font-size: 1.1em;
	width: 146px;
	
	text-indent: -20000px;
	/*-moz-border-radius-topleft: .75em;
	-webkit-border-top-left-radius: .75em;
	-moz-border-radius-topright: .75em;
	-webkit-border-top-right-radius: .75em;*/
}

#header ul.nav li:hover {
	border-bottom: 1px solid #fff;
}

#header ul.nav li:hover a {

}

#header ul.nav li.current {
	border-bottom: 1px solid #fff;
	
}

#header ul.nav li.current a {
	font-weight: bold;
	
}

#header ul.nav li.current a span {
	position: absolute;
	left: 2.25em;
	margin-top: 3.25em;
	top: 333px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: .75em;
	text-indent: 0;
	color: #003366;
	text-align: left;
}

#header ul.nav li.current a:hover {
	cursor: default;
}

#header ul.nav li.current ul {
	position: absolute;
	left: 0;
	margin: 3.5em 0 0 .5%;
	top: 333px;
	width: 16%;
	text-indent: 0;
	z-index: 900;
}

#header ul.nav li.current ul li {
	float: none;
	display: block;
	width: 100%;
	border: 0;
	margin: .5em 0 .5em 1.75em;
	background: none;

}

#header ul.nav li.current ul li a {
	text-align: left;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: .75em;
	background: transparent;
	border: 0;
	font-weight: normal;
	display: inline;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: none;
	text-indent: 0;
}

#header ul.nav li.current ul li.current a {
	border-bottom: 1px solid #999;
	background: none;
}

#header ul.nav li.current ul li a:hover {
	border-bottom: 1px dotted #999;
	cursor: pointer;
}

#header ul.nav li.current ul li.current a:hover {
	cursor: default;
	border-bottom: 1px solid #999;
}

#header blockquote {
	display: block;
	background: url(img/home2.jpg) top left no-repeat;
	clear: both;
	margin-left: 225px;
	/*width: 84.5%;*/
}

.services #header blockquote {
	background: url(img/services2.jpg) top left no-repeat;
}

.news #header blockquote {
	background: url(img/resources2.jpg) top left no-repeat;
}

.careers #header blockquote {
	margin-left: 450px;
}

.careers #header blockquote h3 {
	margin-left: 0;
}

.about #header blockquote {
	background: url(img/about2.jpg) top left no-repeat;
}

.contact #header blockquote {
	margin-left: 450px;
}

.contact #header blockquote h3 {
	margin-left: 0;
}
#header blockquote h3 {
	display: block;
	margin-left: 225px;
	/*width: 79.85%;*/
	background:pink;
	height: 150px;
	overflow: hidden;
}

#header blockquote h3 em {
	/*margin-left: 24.0%;*/
	/*width: 70%; dd a .5?*/
	width: 450px;
	display: block;
	background: #003366 url(img/philosophy.jpg) top left no-repeat;
	text-indent: -20000px;
	padding: 5% 5em 0 2.5em;
	height: 100%;
	font-size: .75em;
	line-height: 1.5;
	font-weight: normal;
	font-style: normal;
	color: #eee;
	font-family: "Gill Sans Std Light", "GillSans", "Gill Sans", "Gill Sans Std", Arial, Helvetica, sans-serif;
}

#header blockquote h3 strong {
	text-transform: uppercase;
	letter-spacing: .1em;
}

/********************************* SIDEBAR *********************************/

dl#sidebar {
	width: 16%;
	margin: 2em 1em 1em 0;
	float: left;
	min-height: 100%;
	background: #E7E7E7;
	padding-bottom: 20000px;
	margin-bottom: -20000px;
	padding-top: 300px;
	}

dl#sidebar dt {
	background: /*#3B4771*/ url(img/member_tab.png) center center no-repeat;
	color: #fff;
	padding: .3em 0;
	text-align: center;
	font-size: .9em;
	text-indent: -20000px;
	/*-moz-border-radius-topleft: .75em;
	-webkit-border-top-left-radius: .75em;
	-moz-border-radius-topright: .75em;
	-webkit-border-top-right-radius: .75em;	
	font-family: "Gill Sans Std Light", "GillSans", "Gill Sans", "Gill Sans Std", Arial, Helvetica, sans-serif;*/
	
}

dl#sidebar dd {
	background: url(img/form.png) top center no-repeat;
	padding-top: 275px;
	margin: 1em;

	color:#003366;
	font-family:Verdana,Helvetica,Arial,sans-serif;
	font-size:0.75em;
	font-weight:bold;
}


/*
dl#sidebar dd:hover {
	background: white;
	border: 1px solid #999;
}

dl#sidebar dd:hover:after {
	content: "Placeholder for form";
	font-size: .8em;
	color: #666;
	
}
*/

/********************************* CONTENT *********************************/

#content {
	padding: 1em 1.25em 1em 0;
	margin: 0 225px 0 18%;
	
}

#content h4 {
	
	font-family: "Arno Pro Caption", "Arno", "Arno Pro", Garamond, Georgia, Palatino, serif;
	padding: .75em 0 .25em 0;
	font-weight: normal;

	color: #003366;
	text-transform: uppercase;
	margin-bottom: .25em;
	font-size: 1.2em;
	letter-spacing: -.05em;
}


body#home #content h4 {

}

#content h5 {
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-size: 0.825em;
	font-weight: bold;
}

#content p {
	line-height: 1.25;
	font-size: .825em;
	color: #222;
	padding: .75em 0;
	/*float: left;*/
	
}

#content ul {
	font-size: .8em;
	margin: .25em 0 .25em .25em;
	line-height: 1.5;
}



#content a {
	color: #444;
	border-bottom: 1px dotted #666;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover {
	border-bottom: 1px solid #333;
	color: #111;
}

/********************************* SECONDARY *********************************/

#secondary {
	position: absolute;
	top: 300px;
	right: 1em;
	margin-top: 5.5em;
	display: block;
	width: 200px;
	margin-right: 15px;
	background: url(img/secondary.jpg) top left no-repeat;
}

body#about dl#secondary, body#careers dl#secondary, body#contact dl#secondary  {
	background: none !important;
}



body#careers dl#secondary dd p {
	font-style: italic;
	color: #003366;
}

body#about #secondary dd {
	background: url(img/headquarters.jpg) 0 0 no-repeat;
	height: 252px;
	text-indent: -2000px;
}

body#careers #secondary dd {
	background: url(img/play.jpg) 0 0 no-repeat;
	padding: 230px 0 0 0;
}

body#usefulforms.news #secondary dd {
	font-size: .8em;
}

#secondary dt {
	display: block;
	background: #334477;
	padding: .5em;
	text-align: center;
	font-size: .9em;
	color: #fff;
}

#secondary dd {
	padding: .1em 1em 1em 1em;
	display: block;
	
}
#secondary dd p {
	font-size: .7em;
	line-height: 1.3;
}

#secondary dd p br {
	display: none;
}

#secondary dd p b {
	font-weight: bold;
	text-transform: uppercase;
	color: #111;
	margin: 1em 0 .3em 0;
	font-size: 1.1em;
	display: block;
}

#secondary dd ul {
	line-height: 1.25;
	font-size: .7em;
	margin-top: 1em;
}

#secondary dd ul li {
	padding-left: 14px;
	background: url(img/bullet.jpg) 0 .3em no-repeat;
	margin-bottom: .5em;
}
/********************************* FOOTER *********************************/

#footer {
	clear: both;
	padding: .5em .5em 1.5em .5em;
	text-align: right;
	font-size: .7em;
	color: #eee;
	width: 900px;
	margin: 0 auto;
}

