code, kbd, samp, pre, tt, var, textarea, input, select {
	font: inherit;
	font-size: 1em;
}

dfn, i, cite, var, address {
	font-style: normal;
}

th, b, h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

a, img, a img, iframe, form, fieldset, abbr, acronym, object {
	border: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	vertical-align: top;
}

q {
	quotes: "" "";
}

ul, ol {
	list-style: none;
}

sub, sup {
	vertical-align: baseline;
}

a {
	color: inherit;
	text-decoration: none;
}

br.clear {
	clear: both;
	width: 0;
	height: 0;
	border: none;
	background: inherit;
	margin: 0;
	padding: 0;
}

/* Main */
html, body {
	height: 100%;
}

body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font: 12px;
	margin: 0 15px;
	line-height: 1em;
	background: #fff url(images/bg_background.png) repeat-x -50% 0;
}

a img {
	border: none;
}

p {
	margin-bottom: 5px;
	line-height: 20px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin-bottom: 10px;
	text-shadow: 1px 2px 1px #eee;
}

h1 {
  padding-top: 10px;
	color: #005fa0;
	font-size: 18px;
	line-height: 20px;
}

h1.first {
  margin: 0;
  padding-top:65px;
}

.callout h1 {
  padding-top: 0;
  margin-top: 0;
}

h2, h3 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #005fa0;
	font-size: 16px;
	line-height: 18px;
}

h3, h4 {
	font-size: 14px;
	line-height: 16px;
}

h2 em {
	color: #C02F0C
}

#page {
	width: 767px;
	margin: auto;
	height: 100%;
}
#header {
	height: 217px;
	background: transparent url(images/bg_header.png) no-repeat;
	position:relative;
}
#fader {
  position: absolute;
  top: 0;
  left: 9px;
  display: block;
  width: 750px;
  height: 217px;
  overflow: hidden;
}
#fader img {
  position: absolute;
  top: 0;
  left: 0;
}

#bluefade{
  position: absolute;
  width: 750px;
  height:173px;
  top: 33px;
  left: 9px;
  background-color: #0000FF;
  filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
#logo {
  background: transparent url(images/logo.png) no-repeat;
  position: absolute;
  width: 383px;
  height: 153px;
  top: -85px;
  left: 27px;
}
#content {
	background: transparent url(images/bg_content.gif) repeat-y;
	display: block;
	position: relative;
}
.content {  
	padding: 5px 10px 10px 10px;
	font-size: 12px;
}
.content a {
  color: #005FA0;
  text-decoration: underline;
}
.content a:hover {
  color: #E00;
}
.colwrap {
	width: 291px;
	background: transparent url(images/bg_coltop.gif) no-repeat top left;
	position: relative;
}
.colwrap .inner {
	background: transparent url(images/bg_colbot.gif) no-repeat bottom left;
	padding: 20px 30px;
}
.colwrap .inner h3 a { text-decoration: none }
.colwrap .inner h3 a:hover { text-decoration: underline }
.colwrap .inner h3 span.source {   font-style: italic;
  padding-right: 8px;
}

.colwrap .inner h3 .date, .colwrap .inner h3 .source { font-size: 80% }

.quote {
  font-family: "Myriad Pro","Myriad Web",Myriad,"HelveticaNeue-light","Helvetica Neue","Lucida Grande",geneva,helvetica,arial,sans-serif;
  font-size: 14px;
  position: relative;
	padding: 20px;
	width: 523px;
	height: 102px;
	margin:20px 75px 10px;
	background: url(images/bg_quote.gif) no-repeat top left;
	line-height:20px;
	font-style: italic;
}
.quote-small {
  font-family: "Myriad Pro","Myriad Web",Myriad,"HelveticaNeue-light","Helvetica Neue","Lucida Grande",geneva,helvetica,arial,sans-serif;
  font-size: 14px;
  position: relative;
	padding: 20px;
	width: 354px;
	height: 102px;
	margin:20px 30px 10px 0px;
	background: url(images/bg_quote_small.gif) no-repeat top left;
	line-height:20px;
	font-style: italic;
}
.quote-source {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 314px;
}
.quote-small .quote-source {
  width:220px;
}

div.col1 {
	padding: 0 20px;
	width: 710px;
}

div.callout {
	margin-left: 15px;
	float: right;
}

a.action {
  border-bottom: 1px dotted #ff0000;
  color: #ff0000;
}
a.action:hover {
  background-color: #FFFFAA;
}
.blue {
	color: #005fa3;
}
.bythenumbers p {
  padding-right: 20px;
}
.numbers {
  font-weight: bold;
  font-size: 1.2em;
}
.footer {
  font-family: "Myriad Pro","Myriad Web",Myriad,"HelveticaNeue-light","Helvetica Neue","Lucida Grande",geneva,helvetica,arial,sans-serif;
  font-size: .7em;
  padding: 5px 30px 5px;
	color: #666666;
}

ul.press li a{
  display:block;
  padding-left:80px;
}

ul li span.date {
  text-align: right;
  padding-right: 10px;
  color: #666666;
  display: block;
  float: left;
  width: 70px;
}

ul li span.source {
  font-style: italic;
  padding-right: 8px;
}

ul.indent li {
  line-height: 22px;
}
table.members {
  margin-top: 10px;
}
table.members th {
  font-weight: bold;
}
table.members td, table.members th {
  padding: 5px 100px 5px 0;
}
div#actionlinks {
  width: 460px; 
  margin: 40px auto 0;
}
a#contact, a#join {
  text-indent: -5000em;
  display: block;
  width: 193px;
  height: 80px;
  margin: 10px;
}
a:hover#contact, a:hover#join {
  background-position: 0 -80px;
}
a#contact {
  float: left;
  background: url(images/button_contact.png) no-repeat 0 0;
}
a#join {
  float: right;
  background: url(images/button_join.png) no-repeat 0 0;
}
/* Menu */
#nav {
  position: absolute;
  top: 0; left: 10px;
}
ul.menu,
ul.menu li,
ul.menu ul {
	padding: 0;
	margin: 0;
	display: inline;
}

ul.menu {
	height: 25px;
  font-family: Helvetica, Verdana, Arial, sans-serif;
}

ul.menu li {
	height: 25px;
	list-style-type: none;
	position: relative;
	float: left;
	display: inline;
	margin-left: 10px
}

ul.menu li a {
	display: block;
	float: left;
	padding: 8px 5px;
	font-weight: bold;
	font-size: 12px;
	color: #ececec;
	text-shadow: 1px 2px 1px #000;
	position: relative;
	z-index: 2000;
	height: 20px;
	line-height: 18px;
}

ul.menu li a:hover {
	color: #fff;
	text-shadow: 1px 1px 1px #333;
}

/* Second Tier */
ul.menu li ul {
	position: absolute;
	top: 33px;
	left: 0px;
	width: 164px;
	z-index: 150;
	display: none;
	background-color: #ce0004;
	padding-bottom:4px;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
	-khtml-opacity: 0,80;
}

ul.menu li ul li {
	background-color: #ce0004;
	padding: 0;
	text-align: center;
	width: 164px;
	margin: 0;
	background-image: none;
	height: auto;
	position: relative;
	z-index: 151;
}

ul.menu li ul li a {
  text-shadow: none !important;
	padding: 0 0 0 8px;
	margin: 0;
	width: 154px;
	height: 24px;
	line-height: 24px;
	color: #FFF;
	text-shadow: 1px 2px 1px #fff;
	text-decoration: none;
	font-weight: bold;
	background-image: none;
	text-align: left;
}

ul.menu li ul li a:hover {
	color: #99C;
}
