@charset "UTF-8";

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans;
	background: url(../images/bk_delaware-beaches-maryland-beaches.jpg) repeat-x;
	background-color: #ffffff;
}

img {
    border: 0;
}

/* Headers */

h1 {
	margin: 0;
	padding: 0;
	color: #0092c8;
}

h2 {
	margin: 0;
	padding: 0;
	color: #0092c8;
}

h2.wx {
    color: #000000;
}

h3 {
	margin: 15px 0 0 0;
	padding: 0;
	color: #0092c8;
	border-bottom: 1px dotted #0092c8;
}

h4 {
	margin: 0;
	padding: 0;
	color: #0092c8;
}

/* Wrapper */

#top_bar {
	height: 15px;
	line-height: 15px;
}

#wrapper {
	position: relative;
	width: 999px;
	margin: 0 auto;
	border-bottom: 2px solid #01aeef;
	background: url(../images/content_bk.jpg);
}

/* Header Image */

#header {
	width: 999px;
	height: 170px;
	margin: 0 auto 0 auto;
	border-top: 4px solid #00aff0;
	border-bottom: 8px solid #00aff0;
}

#header #hdr_img {
	width: 999px;
	height: 166px;
	background: url(../images/hdr_beaches-in-delaware-maryland.jpg);
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	display: block;
}

#header #hdr_img span {
    display: none;
}

/* Top Navigation */

#wrapper ul#hdr_nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	top: 144px;
	left: 187px;
}

#wrapper ul#hdr_nav li {
	float: left;
	width: 147px;
	height: 30px;
}

/* Main Content Wrapper */

#main {
	float: left;
	width: 999px;
	position: relative;
}

/* Left Column */

#navSearch {
    padding: 10px 0;
}

#navSearch form {
    padding: 0;
    margin: 0;
}

#navSearch input {
    float: left;
    width: 130px;
    height: 14px;
    padding: 2px;
    margin: 0 0 0 10px;
    border: 1px solid #0092c8;
    color: #0092c8;
    
}

#navSearch a:link, #navSearch a:visited {
    color: #0092c8;
    float: left;
    width: 20px;
    height: 18px;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    background: #ffffff;
    border: 1px solid #0092c8;
    margin: 0 0 0 2px;
    text-decoration: none;
}

#navSearch a:hover, #navSearch a:visited:hover {
    color: #ffffff;
    background: #0092c8;
}

#main #sb_left {
	float: left;
	width: 183px;
	padding: 0;
	background-color: #fffaea;
	border-left: 1px solid #fff4c5;
	border-right: 1px solid #fff4c5;
	margin-left: -777px; /* Center column width */
}

#sb_left ul#sb_nav {
	background: #F8FAFD;
	width: 183px;
	margin: 0;
	padding: 0;
	list-style-type:none;
	float: left;
}

#sb_left ul#sb_nav li {
	margin: 0;
	padding: 0;
	float: left;
	clear: left;
	width: 183px;
}

#sb_left ul#sb_nav li.header a, #sb_left ul#sb_nav li.header a:link, #sb_left ul#sb_nav li.header a:visited {
	color: #1c94c4;
	background: #fff7d6;
	font-size: 12px;
	font-weight: bold;
	font-style:italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 5px 5px 5px;
	display: block;
	text-decoration: none;
	border-top: 1px solid #fff7d6;
	width: 173px;
}

ul#sb_nav li.header a:before {
	content: "";
}

ul#sb_nav li a:before {
	content: "-";
	padding-right: 4px;
}

#sb_left ul#sb_nav li.header a:hover, #sb_left ul#sb_nav li.header a:visited:hover {
	color: #bd5e0d;
	background: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	font-style:italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 5px 5px 5px;
	display: block;
	text-decoration: none;
	border-top: 1px solid #fff7d6;
}

#sb_left ul#sb_nav li a, #sb_left ul#sb_nav li a:link, #sb_left ul#sb_nav li a:visited {
	color: #1c94c4;
	background: #fffaea;
	font-size: 10px;
	font-weight: bold;
	font-style:italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 5px 2px 10px;
	display: block;
	text-decoration: none;
	border-top: 1px solid #ffffff;
	width: 168px;
}

#sb_left ul#sb_nav li a:hover, #sb_left ul#sb_nav li a:visited:hover {
	color: #bd5e0d;
	background: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	font-style:italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 0 2px 15px;
	display: block;
	text-decoration: none;
	border-top: 1px solid #ffffff;
}

/* Sidebar Navigation */

ul.nav {
	
}

ul.nav li {
	
}


/* Main Content */

#main #content {
	float: left;
	width: 572px;
	padding: 20px 10px;
	background-color: #ffffff;
	margin-left: 185px; /* Left Col Width + Center Col Width */
}

/* Right Column */

#main #sb_right {
	float: left;
	width: 200px;
	padding: 10px;
	background-color: #eaf7ff;
}

#main #sb_right .social {
    width: 200px;
    overflow: auto;
    padding-bottom: 10px;
}

#main #sb_right .social .fb {
    width: 100px;
    float: left;
}

#main #sb_right .social #google-plus-one {
    width: 100px;
    float: left;
}

#main #sb_right .ad {
	text-align: center;
	padding-bottom: 15px;
}

/* Footer */

#footer {
    width: 999px;
    margin: 0 auto;
    font-size: 10px;
    padding: 6px 0;
    overflow: auto;
}


#footer > .copyright {
    width: 300px;
    float: right;
}

#footer > .links {
    width: 400px;
    float: left;
    font-weight: bold;
}

/* Misc */

.clear {
	clear: both;
}

/* Copied from original */

.copyright_contact {
	width: 880px;
	margin: 0 auto;
	font-size: 9px;
	color: #555555;
}

.contact {
	width: 440px;
	text-align: left;
	float: left;
}

.copyright {
	width: 440px;
	text-align: right;
	float: right;
}

ul.events_s li {
	padding: 0 0 6px 0;
	margin: 0;
}

ul.events_s li div.title {
	font-size: 12px;
	font-weight: bold;
	color: #336699;
}

ul.events_s li div.subtitle {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}

ul.events_s li div.location {
	font-size: 11px;
}

ul.events_s li div.date {
	font-size: 10px;
}

.banners {
	padding: 15px;
	display: none;
}

.banner1 {
	float: left;
	width: 340px;
	height: 60px;
	border: 1px solid #000000;
}

.banner2 {
	float: right;
	width: 340px;
	height: 60px;
	border: 1px solid #000000;
}

ul li {
	padding: 0 0 4px 0;
	margin: 0;
}

ul.index li {
	font-size: 14px;
	font-weight: bold;
}

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

a:hover, a:visited:hover {
	color: #bd5e0d;
	text-decoration: underline;
}

div.home_weather_box {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 200px;
	height: 64px;
}

div.home_weather_box_icon {
	 width: 64px;
	 height: 64px;
	 float: right;
	 text-align: center;
}

div.home_weather_box_text {
	 float: right;
	 padding-top: 18px;
	 text-align: center;
	 padding-right: 6px;
	 color: #ffffff;
}

/* BUTTONS */

a.btn_admin:link, a.btn_admin:visited {
	color: #336699;
	margin-top: 6px;
	width: 60px;
	height: 20px;
	text-align: center;
	float: right;
	border: 1px solid #336699;
	line-height: 20px;
	background: #e9eff8;
	font-weight: bold;
	text-decoration: none;
	margin: 0 2px;
}

a.btn_admin:hover, a.btn_admin:visited:hover {
	color: #FFFFFF;
	margin-top: 6px;
	width: 60px;
	height: 20px;
	text-align: center;
	float: right;
	border: 1px solid #336699;
	line-height: 20px;
	background: #336699;
	font-weight: bold;
	text-decoration: none;
	margin: 0 2px;
}

form.admin div {
	font-weight: bold;
	padding: 10px 0;
}

table.businesses {
	width: 100%;
}

tr.header td {
	font-size: 11px;
	text-transform: uppercase;
	background: #f7b54a;
	color: #ffffff;
	line-height: 20px;
	padding: 4px;
	font-weight: bold;
}

tr.color1 td {
	background: #fffaea;
	padding: 4px;
}

tr.color1:hover td {
	background: #fff2a2;
}

tr.color2 td {
	background: #ffffff;
	padding: 4px;
}

tr.color2:hover td {
	background: #fff2a2;
}

td.business_name {
	font-weight: bold;
}

table.tides tr td {
	font-size: 12px;
	text-align: center;
}

form.admin div {
	padding: 6px 0;
}

form.admin div input {
	font-size: 10px;
}

form.admin div input.text {
	width: 100%;
}

a.admin_btn:link, a.admin_btn:visited {
	float: right;
	display: block;
	width: 70px;
	height: 20px;
	border: 1px solid #000000;
	text-align: center;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	background: #FFFFFF;
	color: #336699;
}

a.admin_btn:hover, a.admin_btn:visited:hover {
	background: #336699;
	color: #FFFFFF;
}

div.msg_error {
	background: #cc0000; color: #ffffff; padding: 4px; margin: 4px 0;
}

div.msg_success {
	background: #009900; color: #ffffff; padding: 4px; margin: 4px 0;
}

#map {
	border: 1px solid #000000;
	width: 100%;
	height: 500px;
	margin: 10px 0;
}

ul.home_icons {
	list-style-type:none;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul.home_icons li {
	width: 185px;
	height: 75px;
	float: left;
	padding: 35px 0 0 5px;
}

ul.home_icons li div.icon {
	width: 80px;
	float: left;
}

ul.home_icons li div.text {
	width: 105px;
	float: left;
	font-size: 10px;
}

ul.home_icons li div.text div.link {
	font-size: 12px;
	font-weight: bold;
}

ul.home_icons li div.text div.description {
	font-size: 10px;
	
	color: #336699;
}

div.home_feature_box {
	padding-top: 30px;
}

div.home_feature_box div.feature_content {
	border: 1px solid #336699;
	clear: left;
	margin: 0;
}

div.home_feature_box a.unselected:link, div.home_feature_box a.unselected:visited {
	display: block;
	color: #336699;
	background: #ffffff;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	padding: 0 5px;
	float: left;
	text-align: center;
	border-top: 1px solid #336699;
	border-left: 1px solid #336699;
	text-decoration: none;
}

div.home_feature_box a.unselected:hover, div.home_feature_box a.unselected:visited:hover {
	color: #336699;
	background: #eaeff5;
}

div.home_feature_box a.selected:link, div.home_feature_box a.selected:hover, div.home_feature_box a.selected:visited, div.home_feature_box a.selected:visited:hover {
	display: block;
	color: #ffffff;
	background: #336699;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	padding: 0 5px;
	float: left;
	text-align: center;
	border-top: 1px solid #336699;
	border-left: 1px solid #336699;
	text-decoration: none;
	margin: 0;
}



.wxBoxDayCurrent {
    width: 540px;
    margin: 0 auto;
    padding: 15px 0;
    border-bottom: 1px solid #336699;
}

.wxCurrentDayImg {
    width: 96px;
    margin: 0 10px;
    float: left;
}

.wxCurrentDayData {
    width: 424px;
    float: left;
}

.wxCurrentDayDataSet {
    width: 150px;
    float: left;
    padding: 6px 0;
}

.wxBoxDay {
	margin: 15px 0;
	padding: 5px 5px 5px 5px;
	width: 101px;
	height: 144px;
	text-align: left;
	float: left;
	border-right: 1px solid #336699;
}

.wxBoxDay div {
	text-align: center;
	font-size: 11px;
}

form.contact div {
	padding-bottom: 15px;
}

form.contact div input[type="text"] {
	width: 300px;
}

form.contact div textarea {
	width: 500px;
	height: 150px;
}

/* Events */

.events {
    padding: 30px 0;
}

.event {
    padding-bottom: 20px;
}

.events .event_date {
    font-size: 14px;
    font-weight: bold;
    color: #888888;
    border-bottom: 1px dotted #111111;
    margin-bottom: 4px;
}

.events .event_title {
    font-size: 16px;
    font-weight: bold;
    color: #336699;
}

.events .event_subtitle {
    font-size: 14px;
    font-weight: bold;
}

.events .event_location {
    font-size: 12px;
    font-weight: bold;
}

.events .event_description {
    font-size: 12px;
    padding: 4px 0;
}

.events .event_website {
    font-size: 12px;
}

.events .event_contactinfo {
    font-size: 10px;
}

ul.events_month_selector {
    margin: 0;
    padding: 0;
}

ul.events_month_selector li {
    margin: 0 0 0 20px;
    padding: 0;
    float: left;
    width: 120px;
}

/* Real Estate */

.real_estate_listings {

}

.real_estate_listings .listing {
    padding: 15px 0;
}

.real_estate_listings .listing .image {
    width: 160px;
    height: 120px;
    padding: 0 10px;
    text-align: center;
    float: left;
}

.real_estate_listings .listing .summary {
    float: left;
    width: 390px;
}

.real_estate_listings .listing .summary .title {
    font-weight: bold;
}

.real_estate_listings .listing .summary .description {

}

.real_estate_listings .listing .summary .link {

}

.real_estate_listings .listing .summary .listed_by {
    padding-top: 10px;
    font-size: 10px;
}

.real_estate_listing {
    padding: 4px 0;
}

.real_estate_listing .details {
    float: left;
    width: 320px;
}

.real_estate_listing .details .title {
    font-weight: bold;
    padding-bottom: 10px;
}

.real_estate_listing .details .description {
    padding-bottom: 10px;
}

.real_estate_listing .details .listed_by {
    padding-bottom: 10px;
    font-size: 10px;
}

.real_estate_listing .details .virtual_tour {
    padding-bottom: 10px;
}

.real_estate_listing .details .price {
    padding-bottom: 10px;
    font-weight: bold;
}

.real_estate_listing .image {
    float: left;
    width: 250px;
    padding: 0;
    text-align: center;
}

/* Rentals */

.rental_listings {

}

.rental_listings .listing {
    padding: 15px 0;
}

.rental_listings .listing .image {
    width: 160px;
    height: 120px;
    padding: 0 10px;
    text-align: center;
    float: left;
}

.rental_listings .listing .summary {
    float: left;
    width: 390px;
}

.rental_listings .listing .summary .title {
    font-weight: bold;
}

.rental_listings .listing .summary .description {

}

.rental_listings .listing .summary .link {

}

.rental_listings .listing .summary .listed_by {
    padding-top: 10px;
    font-size: 10px;
}

.rental_listing {
    padding: 4px 0;
}

.rental_listing .details {
    float: left;
    width: 320px;
}

.rental_listing .details .title {
    font-weight: bold;
    padding-bottom: 10px;
}

.rental_listing .details .description {
    padding-bottom: 10px;
}

.rental_listing .details .listed_by {
    padding-bottom: 10px;
    font-size: 10px;
}

.rental_listing .details .virtual_tour {
    padding-bottom: 10px;
}

.rental_listing .details .price {
    padding-bottom: 10px;
    font-weight: bold;
}

.rental_listing .image {
    float: left;
    width: 250px;
    padding: 0;
    text-align: center;
}


.frmChk {
    display: none;
}

form dl {
    padding: 0;
    margin: 0;
}

form dl dt {
    padding: 0;
    margin: 0;
}

form dl dd {
    padding: 0 0 10px 0;
    margin: 0;
}

dl.event-form dd input[type=text], dl.event-form dd textarea {
    padding: 2px;
    margin: 0;
    border: 1px solid #000;
}

dl.event-form dt#submit-label {
    height: 0;
    line-height: 0;
}

dl.event-form dd input#title, dl.event-form dd input#subtitle, dl.event-form dd textarea#description, dl.event-form dd input#location {
    width: 90%;
}

dl.event-form dd input#start_date, dl.event-form dd input#end_date {
    width: 130px;    
}

dl.event-form dd input#url, dl.event-form dd input#contact_name, dl.event-form dd input#contact_phone, dl.event-form dd input#contact_email {
    width: 50%;
}

.flashMessage {
    font-weight: bold;
    border: 1px solid #00AFF0;
    color: #00AFF0;
    background: #EAF8FE;
    text-align: center;
    padding: 4px;
    font-size: 14px;
    margin-bottom: 15px;
}

.suggestEvent {
    class: clear;
    padding: 6px 4px;
    font-size: 14px;
    margin-top: 20px;
    float: right;
}

/**
 * Hotels
 */
.hotels {
}

.hotels > .hotel {
    border: 1px solid #ccc;
    overflow: auto;
    margin: 0 0 15px 0;
    padding: 10px;
}

.hotels > .hotel:hover {
    background: #F0FAFE;
}

.hotels > .hotel > .photo_map {
    float: left;
    width: 70px;
    text-align: center;
}

.hotels > .hotel > .photo_map > .map > a:link, .hotels > .hotel > .photo_map > .map > a:visited {
    display: block;
    width: 60px;
    text-align: center;
    font-weight: bold;
    color: #0092c8;
    border: 1px solid #01AAE5;
    background: #E3F6FD;
    margin-top: 6px;
    padding: 2px 4px;
    text-decoration: none;
}

.hotels > .hotel > .photo_map > .map > a:hover, .hotels > .hotel > .book > .book_button > a:visited:hover {
    color: #E3F6FD;
    border: 1px solid #01AAE5;
    background: #0092c8;
}

.hotels > .hotel > .photo_map > .map > span {
    display: none;
}

.hotels > .hotel > .info {
    float: left;
    width: 390px;
    margin: 0 10px;
}

.hotels > .hotel > .info > .name {
    font-weight: bold;
    font-size: 16px;
}

.hotels > .hotel > .book {
    float: left;
    width: 70px;
}

.hotels > .hotel > .book > .book_button > a:link, .hotels > .hotel > .book > .book_button > a:visited {
    display: block;
    width: 60px;
    text-align: center;
    font-weight: bold;
    background: #FFFAEA;
    color: #F8801F;
    border: 1px solid #F8801F;
    margin-top: 6px;
    padding: 2px 4px;
    text-decoration: none;
}

.hotels > .hotel > .book > .book_button > a:hover, .hotels > .hotel > .book > .book_button > a:visited:hover {
    background: #F8801F;
    color: #FFFAEA;
    border: 1px solid #F8801F;
}

.hotels > .hotel > .book > .stars {
    background: url(/images/1_star.gif);
    position: relative;
    width: 70px;
    height: 14px;
    margin: 0 0 4px 0;
}

.hotels > .hotel > .book > .stars > .stars_rating {
    background: url(/images/5_stars.gif);
    position: absolute;
    width: 70px;
    height: 14px;
    top: 0;
    left: 0;
}

.hotels > .hotel > .book > .rates {
    width: 60px;
    text-align: center;
    font-size: 9px;
    font-weight: normal;
    color: #0092c8;
    border: 1px solid #01AAE5;
    background: #E3F6FD;
    padding: 4px;
    text-transform: uppercase;
}

.hotels > .hotel > .book > .rates > .lowrate, .hotels > .hotel > .book > .rates > .highrate {
    font-size: 14px;
    font-weight: bold;
}

.hotels > .hotel > .info > .address {

}

.hotels > .hotel > .info > .description {
    padding: 6px 0;
}

.hotels > .hotel > .info > .moreInfo {
    font-size: 13px;
    font-weight: bold;    
}

.hotel > .images {
    width: 150px;
    padding: 10px;
    border: 1px solid #ddd;
    float: right;
    margin: 0 0 15px 15px;
}

.hotel > .images > a:link, .hotel > .images > a:visited {
    display: block;
    text-align: center;
    font-weight: bold;
    color: #0092c8;
    border: 1px solid #01AAE5;
    background: #E3F6FD;
    margin-top: 6px;
    padding: 2px 4px;
    text-decoration: none;
}

.hotel > .images > a:hover, .hotel > .images > a:visited:hover {
    color: #E3F6FD;
    border: 1px solid #01AAE5;
    background: #0092c8;
}

