/* ----------------------------------- global */

hr.clear { border: 0 none; clear: both; height: 0; visibility: hidden; }

a {
	text-decoration: none;
	color: #004165;
	}
	
a:hover {
	color: #a7b5d3;
	}
	
em {
	font-style: italic;
	}

/* ----------------------------------- structure */

header, footer, section, aside, nav, article {
	display: block;
	}

body {
	background: #fff;
	color: black;
	font-size: 13px;
	line-height: 21px;
	font-family: helvetica, "arial", verdana, sans-serif;
	}
	
.wrapper {
	margin: 0 auto;
	width: 720px;
	}
	
#header {
	margin: 80px 0 40px;
	padding: 20px 0;
	border-bottom: 1px solid #000;
	}

/* ----------------------------------- nav */

nav {
	background-repeat: repeat;
	background-color: #000;
	position: fixed;
	top: 0; right: 0;
	width: 100%;
	z-index: 1;
	}
	
nav ul {
	float: left;
	}
		
nav ul li {
	float: left;
	}
	
nav ul li a {
	padding-bottom: 10px;
	padding-right: 16px;
	padding-top: 10px;
	display: block;
	float: left;
	color: #cccccc;
	}
	
nav ul li a:hover, nav ul li.active a {
	color: #a7b5d3;
	}
	
/* ----------------------------------- header */

#header h1 {
	color: black;
	margin-top: 25px;
	text-align: left;
	font-weight: bold;
	font-size: 120px;
	line-height: 75px;
	float: left;
	display: none;
	}
	
#header .fade {
	display:none;
	}

#header #copy {
	padding-left: 0px;
	padding-bottom: 20px;
	padding-right: 0;
	padding-top: 0;
	text-align: left;
	font-style: italic;
	margin: 0 0 0 0; /*200 last bit*/
	}
	
/* ----------------------------------- philosophy */

#philosophy {
	padding: 60px 0;
	min-height: 195px;
	}

#philosophy h2 {
	color: #004165;
	font-size: 21px;
	line-height: 26px;
	margin-bottom: 14px;
	padding-left: 0px;
	}

#philosophy #copy {
	padding-left: 0;
	padding-bottom: 20px;
	padding-right: 0;
	padding-top: 20px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-bottom-color: #000;
	border-top-color: #000;
	text-align: left;
	margin: 15px 0 0 0;

	}

#philosophy p {
	margin-bottom: 14px;
	}
	
#philosophy sub {	
	font-style: italic;
	font-weight: bold;
	color: #004165;
	}

/* ----------------------------------- services */

#services {
	padding: 60px 0;
	min-height: 195px;
	}

#services h2 {
	color: #004165;
	font-size: 21px;
	line-height: 26px;
	margin-bottom: 14px;
	padding-left: 0px;
	}

#services #copy {
	padding-left: 0;
	padding-bottom: 20px;
	padding-right: 0;
	padding-top: 20px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-bottom-color: #000;
	border-top-color: #000;
	text-align: left;
	margin: 15px 0 0 0;

	}

#services p {
	margin-bottom: 14px;
	}
	
#services sub {	
	font-style: italic;
	font-weight: bold;
	color: #004165;
	}	
	
/* ----------------------------------- team */

#team {
	padding: 60px 0;
	min-height: 195px;
	}

#team h2 {
	color: #004165;
	font-size: 21px;
	line-height: 26px;
	margin-bottom: 14px;
	padding-left: 0px;
	}

#team #copy {
	padding-left: 0;
	padding-bottom: 20px;
	padding-right: 0;
	padding-top: 20px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-bottom-color: #000;
	border-top-color: #000;
	text-align: left;
	margin: 15px 0 0 0;

	}
#team img {
	float:left;
	margin-right:20px;
	margin-bottom:5px;
}

#team p {
	margin-bottom: 14px;
	}
	
#team sub {	
	font-style: italic;
	font-weight: bold;
	color: #004165;
	}	

/* ----------------------------------- glossary */

#glossary {
	padding: 60px 0;
	min-height: 195px;
	}

#glossary h2 {
	color: #004165;
	font-size: 21px;
	line-height: 26px;
	margin-bottom: 14px;
	padding-left: 0px;
	}

#glossary #copy {
	padding-left: 0;
	padding-bottom: 20px;
	padding-right: 0;
	padding-top: 20px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-bottom-color: #000;
	border-top-color: #000;
	text-align: left;
	margin: 15px 0 0 0;

	}

#glossary p {
	margin-bottom: 14px;
	}
	
#glossary sub {	
	font-style: italic;
	font-weight: bold;
	color: #004165;
	}	
	
/* ----------------------------------- partners */

#partners {
	padding: 60px 0;
	min-height: 195px;
	}

#partners h2 {
	color: #004165;
	font-size: 21px;
	line-height: 26px;
	margin-bottom: 14px;
	padding-left: 0px;
	}

#partners #copy {
	padding-left: 0;
	padding-bottom: 20px;
	padding-right: 0;
	padding-top: 20px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-bottom-color: #000;
	border-top-color: #000;
	text-align: left;
	margin: 15px 0 0 0;
	}
	
#partners #clear {
	clear:both;
}

#partners #left {
	float:left;
}

#partners p {
	margin-bottom: 14px;
	}
	
#partners sub {	
	font-style: italic;
	font-weight: bold;
	color: #004165;
	}	

/* ----------------------------------- contact */

#contact {
	padding: 60px 0;
	min-height: 195px;
	}

#contact h2 {
	color: #004165;
	font-size: 21px;
	line-height: 26px;
	margin-bottom: 14px;
	padding-left: 0px;
	}

#contact #copy {
	padding-left: 0;
	padding-bottom: 20px;
	padding-right: 0;
	padding-top: 20px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-bottom-color: #000;
	border-top-color: #000;
	text-align: left;
	margin: 15px 0 0 0;

	}

#contact p {
	margin-bottom: 14px;
	}
	
#contact sub {	
	font-style: italic;
	font-weight: bold;
	color: #004165;
	}	

/* ----------------------------------- footer */

#footer {
	padding-left: 0;
	padding-bottom: 20px;
	padding-right: 0;
	padding-top: 20px;
	margin-top: 500px;
	border-top: 1px solid #000;
	clear: both;
	}
