/* CSS Document */

html {
	background-color: #006460;
	background-image: url('../images/bgPage.jpg');
	background-position: center top;
	background-repeat: repeat-y;

	text-align: center;
}

html, body {
	min-height: 100%;
	height: 100%;
}

html>body {
	height: auto;
}

body {
	position: relative;
	width: 968px;
	min-height: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	
	background-color: #ffffff;
	background-image: url('../images/bgContent.gif');
	background-position: right bottom;
	background-repeat: no-repeat;
	
	color: #006460;
	font-family: Myriad, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
}

/* ***** Images ***** */
div.imagesLeft {
	float: left;
	width: 144px;
	margin: 0px 60px 0px 4px;
}

div.imagesRight {
	float: right;
	width: 144px;
	margin: 0px 4px 148px 60px;
}

div.imagesLeft img,
div.imagesRight img { margin-bottom: 4px; }

/* ***** Headings ***** */
h1 {
	margin: 0px 0px 0px 20px;
	padding-top: 35px;
	
	color: #006460;
	font-family: Myriad, Helvetica, Arial, sans-serif;
	font-size: 48px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}

h2 {
	margin: 43px 0px 45px 0px;
	
	color: #006460;
	font-family: Myriad, Helvetica, Arial, sans-serif;
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

h3 {
	margin: 0px 0px 45px 0px;
	
	color: #ee7f00;
	font-family: Myriad, Helvetica, Arial, sans-serif;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

/* ***** Links ***** */
a {
	color: #3e3d40;
	text-decoration: underline;
}
a:hover { text-decoration: none; }

/* ***** Spans ***** */
span.clear {
	display: block;
	clear: both;
}

/* ***** Text ***** */
address {
	float: right;
	display: block;
	margin-top: 44px;
	
	color: #4d4d4d;
	font-size: 16px;
	font-style: normal;
	text-align: left;
}
address.contact { margin: 44px 80px 0px 30px; }

p {
	margin: 7px 0px;
	
	text-align: left;
}

p.intro { margin-bottom: 30px; }
p.intro big strong {
	color: #006460;
	font-family: Myriad, Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

p.specials {
	margin: 30px auto 0px auto;
	
	color: #ee7f00;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

p.phone {
	margin: 0px auto 10px auto;
	
	color: #006460;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

p.tagline {
	margin: 30px 0px 0px 0px;
	padding-bottom: 100px;
	
	text-align: center;
}

