/*********************************************************************
   Style Sheet for Swift Run
   Code by Michael Williams (mwilliams@behrdesign.com)
   Behr Design Corporation (937-492-5704)
*********************************************************************/

* {
	margin:0;
	padding:0;
	}

body {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:160%;
	background:#472f28;
	}
	
img {
	border:0;
	}
	
.clear {
	clear:both;
	}
	
/* Outer Container
-------------------------------------------------------------------- */	
#outer {
	margin:auto;
	text-align:center;
	width:1000px;
	background:#472f28 url(../images/bg.gif) top right no-repeat;
	}
	
/* Main Container
-------------------------------------------------------------------- */
#main {
	margin:auto;
	text-align:left;
	width:780px;
	text-align:left;
	background:url(../images/paper.jpg) top left repeat;
	}
	
/* Menu
-------------------------------------------------------------------- */	
#menu {
	background:url(../images/menubg.jpg) top left no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:16px;
	}
	
.dropdown, .home {
	float:left;
	margin:0px 26px;
	}
	
.dropdown dt, .home dt {
	padding:10px 0px;
	cursor:pointer;
	color:#fff;
	}
	
.dropdown dd, .home dd {
	position:absolute;
	overflow:hidden;
	width:130px;
	display:none;
	background:#fff2c9;
	z-index:200;
	opacity:0;
	}
	
.dropdown dt:hover, .home dt:hover {
	color:#fff2c9;
	text-decoration:none;
	}
	
.home a, .home a:link, .home a:visited {
	color:#fff;
	text-decoration:none;
	}
	
.home a:hover, .home a:active {
	color:#fff2c9;
	text-decoration:none;
	}
	
.dropdown ul {
	width:120px;
	list-style:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:11px;
	}
	
.dropdown li {
	display:inline;
	}
	
.dropdown a, .dropdown a:active, .dropdown a:visited {
	position:relative;
	display:block;
	padding:4px;
	color:#fff;
	text-decoration:none;
	background:#900;
	width:194px;
	}
	
.dropdown a:hover {
	background:#650000;
	color:#fff;
	}
	
.dropdown .underline {
	border-bottom:1px solid #af0b0b;
	}
	
/* Content
-------------------------------------------------------------------- */
#content, #content2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:12px;
	}
	
#content2 {
	width:740px;
	padding:20px;
	}
	
#content h1, #content2 h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:22px;
	color:#900;
	margin-bottom:20px;
	}
	
#content h2, #content2 h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:16px;
	margin-bottom:10px;
	}
	
#content h3, #content2 h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:13px;
	color:#900;
	margin-bottom:10px;
	}
	
#content h4, #content2 h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#900;
	margin-bottom:0px;
	}	
	
#content p, #content ul, #content2 p, #content2 ul {
	margin-bottom:15px;
	}
	
#content ul, #content2 ul {
	margin-left:25px;
	}
	
#content .photo, #content2 .photo {
	clear:both;
	float:right;
	padding:0px 10px 10px 10px;
	}
	
.gallery td {
	padding:10px;
	}
	
.gallery img {
	padding:2px;
	background:#fff;
	border:2px solid #900;
	}
	
hr {
	border:none 0; 
	border-top:1px dotted #900;
	height:1px;
	margin:5px 0px;
	}
	
/* Content Links
-------------------------------------------------------------------- */
#content a, #content a:link, #content2 a, #content2 a:link {
	color:#900;
	text-decoration:none;
	border-bottom:1px dotted #900;
	}
	
#content a:visited, #content2 a:visited {
	color:#740000;
	text-decoration:none;
	border-bototm:1px dotted #740000;
	}
	
#content a:hover, #content a:active, #content2 a:hover, #content2 a:active {
	color:#000;
	text-decoration:none;
	border-bottom:none;
	}
	
/* Pricing Table
-------------------------------------------------------------------- */
.pricing {
	float:left;
	width:30%;
	margin:0px 10px;
	border:1px solid #900;
	}
	
.pricing td {
	padding:3px 6px;
	}
	
.header {
	background:#900;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	}
	
.color {
	background:#fff;
	}
	
/* Left
-------------------------------------------------------------------- */
#content .left {
	float:left;
	width:453px;
	padding:20px
	}
	
#content .right {
	float:right;
	width:277px;
	padding:20px 10px 20px 0px;
	font-size:10px;
	line-height:130%;
	}
	
#content .right p {
	margin-bottom:5px;
	}
	
#rotatorImage {
	margin-bottom:20px;
	border:6px solid #fff;
	}
	
/* Footer
-------------------------------------------------------------------- */
#foot {
	clear:both;
	background-color:#900;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:10px;
	color:#e26a6a;
	padding:5px 20px;
	}
	
#foot a, #foot a:link, #foot a:visited {
	color:#fff2c9;
	text-decoration:none;
	border-bottom:1px dotted #fff2c9;
	}
	
#foot a:hover, #foot a:active {
	color:#fff;
	text-decoration:none;
	border-bottom:none;
	}