@charset "utf-8";
/* CSS Document */

/* level playing field */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6 {  
  margin: 0; 
  padding: 0; 
  border: 0; 
}

/* set some defaults */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #2b2b2b;
	background-color: #fff;
}
h1 {margin: 5px 30px 10px 30px; font-size: 2.0em; color: #0168b3;}
h2 {margin: 5px 30px 10px 30px; font-size: 1.8em; color: #0168b3;}
h3 {margin: 5px 30px 10px 30px; font-size: 1.6em; color: #0168b3;}
h4 {margin: 5px 30px 10px 30px; font-size: 1.4em; color: #0168b3;}
p {margin: 5px 30px 10px 30px; font-size: 1.2em; line-height: 1.5em;}
div#content ul {margin: 10px 30px;}
div#content ol {margin: 10px 30px;}
div#content li {margin: 5px 30px 10px 30px; font-size: 1.2em;}

/* structural rules */
div#wrapper {
	background-color: #fff;
	border-top: 10px solid #0168b3;
}
div#header {
	background-color: #fff;
	width: 960px;
	margin: auto;
	border-bottom: 5px solid #0168b3;
}
div#inner-wrapper {
	background-color: #fff;
	margin: 20px auto;
	width: 960px;
	background-image: url(../images/inner-wrapper-bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
div#content {
	min-height: 400px;
	width: 760px;
	float: right;

}
div#nav {
	margin-right: 760px;
}


div#footer {
	min-height: 90px;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 30px;
}

.clearing {
	clear: both;
}


#header h1 {
	width: 362px;
	float: left;
	margin: 0;
	padding: 0;
}
#header h1 span {
	margin-left: -9999px;
}
#header h2 {
	width: 568px;
	float: right;
	margin: 0;
	padding: 60px 30px 0 0;
	text-align: center;
}
#copyright {
	text-align: center;
	color: #000;
	font-size: 1.1em;
	margin-top: 20px;
}
#credits {
	text-align: right;
	color: #fff;
	font-size: 1.1em;
}

/* SIGN UP FORM */
div.boxout {
	width: 160px;
	margin: 30px auto;
	background-color: #0168b3;
	padding: 5px;

	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
div.boxout h3 {
	margin: 5px 0;
	text-align: center;
	color: #fff;
}
div.boxout label {
	margin: 5px;
	color: #fff;
	font-weight: bold;
}
div.boxout input {
	margin: 5px;
}

