/* removes default padding */
* { 
	margin: 0;
	padding: 0;
}

/* Force scrollbar visible to prevent position jumping */
html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	background-color: #fff;
	font: 400 14px /* set base font size to 10 so we can adjust using em size */ Arial, Helvetica, Verdana, sans-serif;
	color: #363636;
}

/* structure */

.subHeader {
	width: 940px;
	margin: 0 auto;
	padding: 5px 0;
}

.subHeader p, .subHeader h1 {
	width: 450px;
}

.main {
	width: 940px;
	margin: 0 auto;
	padding: 15px;
}

.header {
	width: 940px;
	margin: 0 auto;
	padding: 15px 0;
	color: #ccecf9;
	border-bottom: solid 1px #ccecf9;
}

.header .utilityNav {
	float: right;
	margin-top: 108px;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	color: #00b9e4;
	clear: right;
}

.footer .utilityNav {
	float: left;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	color: #fff;
}

.nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 500px;
	clear: left;
}

.nav li {
	margin: 0 5px 0 0;
}

.header ul {
	list-style: none;
	margin: 0;
	padding: 0 1px 0 0;
	display: inline;
	position: relative;
	bottom: 4px;
}

.header li {
	display: inline;
	padding: 0;
	letter-spacing: 0.1em;
}

.utilityNav a {
	color: #00b9e4;
	font-weight: 700;
	text-decoration: none;
}

.footer a:link, .footer a:visited {
	color: #fff;
	font-weight: 400;
	text-decoration: none;
	letter-spacing: 0.1em;
}

.utilityNav a:hover, .footer a:hover {
	text-decoration: underline;
}

.colL {
	width: 200px;
	padding-right: 10px;
	float:left;
	font-size: 12px;
}

.colM {
	width:480px;
	float:left;
}

.colR {
	float: right;
	width: 240px;
}

/* footer */

.footer {
	width: 920px;
	margin: 0 auto;
	padding: 10px;
	color: #fff;
	font-size: 0.9em;
	clear: both;
	background-color: #ccecf9;
}

.footer ul {
	float: left;
	letter-spacing: 0.1em;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer li {
	display: inline;
	padding: 0 2px;
}

.footer p {
	display: inline;
	float: right;
	text-align: right;
	background: url(../images/arrowUp.gif) no-repeat 0 0.3em;
	padding-left: 15px;
}

.footer a {
	color: #fff;
}

/* typography */

a {
	color: #22c2e8;
}

h1 {
	font-family: Century, Georgia, "Times New Roman", Times, serif;
	color: #22c2e8;
	font-size: 3em;
	font-weight: 400;
}

h2 {
	color: #22c2e8;
	font-size: 1.7em;
	font-weight: 400;
}

.main h1 {
	border-top: solid 1px #ccecf9;
	border-bottom: solid 1px #ccecf9;
	padding: 5px;
	margin-bottom: 10px;
}

.main h2 {
	border-top: solid 1px #ccecf9;
	border-bottom: solid 1px #ccecf9;
	padding: 17px 5px 9px 10px;
	margin-left: 20px;
}

.colR h2 {
	margin-left: 0;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em;
	color: #999;
}

p {
	font-size: 1em;
}

/* universal styles */

hr {
	margin: 5px 0 0;
	color: #ccecf9; /* for IE */
	background-color: #ccecf9; /* for FF/Opera */
	height: 1px;
	border: none; /* for FF/Opera */
}

img {
	border: 0;
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}

.clear {
	clear: both;
}

.clearL {
	clear: left;
}

.clearR {
	clear: right;
}

.bold {
	font-weight: 700;
}