@charset "UTF-8";
/* Global Content Formatting and Styles */

body {
	color: #000;
	line-height: 1.5em;
	font-family: Arial;
	font-size: 14px;
}

.page {
	margin: 0px auto 0px auto;
	position: relative;
	background-color: #fff;
}

h1 {
	font-size: 3em;
	line-height: 1em;
	font-weight: normal;
	color: #F00;
	margin: 0 0 .5em 0;
}
h2 {
	font-size: 2.3em;
	margin: 0 0 1em 0;
	color:#F00;
	font-weight: normal;
}
h3 {
	font-size: 1.5em;
	line-height: 1.3em;
	margin: 0 0 1em 0;
	font-weight: normal;
	color: #4C4C4C;
}



p { margin: #de9000; }
a {
	color: #600;
}

a:hover {
	color: #D80000;
}

	

a.cta {
	text-transform: uppercase;
	font-size: .9em;
	font-weight: bold;
	text-decoration: none;
	margin: .5em 0 0 0;
	padding: 0px 12px 0px 0px;
	background: url(../images/cta_arrow.png) no-repeat right 0px;
}

a.cta:hover { background-position: right -50px; }



.clear-fix { clear: both; line-height: 1px; }


@media
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (min--moz-device-pixel-ratio: 2),
	only screen and (-o-min-device-pixel-ratio: 2/1),
	only screen and (min-device-pixel-ratio: 2),
	only screen and (min-resolution: 192dpi),
	only screen and (min-resolution: 2dppx)

