@charset "UTF-8";
/**
* Global
**/
* {
	margin:0;
	padding:0;
}
html, body {
	width:100%;
	margin:0;
	padding:0;
}
body {
	background:#111;
	background:#000;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}
a {
	text-decoration:none;
	color:#3399FF;
}
a:hover {
	text-decoration:underline;
}
.clearer {
	clear:both;
}
/**
* Container
**/
div.container {
	width:960px;
	margin:20px auto;
	background:#171717;
}
/**
* Header
**/
div.header {
	float:left;
	width:940px;
	height:100px;
	margin:0 0 0 10px;
}
div.header h1 a {
	float:left;
	width:300px;
	height:100px;
	background:url(../../images/logo.png) no-repeat center;
	text-decoration:none;
}
/**
* Top Nav
**/
div.topNav {
	float:right;
	margin:0 0 0 0;
}
div.topNav ul {
	float:right;
}
div.topNav ul li {
	float:left;
	list-style:none;
}
div.topNav ul li a {
	float:left;
	margin:0 0 0 20px;
	font-size:0.7em;
	line-height:30px;
	text-decoration:none;
	text-align:right;
	cursor:pointer;
	color:#FFF;
}
div.topNav ul li a:hover {
	text-decoration:underline;
}
div.topNav div.logos img {
	margin:10px 0 0 10px;
	border:none;
}
/**
* Nav
**/
div.nav {
	float:left;
	width:938px;
	margin:10px 0 20px 10px;
	background:url(../../images/nav_bg.gif) repeat-x;
	border:1px solid #222;
}
div.nav ul {
	float:right;
}
div.nav ul li {
	float:left;
	list-style:none;
}
div.nav ul li a {
	float:left;
	width:139px;
	margin:0 0 0 0;
	line-height:60px;
	text-align:center;
	text-decoration:none;
	border-left:1px solid #222;
	cursor:pointer;
	color:#FFF;
}
div.nav ul li a:hover {
	background:#111;
}
/**
* Content
**/
div.content {
	float:left;
	width:940px;
	margin:0 0 0 10px;
	padding-bottom:10px;
}
div.content h1 {
	margin:0 0 20px 0;
	padding-bottom:10px;
	font-size:28px;
	font-weight:normal;
	letter-spacing:1px;
	border-bottom:3px dashed #333;
	text-align:left;
	color:#FFFFFF;
}
div.content h3 {
	margin:0 0 10px 0;
	font-size:20px;
	font-weight:normal;
	font-weight:normal;
	text-align:left;
	color:#FFFFFF;
}
div.content h4 {
	margin:0 0 0 0;
	font-size:18px;
	font-weight:normal;
	text-align:left;
	color:#3399FF;
}
div.content p {
	margin:10px 0 10px 0;
	line-height:20px;
	font-size:14px;
	text-align:left;
	color:#fff;
}
div.content ul {
	margin-top:20px;
	margin-bottom:20px;
}
div.content li {
	margin:10px 10px 10px 20px;
	list-style:square;
	font-size:14px;
	text-align:left;
	color:#fff;
}
/**
* Footer
**/
div.footer {
	float:left;
	width:940px;
	margin:0 0 0 10px;
}
div.footer div.social {
	float:left;
	margin:0 0 0 20px;
}
div.footer p {
	font-size:0.7em;
	color:#999999;
}
div.footer p#copyright {
	float:right;
}
div.footer p#contact {
	float:left;
}
