/* =Reset default browser CSS
-------------------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, a, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	background-color: transparent;
	background-position: top left;
	background-repeat: no-repeat;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

ol, ul {
	list-style-type: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

em, address, big, strong, cite, code, tt, var {
	font-style: normal;
}

a {
	text-decoration: none;
}

::selection {
	background: #FE57A1;
	color: #fff;
	text-shadow: none;
}


/* Standard HTML Tag Definition 
-------------------------------------------------------------- */
body, form, input, select, textarea, fieldset, button {
	color: #58595b;
	font-family: 'Open Sans Condensed', 'Arial Narrow', Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans Condensed', 'Arial Narrow', Arial, Helvetica, sans-serif;
	font-weight: bold;
}

body {
	width: 100%;
	min-width: 858px;
	border-top: solid 4px #ffffff;
	background-color: #23b3da;
	color: #ffffff;
}

/* =Custom Classes
-------------------------------------------------------------- */
.clearfix:before, .clearfix:after { 
	content: ""; 
	display: table; 
}
.clearfix:after {
	clear: both; 
}
.clearfix {
	*zoom: 1; 
}

/* =Layout
-------------------------------------------------------------- */
#wrapper {
	width: 858px;
	margin: 0 auto;
}


/* =Header
-------------------------------------------------------------- */
.site-title {
	float: right;
}

/* =Main
-------------------------------------------------------------- */
#main {
	width: 100%;
	padding: 70px 0 0 0;
}
.content {
	width: 100%;
	padding: 45px 0 16px;
}
.content h3 {
	font-size: 20px;
	line-height: 27px;
	font-weight: bold;
}
.content p {
	font-size: 20px;
	line-height: 27px;
}
.content a {
	color: #ffffff;
	text-decoration: underline;
}
.content a:hover {
	text-decoration: none;
}
.left  {
	width: 148px;
	padding: 0 37px 0 0;
	text-align: right;
	float: left;
}
.right  {
	width: 400px;
	float: left;
}


/* =Print
----------------------------------------------- */
@media print {
	.site-title {
		text-align: center !important;
		float: none !important;
	}
}