/*
 * Presentational styles for the home page
 */
/* /// HTML /// */
body {
 background: #ffffff;
 font: 100%/1.50 "verdana", arial, helvetica, sans-serif;
 color: #000;
 margin: 0;
 padding: 0;
}
a:link {
 color: #008080;
}
a:visited {
 color: #008080;
}
a:hover {
 color: #800000;
}
a:active {
 color: #800000;
}
/*this will remove the border from around linked images*/
a img {
 border-style: none;
}
/* /// PRESENTATION /// */
/*global*/
.clear {
 clear: both;
}
.underline {
 text-decoration: underline;
}
.floatLeft {
 float: left;
 margin: 0 10px 8px 15px;
 padding: 0;
}
.floatRight {
 float: right;
 margin: 0 15px 8px 15px;
 padding: 0;
}
/*navbar*/

.navbar a {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 6px;
}

/*content*/
h1 {
	font-size: 24px;
	color: #800000;
	margin: 5px 0 0 0;
	padding: 0;
	text-align: center;
	
}
h3 {
	font-size: 13px;
	color: #008080;
	letter-spacing: .4em;
	margin: 0;
	padding: 0;
	text-align: center;
	
}
/*home styles*/
#divContent {
	margin: 0 auto;
	width: 750px;
}
#divContent p {
	font-size: 13px;
	line-height: 16px;
	margin: 0;
	padding: 4px 10px;
}
#divContent p.locator {
	font-size: 11px;
}
#divContent p.hours {
	font-size: 13px;
	color: #008080;
	text-align: center;
	line-height: 15px;
}
#divContent h2 {
	font-size: 15px;
	color: #800000;
	margin: 0;
	padding: 4px 10px;
}
.redBold {
	color: #800000;
	font-weight: bold;
}	

/*shop listings styles*/
#divShops {
	margin: 0 auto;
	width: 750px;
	border-top: 1px solid #008080;
	border-left: 1px solid #008080;
	border-right: 2px solid #008080;
	border-bottom: 2px solid #008080;
	background: #fff url(../images/shops_bkg.gif) repeat-y right;
}
#divShops h2 {
	font-size: 15px;
	font-weight: bold;
	color: #800000;
	margin: 0;
	padding: 2px 10px;
}
#divShops p {
	font-size: 13px;
	line-height: 16px;
	margin: 0;
	padding: 10px;
}
.shopUrl {
	font-size: 11px;
}
.shopBullet {
	font-size: 11px;
}
.shopEmail {
	font-size: 11px;
}
.shopPhone {
	font-size: 11px;
	font-weight: bold;
}
.shopLocation {
	font-size: 11px;
	font-weight: bold;
	color: #008080;
}
.shopATM {
	font-size: 11px;
	font-weight: bold;
	color: #800000;
}
#divLogos {
	float: left;
	width: 135px;
	height: 135px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-left: 10px;
	text-align: left;	
}
#divNoLogos {
	float: left;
	width: 135px;
	height: 115px;
	text-align: left;	
}
#divShops div.horRule2 {
	margin: 0 auto;
	width: 730px;
	clear: both;
	height: 1px;
	border-top: 3px double #008080;
	margin-top: 3px;
	margin-bottom: 3px;

}
#divShops div.horRule2 hr {
	display: none;
}
div.horRule1 {
	clear: both;
	height: 1px;
	width: 750px;
	border-top: 4px solid #800000;
	margin-top: 3px;
	margin-bottom: 3px;
	margin: 0 auto;
}
div.horRule1 hr {
	display: none;
}
/*iframed pages styles*/
#divFrame {
	margin: 0 auto;
	width: 750px;
	padding: 0;
	text-align: center;
}
/*weather page styles*/
#divCenter {
	margin: 0 auto;
	width: 270px;
	text-align: center;
	pading: 0;
}
#tableWeather {
	border: 3px double #008080;
	width: 300px;
}
#tableWeather caption {
	font-size: 13px;
	color: #800000;
	font-weight: bold;
	margin-bottom: 3px;
}
#tableWeather th {
	font-size: 12px;
	color: #008080;
	text-align: left;
}
#tableWeather td {
	font-size: 11px;
	padding: 2px;
	margin: 2px;
}
.smallText {
	font-size: 10px;
	color: #666;
}

/*footer navigation*/
#navFooter {
	font-size: 11px;
	text-align: center;	
}
/*copyright*/
#divCopyright {
	font-size: 9px;
	text-align: center;	
}