html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background-color: #333;
	height: 100%;
	
	font-size: 14px;
	line-height: 1.5;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Heveltica, sans-serif;
	font-weight: 300;
}


h1 {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Heveltica, sans-serif;
	font-size: 150px;
	margin:0;
	padding:0;
	line-height: 1;
}

.wrapper {
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	color: #333;
	background-color: #fff;
	height: 100%;	
}

.one_column {
	width: 1000px;	
}


.two_column {
	width: 1000px;
}



td {
	vertical-align: top;
}

.header {
	text-align: center;
	padding-bottom: 50px;
	vertical-align: bottom;
}


h3 {
	font-size: 20px;
	font-weight: normal;
	margin-top: 0;
	padding-top: 20px;
	margin-bottom: -10px;
	font-family: Heveltica, sans-serif
}

h3 + * {
	margin-top: 15px;
	padding-top: 0px;
}



p {
	margin-top: 15px;
	margin-bottom: 15px;
}

.content img {
	margin-top: 15px;
	margin-bottom: 15px;
}


.content {
	width: 550px;
	padding-bottom: 100px;
	height: 100%;
}



.two_column .content {
	padding-left: 100px;
	padding-right: 50px;
}

.one_column .content {
	padding-left: 225px;
	padding-right: 225px;
}


.sidebar {
	width: 200px;
	height: 100%;
	padding-bottom: 100px;
}

.two_column .sidebar {
	padding-right: 100px;
}



.topnav {
	font-size: 18px;
	height: 100px;
	vertical-align: middle;
}







.two_column .topnav {
	padding-left: 100px;
}

.one_column .topnav {
	padding-left: 250px;
}




.secondary {
	color: #666;
}

strong {
	font-weight: bold;
}

li {
	margin-top: 5px;
	maring-bottom: 5px;
}
	




/* Links */


a {
	color: #496A8B;
	text-decoration: underline;
	} 

a:hover {
	color: #fff;
	background-color: #496A8B;
	text-decoration: none;
	}

.topnav a {
	color: #aaa;
	text-decoration: none;
	margin-right: 20px;
}

.topnav a:hover {
	color: #fff;
	text-decoration: none;
}

.sidenav a {
	display: inline-block;
	padding: 0;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
	font-family: Heveltica, sans-serif;
	margin-bottom: 10px;
	text-decoration: none;
	color: #333
	}

.sidenav a:hover {
	color: #fff
	}


a.image_link, a.image_link:hover { 
		background: none; 
	}

	




#brand {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Heveltica, sans-serif;
	font-weight: 300;

	font-size: 20px;
	display: inline;

	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;

	margin-right:30px;
	background-color: #999;
	color: #fff;

	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}


/*	
#brand a {
	margin: 0;
	color: #fff;
}

#brand a:hover {
	background: none;
}

#brand:hover {
	background-color: #666;
}
*/