﻿/* CSS MEYER RESET ------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none; 
}  
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CORE STYLES ------------------------------------------------------ */

body { 
	font: 14px "Times New Roman", Times, serif !important; 
	color: #000; 
}
 
p,li { font-size: 14px; color: #000 !important; }

h1 {
	font: 22px Georgia, "Times New Roman", Times, serif !important;
	padding: 11px 0 9px 0; 
	margin: 0 0 15px 0 !important;
	border: 0 !important;
}

/* #########  HEADER ########## */

#top_wrapper { display: none; }

.container { width: 100% !important; }

#logo { display: none; }
#search_bar{ display: none; }
#btnSearch { display: none; }

/* ############# COB THEME NAV ############### */
#theme_nav { display: none; }
/* #########  MAIN NAV ########## */

#main_nav { display: none; } 


/* #########  FOCAL ########## */

#focal { display: none; }
/* #########  IMG PLACEHOLDER ########## */

#news_container { display: none; }
.news_areas { display: none; }
.news_areas#news_button { display: none; }
.news_areas#news_description { display: none; }
#news_button ul li a:hover { text-decoration: underline; }

/* #########  TOOLS PLACEHOLDER ########## */

#tools_container { display: none; }
#breadcrumb { display: none; }
#tools { display: none; }

/* #########  CONTENT AREA ########## */

#content_wrapper {
	width: 100%;
	background: none;
}

.container#content {

}

.text_block { display: none; }
.text_block_img { display: none; }
.text_block_img img { display: none; }
.text_block_content { display: none; }

/* #########  BUSINESS DIRECTORY STYLES -------------------------- */


/* RESULTS PAGE ----------------- */

/*

#results_table {
	width: 99%;
	margin-left: 8px;
}

#results_table caption {
	color: #002f66;
	text-align: left;
	font: 1.25em Georgia, "Times New Roman", Times, serif;
	margin: 0 6px 15px 0;
}

#results_table th {
	background: #78aec8;
	text-align: left;
	border-top: 3px solid #000;
	border-bottom: 1px solid #959595;
	color: #FFF;
	font: 1.15em Georgia, "Times New Roman", Times, serif;
	padding: 7px;
}

#results_table td {
	border-bottom: 1px solid #78aec8;
	padding: 7px;
	font: 0.75em Verdana, Arial, Helvetica, sans-serif;
}

#results_table th#Business_Name { width: 40%; }
#results_table th#Address { width: 35%; }
#results_table th#Telephone { width: 25%; }

#results_table td a:link, #results_table td a:visited {
	text-decoration: none;
	color: #003e87;
}

#results_table tr.firstRow { background: #FFF; }
#results_table tr.alternateRow{ background: #EDEDED; }

#results_table tr:hover {
    cursor: pointer !important;
	background: #e1e1de !important;
}

.btnPrev {
	position: absolute;
	font: 0.7em Georgia, "Times New Roman", Times, serif;;
	left: 7px;
	top: 45px;
}

.btnNext {
	position: absolute;		
	font: 0.7em Georgia, "Times New Roman", Times, serif;;	
	left: 653px;
	top: 45px;
	color: #FFF;
}

a.btnNext:link, a.btnNext:visited {
	color: #FFF !important;	text-decoration: none;
	display: block;
	padding: 3px 10px;
	
	background: #78aec8;
	width: 65px;
	text-align: center;
	border: 1px solid #001f2f;
	-moz-border-radius-bottomleft: 0.4em;
	-moz-border-radius-bottomright: 0.4em;
	-moz-border-radius-topleft: 0.4em;
	-moz-border-radius-topright: 0.4em;
}

a.btnNext:hover {
	background: url("/SiteCollectionImages/_bgd/bgd_planning_link.png") repeat-x top left;
	color: #FFF !important;
}


a.btnPrev:link, a.btnPrev:visited {
	color: #FFF !important;	text-decoration: none;
	display: block;
	padding: 3px 10px;
	
	background: #78aec8;
	width: 65px;
	text-align: center;
	border: 1px solid #001f2f;
	-moz-border-radius-bottomleft: 0.4em;
	-moz-border-radius-bottomright: 0.4em;
	-moz-border-radius-topleft: 0.4em;
	-moz-border-radius-topright: 0.4em;
}

a.btnPrev:hover {
	background: url("/SiteCollectionImages/_bgd/bgd_planning_link.png") repeat-x top left;
	color: #FFF !important;
}

.bdMainListPaging {
	position: relative;
}

.bdMainListPaging p   
{
    margin: 0 !important;
    padding: 3px 0 10px 7px !important;
}

.bdMainListPaging ul 
{
    position: absolute;
    width: 245px;
    text-align: center;
    left: 190px;
}

.bdMainListPaging ul li 
{
    display: inline; 
    text-align: center;
}

.bdMainListPaging ul li a:link {
    padding: 0 2px;
    width: 15px;
}  */

/* DETAILS PAGE ----------------- */


.left_side {
	float: left;
	width: 485px;
}

.right_side {
	width: 250px;
	float: right;
	background: url("/SiteCollectionImages/_bgd/sticky_note.jpg") no-repeat top;
	min-height: 240px;
}

/*

#directory_contact_information {
	padding: 23px 0 0 35px;
}

#directory_contact_information a:link,#directory_contact_information a:visited,#directory_contact_information a:hover {
	text-decoration: none;
}

#directory_contact_information h2,#directory_contact_information h3 {
	margin: 0 !important;
	padding: 0 !important; 
	color: #002f66 !important;
	font-size: 1em !important;
}

#directory_contact_information p {
	margin: 0 0 0.5em 0 !important;
	padding: 0 !important;
	color: #000 !important;
}

.bdAmenities h2 {
	background: url("/SiteCollectionImages/_bgd/accessible.gif") no-repeat right;
	display: inline;
	padding-right: 40px;
}

.bdContacts ul, .bdContacts ul li {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	color: #000 !important;
}

#map_canvas {
	height: 400px;
	width: 430px;
	float: left; 
	border: 1px solid #000;
	margin: 0 15px 30px 7px;
	background: gold;
}

#route {
	float: right !important;
	width: 280px;
	font: 0.75em Verdana,Helvetica,sans-serif !important;
	position: relative !important;
	top: -440px !important;
	left: 250px;
	height: 400px;
	overflow: auto;
}

#route table { 
	border: none !important;
	float: none !important;
}

#route tr:hover {
	background: #FFF !important;
}

#route table td {
	background: #ece4df !important;
	padding: 10px !important;
}

#route a:link, #route a:visited {

} 


*/








                          
    

/* #########  LEFT COLUMN -------------------------- */

#left_column { display: none; }

/* NAV */

ul#subnav { display: none; }}

#subnav_subset { display: none; }


/* UPCOMING EVENTS */

#upcoming_events { display: none; }


/* MY TRAVEL GUIDE */

#travel_guide { display: none; }

/* WHERE ARE WE? */

h3#where_are_we { display: none; }
.where_are_we { display: none; }
/* #########  RIGHT COLUMN  -------------------------- */

#right_column { display: none; }

/* Features */

.feature_shell { display: none; }

#right_column img { display: none; }

/* #########  CONTENT AREA  -------------------------- */
#content_column { margin: 0 !important; padding: 0 !important; }

/* Content Styles */

#content_column h2, #content_column h3, #content_column h4, #content_column p {	margin: 0 6px 15px 0 !important; }

#content_column h2 { font: 17px Georgia, "Times New Roman", Times, serif !important; }

#content_column h3 { font: 15px Georgia, "Times New Roman", Times, serif !important; }

#content_column p { color: #767575; }

#content_column ul {
	margin: 1em;
	padding: 0 1em;
}

#content_column ul li {
	list-style: disc;
	color: #000; !important;
}

#content_column img {
	border: 1px solid #000 !important;
	margin: 0 0 0.75em 0.75em;
	float: right;
}

#content_column a:link,#content_column a:visited { color: #000 !important;  }
#content_column a:hover { color: #000 !important; }

.home_page_feature_column { display: none; }

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* #########  FOOTER AREA  -------------------------- */

.container#footer { display: none; }


