body {
	margin: 0;
	padding: 0;
	background: #FFF;
	font: normal 10px/1.5em Georgia, "Times New Roman", Times, serif;
	color: #666;
}

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

b {
	color: #555;
}

p {
	font-size: 1.6em;
	line-height: 1.5em;
}

a {
	color: #068;
}

	a:hover {
		color: #28A;
		text-decoration: none;
	}

/* TOP */

.top {
	padding: 3em 0;
	background: #024;
	color: #FFF;
}

	.top h1 {
		margin-left: .2em;
		font: normal 5em Georgia, "Times New Roman", Times, serif;
		letter-spacing: -.05em;
	}

		.top h1 i {
			margin-left: .5em;
			font-size: .4em;
			letter-spacing: .1em;
			color: #999;
		}

/* FRAME */

.frame {
	width: 96em;
	margin: 0 auto;
}


/* NAVIGATION */

.nav {
	background: #024;
	margin-bottom: 1em;
	padding-top: .5em;
}

	.nav ul {
		margin: 0 0 0 1em;
		padding: 0;
	}
	
		.nav ul li {
			display: inline;
			float: left;
			margin: 0 .3em 0 0;
			padding-bottom: -.1em;
		}
	
			.nav ul li a {
				float: left;
				padding: .8em 1.2em;
				background: #046;
				font-size: 1.2em;
				font-weight: bold;
				text-decoration: none;
				color: #DDD;
			}
	
				.nav ul li a:hover {
					background: #068;
					color: #FFF;
					text-decoration: none;
				}
	
			.nav ul li a.active {
				background: #FFF;
				color: #057;
			}

				.nav ul li a.active:hover {
					background: #FFF;
					color: #28A;
				}


/* GRID STYLES */

.column2 {
	display: inline;
	float: left;
	width: 30em;
	margin: 1em;
}

.column4 {
	display: inline;
	float: left;
	width: 62em;
	margin: 1em;
}

.column6 {
	display: inline;
	float: left;
	width: 94em;
	margin: 1em;
}

/* FEATURE */

.feature {
	padding-top: 2em;
}

p.label {
	margin: 0 0 0 0;
	font: normal 1.8em Georgia, Arial, Helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
	color: #999;
}

h2 {
	padding-bottom: .55em;
	margin-bottom: .55em;
	font-size: 3.6em;
	line-height: 1em;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	border-bottom: 2px dotted #DDD;
	color: #444;
}

h3 {
	margin-top: 1.5em;
	font: normal 2.2em Georgia, "Times New Roman", Times, serif;
	color: #444;
}

h3.space {
	margin-bottom: 1em;
}

h4 {
	margin: 2em 0 1em;
	font: italic 2em Georgia, "Times New Roman", Times, serif;
	border-bottom: .05em solid #DDD;
	color: #999;
}

.imagebox {
	
}

.feature table {
	margin: 0;
	padding: 0;
	font: normal 1.1em Arial, Helvetica, sans-serif;
}

.feature table tr td {
	padding: .5em .5em;
	text-align: center;
}

.feature table td.left {
	background: #EEE;
	border: 1px solid #FFF;
	text-align: left;
}

.feature table td.big {
	font-weight: bold;
}

.feature table tr.shaded {
	background: #F9F9F9;
}

.feature table thead {
	font-weight: bold;
}

.feature table tfoot td {
	padding-top: 1em;
	color: #999;
	text-align: left;
}

.feature ul {
	margin: 1em 0 0 1em;
	padding: 0;
	font-size: 1.6em;
	line-height: 1.5em;
}

	.feature ul li {
		margin: 1em 0;
	}

	.feature ul ul {
		font-size: 1em;
	}

	.feature ul li i {
		color: #999;
	}

	.feature ul.media li i {
		font-size: .8em;
	}


/* DARKBOX */

.darkbox {
	background: #EEE;
	padding: 1.5em 1em 1em;
	margin-bottom: 2em;
}

	.darkbox h2 {
		padding-bottom: .75em;
		margin-bottom: .75em;
		font-weight: normal;
		font-style: italic;
		font-size: 2em;
		text-align: center;
		border-bottom: 2px dotted #DDD;
	}

	.darkbox p {
		font-size: 1.4em;
		line-height: 1.5em;
	}

.darkbox ul {
	margin: 1em 0 0 1em;
	padding: 0;
	font-size: 1.4em;
	line-height: 1.5em;
}

	.darkbox ul li {
		margin: 1em 0;
	}

	.darkbox ul ul {
		font-size: 1em;
	}


/* FOOTER */

.footer {
	padding: 2em;
	color: #999;
	text-align: center;
	border-top: 1px solid #DDD;
	font-size: 1.2em
}


/* 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%;
}