@charset "UTF-8";

/* Global Content Formatting and Styles */

body {
	color:#666;
	line-height:1.6em;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	background:#FFF url(../images/background.jpg) repeat-x 0px 0px;
}

.page {
	max-width:980px;
	margin:0px auto 0px auto;
	position: relative;
}

h1 {font-size: 2em; font-weight: normal; color:#900; margin: 0 0 .5em 0; font-family: 'Roboto Condensed', sans-serif; text-transform:uppercase;}
h2 {font-size: 1.9em; margin: 0 0 1em 0; font-family: 'Roboto Condensed', sans-serif;}
h3 {font-size: 1.7em; font-weight:normal; margin: 0 0 1em 0; font-family: 'Roboto Condensed', sans-serif; text-transform:uppercase; line-height: 1.2em; }
p {margin: 0 0 .75em 0; }
a { color:#900; text-decoration:none;}
a:hover { color:#C00;}

footer { font-size: .7em; padding: 10px 10px 10px 0px; text-align:right;}

footer a { color:#999;}
footer a:hover { color:#900}

a.cta {
	text-transform: uppercase;
	font-size: .8em;
	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; }

.promo h3 { font-size:1.1em; margin: 0; }
.promo p {line-height:1.5em; font-size:.9em; margin-bottom: .5em; }

.promo { background-repeat: no-repeat; }
.promo.one { background-image: url(../images/feature1.jpg); }
.promo.two { background-image: url(../images/feature2.jpg); }
.promo.three { background-image: url(../images/feature3.jpg); }
.promo.four { background-image: url(../images/feature4.jpg); }
.promo.five { background-image: url(../images/feature5.jpg); }


nav a {
	color:#CCC;
	text-decoration:none;
	display:inline-block;
	font-weight:normal;
	font-size:.9em;
	}
	
	
nav a:hover { color:#999; }

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

.fullwidth { width:100%;}

.fullwidth.border { 
	border-bottom: solid 1px #CCC;
	height: 69px;
}
.fullwidth.doubleborder { 
	border-bottom: solid 1px #CCC;
	height: 4px;
}

.social { padding: 5px 0px 10px 0px}

