0@charset "utf-8";

/* Reset------------------------------------------ */
* {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
}

q:before, q:after {
	content: '';
}

a {
	outline: 0;
}

body {
	background: #FFFFFF;
	font-size: 100%;
	font-family: Arial, sans-serif;
	color: #444;
	padding: 0;
	margin: 0;
	min-width: 960px;
}

@font-face {
	font-family: 'AllerRegular';    
	src: url('/css/fonts/aller_rg-webfont.eot');    
	src: url('/css/fonts/aller_rg-webfont.eot?#iefix') format('embedded-opentype'),         
		url('/css/fonts/aller_rg-webfont.woff') format('woff'),         
		url('/css/fonts/aller_rg-webfont.ttf') format('truetype'),         
		url('/css/fonts/aller_rg-webfont.svgz#AllerRegular') format('svg'),         
		url('/css/fonts/aller_rg-webfont.svg#AllerRegular') format('svg');    
	font-weight: normal;    
	font-style: normal;
}  

/* =Navigation ------------------------------------------ */
#nav a {
	color: #000;
	font-style: bold;
	line-height: 22px;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'AllerRegular', sans-serif;
}

#nav a:hover {
	color: #999;
}

#nav a.current {
	color: #999;
}

#nav ul {
	margin: 0 0 10px 0;
}

#nav ul li a {
	font-size: 12px;
	text-transform: none;
	line-height: 18px;
}

#footer a {
	color: #666;
	text-decoration: none;
}

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

.links a {
	color: #FFF;
	font-size: 14px;
	line-height: 22px;
	font-family: 'AllerRegular', sans-serif;
	text-decoration: underline;
}

.links a:hover {
	text-decoration: none;
}

.links p {
	color: #FFF;
	margin: 0;
	padding: 0;
}

/* Structure----------------------------------------------------------------------------------------------------*/
#header a {
	color: #000;
	text-decoration: none;
}

#nav {
	text-align: right;
	height: 100px;
}

#footer {
	margin-top: 382px;
}

#footer p {
	font-size: 12px;
	line-height: 18px;
	color: #666;
	font-family: 'AllerRegular', sans-serif;
	text-transform: uppercase;
	text-align: right;
}

.links {
	width: 730px;
	margin-bottom: 10px;
}

.linkBox {
	float: left;
	width: 28%;
	background-color: #458ACF;
	padding: 1%;
}

.linkBox2 {
	float: left;
	width: 68%;
	background-color: #458ACF;
	padding: 1%;
}

/* Headings----------------------------------------------------------------------------------------------------*/
h1 {
	margin: 0 0 15px 0;
	padding: 0;
	color: #444444;
	font-family: 'AllerRegular', sans-serif;
	line-height: 36px;
	font-size: 30px;
	font-weight: normal;
	text-transform: uppercase;
}

h2 {
	margin: 0 0 5px 0;
	padding: 0;
	color: #444444;
	font-family: 'AllerRegular', sans-serif;
	line-height: 22px;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}

/* Containers----------------------------------------------------------------------------------------------------*/
.container_12 {
	margin: 25px auto 0 auto;
	width: 960px;
}

/* Grid >> Global----------------------------------------------------------------------------------------------------*/
.grid_3 {
	display: inline;
	float: left;
	position: relative;
	margin-right: 40px;
}

.grid_9 {
	display: inline;
	float: left;
	position: relative;
	margin: 0px;
}

.push_3, .pull_3,.push_9, .pull_9 {
	position: relative;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)----------------------------------------------------------------------------------------------------*/
.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 12 Columns----------------------------------------------------------------------------------------------------*/
.container_12 .grid_3 {
	width: 190px;
}

.container_12 .grid_9 {
	width: 730px;
}

/* `Clear Floated Elements----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */.clearfix:before,.clearfix:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
}

/*  The following zoom:1 rule is specifically for IE6 + IE7.  Move to separate stylesheet if invalid CSS is a problem.*/
.clearfix {
	zoom: 1;
}

/* =Lists--------------------------------------------------------------------------------------------------- */
.grid_8 ul {
	margin: -20px 0 20px 0 !important;
	padding: 0;
}

.grid_8 li {
	list-style: disc;
	line-height: 18px;
	margin-left: 15px;
	padding-left: 0;
	font-size: 14px;
}
.grid_9 ul {
	font-family: 'AllerRegular', sans-serif;
	margin: 0 0 20px 0 !important;
	padding: 0;
}

.grid_9 li {
	list-style: disc;
	line-height: 22px;
	margin-left: 15px;
	padding-left: 0;
	font-size: 14px;
}


/* Grid >> Global----------------------------------------------------------------------------------------------------*/

.grid_4,.grid_8 {
	display: inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

.push_4, .pull_4,.push_8, .pull_8 {
	position: relative;
}

/* Grid >> Global----------------------------------------------------------------------------------------------------*/
.grid_12 {
	display: inline;
	float: left;
	position: relative;
	margin: 0 10px;
}

.grid_8 {
	margin-top: 30px;
}

/* Grid >> 12 Columns----------------------------------------------------------------------------------------------------*/
.container_12 .grid_3 {
	width: 190px;
}

.container_12 .grid_9 {
	width: 730px;
}

.container_12 .grid_12 {
	width: 940px;
}

/* `Clear Floated Elements----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clearfix:before,.clearfix:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
}

/*  The following zoom:1 rule is specifically for IE6 + IE7.  Move to separate stylesheet if invalid CSS is a problem.*/
.clearfix {
	zoom: 1;
}
/* =Misc.------------------------------------------ */
.description {
	font-size: 30px;
}

p {
	font-family: 'AllerRegular', sans-serif;
	font-size: 14px;
	line-height: 22px;
}