﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #336699;
}
#container {
	border-right: 2px solid #484848;
	border-bottom: 2px solid #484848;
	border-left: 2px solid #484848;
	background-image: url("../images/BackgroundMain.jpg");
	margin-bottom: 0;
	box-shadow: 17px 17px 18px #2C2E72;
    -webkit-box-shadow: 17px 17px 18px #2C2E72;
    -moz-box-shadow: 17px 17px 18px #2C2E72;
    filter: progid:DXImageTransform.Microsoft.dropShadow(color=#2C2E72, offX=10, offY=10, positive=true);

}
#masthead {
	text-align: right;
	background-color: #336699;
	background-image: url("../images/masthead_image.jpg");
	background-position: top;
	background-repeat: no-repeat;
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #fea;
	overflow: hidden;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 367px;
	padding: 15px;
	background-image: url("../images/BackgroundMain.jpg");
}
html>body #column_l {
	width: 370px;
	padding: 0 15px;
	background-image: url("../images/BackgroundMain.jpg");
}
#column_r {
	width: 217px;
	padding: 15px 10px;
	background-color: #fff;
}
html>body #column_r {
	width: 220px;
	padding: 15px 10px;
	background-image: url("../images/BackgroundMain.jpg");
}
#content {
	background-image: url("../images/BackgroundMain.jpg");
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	color: #8b0000;
	margin-right: 0.5em;
	margin-bottom: 0;
}
#masthead h3 {
	color: #000;
	margin-top: 0;
	margin-right: 1em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #8b0000;
	display: block;
	padding: 5px;
	border: 1px solid #fea;
	background-color: #fea;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fea;
	border: 1px solid #8b0000;
	background-color: #8b0000;
}
.wireframemenu{
border: 0px solid #C0C0C0;
background-color: #FFEEAA;
border-bottom-width: 0;
width: 170px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 164px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: bold 13px Verdana;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
/*background-image: url('../images/BackgroundMain.jpg');*/
color: #8B0000;
text-decoration: none;
border-bottom: 0px solid #C0C0C0;
}

.wireframemenu a:visited{
color: #000;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #8B0000;
color: #FFEEAA;
/* no bground color text-decoration: underline;*/
text-decoration:none
}

/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #800;
}
h2 {
	font-size: x-large;
	color: #700;
	text-align:center;
}
h3 {
	font-size: large;
	color: #600;
	text-align:center;
}
h4 {
	font-size: medium;
	color: #500;
}
h5 {
	font-size: x-small;
	color: #400;
}
h6 {
	font-size: xx-small;
	color: #300;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #000;
}
/* Links */

a {
	color: #8b0000;
	text-decoration: underline;
}
a:hover {
	color: #fa3;
	text-decoration: underline;
}
a:visited {
	color: #8B0000;
}

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

.photo {
	border-style: none;
	border-width: 0px;
}
.photo a:hover {
	text-decoration: none;
}
.photo a:active {
	text-decoration: none;
}
.photocenter {
	text-align:center;
	border-style: none;
	border-width: 0px;
}
.photocenter a:hover {
	text-decoration: none;
}
.photocenter a:active {
	text-decoration: none;
}

}
.center {
	text-align: center;
}
.bustitle {
	text-align: center;
	font-family: Papyrus;
	font-size: x-large;
}

.mapstreet {
	background-color: black;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	
}
.businessleft {
	color: #800;
	font-weight: bold;
	text-align: left;
	
}
.businessright {
	color: #800;
	font-weight: bold;
	text-align: right;
	
}
.mapphotoright {
	border-style: none;
	border-width: 0px;
	text-align:right;
}
.mapphotoright a:hover {
	text-decoration: none;
}
.mapphotoright a:active {
	text-decoration: none;
}
.mapphotoleft {
	border-style: none;
	border-width: 0px;
	text-align: left;
}
.mapphotoleft a:hover {
	text-decoration: none;
}
.mapphotoleft a:active {
	text-decoration: none;
}
.boardwalk {
	border-width: 0;
	background-color:#996633;
	font-weight:bold;
	text-align:center;
	color:black;
	font-size: medium;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	font-size: large;
}
.titleitalic {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: normal;
	font-size: large;
	font-style:italic
}
.lgtitle {
	text-align: center;
	font-family: Monotype Corsiva;
	font-size: x-large;
}

