/* @group Tags */

* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

body {
	text-align: left;
	margin: 0;
	padding: 0;
	font: 75.25%/1.4em "Lucida Grande",Verdana, sans-serif;
	color: black;
	background: #004529 url(/i/px.gif) fixed;
}

a {
	color: #e0e0e0;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

br.clr {
	clear: both;
}

ul, ol {
	list-style: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

p, form, ul, ol {
	margin-bottom: 1.2em;
}

/* @end */

/* @group Layout */

#wrap {
	background: url(i/bg.jpg) repeat-y -96px;
	width: 860px;
	margin: 0;
}

#rail {
	width: 330px;
	padding-top: 35px;
	left: 50px;
	position: fixed;
	top: 0;
}

#main {
	width: 450px;
	margin-left: 380px;
	color: white;
	padding-bottom: 100px;
}

/* @end */

/* @group Rail */

h1 a, h4, #dingbat {
	margin-left: 15px;
	margin-bottom: 20px;
	text-indent: -1000px;
	overflow: hidden;
}

h1 a {
	display: block;
	width: 294px;
	height: 114px;
	background-image: url(i/logo.gif);
}

h4 {
	width: 294px;
	height: 29px;
	background-image: url(i/subhead.gif);
}

#dingbat {
	width: 294px;
	height: 15px;
	background-image: url(i/dingbat.gif);
	margin-bottom: 10px;
}

#nav li {
	width: 330px;
	height: 48px;
	padding-top: 21px;
	color: #757e71;
	font-size: .9em;
	text-align: center;
}

#nav li a {
	display: block;
	width: 330px;
	height: 16px;
	text-indent: -1000em;
	overflow: hidden;
	background: url(i/nav.gif) no-repeat center 0;
	margin-bottom: 5px;
}

#nav li.at {
	color: #777646;
	background: url(i/nav-at-bg.jpg) no-repeat;
}

#nav li.at a {
	background-image: url(i/nav-at.gif);
}

#nav li#difference a {
	background-position: center -20px;
}

#nav li#services a {
	background-position: center -40px;
}

#nav li#testimonials a {
	background-position: center -60px;
}

#nav li#contact a {
	background-position: center -80px;
}

/* @end */

/* @group Main */

#main .mainpic, #main p, #main h2, #main h3, #main ul, #main blockquote, #main div#expedia, #main form {
	margin-left: 61px;
}

#main .deeplink {
	display: block;
}

#main .mainpic {
	margin-top: 30px;
	margin-bottom: 27px;
	border: 3px solid white;
}

h3 {
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 1em;
	margin-top: 1.7em;
}

#main .text {
	background: url(i/swirly.gif) no-repeat;
	margin-bottom: 350px;
}

#main .text.last {
	margin-bottom: 100px;
}

#main li {
	list-style-type: square;
	margin-bottom: 1.1em;
	margin-left: 1.4em;
}

#main #testimonials-text blockquote {
	border-left: 1px solid white;
	padding-left: 1.3em;
	margin-bottom: .8em;
	font-style: italic;
	margin-top: 1.7em;
}

#main .attr {
	text-align: right;
}

#main h2 {
	color: #fdf7b8;
	font: normal 1.8em Georgia, "Times New Roman", Times, serif;
	margin-bottom: .8em;
}

#main .continue {
	text-align: right;
}

#main .continue a {
	text-decoration: underline;
	font-weight: bold;
	text-transform: uppercase;
}

#expedia form {
	margin-left: 0;
}

#expedia {
	color: black;
}

#expedia a {
	color: #004529;
}

/* @end */

/* @group Contact */

label {
	clear: both;
	float: left;
	display: block;
	margin: 0 6px 2px 0;
	width: 80px;
}

#contactform input {
	margin-bottom: 6px;
	float: left;
}

#contactform input.button {
	margin: 10px 0 0 86px;
}

#contactform textarea {
	float: left;
}

/* @end */