@charset "utf-8";


/*

Example.com - design, code, and programming by: Michael Angeletti

Browser reset

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

html {
	margin: 0;
	padding: 0;
}

body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, abbr, acronym, address, big, cite, code, del, dfn, b, strong, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, table, tr, td, th, tbody, dl, dt, dd, ol, ul, li, fieldset, form, button, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	list-style: none;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
	text-decoration: none;
	position: relative;
}

input {
	margin: 0;
	padding: 0;
	font-size: 12px;
}


/*

html, body

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body, html {
	top: 0;
	height: 100%;
	font: 11px/1.2 Tahoma, Geneva, sans-serif;
	color: #000;
	background: #00486A;
	text-align: center;
}


/*

Container

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}


/*

Wrapper

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.wrapper {
	width: 750px;
	margin: 20px 0 0 0;
	padding: 20px;
	border: 5px #003F5E solid;
	float: left;
	background: #FFF;
}


/*

Text

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

strong {
	font-weight: bold;
}

a {
	color: #09C;
	text-decoration: underline;
}

	a:hover {
		text-decoration: none;
	}

.highlight {
	border: 1px #FDF160 solid;
	background: #FFC;
}

h1 {
	padding: 0 0 15px 0;
	font-size: 32px;
}

h2 {
	margin: 0 0 10px 0;
	padding: 10px;
	font-size: 18px;
}

h3 {
	padding: 0 0 10px 0;
	font-weight: bold;
}

ul {
	padding: 0 0 15px 25px;
}

	ul li {
		padding: 0 0 5px 0;
		list-style: inside disc;
	}

p {
	padding: 0 0 15px 0;
}


/*

Wufoo

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

iframe {
	height: 550px;
	width: 100%;
	border: none
}

/*

Adsense

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.adsense {
	height: 90px;
	padding: 10px;
	overflow: hidden;
}