@charset "UTF-8";
/* CSS Document */

@import url("reset.css");

@font-face {
	font-family: 'ChunkFiveRegular';
	src: url('font/chunkfive-webfont.eot');
	src: local('☺'), url('font/chunkfive-webfont.woff') format('woff'), url('font/chunkfive-webfont.ttf') format('truetype'), url('font/chunkfive-webfont.svg#webfont9oKTKt66') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
  background: url(gfx/bg_grad.jpg) repeat-x left top #b7b7b7;
	font: 12px/1.2em Arial, Helvetica, sans-serif;
	color: #333;
}

#container {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

/* header
---------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------- */

#header {
  height: 70px;
	position: relative;
}

#header h1 a {
	position: absolute;
	top: 9px;
	left: 2px;
	width:240px; height:50px;
	background: url(gfx/logo_new.gif) no-repeat left top;
	text-indent:-9999px;
	display:block;
}

#header h2 {
	position: absolute;
	color: #cccaca;
	font: 14px/1em ChunkFiveRegular, sans-serif;
	top: 35px;
	right: 0;
}

#banner {
width:960px; height:380px;
position:relative;
}

#banner img {
position:absolute;
left:0; top:0;
}

#container p#credit {
position:absolute;
display:block;
width:200px; height:12px;
text-align:right;
padding-right:10px;
font:normal 9px/13px arial, helvetica, sans-serif !important;
left:740px; top: 80px;
color:#eee;
}

#container #makeMeScrollable div.scrollableArea img
	{
		position: relative;
		display: block;
		float: left;
		padding: 0;
		margin: 0;
	}

/* Utility Nav
------------------------------------------------------------------------------- */

#utility {
	position: absolute;
	top: 10px;
	right: 0;
	font: bold 12px/1em Arial, Helvetica, sans-serif;
	color: #fff;
	width: 255px;
}

#utility li {
  padding: 0 8px;
	border-right: 2px solid #74839f;
	float: left;
}

#utility li.last {border-right: none; padding-right: 0;}

#utility a {font-weight: bold; color: #fff;}

#utility a:hover {color: #74839f;}

#banner {height: 196px; width: 960px;}

#utility li.fb-nav a {display: block; height:16px; width:16px; text-indent:-9999px; background:url(gfx/FaceBook_16x16.png) no-repeat top left; margin-bottom:2px;}

#utility li.twtr-nav a {display:block; height:16px; width:16px; text-indent:-9999px; background:url(gfx/Twitter_16x16.png) no-repeat top left; margin-bottom:2px;}

/* Main Nav
---------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------- */

#nav {
	position: absolute;
	top: 210px;
	left: 0px;
	font: 25px/1em ChunkFiveRegular, sans-serif;
}

#nav a {color: #ffffff; padding: 9px 13px 0 13px; display: block;}

#nav-learn, #nav-join, #nav-act {
  float: left;
	margin-left: 15px;
	display: inline-block;
}

#nav-learn a, #nav-join a, #nav-act a {
  background: url(gfx/navSprite.jpg) no-repeat;
	height: 31px;
	width: 274px;
}

#nav-learn a {background-position: left -37px;}
#nav-learn a:hover, #nav-learn.current a {background-position: left -114px;}

#nav-join a {background-position: -300px -37px;}
#nav-join.current a, #nav-join a:hover {background-position: -300px -114px;}

#nav-act a {background-position: -600px -37px;}
#nav-act.current a, #nav-act a:hover {background-position: -600px -114px} 

#nav-learn ul li {background: url(gfx/learnDropBg.png) repeat-y left top;}
#nav-join ul li {background: url(gfx/joinDropBg.png) repeat-y left top;}
#nav-act ul li {background: url(gfx/actDropBg.png) repeat-y left top;}
#nav li li a {background: none;}

#nav li li {
	font: bold 16px/1.2em Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#nav li li a, #nav li li li a, #nav li li.last li a  {
  background-position: 0 0;
	height: auto;
	border-bottom: 1px dotted #333;
  padding: 0 0 10px 0;
}

#nav li li.last a, #nav li li li.last a {border: none;}

#nav li li {padding: 9px 13px 0 13px; width: auto;}

#nav li#nav-learn li:hover, #nav li#nav-learn li.sfHover {background-color: #8093b9;}
#nav li#nav-join li:hover, #nav li#nav-join li.sfHover {background-color: #9ca457;}
#nav li#nav-act li:hover, #nav li#nav-act li.sfHover {background-color: #c28833;}


/* Photo Bar
---------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------- */

#photoBar {
	width: 955px;
	padding: 5px 0 5px 5px;
	background-color: #ecedee;
}

#photoBar li {display: inline-block; position: relative; margin-right: 3px;}

#photoBar li span {
	background: url(gfx/roundedClip.png) no-repeat left top;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Content
---------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------- */

#content {
  background-color: #ffffff;
  padding: 20px 0;
}

/* Primary
---------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------- */

#primary {
	width: 595px;
	padding-left: 24px;
	float: left;
}

#primary h2 {
  font: bold 24px/1.2em Arial, Helvetica, sans-serif;
	color: #333333;
	margin-bottom: .7em;
}

#primary h2 a {color: #333333;}

#primary h2 span {
	font: 25px/1.2em ChunkFiveRegular, sans-serif;
	color: #7e94be;
	padding-right: 15px;
}

#primary h3 {
	font: bold 20px/1.2em Arial, Helvetica, sans-serif;
	color: #738ab4;
	margin-bottom: .3em;
}

#primary h3 a {
	color: #738ab4;
	font-weight: inherit;
}

#primary a {
	color: #788bb1;
	font-weight: bold;
}

#primary a:hover {text-decoration: underline;}

.summary {margin-bottom: 60px;}

.summaryLeft {
	width: 290px;
	padding-right: 30px;
	float: left;
}

.summary img {float: right;}

/* Secondary
---------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------- */

#secondary {
	float: right;
  width: 296px;
  padding-right: 6px;
}

#secondary a {
color:#69c;
}

#secondary h3 {
  color: #666666;
	font: 25px/1.2em ChunkFiveRegular, sans-serif;
	margin-bottom: .7em;
}

#secondary h3 a {color: #666666;}

#secondary h4 {
	font: bold 12px/1.2em Arial, Helvetica, sans-serif;
	color: #69c;
	margin-bottom: .2em;
}

#secondary h4 a {color: #69c;}

#secondary h4 a:hover {text-decoration: underline;}

p.source {margin-bottom: 16px;}

/* Standard Styles 
---------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------- */

em, i {font-style: italic;}
strong, b {font-weight: bold;}
.left {float: left; width: auto;}
.right {float: right; width: auto;}
sub {vertical-align: sub;}
sup {vertical-align: super;}

p {margin-bottom: .6em;}

#primary ul {
	padding: 0 10px 1em 40px;
  list-style: outside disc;
}

#primary ul ul {padding-bottom: 0;}

#primary ol {
	padding: 0 10px 1em 40px;
	list-style: outside decimal;
}

#primary li {
	margin-bottom: .4em;
	line-height: 1.5em;
}

hr {
	width: 100%;
	color: #666666;
	display: block;
}

blockquote {
	width: 90%;
	padding: 0px 20px 0 20px;
	border: 1px solid #666;
	border-left: 4px solid #666;
	background-color: #eceff5;
	margin-bottom: 20px;
	clear: both;
}

blockquote p {
	margin-bottom: 0;
	padding: 10px 0;
	font-weight: bold;
}

img.left {margin-right: 10px;}
img.right {margin-left: 10px;}

#sitemap {clear: both;}

#primary #sitemap {list-style-type: none; font-weight: bold; padding-left: 0;}
#primary #sitemap ul {list-style-type: disc; font-weight: normal; padding-left: 40px;}
#primary #sitemap ul ul {list-style-type: square; font-weight: normal; padding-left: 40px;}

#container #makeMeScrollable, #container #makeMeScrollable div.scrollableArea img {position: relative; z-index: 10;}

/* Helpers
--------------------------------------------------------------------------------------------------- */

.replTransparent a {
	text-indent: -999999px;
	overflow: hidden;
	display: block;
}

.replSpan {
 	position:relative;
	font-style: italic;
	overflow: hidden;
}

.replSpan span {
	position: absolute;
	height: 100%;
	width: 100%;
}

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

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
