@charset "UTF-8";

/* Global Styles */

body {
	color: #333333;
	line-height: 1.6em;
	font-family: Arial;
	font-size: 14px;
	background: #939497 url(../images/background_gradient.png) repeat-x 0px 0px;
}
.page {
	max-width: 980px;
	min-height: 570;
	margin: 0px auto;
	position: relative; background-color: #fff;
}

h1 { color: #158986; 
	margin: 20px 0px 0px 0px; 
	font-size: 1.7em; 
	font-weight: bold;
	line-height:1.5em; 
	text-align: left; 
	}
	
h2 { color: #158986;
	font-size: 1.2em; 
	margin: 5px 20px 0px 0px; 
	}
	
h3 { 
	color: #1589867; 
	font-size: 1.1em; 
	margin: 5px 20px 5px 0px; 
	}
	
h4 { .8em; 
	margin: 5px 20px 0px 0px; 
	}
	

p { 
	color: #333333;
	margin: 0px 0px 15px 0px;  }

a {
	color: #cc0033;
	text-decoration:none;
}
a:hover {
	color: #158986;
	text-decoration:underline
}
a.cta {
	color: #cc0033;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	margin: .5em 0 0 0;
	padding: 0px 12px 0px 0px;
}
a.cta:hover { 
	color: #158986;
	background-position: right -50px; }


.promo h3 { color: #158986; font-size: 1.1em; margin: 0; }
.promo p { line-height: 1.5em; font-size: 1em; margin-bottom: 1em; }

.promo { background-repeat: no-repeat; }

.promo.one { background-image: url(../images/promo_1.png);  }
.promo.two { background-image: url(../images/promo_2.png); }
.promo.three { background-image: url(../images/promo_3.png); }


nav a {
	color: #cc0033;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	font-weight: bold;
	font-size: 0.9em;
}
nav a:hover { color: #158986;
text-decoration:none;
 }


.clear-fix { clear: both; line-height: 1px; }
