/* @override http://localhost:8888/driftawayrentals.css */

body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	background: url(elements/header-bg.jpg) repeat-x center top;
	border-top: 5px solid #6f4616;
}

#banner {
	width: 810px;
	height: 350px;
	margin-left: auto;
	margin-right: auto;
}

#nav-bar {
	width: 800px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

#logo {
	float: left;
	width: 400px;
	color: #6f4616;
	text-indent: -9000px;
	font: bold 2em/55px Georgia, "Times New Roman", Times, serif;
	background-image: url(elements/trajan-logo.png);
	overflow: hidden;
}

#nav {
	width: 400px;
	margin-left: 400px;
	height: 50px;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
}

#nav ul a {
	text-indent: -9000px;
	overflow: hidden;
}

a.home {
	position: absolute;
	top: 0;
	left: 16px;
	display: block;
	height: 50px;
	width: 88px;
	background: url(elements/nav-sprites.png) -16px 0;
}

a.home:hover {
	background-position: -16px -50px;
}

ul.nav-home a.home {
	background-position: -16px -50px;
	cursor: default;
}

a.pricing {
	top: 0;
	position: absolute;
	display: block;
	height: 50px;
	left: 132px;
	width: 113px;
	background: url(elements/nav-sprites.png) -132px 0;
}

a.pricing:hover {
	background-position: -132px -50px;
}

ul.nav-price a.pricing {
	background-position: -132px -50px;
	cursor: default;
}

a.reserve {
	position: absolute;
	top: 0;
	display: block;
	height: 50px;
	width: 110px;
	left: 274px;
	background: url(elements/nav-sprites.png) -274px 0;
}

a.reserve:hover {
	background-position: -274px -50px;
}

ul.nav-reserve a.reserve {
	background-position: -274px -50px;
	cursor: default;
}

#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#content {
	width: 500px;
	height: auto;
	float: left;
}

#callto {
	width: 280px;
	float: right;
	margin-top: 15px;
}

h1 {
	color: #6f4616;
	font: bold 1.5em Georgia, "Times New Roman", Times, serif;
	text-indent: 15px;
}

h2 {
	color: #6f4616;
	text-indent: 15px;
	font: bold 1.3em Georgia, "Times New Roman", Times, serif;
	text-align: left;
	border-top-style: dashed;
	border-top-width: 1px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	margin-top: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}

p, ul {
	color: #464646;
	font-size: .8em;
	line-height: 1.5em;
	text-align: justify;
}

blockquote p {
	color: #6f4616;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	font: italic .9em/1.5em Georgia, "Times New Roman", Times, serif;
}

#content a:link, #content a:visited {
	text-decoration: underline;
	color: #6f4616;
}

#content a:hover {
	color: gray;
	text-decoration: none;
}

#footer {
	width: 600px;
	text-align: center;
	color: #6f4616;
	font: .7em/1.5em Georgia, "Times New Roman", Times, serif;
	margin: 35px auto;
	border-top-style: dotted;
	border-top-width: 1px;
	padding-top: 15px;
	clear: both;
}

#footer a:link, #footer a:visited {
	text-decoration: underline;
	color: #6f4616;
}

#footer a:hover {
	color: gray;
	text-decoration: none;
}

#footer b {
	font-size: 1.2em;
	line-height: 2em;
	color: #6f4616;
	letter-spacing: 1px;
}

a#areserve {
	background-image: url(elements/reserve-now.png);
	width: 280px;
	height: 170px;
	display: block;
	overflow: hidden;
	text-indent: -9000px;
}

a#areserve:hover {
	background-position: 0 -170px;
}

#callto p {
	font-style: italic;
	width: 240px;
	margin-left: auto;
	margin-right: auto;
	color: gray;
	font-family: Georgia, "Times New Roman", Times, serif;
}

p.smugmug {
}

p.smugmug img {
	border: 3px solid #6f4515;
	margin-bottom: 20px;
}

/* INTERNAL */

body.internal {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	background: url(elements/header-bg.jpg) repeat-x center -280px;
	border-top: 5px solid #6f4616;
}

#container-internal {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}

/* PAYPAL */

.hidden {
	margin: 0;
	padding: 0;
	visibility: hidden;
}

form#paypal {
	float: left;
}

form#paypal p {
	margin: 0;
	padding: 0;
}

input#paypal1 {
	width: 280px;
	height: 170px;
	border-style: none;
	background: url(elements/1-day-rental.png) no-repeat;
	margin: 0 0 25px;
	padding: 0;
}

input#paypal1:hover {
	cursor: pointer;
	background-position: 0 -170px;
}

form#paypal2 {
	margin-left: 50px;
	margin-bottom: 50px;
}
