body,
p,
h1,
h2,
h3,
ol,
ul,
li {
	margin: 0px;
	padding: 0px;
}
ol,
ul {
	margin-left: 20px;
}

/* Fonts - Generated by Font Squirrel (http://www.fontsquirrel.com) on April 25, 2011 */

@font-face {
    font-family: 'RadisSansMedium';
    src: url('../fonts/radissans-medium-webfont.eot');
    src: url('../fonts/radissans-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/radissans-medium-webfont.woff') format('woff'),
         url('../fonts/radissans-medium-webfont.ttf') format('truetype'),
         url('../fonts/radissans-medium-webfont.svg#RadisSansMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #FFF;
}
#header,
h1,
h2,
.button {
	font-family: RadisSansMedium, Arial, sans-serif;
	text-transform: lowercase;
	font-weight: normal;
	letter-spacing: .05em;
}
#header {
	font-size: 26px;	
}
h1 {
	font-size: 26px;
}
h2,
.button {
	font-size: 22px;
}
p,
ol,
ul {
	margin-bottom: .75em;
}
h1,
h2,
h3 {
	margin-bottom: .5em;
}
p + h1,
ol + h1,
ul + h1,
p + h2,
ol + h2,
ul + h2 {
	margin-top: 1em;
}
a {
	color: #3CF;
}
.centered {
	text-align: center;
}


/* Page Layout */


img {
	border: none;
}
body {
	background-color: #68CBED;
	background-image: url(../images/bkgd_blue.jpg);
	background-repeat: repeat-x;
	background-position: 0px 60px;
}
.container {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
#header {
	height: 67px;
	min-width: 1000px;
	background-image: url(../images/header_bkgd.png);
	background-repeat: repeat-x;
}
#main {
	margin-top: 60px;
}
#footer {
	clear: both;
}
#footer .container {
	text-align: center;
	padding: 10px;	
}


/* Nav */


#logo {
	position: absolute;
	left: 0px;
	top: 10px;
}
#header .nav {
	position: absolute;
	right: 0px;
	top: 20px;
}
.nav {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.nav li {
	display: inline-block;
	margin: 0px;
	padding: 0px;
}
#header .nav a {
	text-decoration: none;
	color: #FFF;
	margin-left: 10px;
	margin-right: 10px;
}
#header .nav a:hover {
	color: #3CF;
}


/* Content Styles */


.content_box {
	position: relative;
	border: solid 2px #00CCFF;
	padding: 10px;
	background-color: #0092C9;
	background-image: url(../images/content_bkgd.jpg);
	background-repeat: repeat-x;
	border-radius: 10px;
	box-shadow: 2px 2px 4px #000;
	-moz-box-shadow: 2px 2px 4px #000;
	-webkit-box-shadow: 2px 2px 4px #000;
}
.clearfloat {
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.button {
	display: inline-block;
	padding: 2px 7px 4px 7px;
	border: solid 1px #003055;
	text-decoration: none;
	color: #FFF;
	background-color: #003399;
	background-image: url(../images/button_bkgd.png);
	background-repeat: repeat-x;
	border-radius: 6px;
	box-shadow: 1px 1px 4px #000;
	-moz-box-shadow: 1px 1px 4px #000;
	-webkit-box-shadow: 1px 1px 4px #000;
}
.button:hover {
	color: #3CF;
	border-color: #FFF;
}