/* San Diego CSS Master Camron Deen
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }

/* global elements
 * ------------------------------------------------------------------------- */

html  { 
	background: url("../images/bg-body-image.jpg") top repeat-x;
	background-color: #13355a; }

body  { 
	background: url("../images/bg-body-image.jpg") top repeat-x;
	background-color: #13355a;
	
	text-align:center; 
	font:14px/16px Arial, Helvetica, sans-serif; 
	color:#333333; 
	}

p, ul, ol, dl, pre, blockquote	{ margin-bottom:10px; }

blockquote { 
	margin-left: 10px; 
	margin-right: 10px; 
	}

h1 span,h2 span,h3 span	{ display:none; }

a:link,  a:visited { color:#20516F; text-decoration:none; outline:none; }
a:hover,  a:active { color:#555555; text-decoration:underline; outline:none; }


/* Global Classes
 * ------------------------------------------------------------------------- */

div.clear { clear:both; height:.01em; overflow:hidden; }

img.img-left { float:left; margin:2px 12px 12px 0; clear:left; }
img.img-right { float: right; margin: 2px 0 12px 12px; }

/* Main framework
 * ------------------------------------------------------------------------- */

/* photo package div */
#photo_package { position: absolute; width: 428px; height: 228px; top: 110px; left: 50%; margin-left: -400px; }

#wrap { background: url("../images/bg-wrap.gif") left top repeat-y; width:995px; margin:0 auto; text-align:left; }

#masthead { background: url("../images/masthead.jpg") left top no-repeat; height:39px; width:995px; }

#graphic-divider { background: url("../images/graphic-divider.jpg") left top no-repeat; height:71px; width:995px; }

#content-container { float:left; background: url("../images/bg-wrap.gif") left top repeat-y; width:995px; }

#logo-san-diego { background: url("../images/logo-san-diego.jpg") left top no-repeat; height:368px; width:366px; float:left;  }

#logo-lajolla { background: url("../images/logo-san-diego.jpg") left top no-repeat; height:368px; width:366px; float:left;  }

#logo-lajolla-sub { background: url("../images/logo-san-diego.jpg") left top no-repeat; height:368px; width:366px; float:left;  }

#logo-coronado { background: url("../images/logo-coronado.jpg") left top no-repeat; height:368px; width:366px; float:left; }

#logo-coronado-sub { background: url("../images/logo-coronado-sub.jpg") left top no-repeat; height:368px; width:366px; float:left; }

#logo-carlsbad { background: url("../images/logo-carlsbad.jpg") left top no-repeat; height:368px; width:366px; float:left; }

#logo-carlsbad-sub { background: url("../images/logo-carlsbad-sub.jpg") left top no-repeat; height:368px; width:366px; float:left; }

#top-container { float:left; width:995px; }

#video-pod { background-color:#ffffff; float:left;  width:405px; }
     #video-top { background: url("../images/video-top.jpg") left top no-repeat; height:51px; width:405px;  float:left; }
     #video-btm  { background: url("../images/video-btm.jpg") left top no-repeat; height:34px; width:405px;  float:left; }

#video {  background-color:#000; width:405px; height:283px; float:left; }

#column-left { float:left; width:224px; }

#content-left { padding:0 10px 0 20px; }

#column-right { background: url("../images/bg-column-right.jpg") 1px top no-repeat; float:left; width:770px; }
#column-right_blog { float:left; width:770px; }

#content-right { padding: 10px 40px 10px 50px; font-family:"Times New Roman", Times, serif; font-size:16px; }

#content-right h1	{ font-family:"Times New Roman", Times, serif; font-size:20px; color:#353535; padding-bottom:10px; }
#content-right h2	{ font-family:"Times New Roman", Times, serif; font-size:18px; color:#003164; }
#content-right h3	{ font-family:"Times New Roman", Times, serif; font-size:18px; color:#003164; }

#content-right_blog { padding: 25px 40px 10px 50px; font-family: Georgia, "Times New Roman", Times, serif; font-size:12px; line-height: 18px; }

#content-right_blog h1	{ font-family:Georgia, "Times New Roman", Times, serif; font-size:23px; color:#353535; padding-bottom:22px; }
#content-right_blog h2	{ font-family:Georgia, "Times New Roman", Times, serif; font-size:16px; color:#003164; padding-bottom: 0px;  }
#content-right_blog h3	{ font-family:Georgia, "Times New Roman", Times, serif; font-size:16px; color:#003164; }
	#content-right_blog .date { font-size: 11px; color: #888888; }
	#content-right_blog .article, .comment-body { border-width: 0px 0px 1px 0px; border-style: solid; padding: 0px 0px 10px 0px; margin: 0px 0px 10px 0px; }
	

#sitemap ul, #sitemap p { padding: 5px 15px 1em; margin-left: -5px; }

#sitemap ul { margin-bottom: 1em }
#sitemap ul ul { margin-bottom: 0;  }
#sitemap ul ul ul { border-bottom: none; margin-bottom: 0; }
#sitemap ul li ul li { background: url("../images/list-style.jpg") no-repeat 0 6px; }

#page-footer { width:995px; height:0px; clear:both; overflow:hidden; }


/* Footer
 * ------------------------------------------------------------------------- */
 
#footer {  background: url("../images/footer.gif") left top no-repeat; width:995px; text-align:center; margin:0 auto; }
#footer a:link, #footer a:visited { text-decoration:none; color:#FFF; }
#footer p { text-decoration:none; color:#FFF; font-size:12px; padding-left:10px; }
#footer p.number { color:#FFF; font-size:1.4em; padding-left:6px; }
#footer a:hover, #footer a:active { text-decoration:underline; color:#FFF; }

#footer ul.footer { padding:40px 0 10px 0; font-size:1.0em; font-family:Arial, Helvetica, sans-serif; }
#footer li { padding: 0 5px 0 7px; display:inline; border-left: 1px solid #FFF; }
#footer li.first { border: none; }


/* Horozontal MAIN NAVIGATION Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background: url("../images/nav.jpg") left top no-repeat; 
	width:995px; 
	height:36px; 
	margin:0; 
	padding:0;
	}

#nav span { display: none; }

#nav li, #nav a { height:36px; display: block; }

#nav li { float: left; list-style: none; _display: inline; }

#nav-01 { width: 101px; margin-left: 41px; }
#nav-02 { width: 197px; }
#nav-03 { width: 153px; }
#nav-04 { width: 160px; }
#nav-05 { width: 155px; }
#nav-06 { width: 180px; }

#nav-01 a:hover { background: transparent url("../images/nav.jpg") -41px -36px no-repeat; }
#nav-02 a:hover { background: transparent url("../images/nav.jpg") -142px -36px no-repeat; }
#nav-03 a:hover { background: transparent url("../images/nav.jpg") -339px -36px no-repeat; }
#nav-04 a:hover { background: transparent url("../images/nav.jpg") -492px -36px no-repeat; }
#nav-05 a:hover { background: transparent url("../images/nav.jpg") -652px -36px no-repeat; }
#nav-06 a:hover { background: transparent url("../images/nav.jpg") -807px -36px no-repeat; }

/* --- son of suckerfish: horizontal sprite nav */
#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px; /* Fixes one px spacing for border-right in FF */
	background-color:#f66801;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	margin-left:0;
	z-index: 99;
}

#nav li ul li { 
	height:25px; /* Height of each drop down nav item */
	border:1px solid #fd8901;
	border-top:none;
}	

#nav li ul li a {
	width:100%;
	height:25px;	/* Height of each drop down nav item, should match above */
	line-height:25px;	 /* Height of each drop down nav item again, should match above */
}

#nav li ul li a span {
	display:block;

	padding: 5px 0 0px 13px;
	color:#FFF;
}
#nav li ul li a:hover span, #nav li ul li a:active span {
    color:#FFF;
}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#FFF;
	text-decoration:none;
}

#nav li:hover ul, #nav li.sfHover ul {
	left: auto;
}
#nav li:hover, #nav li.sfHover { /* fixes son of suckerfish bug in IE7 */
	position: static;
}

/** Support for the "iehover-fix.js" **/
#nav iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

/* Hover styles for drop down items */
#nav-03 ul a:hover, #nav-04 ul a:hover, #nav-05 ul a:hover { 
	background-image:none;
	background-color:#fdc202;
	color:#FFF;
	text-decoration:none;
}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-03 ul, #nav-03 li { width:153px; }		
#nav-04 ul, #nav-04 li { width:163px; }
#nav-05 ul, #nav-05 li { width:152px; }


/* Vertical Sprite Nav
 * ------------------------------------------------------------------------- */

#locations {
	background:url("../images/nav-information.jpg") top left no-repeat;					
	width:224px;		/* Width of buttons, not entite image (or half of entire image) */
	height:368px;		/* Height of entire image */
	margin:0;
	padding:0;
    float:left;
	}
	
#locations_blog {
	background:url("../images/nav-information_blog.jpg") top left no-repeat;					
	width:224px;		/* Width of buttons, not entite image (or half of entire image) */
	height:328px;		/* Height of entire image */
	margin:0;
	padding:0;
    float:left;
}
	
#locations span, #locations_blog span { display: none; }

#locations ul { padding:147px 0 0 10px; }
#locations_blog ul { padding:127px 0 0 10px; }
#locations ul li, #locations_blog ul li { font-family:Arial, Helvetica, sans-serif; font-size:24px; color:#ff0024; padding:3px 0 10px 0; font-weight:bold; }

#locations ul li a:link, #locations ul li a:visited, #locations_blog ul li a:link, #locations_blog ul li a:visited { color:#ff0024; text-decoration:none; outline:none; }
#locations ul li a:hover, #locations ul li a:active, #locations_blog ul li a:hover, #locations_blog ul li a:active { color:#ffffff; text-decoration:none; outline:none; }

/* Vertical Sprite Nav
 * ------------------------------------------------------------------------- */

#services {
	background:url("../images/services-nav.jpg") top left no-repeat;					
	width:224px;		/* Width of buttons, not entite image (or half of entire image) */
	height:223px;		/* Height of entire image */
	margin:0;
	padding:0;
    float:left;
	}

#services ul { padding:7px 0 0 20px; }
#services ul li { font-family:Arial, Helvetica, sans-serif; font-size:24px; color:#ffffff; padding:0 0 23px 0; font-weight:bold; }
#services ul li a:link, #services ul li a:visited { color:#ffffff; text-decoration:none; outline:none; }
#services ul li a:hover, #services ul li a:active { color:#ffbb00; text-decoration:none; outline:none; }


/* SDBKT Logos
 * ------------------------------------------------------------------------- */
#logo { width:366px; height:368px; float: left;} 
/* La Jolla Logo */
#la_jolla_california #logo { background: url("../images/logo-lajolla.jpg") left top no-repeat; height:368px; width:517px; }
#garibaldi #logo { background: url("../images/logo-lajolla.jpg") left top no-repeat; height:368px; width:517px; }
#san_diego_attractions #logo { background: url("../images/logo-lajolla.jpg") left top no-repeat; height:368px; width:517px; }
#san_diego_restaurants #logo { background: url("../images/logo-lajolla.jpg") left top no-repeat; height:368px; width:517px; }
#links #logo { background: url("../images/logo-lajolla.jpg") left top no-repeat; height:368px; width:517px; }
#san_diego_hotels #logo { background: url("../images/logo-lajolla.jpg") left top no-repeat; height:368px; width:517px; }

/* Coronado Logo */
#Coronado_California #logo { background: url("../images/logo-coronado.jpg") left top no-repeat; height:368px; width:517px; }

#downtown_san_diego #logo { background: url("../images/logo-coronado.jpg") left top no-repeat; height:368px; width:517px; }
#hotel_del_coronado #logo { background: url("../images/logo-coronado.jpg") left top no-repeat; height:368px; width:517px; }
#silver_strand #logo { background: url("../images/logo-coronado.jpg") left top no-repeat; height:368px; width:517px; }
#ferry_landing #logo { background: url("../images/logo-coronado.jpg") left top no-repeat; height:368px; width:517px; }
#coronado_island #logo { background: url("../images/logo-coronado.jpg") left top no-repeat; height:368px; width:517px; }
#orange_avenue #logo { background: url("../images/logo-coronado.jpg") left top no-repeat; height:368px; width:517px; }
#coronado_history #logo { background: url("../images/logo-coronado.jpg") left top no-repeat; height:368px; width:517px; }
#coronado_bike_tour #logo { background: url("../images/logo-coronado.jpg") left top no-repeat; height:368px; width:517px; }
#downtown_san_diego #logo { background: url("../images/logo-coronado.jpg") left top no-repeat; height:368px; width:517px; }
#petco_park #logo { background: url("../images/logo-coronado.jpg") left top no-repeat; height:368px; width:517px; }
#embarcadero #logo { background: url("../images/logo-coronado.jpg") left top no-repeat; height:368px; width:517px; }
#sea_port_village #logo { background: url("../images/logo-coronado.jpg") left top no-repeat; height:368px; width:517px; }
#gaslamp #logo { background: url("../images/logo-coronado.jpg") left top no-repeat; height:368px; width:517px; }
#uss_midway #logo { background: url("../images/logo-coronado.jpg") left top no-repeat; height:368px; width:517px; }
#coronado_bridge #logo { background: url("../images/coronado/coronado_bridge_header.html") left top no-repeat; height:368px; width:517px; }
#balboa_park #logo { background: url("../images/logo-coronado.jpg") left top no-repeat; height:368px; width:517px; }
#maritime_museum #logo { background: url("../images/logo-coronado.jpg") left top no-repeat; height:368px; width:517px; }
#hotel_del_coronado #logo { background: url("../images/logo-coronado.jpg") left top no-repeat; height:368px; width:517px; }
#silver_strand #logo { background: url("../images/logo-coronado.jpg") left top no-repeat; height:368px; width:517px; }
#ferry_landing #logo { background: url("../images/logo-coronado.jpg") left top no-repeat; height:368px; width:517px; }
#coronado_island #logo { background: url("../images/logo-coronado.jpg") left top no-repeat; height:368px; width:517px; }
#orange_ave #logo { background: url("../images/logo-coronado.jpg") left top no-repeat; height:368px; width:517px; }
#coronado_history #logo { background: url("../images/logo-coronado.jpg") left top no-repeat; height:368px; width:517px; }
#coronado_bike_tour #logo { background: url("../images/logo-coronado.jpg") left top no-repeat; height:368px; width:517px; }
#downtown_san_diego #logo { background: url("../images/logo-coronado.jpg") left top no-repeat; height:368px; width:517px; }
#petco_park #logo { background: url("../images/logo-coronado.jpg") left top no-repeat; height:368px; width:517px; }
#embarcadero #logo { background: url("../images/logo-coronado.jpg") left top no-repeat; height:368px; width:517px; }
#sea_port_village #logo { background: url("../images/logo-coronado.jpg") left top no-repeat; height:368px; width:517px; }
#gaslamp #logo { background: url("../images/logo-coronado.jpg") left top no-repeat; height:368px; width:517px; }
#uss_midway #logo { background: url("../images/logo-coronado.jpg") left top no-repeat; height:368px; width:517px; }
#balboa_park #logo { background: url("../images/logo-coronado.jpg") left top no-repeat; height:368px; width:517px; }
#maritime_museum #logo { background: url("../images/logo-coronado.jpg") left top no-repeat; height:368px; width:517px; }

/* Carlsbad Logo */
#Carlsbad_California #logo { background: url("../images/logo-carlsbad.jpg") left top no-repeat; height:368px; width:517px;  }
#carlsbad #logo { background: url("../images/logo-carlsbad.jpg") left top no-repeat; height:368px; width:517px;  }
#carlsbad_bike_rentals #logo { background: url("../images/logo-carlsbad.jpg") left top no-repeat; height:368px; width:517px;  }

/*
#pacific_beach #logo { background: url("../images/logo-pacific-beach.jpg") left top no-repeat; height:368px; width:517px;  }

#downtown_san_diego #logo { background: url("../images/logo-downtown.jpg") left top no-repeat; height:368px; width:517px;  }
*/



/* SDBKT Sub Page Picture Frame Images
 * ------------------------------------------------------------------------- */

#pictureframe { width:405px; height:283px; float:left;  } /* sets parameters */

	#1 #pictureframe { background: url("../images/7_caves_lajolla.jpg"); }       
        #clear-bottom-kayak-tour #pictureframe { background: url("../images/fomat/clear-bottom-kayaks.jpg") left top no-repeat; margin-left:2px; }
        #Carlsbad_California #pictureframe { background: url("../images/carlsbad-california.jpg") left top no-repeat; margin-left:2px; }
        #carlsbad #pictureframe { background: url("../images/carlsbad.jpg") left top no-repeat; margin-left:2px; }
     #carlsbad_kayak_rentals #pictureframe { background: url("../images/carlsbad-california.jpg") left top no-repeat; margin-left:2px; }
        #carlsbad_bike_rentals #pictureframe { background: url("../images/carlsbad.jpg") left top no-repeat; margin-left:2px; }
        #carlsbad_kayak_tour #pictureframe { background: url("../images/carlsbad-california.jpg") left top no-repeat; margin-left:2px; }
        #carlsbad_seasonal_tours #pictureframe { background: url("../images/carlsbad.jpg") left top no-repeat; margin-left:2px; }
        #carlsbad_sunset_tour #pictureframe { background: url("../images/carlsbad-california.jpg") left top no-repeat; margin-left:2px; }
	#la_jolla_sea_caves #pictureframe { background: url("../images/7_caves_lajolla.jpg") left top no-repeat; margin-left:2px; }
	#ecological_reserve #pictureframe { background: url("../images/generic/LaJollaCanyon_kayakmap.jpg") left top no-repeat; margin-left:2px; }
	#guitarfish #pictureframe { background: url("../images/fish/shovel_nose-guitarfish.jpg") left top no-repeat; margin-left:2px; }
	#dolphin #pictureframe { background: url("../images/fish/dolphin_big.jpg") left top no-repeat; margin-left:2px; }
	#la_jolla_california #pictureframe { background: url("../images/la_jolla/la_jolla_california.jpg") left top no-repeat; margin-left:2px; }
        #lajolla #pictureframe { background: url("../images/la_jolla/La-jolla-kayak-shop.jpg") left top no-repeat; margin-left:2px; }
	#la_jolla_shores #pictureframe { background: url("../images/fomat/la_jolla_shores_top_photo.jpg") left top no-repeat; margin-left:2px; }
	#windansea #pictureframe { background: url("../images/generic/secret_spot_anon1.jpg") left top no-repeat; margin-left:2px; }
	#kayak_tour #pictureframe { background: url("../images/fomat/la_jolla_kayak_home_page.jpg") left top no-repeat; margin-left:2px; }
	#sunset_tours #pictureframe { background: url("../images/fomat/kayak_sunset.jpg") left top no-repeat; margin-left:2px; }
	#la_jolla_history #pictureframe { background: url("../images/la_jolla/la_jolla_cove_new.jpg") left top no-repeat; margin-left:2px; }
	#downtown_la_jolla #pictureframe { background: url("../images/la_jolla/la_jolla_view.jpg") left top no-repeat; margin-left:2px; }
	#san_diego_restaurants #pictureframe { background: url("../images/fomat/restaurants/georges_ad.jpg") left top no-repeat; margin-left:2px; }
	#pacific_beach #pictureframe { background: url("../images/generic/pbpht1.jpg") left top no-repeat; margin-left:2px; }
	#beach_rentals #pictureframe { background: url("../images/fomat/rental/snorkel_gear_header.jpg") left top no-repeat; margin-left:2px; }
	#tour_guide #pictureframe { background: url("../images/fomat/kayak_rentals_shores.jpg") left top no-repeat; margin-left:2px; }
	#mission_beach #pictureframe { background: url("../images/mission_beach/IMG_2218.jpg") left top no-repeat; margin-left:2px; }
	#garnet_avenue #pictureframe { background: url("../images/garnet_ave/garnet_ave.jpg") left top no-repeat; margin-left:2px; }
	#p_b_boardwalk #pictureframe { background: url("../images/pacific_beach/couple_pacific-beach.jpg") left top no-repeat; margin-left:2px; }
	#p_b_history #pictureframe { background: url("../images/garnet_ave/garnet_ave.jpg") left top no-repeat; margin-left:2px; }
	#downtown_san_diego #pictureframe { background: url("../images/downtown_san_diego/downtown_san_diego_header.jpg") left top no-repeat; margin-left:2px; }
	#gaslamp #pictureframe { background: url("../images/downtown_san_diego/downtown_night_lights.jpg") left top no-repeat; margin-left:2px; }
	#embarcadero #pictureframe { background: url("../images/downtown_san_diego/embarcadero_san_diego.jpg") left top no-repeat; margin-left:2px; }
	#petco_park #pictureframe { background: url("../images/downtown_san_diego/statium/san_diego_baseball.jpg") left top no-repeat; margin-left:2px; }
	#balboa_park #pictureframe { background: url("../images/downtown_san_diego/balboa_park/balboa_park_header.jpg") left top no-repeat; margin-left:2px; }
	#packages #pictureframe { background: url("../images/fomat/kayak_rentals_shores.jpg") left top no-repeat; margin-left:2px; }
	#belmont_park #pictureframe { background: url("../images/fomat/kayak_rentals_shores.jpg") left top no-repeat; margin-left:2px; }
	#travel_tours #pictureframe { background: url("../images/adventure_travel/travel_adventure.jpg") left top no-repeat; margin-left:2px; }
	#clam_cave #pictureframe { background: url("../images/la_jolla_caves/The_Clam.jpg") left top no-repeat; margin-left:2px; }
	#sunny_jim_cave #pictureframe { background: url("../images/la_jolla_caves/sunny_jims_steps.jpg") left top no-repeat; margin-left:2px; }
	#arch_cave #pictureframe { background: url("../images/la_jolla_caves/cave_inside.png") left top no-repeat; margin-left:2px; }
	#white_lady_cave #pictureframe { background: url("../images/la_jolla_caves/white_lady_header.jpg") left top no-repeat; margin-left:2px; }
	#la_jolla_cave_history #pictureframe { background: url("../images/la_jolla_caves/la_jolla_history_header.jpg") left top no-repeat; margin-left:2px; }
	#how_caves_form #pictureframe { background: url("../images/la_jolla_caves/sea_cave_formation.jpg") left top no-repeat; margin-left:2px; }
	#sea_port_village #pictureframe { background: url("../images/downtown_san_diego/sea_port_village.jpg") left top no-repeat; margin-left:2px; }
	#hotel_del_coronado #pictureframe { background: url("../images/coronado/hotel_del_San_diego.jpg") left top no-repeat; margin-left:2px; }
	#silver_strand #pictureframe { background: url("../images/coronado/silver_strand_head.jpg") left top no-repeat; margin-left:2px; }
	#ferry_landing #pictureframe { background: url("../images/downtown_san_diego/San_diego_bike_Tour.jpg") left top no-repeat; margin-left:2px; }
	#maritime_museum #pictureframe { background: url("../images/downtown_san_diego/maritime/maritime_header.jpg") left top no-repeat; margin-left:2px; }
	#uss_midway #pictureframe { background: url("../images/downtown_san_diego/maritime/midway/midway_header.jpg") left top no-repeat; margin-left:2px; }
	#coronado_island #pictureframe { background: url("../images/coronado/coronado_bridge_header.jpg") left top no-repeat; margin-left:2px; }
        #coronado_bridge #pictureframe { background: url("../images/coronado/coronado_bridge_header.jpg") left top no-repeat; margin-left:2px; }
	#orange_avenue #pictureframe { background: url("../images/coronado/orange_tree_coronado.jpg") left top no-repeat; margin-left:2px; }
	#family #pictureframe { background: url("../images/fomat/la_jolla_kayak_home_page.jpg") left top no-repeat; margin-left:2px; }
	#garibaldi #pictureframe { background: url("../images/fish/garibaldi_big.jpg") left top no-repeat; margin-left:2px; }
	#rentals #pictureframe { background: url("../fomat/la-jolla-kayak-rentals-head.jpg") left top no-repeat; margin-left:2px; }
	#downtown_bike_tour_san_diego #pictureframe { background: url("../images/downtown_san_diego/sunset_downtown.jpg") left top no-repeat; margin-left:2px; }
        #black_mountain_bike_tour #pictureframe { background: url("../images/fomat/black-mountain-bike-tour.jpg") left top no-repeat; margin-left:2px; }

	#whale_watching #pictureframe { background: url("../images/fish/whale_tailend.jpg") left top no-repeat; margin-left:2px; }
	#leopard_shark_encounter #pictureframe { background: url("../images/fish/leopard-shark-encounter-log.jpg") left top no-repeat; margin-left:2px; }
	#leopard_sharks #pictureframe { background: url("../images/fish/leopard-shark-encounter-log.jpg") left top no-repeat; margin-left:2px; }
	#kayak_surfing #pictureframe { background: url("../images/kayak/kayak_surfing_la_jolla2.jpg") left top no-repeat; margin-left:2px; }
	#kayak_rentals #pictureframe { background: url("../images/fomat/kayak_rentals_shores.jpg") left top no-repeat; margin-left:2px; }
	#bike_rentals #pictureframe { background: url("../images/bike/bike_rentals_san_diego.jpg") left top no-repeat; margin-left:2px; }
	#shuttle_service #pictureframe { background: url("../images/fomat/la_jolla_kayak_home_page.jpg") left top no-repeat; margin-left:2px; }
	#hotel_delivery #pictureframe { background: url("../images/fomat/hotel_delivery_pb.jpg") left top no-repeat; margin-left:2px; }
	#paddle_for_the_grade #pictureframe { background: url("../images/fomat/la_jolla_kayak_home_page.jpg") left top no-repeat; margin-left:2px; }
	#gift_certificates #pictureframe { background: url("../images/bike/bike_mt_soledad.jpg") left top no-repeat; margin-left:2px; }
	#kayak_snorkel_tour #pictureframe { background: url("../images/snorkel/marcella_snorkeling_la_joll.jpg") left top no-repeat; margin-left:2px; }
	#kelp_forest #pictureframe { background: url("../images/fomat/peter_kelp.jpg") left top no-repeat; margin-left:2px; }
	#sea_lions #pictureframe { background: url("../images/fish/sea_lion_swims.jpg") left top no-repeat; margin-left:2px; }
	#half_day_bike_kayak #pictureframe { background: url("../images/fomat/half_day_bike_kayak_intro_2.jpg") left top no-repeat; margin-left:2px; }
	#freefall_bike_tour #pictureframe { background: url("../images/bike/la-jolla-cross-pic.jpg") left top no-repeat; margin-left:2px; }
	#coronado_bike_tour #pictureframe { background: url("../images/coronado/coronado_night.jpg") left top no-repeat; margin-left:2px; }
	#coronado_history #pictureframe { background: url("../images/coronado/hotel_del_blackwhite.jpg") left top no-repeat; margin-left:2px; }
	#la_jolla_kayak_tour #pictureframe { background: url("../images/kayak-tour-pictureframe.jpg") left top no-repeat; margin-left:2px; }
	#mount_soledad #pictureframe { background: url("../images/fomat/the_cross_mt_soledad.jpg") left top no-repeat; margin-left:2px; }
	#crystal_pier #pictureframe { background: url("../images/fomat/crystal-pier-header.jpg") left top no-repeat; margin-left:2px; }
	#mission_bay #pictureframe { background: url("../images/generic/mission_bay.jpg") left top no-repeat; margin-left:2px; }
	#childrens_pool #pictureframe { background: url("../images/fomat/childerens_pool_new.jpg") left top no-repeat; margin-left:2px; }
	#la_jolla_cove #pictureframe { background: url("../images/generic/la_jolla_cove.jpg") left top no-repeat; margin-left:2px; }
	#snorkeling_tours #pictureframe { background: url("../images/snorkel/marcella_snorkeling_la_joll.jpg") left top no-repeat; margin-left:2px; }
        #snorkeling #pictureframe { background: url("../images/fomat/la-jolla-snorkeling-header.jpg") left top no-repeat; margin-left:2px; }
	#la_jolla_cave_store #pictureframe { background: url("../images/generic/sunny_jim_cave.jpg") left top no-repeat; margin-left:2px; }
	#coastal_leisure_ride #pictureframe { background: url("../images/bike/copy_bike_group_backs.jpg") left top no-repeat; margin-left:2px; }
	#contact_us #pictureframe { background: url("../images/fomat/la_jolla_kayak_home_page.jpg") left top no-repeat; margin-left:2px; }
	#links #pictureframe { background: url("../images/fomat/kayak_rentals_shores.jpg") left top no-repeat; margin-left:2px; }
	#group #pictureframe { background: url("../images/fomat/bike_group_in_san_diego_2.jpg") left top no-repeat; margin-left:2px; }
	#july_4th_kayak #pictureframe { background: url("../images/generic/july_4th_la_jolla.jpg") left top no-repeat; margin-left:2px; }
	#team_building #pictureframe { background: url("../images/fomat/la_jolla_kayak_home_page.jpg") left top no-repeat; margin-left:2px; }
	#san_diego_attractions #pictureframe { background: url("../images/fomat/attractions/san-diego-sunset-2.jpg") left top no-repeat; margin-left:2px; }
	#site_map #pictureframe { background: url("../images/fomat/la_jolla_kayak_home_page.jpg") left top no-repeat; margin-left:2px; }
	#charity_events #pictureframe { background: url("../images/fomat/charity_san_diego.jpg") left top no-repeat; margin-left:2px; }
	#fathers_day #pictureframe { background: url("../images/special_events/fathers_day_san_diego_heade.jpg") left top no-repeat; margin-left:2px; }
	#gifts_souviners #pictureframe { background: url("../images/fomat/kayak_rentals_shores.jpg") left top no-repeat; margin-left:2px; }
	#mothers_day #pictureframe { background: url("../images/special_events/san_diego_mothers_day.jpg") left top no-repeat; margin-left:2px; }
	#specials_coupons #pictureframe { background: url("../images/coupons/la_jolla_kayaking_coupons.jpg") left top no-repeat; margin-left:2px; }
	#valentines_day #pictureframe { background: url("../images/special_events/san_diego_valenitne_day_.jpg") left top no-repeat; margin-left:2px; }
	#channel_islands #pictureframe { background: url("../images/adventure_travel/channel_islands_header.jpg") left top no-repeat; margin-left:2px; }
	#galapagos_island #pictureframe { background: url("../images/adventure_travel/galapagos_turtle.jpg") left top no-repeat; margin-left:2px; }
	#grand_canyon #pictureframe { background: url("../images/adventure_travel/grand_canyon.jpg") left top no-repeat; margin-left:2px; }
	#la_paz_mexico #pictureframe { background: url("../images/adventure_travel/la_paz_mexcio_header.jpg") left top no-repeat; margin-left:2px; }
	#lake_tahoe #pictureframe { background: url("../images/adventure_travel/lake_tahoe_header.jpg") left top no-repeat; margin-left:2px; }
	#napa_valley #pictureframe { background: url("../images/adventure_travel/napa_valley_header.jpg") left top no-repeat; margin-left:2px; }
	#san_francisco #pictureframe { background: url("../images/adventure_travel/san_francisco_bridge.jpg") left top no-repeat; margin-left:2px; }
	#witsunday_islands #pictureframe { background: url("../images/adventure_travel/witsundays_islands.jpg") left top no-repeat; margin-left:2px; }
	#why_choose_bike_kayak_tours #pictureframe { background: url("../images/fomat/la_jolla_kayak_home_page.jpg") left top no-repeat; margin-left:2px; }
	#cancellation_policy #pictureframe { background: url("../images/fomat/la_jolla_kayak_home_page.jpg") left top no-repeat; margin-left:2px; }
	#pricing #pictureframe { background: url("../images/fomat/kayak_rentals_shores.jpg") left top no-repeat; margin-left:2px; }
	#privacy_policy #pictureframe { background: url("../images/fomat/kayak_rentals_shores.jpg") left top no-repeat; margin-left:2px; }
	#directions #pictureframe { background: url("../images/fomat/la_jolla_kayak_home_page.jpg") left top no-repeat; margin-left:2px; }
	#tour_schedule #pictureframe { background: url("../images/fomat/la_jolla_kayak_home_page.jpg") left top no-repeat; margin-left:2px; }
	#bike_tours #pictureframe { background: url("../images/fomat/Mt-soledad.jpg") left top no-repeat; margin-left:2px; }
	#last_minute_specials #pictureframe { background: url("../images/fomat/la_jolla_kayak_home_page.jpg") left top no-repeat; margin-left:2px; }
	#san_diego_hotels #pictureframe { background: url("../images/fomat/la_jolla_kayak_home_page.jpg") left top no-repeat; margin-left:2px; }
	#reservations #pictureframe { background: url("../images/fomat/la_jolla_kayak_home_page.jpg") left top no-repeat; margin-left:2px; }
        #Coronado_California #pictureframe { background: url("../images/coronado/coronado_bridge_header.jpg") left top no-repeat; margin-left:2px; }
        #coronado #pictureframe { background: url("../images/fomat/coronado-bike-kayak.jpg") left top no-repeat; margin-left:2px; }
        #san_diego_links #pictureframe { background: url("../images/fomat/attractions/san-diego-sunset-2.jpg") left top no-repeat; margin-left:2px; }
        #about_us #pictureframe { background: url("../images/kayak/md_in_kelp_beds.jpg") left top no-repeat; margin-left:2px; }

#titlegraphic { width:517px; height:200px; margin-top:260px;  }
       #bike_tours #titlegraphic { background: url("/assets/images/fomat/bike-tour-discount-title.png") left top no-repeat; margin-left:65px; }
       #carlsbad  #titlegraphic { background: url("../images/fomat/carlsbad-titles.png") left top no-repeat; margin-left:65px; }
       #lajolla  #titlegraphic { background: url("../images/fomat/main-kayak-title.png") left top no-repeat; margin-left:65px; }
       #la_jolla_sea_caves  #titlegraphic { background: url("../images/la_jolla_caves_title.png") left top no-repeat; margin-left:110px; }
       #ecological_reserve  #titlegraphic { background: url("../images/fomat/ecological_reserve_title.png") left top no-repeat; margin-left:40px; }
       #guitarfish  #titlegraphic { background: url("../images/fomat/guitar_fish_title.png") left top no-repeat; margin-left:100px; }
       #dolphin  #titlegraphic { background: url("../images/fomat/dolphin_la_jolla.png") left top no-repeat; margin-left:40px; }
       /* #la_jolla_california  #titlegraphic { background: url("../images/la_jolla/la_jolla_california_title.png") left top no-repeat; margin-left:100px; } */
       #la_jolla_shores  #titlegraphic { background: url("../images/la_jolla/la_jolla_shores_logo.png") left top no-repeat; margin-left:100px; }
       #windansea  #titlegraphic { background: url("../images/la_jolla/windansea_logo.png") left top no-repeat; margin-left:90px; }
       #kayak_tour  #titlegraphic { background: url("../images/fomat/kayak_tours_title.png") left top no-repeat; margin-left:90px; }
       #sunset_tours  #titlegraphic { background: url("../images/fomat/sunset_kayak_tours.png") left top no-repeat; margin-left:40px; }
       #la_jolla_history  #titlegraphic { background: url("../images/la_jolla/la_jolla_history_title.png") left top no-repeat; margin-left:100px; }
       #downtown_la_jolla  #titlegraphic { background: url("../images/la_jolla/downtown_la_jolla_title.png") left top no-repeat; margin-left:100px; }
       #san_diego_restaurants  #titlegraphic { background: url("../images/fomat/restaurant_logo.png") left top no-repeat; margin-left:80px; }
       #pacific_beach  #titlegraphic { background: url("../images/fomat/pb_logo.jpg") left top no-repeat; margin-left:90px; }
       #beach_rentals  #titlegraphic { background: url("../images/fomat/rentals_title.png") left top no-repeat; margin-left:90px; }
       #tour_guide  #titlegraphic { background: url("../images/downtown_san_diego/tour_guides/titlesdbkt.png") left top no-repeat; margin-left:120px; }
       #mission_beach  #titlegraphic { background: url("../images/mission_beach/mission_beach_logo.png") left top no-repeat; margin-left:100px; }
       #garnet_avenue  #titlegraphic { background: url("../images/garnet_ave/garnet_title.png") left top no-repeat; margin-left:80px; }
       #p_b_boardwalk  #titlegraphic { background: url("../images/pacific_beach/boardwalk-pb.png") left top no-repeat; margin-left:100px; }
       #p_b_history  #titlegraphic { background: url("../images/fomat/pb_logo.jpg") left top no-repeat; margin-left:100px; }
       #downtown_san_diego  #titlegraphic { background: url("../images/downtown_san_diego/downtown_title.png") left top no-repeat; margin-left:80px; }
       #gaslamp  #titlegraphic { background: url("../images/downtown_san_diego/gaslamp-logo.png") left top no-repeat; margin-left:70px; }
       #embarcadero  #titlegraphic { background: url("../images/downtown_san_diego/embarcadero_title.png") left top no-repeat; margin-left:70px; }
       #petco_park  #titlegraphic { background: url("../images/downtown_san_diego/statium/petco_park_san_diego.png") left top no-repeat; margin-left:50px; }
      #balboa_park  #titlegraphic { background: url("../images/downtown_san_diego/balboa_park/balboa_park_title.png") left top no-repeat; margin-left:40px; }
       #packages  #titlegraphic { background: url("../images/special_events/packages.png") left top no-repeat; margin-left:110px; }
       #belmont_park  #titlegraphic { background: url("../images/roller_coaster/belmont_park_logo.jpg") left top no-repeat; margin-left:100px; }
       #travel_tours  #titlegraphic { background: url("../images/adventure_travel/adventure_travel_logo.png") left top no-repeat; margin-left:90px; }
       #clam_cave  #titlegraphic { background: url("../images/la_jolla_caves/clam_cave.png") left top no-repeat; margin-left:70px; }
       #sunny_jim_cave  #titlegraphic { background: url("../images/coronado/sunny_jim_logo.png") left top no-repeat; margin-left:110px; }
       #arch_cave  #titlegraphic { background: url("../images/la_jolla_caves/arch_cave.png") left top no-repeat; margin-left:90px; }
       #white_lady_cave  #titlegraphic { background: url("../images/la_jolla_caves/white_lady_cave.png") left top no-repeat; margin-left:90px; }
       #la_jolla_cave_history  #titlegraphic { background: url("../images/la_jolla_caves/la_jolla_cave_history.png") left top no-repeat; margin-left:90px; }
       #how_caves_form  #titlegraphic { background: url("../images/la_jolla_caves/how_caves_form.png") left top no-repeat; margin-left:100px; }
       #sea_port_village  #titlegraphic { background: url("../images/downtown_san_diego/sea_port_vilalge.png") left top no-repeat; margin-left:50px; }
       #hotel_del_coronado  #titlegraphic { background: url("../images/coronado/hotel_del_title.png") left top no-repeat; margin-left:50px; }
       #silver_strand  #titlegraphic { background: url("../images/coronado/silver_strand_title.png") left top no-repeat; margin-left:80px; }
       #ferry_landing  #titlegraphic { background: url("../images/coronado/ferry_landing_title.jpg") left top no-repeat; margin-left:70px; }
       #maritime_museum  #titlegraphic { background: url("../images/downtown_san_diego/maritime/sandiego-maritime.png") left top no-repeat; margin-left:130px; }
       #uss_midway  #titlegraphic { background: url("../images/downtown_san_diego/maritime/midway/USS-MIDWAY_title.png") left top no-repeat; margin-left:130px; }
       #coronado_island  #titlegraphic { background: url("../images/coronado/coronado_island_title.png") left top no-repeat; margin-left:100px; }
       #orange_avenue  #titlegraphic { background: url("../images/coronado/orange_ave_title.png") left top no-repeat; margin-left:90px; }
       #garabaldi #titlegraphic { background: url("../images/fomat/garibaldi_title.png") left top no-repeat; margin-left:100px; }
       #rentals #titlegraphic { background: url("../images/fomat/rentals_title.png") left top no-repeat; margin-left:100px; }
       #downtown_bike_tour_san_diego #titlegraphic { background: url("../images/downtown_san_diego/downtown_sunset_bike_tour_l.png") left top no-repeat; margin-left:90px; }
       #whale_watching #titlegraphic { background: url("../images/kayak/whale_watching.png") left top no-repeat; margin-left:30px; }
       #leopard_shark_encounter #titlegraphic { background: url("../images/fomat/leopard_sharks_title.png") left top no-repeat; margin-left:30px; }
       #leopard_sharks #titlegraphic { background: url("../images/fomat/leopard_sharks_title.png") left top no-repeat; margin-left:30px; }
       #kayak_surfing #titlegraphic { background: url("../images/fomat/kayak_surfing_tour_title.png") left top no-repeat; margin-left:50px; }
       #kayak_rentals #titlegraphic { background: url("../images/fomat/kayak_rentals_logo.png") left top no-repeat; margin-left:100px; }
       #bike_rentals #titlegraphic { background: url("../images/fomat/bike_rental_title.png") left top no-repeat; margin-left:100px; }
       #shuttle_service #titlegraphic { background: url("../images/fomat/shuttle_service.png") left top no-repeat; margin-left:100px; }
       #hotel_delivery #titlegraphic { background: url("../images/la_jolla/Hotel_delivery_title.png") left top no-repeat; margin-left:100px; }
       #paddle_for_the_grade #titlegraphic { background: url("../images/fomat/paddle_for_the_grade_title.png") left top no-repeat; margin-left:110px; }
       #gift_certificates #titlegraphic { background: url("../images/fomat/gift_certificate_tours.jpg") left top no-repeat; margin-left:90px; }
       #kayak_snorkel_tour #titlegraphic { background: url("../images/kayak/kayak_snorkel_header.jpg") left top no-repeat; margin-left:100px; }
       #kelp_forest #titlegraphic { background: url("../images/fomat/kelp_la_jolla_title.png") left top no-repeat; margin-left:100px; }
       #sea_lions #titlegraphic { background: url("../images/fomat/sea_lions_title.png") left top no-repeat; margin-left:40px; }
       #half_day_bike_kayak #titlegraphic { background: url("../images/fomat/bike-kayak-title.png") left top no-repeat; margin-left:100px; }
       #freefall_bike_tour #titlegraphic { background: url("../images/fomat/la_jolla_freefall_small.jpg") left top no-repeat; margin-left:50px; }
       #coronado_bike_tour #titlegraphic { background: url("../images/coronado/bike_coronado_title.png") left top no-repeat; margin-left:50px; }
       #coronado_history #titlegraphic { background: url("../images/coronado/coronado_history_2.png") left top no-repeat; margin-left:80px; }
       #la_jolla_kayak_tour #titlegraphic { background: url("../images/fomat/la_jolla_kayak_logo.png") left top no-repeat; margin-left:80px; }
       #mount_soledad #titlegraphic { background: url("../images/la_jolla/mount_soledad_logo.png") left top no-repeat; margin-left:100px; }
       #crystal_pier #titlegraphic { background: url("../images/fomat/crystal_pier_logo.jpg") left top no-repeat; margin-left:70px; }
       #mission_bay #titlegraphic { background: url("../images/fomat/mission_bay_top.jpg") left top no-repeat; margin-left:90px; }
       #childrens_pool #titlegraphic { background: url("../images/la_jolla/childrens_pool_la_jolla_tit.png") left top no-repeat; margin-left:50px; }
       #la_jolla_cove #titlegraphic { background: url("../images/la_jolla/la_jolla_cove_title.png") left top no-repeat; margin-left:50px; }
       #snorkeling_tours #titlegraphic { background: url("../images/fomat/titlesdbkt.png") left top no-repeat; margin-left:90px; }
       #snorkeling #titlegraphic { background: url("../images/fomat/snorkeling_title.png") left top no-repeat; margin-left:90px; }
       #la_jolla_cave_store #titlegraphic { background: url("../images/la_jolla_caves/cave_store_title.png") left top no-repeat; margin-left:100px; }
       #coastal_leisure_ride #titlegraphic { background: url("../images/fomat/costal_leisure_ride_header.jpg") left top no-repeat; margin-left:100px; }
       #contact_us #titlegraphic { background: url("../images/fomat/contact_bike_kayak_title.png") left top no-repeat; margin-left:80px; }
       #links #titlegraphic { background: url("../images/fomat/san_diego_links_title.png") left top no-repeat; margin-left:80px; }
       #group #titlegraphic { background: url("../images/fomat/group_rates.png") left top no-repeat; margin-left:80px; }
       #july_4th_kayak #titlegraphic { background: url("../images/la_jolla/july_4th_la_jolla.png") left top no-repeat; margin-left:80px; }
       #team_building #titlegraphic { background: url("../images/fomat/team_building.jpg") left top no-repeat; margin-left:80px; }
       #san_diego_attractions #titlegraphic { background: url("../images/fomat/san_diego_attractions.jpg") left top no-repeat; margin-left:50px; }
       #site_map #titlegraphic { background: url("../images/fomat/bike_kayak_site_map_title.png") left top no-repeat; margin-left:100px; }
       #charity_events #titlegraphic { background: url("../images/fomat/charity.png") left top no-repeat; margin-left:100px; }
       #fathers_day #titlegraphic { background: url("../images/special_events/fathers_day_me.jpg") left top no-repeat; margin-left:50px; }
       #gifts_souviners #titlegraphic { background: url("../images/special_events/online_store.png") left top no-repeat; margin-left:100px; }
       #mothers_day #titlegraphic { background: url("../images/special_events/mothers_day_title.png") left top no-repeat; margin-left:50px; }
       #specials_coupons #titlegraphic { background: url("../images/la_jolla/la_jolla_kayaking_coupons.png") left top no-repeat; margin-left:100px; }
       #valentines_day #titlegraphic { background: url("../images/special_events/valentines_san_diego_title.png") left top no-repeat; margin-left:80px; }
       #channel_islands #titlegraphic { background: url("../images/adventure_travel/channel_island_logo.png") left top no-repeat; margin-left:80px; }
       #galapagos_island #titlegraphic { background: url("../images/adventure_travel/travel_soon.png") left top no-repeat; margin-left:80px; }
       #grand_canyon #titlegraphic { background: url("../images/adventure_travel/grand_canyon.png") left top no-repeat; margin-left:80px; }
       #la_paz_mexico #titlegraphic { background: url("../images/adventure_travel/la_paz_kayaking.png") left top no-repeat; margin-left:80px; }
       #lake_tahoe #titlegraphic { background: url("../images/adventure_travel/lake_tahoe_title.png") left top no-repeat; margin-left:80px; }
       #napa_valley #titlegraphic { background: url("../images/adventure_travel/napa_valley_title.png") left top no-repeat; margin-left:80px; }
       #san_francisco #titlegraphic { background: url("../images/adventure_travel/san_francisco_logo.png") left top no-repeat; margin-left:80px; }
       #witsunday_islands #titlegraphic { background: url("../images/adventure_travel/wisunday_island_logo.jpg") left top no-repeat; margin-left:80px; }
       #why_choose_bike_kayak_tours #titlegraphic { background: url("../images/fomat/why_choose_us.png") left top no-repeat; margin-left:80px; }
       #cancellation_policy #titlegraphic { background: url("../images/fomat/cancelations.png") left top no-repeat; margin-left:80px; }
       #pricing #titlegraphic { background: url("../images/fomat/price_list_title.png") left top no-repeat; margin-left:80px; }
       #privacy_policy #titlegraphic { background: url("../images/fomat/privacy_title.png") left top no-repeat; margin-left:80px; }
       #directions #titlegraphic { background: url("../images/fomat/directions-2.png") left top no-repeat; margin-left:80px; }
       #coronado #titlegraphic { background: url("../images/fomat/coronado-header-1.png") left top no-repeat; margin-left:80px; }
       #san_diego_links #titlegraphic { background: url("../images/links/helpful_links.png") left top no-repeat; margin-left:80px; } 
       #about_us #titlegraphic { background: url("../images/fomat/about_us_bike_kayak_title.png") left top no-repeat; margin-left:80px; } 
       #clear-bottom-kayak-tours  #titlegraphic { background: url("../images/fomat/clearbottom.png") left top no-repeat; margin-left:65px; }

/* SDBKT Reservation Pods
 * ------------------------------------------------------------------------- */

#reservation { display: absolute; top: 0;pwidth: 179px; height: 115px; background: url("../images/btns-reservation.jpg") left top no-repeat; margin:256px 0 0 98px;  } 
	#reservation td a { display: block; }
	#reservation td span { display: none; }
	#booknow, #booknow a { width: 89px; height: 75px; }
	#contactus, #contactus a {  width: 89px; height: 75px; }
	#specials, #specials a { width: 179px; height: 40px; }
	
#res-widget { background: url("../images/bg-reservation-widget.jpg") left top repeat-y; width:178px; font-family:Arial, Helvetica, sans-serif; font-size:12px; margin:50px 0 5px 20px; float:right; clear:right; }
#res-top { background: url("../images/reservation-widget-top.jpg") left top no-repeat; width:178px; }
#res-btm { background: url("../images/reservation-widget-btm.jpg") left top no-repeat; width:178px; height:6px; }
#res-widget p { text-align:center; font-size:14px; padding-top:5px; }

/* Sub Links For City Pages */
#res-widget ul { padding:20px 0 20px 18px; }
#res-widget ul li { font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#d70101; padding:0 0 10px 0; font-weight:bold; }
#res-widget ul li a:link, #res-widget ul li a:visited { color:#d70101; text-decoration:none; outline:none; }
#res-widget ul li a:hover, #res-widget ul li a:active { color:#1648b8; text-decoration:none; outline:none; }

#ticket-widget { /* background: url("../images/bg-tickets.jpg") left top repeat-y; */ width:181px; font-family:Arial, Helvetica, sans-serif; font-size:12px; margin:0 0 0px 10px; float:right; display:inline; }
#ticket-top { background: url("../images/tickets-hd.jpg") left top no-repeat; width:181px; height:19px; }
#ticket-btm { background: url("../images/tickets-footer.jpg") left top no-repeat; width:181px; padding-bottom: 10px; }
#ticket-widget p { text-align:center; font-size:14px; padding-top:5px; }
#ticket-widget span.blue { color:#064161; }
#ticket-widget span.red { color:#aa0201; }

.bookonline { padding:0 30px 0px 13px; }
.contactus { padding:0 0 5px 10px; }
.specials { padding:2px 0 25px 11px; }


/* Main Contact Form
 * ------------------------------------------------------------------------- */
#contact-main { padding:20px 0px 60px 0px; }
#contact-main label { 
	width:520px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px; 
}

#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:500px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}

#contact-main label textarea { height:100px; }

/* Quick Contact Form
 * ------------------------------------------------------------------------- */

form#contact_quick { width:137px; padding:0px 0 0px 17px;}
	
form#contact_quick p	{ font-size:10px; }

form#contact_quick br { line-height:0; /* defaults vertical spacing between fields */}
	
form#contact_quick input, form#contact_quick textarea, form#contact_quick select { 
	background-color:#eff3eb !important; 
	border:1px solid #000000;
	color:#000000;
	width:137px; 
	height:18px; 
	margin-bottom:3px; /* sets vertical spacing between fields */
	padding-top:4px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:"Trebuchet MS", "Bitstream Vera Sans", Arial, Verdana, Helvetica, sans-serif; 
	font-size:10px;
	}

form#contact_quick textarea { height:70px; overflow:auto; }

form#contact_quick input.submit-image { 
	background: url("../images/btn-send.jpg"); 
	width:58px; 
	height:22px; 
	border:none; 
	cursor:pointer; 
	}


/* SDBKT Imported Styles
 * ------------------------------------------------------------------------- */

.style115 {font-family: Times New Roman, Times, serif; font-style: italic;}
.style116 {font-size: 12px}
.style32 {color: #FF0000; font-weight: bold; font-size: 16px;}
.style42 {font-family: Arial, Helvetica, sans-serif}
.style82 {font-size: 12px}
.style83 {color: #FFFFFF; text-align: justify; font-size: 14.5px}
.style88 {color: #0000FF; font-size: 13px}
.style89 {color: #999999}
.style90 {font-size: 15px}
.style92 {color: #FFFFFF; font-weight: bold; font-size: 12px; }
.style100 {font-family: Times New Roman, Times, serif; font-size: 15.5px; text-align: justify; }
.style107 {color: #FF0000; font-style: italic; font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold;}
.style98 {font-family: Arial, Helvetica, sans-serif;font-size: 16px;font-weight: bold;}
.style73 {font-size: 19px; font-family: Times New Roman;font-weight: bold;}
.style102 {color: #006699;font-weight: bold;font-style: italic;}
.style118 {font-family: Georgia, "Times New Roman", Times, serif; font-size: medium;}
.style121 {color: #000000}
.style122 {font-size: 18px; font-weight: bold; color: #FF0000;}
.style123 {font-size: 16px;font-weight: bold;}
.style96 {font-size: medium;font-weight: bold;font-style: italic;color: #6699cc;font-family: Georgia, "Times New Roman", Times, serif;}
.style95 {color: #0066FF}
.style110 {color: #6699cc; font-family: Times New Roman, Times, serif; font-style: italic; font-size: 18px;}
.style112 {font-size: medium; font-weight: bold;}
.style114 {font-size: 100%; font-weight: bold;}
.style117 {font-size: 16px}

/* wp stuff */
.imgright, .alignright { margin: 5px 0px 5px 15px; float: right; }
.imgleft, .alignleft { margin: 5px 15px 5px 0px; float: left; }
.narrowcolumn { padding-top: 8px; }
.entry, .commentlist li { border-width: 0px 0px 1px 0px; border-style: dotted; border-color: #d1d1d1; margin: 0px 0px 10px 0px; padding: 0px 0px 10px 0px; }

/* wp comments */
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 660px;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 0px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Weather Forecast Styles */
.wp-forecast-fc-left div { display: none; }
.wp-forecast-fc-right div, .wp-forecast-curr-right { font-size: 18px; font-weight: bold; padding: 0px 0px 0px 10px; }
.wp-forecast-curr-head div { text-align: left; font-weight: bold; font-size: 15px; line-height: 20px; }
.wp-forecast-fc-head { font-weight: bold; }
.wp-forecast-curr-details, .wp-forecast-fc-oneday { border-width: 0px 0px 1px 0px; border-color: #7dbacb; border-style: solid;  width: 178px; }
.wp-forecast-fc-oneday:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }