/* Layout Styles */
body {
	margin: auto;
	padding: 0;
	line-height: 1.3em;
	font: 75%  "Trebuchet MS", tahoma, verdana, arial, sans-serif;
	background: #616E31 url(/img/bg/bgd.gif) repeat;
	background-position: 50% 0;
	color: #666;
}

#container {
	position: relative;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	text-align: left;
	z-index:1;
}

a img {
	border: none; 
}

a:link, a:visited {
	text-decoration: none;
	color: #cc6600;
}

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

#flashbanner { /* Flash animated header on home page*/
	position: relative; 
	margin-top: 10px;
	width: 720px;
	height: 300px;
	padding: 0 0 0 0;
	margin-left:10px;
}
#flashcontent {
	position: relative; 
	width: 720px;
	height: 300px;
	padding: 0 0 0 0;
	}

#banner{
	position: relative; 
	margin-top: 10px;
	width: 720px;
	height: 200px;
	padding: 0 0 0 0;
	margin-left:10px;
}

#title  {
	padding-top: 10px;
	padding-left:5px;
	padding-bottom:7px;
	color: #f8f5e8;
	background: url(/img/bg/title.gif);
	height: 40px;
	width:736px;
}

#titletext  {
	float:left;
	padding-top: 1px;
	color: #f8f5e8;
	font: 20pt 'Lucida Grande', Verdana, Helvetica, sans-serif; 
	font-weight: 600;
	letter-spacing:2px;
}

.top-divider {/* Bar dividing header and content*/
	margin-top: 10px;
	background: url(/img/bg/bar.gif);
	height: 24px;
	margin-left:10px;
	width:720px;
}
.top-divider-sub {/* Breadcrumbs on subpages*/
	margin-top: 10px;
	background: url(/img/bg/breadcrumbs-bar.gif);
	background-repeat:no-repeat; 
	height: 32px;
	margin-left:10px;
	width:710px;
	padding-left:10px;
	padding-top:5px;
	color: #f8f5e8;
	font: 95% "Trebuchet MS", tahoma, verdana, arial, sans-serif;
	
	
}
.top-divider-sub a:link, .top-divider-sub a:visited {
	color: #f8f5e8;
}

.top-divider-sub a:hover {
	border-bottom: 1px dashed #f8f5e8;
	color: #fc9901;
	text-decoration:underline;
}


/* Main Content
==================================================*/
#content {
	float: right;
	width: 527px;
	margin-top: 0;
	padding: 1px;
}

#content p {
	padding-left: 10px;
	padding-right: 10px;
}

#content h1 {
	margin: 10px 30px 0 20px;
	padding: 7px;
	font-size: 1.4em;
	color: #666;
	background: inherit;
}
.content-title {
	font-size:24px; 
	letter-spacing:1px; 
	line-height:20px; 
	color:#cc9933; 
	font-weight:500;
	text-transform:uppercase;
	font-family:"Times New Roman", Times, serif;

} 
#content-img { /*Large image in content */
	padding: 8px;
	border: 1px solid #aaaaaa;
	background: #fff;
	margin: 0 15px 0 3px;	
}
blockquote {
	margin: 20px 35px 5px 20px;
	padding: 2px 10px 2px 50px;
	background: #DB9933 url('/img/bg/quote.jpg') 0px top no-repeat;
	border: none;
	color: #f8f5e8;
	font-size: 1.4em;
	line-height: 115%;
	font-style:italic;
	font-family: "Georgia", tahoma, verdana, arial, sans-serif;
}



/* Content Tagline
==================================================*/
.smallcaps {
	font-size: small; 
	letter-spacing:1px;  
	color:#919b70; 
	font-family:"Times New Roman", Times, serif
}

.tagline {
	font-size: large; 
	letter-spacing:1px; 
	line-height:20px; 
	color:#cc9933; 
	font-weight:500;
	font-family:"Times New Roman", Times, serif
} 
.lgfont {
	font-size:28px; 
	padding-left:2px; 
	color:#919b70;
	font-family:"Times New Roman", Times, serif
}

/*Listings
==================================================*/
.listing-title {
	font-size:18px; 
	letter-spacing:1px; 
	line-height:20px; 
	color:#cc9933; 
	font-weight:500;
	text-transform:uppercase;
	font-family:"Times New Roman", Times, serif;

} 
#listings{
	margin-left: 25px;
}
.img-listings
{
	padding: 3px;
	border: 1px solid #ccc;
	background: #fff;
	margin-left:5px;
}
.subtitle{
	font-size:medium;
	font-weight:bold;
}

/* Left Bar - Navigation, etc
==================================================*/
#side-menu {
	float:left;
	width: 195px;
	margin: 0 0 0 10px;
	padding-left: 3px;
}

#side-menu h1 {
	margin: 0 0 0 0;
	font-variant: small-caps;
	font-size: 1em;
	color: #c86000;
	background: inherit;
}

#side-nav {
	width: 95%;
	margin: 5px 0 0 0;
	padding: 0;
	list-style-type: none;
	color: #333;
	background:inherit;
}


/* Footer
==================================================*/
#footer {
	clear:both;
	width: 708px;
	padding: 3px;
	margin: 19px 0 0 14px;
	border-top: 1px solid #ddd;
	font-size: 12px;
	text-align: center;
	color: #f8f5e8;
	background-color:#808d54;
	line-height:1.8em;
}

#footer a:link, #footer a:visited {
	color: #f8f5e8;
	background:inherit;
}

#footer a:hover {
	border-bottom: 1px dashed #f8f5e8;
	color: #fc9901;
	background:inherit;
}

/* Google Driving Directions & Map
==================================================*/
#driving-directions {
	clear:both;
	width: 708px;
	padding: 3px;
	margin: -5px 0 0 66px;
	font-size: 12px;
}

#porthardymap {
	clear: both;
	width: 708px;
	padding: 3px;
	margin: -5px 0 0 66px;
	font-size: 12px;
}

 table.directions th {
	background-color:#808d54;
	color: #f8f5e8;
	text-align:center;
      }
.directions-inst {
	margin: 10px 30px 0 20px;
	padding: 7px;
	color: #666;
	background: inherit;
	}	 
.disclaimer {
	font-size:10px;
	width: 620px;
	font-style:italic;
	padding-top: 10px;
}
 
/* Images
==================================================*/

#printimage
{
	display: none;
}

.inline-img
{
	padding: 3px;
	border: 1px solid #ccc;
	background: #fff;
	float: left; margin: 4px 10px 6px 0;
	
}
.inline-img-noborder
{
	padding: 3px;
	float: left; margin: 4px 7px 3px 0;
	
}
.inline-img-right-noborder
{
	padding: 5px;
	float: right; 
	margin: 0 10px 3px 0;
	
}
.inline-img-right
{
	padding: 3px;
	border: 1px solid #ccc;
	background: #fff;
	float: right; 
	margin: 4px 10px 6px 0;
	
}
.inline-img-noborder p
{
	font-size: x-small;
	margin: 3px;
	padding: 0;
}
.inline-img-right p
{
	font-size: x-small;
	margin: 3px;
	padding: 0;
}
.inline-img p
{
	font-size: x-small;
	margin: 3px;
	padding: 0;
}

.brochure
{
	margin-left:10px;
	font-size:13px;
}

/* Forms
==================================================*/
input.submit { 
margin: 5px; 0 0 100px;
} 

:hover input.submit { 
background: transparent url(/img/body/search2.gif) no-repeat center top
} 

/* Definition Lists
==================================================*/
dt {
	font-weight: bold;
	margin: 10px 0 0 60px;
}

dd {
	margin-left: 65px;
	padding: 0;
}

dd ul {
	margin: 0;
	padding-left: 2em;
	list-style-type: square;
}

/* Icons
==================================================*/
.email { background: transparent url(/img/ico/email.png) no-repeat 0 center; }
.phone { background: transparent url(/img/ico/phone.gif) no-repeat 2px center; }
.fax { background: transparent url(/img/ico/fax.gif) no-repeat 2px center; }

.inline-img-test
{
	padding: 3px;
	border: 1px solid #ccc;
	background: #fff;
	margin-left:15px;
	
}