@charset "UTF-8";

/* Global Styles */

body {
	color: #2e322c;
	line-height: 1.5em;
	font-family: Arial, Verdana, Lucida, Helvetica, sans-serif;
	font-size: 85%;
	background: #c8c8c8 /*url(../images/background_gradient.jpg) repeat-x 0px 0px;*/
}
.page {
	max-width: 980px;
	margin: 0px auto;
	position: relative; 
	background-color: #fff;
}

h1 { 
	color: #2e322c; 
	margin: 0em 0em .5em 0em; 
	font-size: 1.7em; 
	font-weight: normal; 
	line-height: 1.5em;
}

h2 {
	font-size: 1.5em; 
	margin: 0em 0em 1em 0em; 
}

h3 {
	font-size: 1.3em; 
	margin: 0em 0em 1em 0em; 
}

p {
	margin: 0px 0px .75em 0px;
}

a { 
	color: #807572; 
}

a:hover {
	color: #888d88; 
}

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; 
}

.promo h3 {
	font-size: 1.1em; 
	margin: 0; 
}

.promo p { 
	line-height: 1.2em; 
	font-size: .9em; 
	margin-bottom: .5em; 
}

.promo { 
	background-repeat: no-repeat; 
}

.promo.one { 
	background-image: url(../images/promo_1.jpg); 
}

.promo.two { 
	background-image: url(../images/promo_2.jpg); 
}

.promo.three { 
	background-image: url(../images/promo_3.jpg); 
}

nav a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	font-weight: bold;
	font-size: .9em;
}

nav a.current, nav a.current:hover, nav a.current:active {
	color: #807572;
	font-weight: bold;
	cursor: default;
}

nav a:hover { 
	color: #888d88; 
}

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

footer {
	font-size: .85em; 
	color: #2e322c;
	text-align: center;
	background-color: #efefef; 
	padding: 10px 10px 10px 10px; 
}