body {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #000;
	background: #EEE;
}

/* GLOBALS */

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 1em;
}

p {
	line-height: 20px;
	margin: 14px 0;
}

p.intro {
	padding-bottom: 24px;
	font-size: 18px;
	line-height: 24px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px dotted #DDD;
}

small {
	font-size: 13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 20px;
	color: #888;
}

h1 {
	font-size: 40px;
	line-height: 1em;
	letter-spacing: -1px;
}

h2 {
	font-size: 28px;
	line-height: 2em;
	font-weight: normal;
}

	h2 a {
		text-decoration: none;
		color: #000;
	}

		h2 a:hover {
			text-decoration: underline;
		}

#feature h2 {
	font-size: 40px;
	line-height: 1em;
	letter-spacing: -1px;
}

h3 {
	font-size: 18px;
	font-weight: bold;
}

hr {
	padding: 5px 0;
	border: 0;
	border-bottom: 1px dotted #DDD;
	height: 1px;
}

a {
	color: #058;
	text-decoration: underline;
}

	a:hover {
		text-decoration: none;
	}

img {
	margin: 0;
	padding: 0;
	border: none;
}

ul {
	margin: 0 0 0 15px;
	padding: 0;
	list-style: disc;
}

	ul li {
		padding: 5px 0;
		line-height: 20px;
	}

	ul li.more {
		list-style: none;
	}

/* LOGO */

#logo {
	padding: 20px 0;
}

	#logo a {
		text-decoration: none;
		color: #000;
	}

		#logo a:hover {
			text-decoration: none;
		}

	#logo b {
		font-size: 28px;
		font-weight: normal;
		line-height: 1em;
		letter-spacing: -2px;
	}

	#logo i {
		font: italic 16px/1em Georgia, "Times New Roman", Times, serif;
		color: #AAA;
	}


/* Navigation */

#nav {
	float: left;
	width: 968px;
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
	background: #333 url("../img/bg_nav.gif") repeat-x top left;
	border: 1px solid #333;
}

	#nav li {
		float: left;
		position: relative;
		margin: 0 0 -1px;
		padding: 0;
		line-height: 18px;
		border-bottom: .1em solid #333;
	}

		#nav li a {
			display: block;
			float: left;
			margin: 0;
			padding: 7px 12px;
			color: #FFF;
			text-decoration: none;
			border-right: 1px solid #333;
			border-left: 1px solid #444;
		}

			#nav li.first a {
				padding-left: 13px;
				border-left: none;
			}

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

			#nav li a:hover {
				background: #333;
				border-right-color: #333;
				border-left-color: #333;
			}

	#nav li.active {
		border-bottom: none;
		border-top: 1px solid #CCC;
		margin-top: -3px;
	}

		#nav li.active a {
			padding: 9px 12px 8px;
			background: #FFF;
			color: #000;
			border: 1px solid #888;
			border-width: 0 1px;
		}

			#nav li.active a:hover {
				background: #FFF;
				border-color: #888;
			}

/* WRAP */

.wrap {
	width: 960px;
	padding: 0 10px 10px;
	background: #FFF;
}


/* FEATURE */

#feature {
	display: inline;
	float: left;
	clear: left;
	width: 940px;
	height: 40px;
	margin: -25px 0 0;
	padding: 10px;
	background: #047 url("../img/bg_feature.gif") repeat-x top left;
	color: #FFF;
}

	#feature.home {
		width: 630px;
		height: 260px;
		padding: 20px 320px 20px 10px;
		background: #047 url("../img/bg_dome.gif") no-repeat bottom right;
	}

	#feature p {
		text-align: justify;
	}


/* WHY */

#why {
	position: relative;
	top: 70px;
	float: left;
	width: 950px;
	height: 26px;
	margin: 0;
	padding: 4px 0 4px 10px;
	background: #FFF url("../img/bg_why.gif") repeat-x bottom left;
	border-bottom: 1px solid #DDD;
}

	#why.home {
		top: 310px;
	}

	#why h2 {
		display: inline;
		float: left;
		font: italic 20px Georgia, "Times New Roman", Times, serif;
		color: #888;
	}

	#why ul {
		display: inline;
		float: left;
		margin: 2px 0 2px 35px;
		padding: 0;
	}

		#why ul li {
			display: inline;
			float: left;
			font-size: 13px;
			line-height: 16px;
			margin: 0;
			padding: 0;
			border-left: 1px solid #DDD;
		}

			#why ul li.noborder {
				border: none;
			}

			#why ul li a {
				float: left;
				color: #888;
				padding: 3px 35px;
			}

				#why ul li a:hover {
					color: #000;
				}

#why.why {
}

	#why.why h2 {
		display: none;
	}

	#why.why ul {
		margin-left: 180px;
	}

/* CONTENT */

#content {
	float: left;
	width: 940px;
	padding: 0px 10px 10px;
	margin: 45px 0 20px;
}

	#content .left {
		float: left;
		margin: 0 20px 20px 0;
		width: 450px;
	}

	#content .right {
		float: left;
		margin: 0 0 20px 20px;
		width: 450px;
	}

/* DEFINITION LIST */

dl {
	margin: 0;
	padding: 0;
}

	dl dd {
		margin: 0 0 10px;
		padding: 10px 0;
	}
	
/* FORM */

h2#join {
	display: none;
}

form {
	padding: 10px;
	background: #EEE;
	border: 1px solid #DDD;
}

	form .shade {
		clear: left;
		padding: 5px;
		background: #DDD;
		text-align: center;
	}

	form input {
		font: normal 16px Arial, Helvetica, sans-serif;
		padding: 7px 5px;
		width: 230px;
	}

	form input.normal {
		border: 1px solid #BBB;
	}

	form input.button {
		font: bold 16px Arial;
		padding: 5px 0;
		width: 180px;
	}

	form label {
		float: left;
		width: 150px;
		margin-right: 10px;
		font-weight: bold;
	}

	form input {
	
	}

	

/* LARGE LIST */

ul.large {
	margin: 0;
	list-style: none;
}

	ul.large li {
		margin-bottom: 20px;
	}

	ul.large li ul {
		margin: 0 0 0 2em;
	}

		ul.large li ul li {
			margin-bottom: 5px;
		}

/* QUOTE LIST */

ul.quote {
	margin: 20px 0;
}

	ul.quote li {
		padding: 5px 0;
	}

	ul.quote li small {
		font-style: italic;
	}

/* PROMO */

p.promo {
	display: block;
	padding: 10px;
	border: 1px dotted #DDD;
}

	p.promo img {
		margin: 0 5px -3px 0;
	}


/* BIO LIST */

ul.bio {
	margin: 0;
	padding: 0;
	list-style: none;
}

	ul.bio li {
		width: 500px;
		float: left;
		clear: left;
	}

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


/* MEET */

#meet {
	float: left;
	width: 940px;
	margin: 0;
	padding: 9px;
	text-align: center;
	border: 1px solid #DDD;
}

	#meet legend {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 20px;
		font-style: italic;
		color: #000;
	}

	#meet img {
		margin: 15px 20px;
	}


/* FOOTER */

#footer {
	float: left;
	width: 960px;
	padding: 10px;
	font-size: 13px;
	text-align: center;
	color: #AAA;
}

/* Clearfix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}