/*	DP3 Marketing Inc.
	Code and design by Kris Gosser
	Inspiration and help for this site go to the following:
	Sylegala, More LLC., The Cuban Council, Squidfingers, and Garrett Dimon
	*** All code is original. Feel free to learn from and use whatever you wish.
*/

@import url('all.css');
@import url('home.css');
@import url('nav.css');
@import url('contact.css');
@import url('footer.css');
@import url('old.css');
@import url('tabs.css');



body {
	background: #fff;
	margin: 0px;
	width: 100%;
	height: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #222;
	font-size: 11px;
}
html, html>body {
	width: 100%;
	height: 100%;
}
a {
	color: #000;
}
a:hover {
	text-decoration: none;
}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url('../images/h1-bg.gif') repeat-x;
	color: #ECE895;
	margin: 0px;
	padding: 10px;
	text-transform: uppercase;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url('../images/h1-bg.jpg') repeat-x;
	color: #ECE895;
	margin: 0px;
	padding: 10px;
	text-transform: uppercase;
}




/* classes */
a.headline {
	text-decoration: none;
}
a.headline:hover {
	color: #FFF;
}


div.tour-paragraphs {
	width: 100%;
	padding: 15px 0px;
	clear: both;
	overflow: hidden;
	border-bottom: 1px dotted #5F7342;
}
div.tour-paragraphs p {
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 1.5em;
	font-size: 12px;
}
img.tour1 {
	float: left;
	border: 2px solid #5F7342;
	margin: 0px 15px 0px 0px;
}
img.tour2 {
	float: right;
	border: 2px solid #5F7342;
	margin: 0px 0px 0px 15px;
}