@charset "UTF-8";

/* Global Content Formatting and Styles */

body {
	color: #242947;
	line-height: 1.5em;
	font-family: Arial;
	font-size: 14px;
	background: #c9c3b5 url(../images/bet_background_gradient.jpg) repeat-x 0px 0px;	
	}

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

h1 { font-size: 2em; font-weight: normal; color: #52493a; margin: 0 0 .5em 0; }
h2 { font-size: 1.7em; font-weight: normal; margin: 0 0 1em 0; }
h3 { font-size: 1.5em; margin: 0 0 1em 0; }
h4 { font-size: 1.5em; font-weight: normal; color: blue; margin: 0 0 1em 0; }
h5 { font-size: 1.1em; font-weight: bold; margin: 0; padding:0; }
p { margin: 0 0 .75em 0; }
a { color: #003399; }
a:hover { color: #009eff; }
.highlight1 { background-color: #ffff00; }

footer { font-size: .85em; color: #c9c3b5; background-color: #857c6d; padding: 10px 10px 10px 0px; }

a.cta {
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	margin: 0.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/bowen.jpg); }
.promo.two { background-image: url(../images/dreamy_massage_60.jpg); }
.promo.three { background-image: url(../images/stewart_60.jpg); }

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

nav a:hover { color: #fff; }

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