@charset "utf-8";
body  {
	background-color: #655A52;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
p{
	font-size: 12px;
}
.bodyCopy {
	font-size: 12px;
}

.bodyCopy a, .bodyCopy a:link, .bodyCopy a:visited {
	text-decoration: none;
	color: #0080B0;
}
.bodyCopy a:hover {
	text-decoration: underline;
	color: #00394F;
}
.bodyCopySm {
	font-size: 10px;
}
.menuCopy {
	font-size: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
h1 {
	color: #574e47;
}
h2 {
}
h3 {
	color: #E45D03;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h4 {
	font-size: 13px;
	color: #003663;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h4 a, h4 a:link, h4 a:visited {
	color: #0080B0;
	text-decoration: none;
}
h4 a:hover {
	color: #EC008C;
	text-decoration: none;
}
h5 {
	font-size: 13px;
	word-spacing: 0.2em;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h6 {
	color: #008cb3;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #008cb3;
}
.twoColFixRtHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/container-bg.gif);
	background-repeat: repeat-y;
} 
.twoColFixRtHdr #container-gallery {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header {
	width: 1000px;
	height: 119px;
} 
.twoColFixRtHdr #header h1 {
	font-size: 14px;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #000000;
}
.twoColFixRtHdr #navBar {
	background-image: url(../images/nav-bg.jpg);
	width: 830px;
	height: 33px;
	padding-left: 150px;
	padding-right: 20px;
	text-align: right;
	line-height: 29px;
}

#navBar a, #navBar a:link, #navBar a:visited {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 2%;
	margin-right: 2%;
}
#navBar a:hover {
	color: #FFFF66;
	text-decoration: none;
}
.twoColFixRtHdr #subnav-bg {
	background-image: url(../images/subnav-bg.gif);
	width: 1000px;
	height: 61px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixRtHdr #subnav-bg-gallery {
	background-image: url(../images/subnav-bg-gallery.gif);
	width: 1000px;
	height: 61px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 278px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-top: -60px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	text-align: center;
}
#sidebar1 h3 {
	text-align: left;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#sidebar1 P {
	text-align: left;
	padding: 10px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.twoColFixRtHdr #mainContent {
	width: 680px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.twoColFixRtHdr #galleryContent {
	width: 960px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#menuContainer {
	width: 680px;
	background-image:url(../images/menu-container-bg.gif);
	background-repeat: repeat-y;
}
#leftCol {
	width: 330px;
	float: left;
	margin-top: 10px;
	padding-right: 10px;
}
#rightCol {
	width: 330px;
	float: right;
	margin-top: 10px;
	padding-left: 10px;
} 
.twoColFixRtHdr #footer {
	background:#CCCCCC;
	margin: 0px;
	padding: 0px;
	width: 1000px;
	height: 35px;
	text-align: center;
} 
.twoColFixRtHdr #footerL {
	float: left;
	text-align: center;
	width: 720px;
}
.twoColFixRtHdr #footerL p {
	font-size: 10px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixRtHdr #footerR {
	float: right;
	text-align: center;
	width: 278px;
} 
.twoColFixRtHdr #footerR p {
	font-size: 18px;
	font-weight: bold;
	color: #4F453E;
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 6px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	letter-spacing: .05em;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.twoColFixRtHdr #whtStripe2px {
	background:#FFFFFF;
	height: 2px;
} 
.imgBorder {
	padding: 3px;
	background-color: #AD9F91;
	background-image: url(../images/image-frame-bot-grad.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;	
}
#imgBorder {
	width: 260px;
	padding: 3px;
	background-color: #AD9F91;
	background-image: url(../images/image-frame-bot-grad.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;	
}

#imgBorder-home {
	width: 600px;
	padding: 3px;
	background-color: #AD9F91;
	background-image: url(../images/image-frame-bot-grad.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;	
}
/* Sign Up Box Styles */
#signUp {
	background-color: #FFFFFF;
	padding: 2px;
	width: 260px;
	border: 1px solid #000000;
	margin-top: 10px;
	margin-bottom: 10px;	
	margin-left: 5px;
}
#signUp p {
	font-size: 10px;
}
.formField {
	background-color: #caebfc;
	height: 15px;
	width: 150px;
	margin: 2px;
	font-size: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #666666;
}
.formField-contact {
	background-color: #FFF8EC;
	height: 15px;
	width: 150px;
	margin: 2px;
	font-size: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #666666;
}
.formField-contact-sm {
	background-color: #FFF8EC;
	height: 15px;
	width: 20px;
	margin: 2px;
	font-size: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #666666;
}
.formField-contact-bg {
	background-color: #FFF8EC;
	height: 50px;
	width: 250px;
	margin: 2px;
	font-size: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #999999;
}
.goButton {
	font-size: 10px;
}
/* Myspace Styles */
#myspace {
	background-image:url(../images/s-myspace.gif);
	width: 101px;
	height: 44px;
	padding-right: 160px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: left;
	margin-left: 5px;
}
#myspace a, #myspace a:link, #myspace a:visited {
	color: #caebfc;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
	font-weight: bold;
}
#myspace a:hover {
	color: #EC008C;
	text-decoration: none;
}
/* Shore Thing Styles */
#shoreThing {
	background-image:url(../images/its-a-shore-thingNEW.gif);
	width: 279px;
	height: 107px;
	padding: 0px;
	margin-left: -1px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/* Consitently Voted */
#voted {
	padding: 3px;
	background-color: #AD9F91;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
	height: 75px;
	width: 260px;
}
#caption {
	padding: 3px;
	background-image: url(../images/image-frame-bot-grad.jpg);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 6px;
	width: 260px;
	background-color: #AD9F91;
	background-position: bottom;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	min-height: 41px;
	background-repeat: repeat-x;
}
/* Calendar Styles */

#calendar-nav {
	background-color: #E1E1E1;
	width: 266px;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 15px;
	margin-left: 6px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#calendar-nav h1 {
	color: #EC008C;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#calendar-nav h2 {
	color: #005b7f;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	letter-spacing: -.025em;
}
#calendar-nav p {
	margin: 0px;
	font-size: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#galLink {
padding: 5px;
}
#galLink h2 a, #galLink h2 a:link, #galLink h2 a:visited {
	color: #005b7f;
	text-decoration: none;
	font-size: 16px;
}
#galLink h2 a:hover {
	color: #00ADEE;
	text-decoration: none;
}
#galLink-alt {
padding: 5px;
	background-color: #ECECEC;
}
#galLink-alt h2 a, #galLink-alt h2 a:link, #galLink-alt h2 a:visited {
	color: #0080B0;
	text-decoration: none;
	font-size: 16px;
}
#galLink-alt h2 a:hover {
	color: #00ADEE;
	text-decoration: none;
}

#calMonth {
	width: 66px;
	height: 40px;
}
#calMonth h2 a, #calMonth h2 a:link, #calMonth h2 a:visited {
	color: #005b7f;
	text-decoration: none;
}
#calMonth h2 a:hover {
	color: #00ADEE;
	text-decoration: none;
}
#calMonth-alt {
	background-color: #ECECEC;
	width: 66px;
	height: 40px;
}
#calMonth-alt h2 a, #calMonth-alt h2 a:link, #calMonth-alt h2 a:visited {
	color: #0080B0;
	text-decoration: none;
}
#calMonth-alt h2 a:hover {
	color: #00ADEE;
	text-decoration: none;
}
.monthText {
	color: #005b7f;
	font-size: 84px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
.calendar_events a, .calendar_events a:link, .calendar_events a:visited {
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	color: #0080B0;
	text-decoration: none;
	margin-bottom: 3px;
	margin-left: 5px;
	display: block;
}
.calendar_events a:hover {
	color: #EC008C;
	text-decoration: none;
}
.calDay {
	font-size: 16px;
	font-weight: bold;
	color: #4B4B4B;
}
.calDate {
	font-size: 26px;
	font-weight: bold;
	color: #CCCCCC;
	float: right;
	padding-right: 5px;
}

#foodToGo {
	background-image: url(../images/food-to-go.jpg);
	height: 85px;
	width: 161px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-align: right;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 15px;
	margin-left: 6px;
	padding-top: 10px;
	padding-left: 100px;
}
#foodToGo p {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}

hr {
	height: 2px;
	color: #cccccc;
	margin: 0px;
	padding: 0px;
}
#contact {
	background-color: #e1e1e1;
	padding: 10px;
	border: 1px dashed #666666;
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.ol-2 {
	font-size: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}
.ol-2, .ol-2 li a:link, .ol-2 li a:visited {
	text-decoration: none;
	color: #333333;
}
.ol-2 li a:hover {
	text-decoration: underline;
	color: #0080B0;
}
.bluebox {
	background-color: #e3edf0;
	padding: 5px;
	width: 640px;
	margin-left: auto;
	margin-right: auto;
}
a.totop, a.totop:link, a.totop:visited {
	font-size: 9px;
	color: #790000;
	text-decoration: none;
}
a.totop:hover {
	color: #000000;
	text-decoration: underline;
}
.price {
	font-size: 16px;
	font-weight: bold;
	color: #0080B0;
}