@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #999;
	background: #41b9f3 url(../_img/bgPage.gif) repeat-x center top;
}

/* DEFAULTS */

h1 {
	font-size: 30px;
}

h2 {
	font-size: 25px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 12px;
}

a:link {
	text-decoration: none;
	color: #fff;
}

a:visited {
	text-decoration: none;
	color: #fff;
}

a:hover, a:active {
	text-decoration: underline;
}

ul {
	list-style-type: none;
}

/* MISC. */

*.starter {
	margin-top: 20px;
}

/* MISC. ALIGNMENT */

*.left {
	text-align: left;
	float: left;
}

*.right {
	text-align: right;
	float: right;
}

*.center {
	text-align: center;
	margin: auto;
}

/* CLEARFIX */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/*** LAYOUT ***/

.container {
	width: 850px;
	margin: auto;
}

.top {
	font-size: 11px;
	height: 25px;
	text-align: right;
	position: relative;
	top: 5px;
	color: #fff;
}

.top a {
	color: #fff;
}

/*** HEADER ***/

.header {
	clear: both;
	padding: 20px 0 50px 0;
	margin: 5px 0 0 0;
}

.tagLine {
	width: 45%;
	float: right;
	font-size: 16px;
	color: #fff;
	text-align: right;
	font-weight: normal;
	position: relative;
	top: 5px;
}

h2.logo {
	width: 48%;
	float: left;
	width: 295px;
	height: 32px;
	background: url(../_img/bgLogo.gif) 0 0 no-repeat;
}

h2.logo a {
	display: block;
	text-indent: -99999em;
	width: 100%;
	height: 100%;
}

/*** NAV ***/

.nav {
	float: right;
	clear: both;
	list-style-type: none;
	line-height: 1em;
}

.nav li {
	float: left;
}

.nav li a {
	display: block;
	background: url(../_img/bgNav.gif);
	width: 160px;
	margin: 0 0 0 1px;
	padding: 10px;
	font-size: 11px;
	color: #c3e7f8;
}

.nav li a:hover {
	background: #0087c9;
	text-decoration: none;
}

.nav li a strong {
	display: block;
	clear: both;
	text-transform: uppercase;
	font-size: 15px;
	color: #fff;
	margin: 0 0 3px 0;
}

/*** BODY ***/

.body {
	clear: both;
	background: #fff;
	float: left;
	width: 100%;
}

.body p, .body h1, .body h2, .body h3, .body h4, .body h5, .body h6, .body h7 {
	margin: 0 0 20px 0;
	font-weight: normal;
}

.body h1 {
	font-size: 32px;
	letter-spacing: -1px;
	line-height: 1em;
	font-family: Helvetica, Arial, sans-serif;
}

.body h2 {
	font-size: 24px;
	letter-spacing: -1px;
	line-height: normal;
}

.body h3 {
	font-size: 18px;
	letter-spacing: -1px;
}

.body a {
	color: #42c1ff;
}

.wrapper { 
	padding: 10px;
}

.wrapper a {
	color: #18b3ff;
}

/*** FOOTER ***/

.footer {
	font-size: 10px;
	color: #fff;
	text-align: center;
	margin: 10px 0 0 0;
	clear: both;
}

/*** FORM ***/

.local input, .local textarea {
	width: 200px;
	padding: 4px;
	background: #efefef;
	border: 1px solid #18b3ff;
}

.local label {
	float:left;
	margin:5px 10px 0 0;
	text-align:right;
	width:200px;
}

.local input#submit1 {
	width: auto;
	background: #18b3ff;
	color: #fff;
	font-weight: bold;
	position: relative;
	left: 270px;
}
