html, body {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/* ==================================================================================== */
/* = TYPOGRAPHY =========================================================================== */
/* ==================================================================================== */

h1 {
	color: #84ae30;
	font-size: 30px;
	font-weight: normal;
	margin: 16px 8px;
}

#home h1 {
	font-size: 36px;
	margin: 5px;
}

h2 {
	color: #666666;
	font-size: 32px;
	margin: 16px 20px 10px 20px;
	font-weight: normal;
}

h3 {
	color: #062776;
	font-size: 26px;
	margin: 20px 5px;
	font-weight: normal;
}

h4 {
	font-size: 14px;
	margin: 10px 0;
}

h5 {
	color: #666666;
	font-size: 32px;
	margin: 16px 20px 10px 20px;
	font-weight: normal;
}

p {
	line-height: 22px;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.img_left {
	float: left;
}

.img_right {
	float: right;
}

tbody {
	font-size: 12px;
}

#container {
	position: relative;
	min-height: 100%;
	height: 100%;
	width: 100%;
	min-width: 950px;
}

html>body #container {
	 height: auto;
}

#why_signup #container {
	width: 500px;
	min-width: 500px;
	background-color: #FDFCE9;
}

#cell_popup #container {
	width: 320px;
	min-width: 320px;
	background-color: #FDFCE9;
}

#cell_popup ul {
	list-style-type: none;
}

#cell_popup li {
	margin: 0 10px;
}

/* ==================================================================================== */
/* = HEADER =========================================================================== */
/* ==================================================================================== */

#header {
	color: #ffffff;
	width: 100%;
	background: #ffffff url("../images/header_bg_dcc.png") left top repeat;
}

#home_header {
	color: #ffffff;
	width: 100%;
	background: #ffffff url("../images/header_bg_dcc.png") left top repeat;
}

#inner_header {
	margin: 0 auto;
	width: 985px;
	padding-bottom: 8px;
}

#inner_header img {
	margin-top: 18px;
}

#home #inner_header {
	padding: 0;	
	background: transparent url("../images/header_image.jpg") right bottom no-repeat;
}

#monterey_temp #header {
	background: transparent url("../images/header_bg_monterey.png") left top repeat;
}

#slo_temp #header {
	background: transparent url("../images/header_bg_slo.png") left top repeat;
}

#sb_temp #header {
	background: transparent url("../images/header_bg_sb.png") left top repeat;
}

#ventura_temp #header {
	background: transparent url("../images/header_bg_vc.png") left top repeat;
}

#why_signup_header {
	width: 450px;
	border-bottom: 2px solid #000000;
}

#header a {
	color: #ffffff;
}

#home_header a {
	color: #ffffff;
}

#top_navigation {
	font-size: 10px;
	height: 20px;
	width: 429px;
	float: right;
	position: relative;
	list-style-type: none;
	background: #000000 url("../images/top_navigation.gif") left top no-repeat;
}

#top_navigation li {
	list-style: none; 
	position: absolute;
	text-indent: -3000em;
	overflow: hidden;
}

#top_navigation a {
	display: block;
	padding: 4px 14px;
}

#top_monterey {
	left: 0;
	width: 82px;
}

#top_slo {
	left: 84px;
	width: 111px;
}

#top_sb{
	left: 197px;
	width: 107px;
}

#top_ventura {
	left: 306px;
	width: 67px;
}

#top_home {
	left: 375px;
	width: 54px;
}

#top_monterey a:hover {
	background: transparent url("../images/top_navigation.gif") 0 -20px no-repeat;
}

#top_slo a:hover {
	background: transparent url("../images/top_navigation.gif") -84px -20px no-repeat;
}

#top_sb a:hover {
	background: transparent url("../images/top_navigation.gif") -197px -20px no-repeat;
}

#top_ventura a:hover {
	background: transparent url("../images/top_navigation.gif") -306px -20px no-repeat;
}

#top_home a:hover {
	background: transparent url("../images/top_navigation.gif") -375px -20px no-repeat;
}

#adspace {
	margin-top: 16px;
	float: right;
}

#top_navi {
	font-size: 10px;
	float: right;
	margin: 46px 20px 0 0;	
}

#logo {
	width: 489px;
	height: 108px;
	margin-top: 30px;
	float: left;
	background: transparent url("../images/logo.png") left top no-repeat;
}


#home #logo {
	height: 86px;
	background: transparent url("../images/logo_home.png") left bottom no-repeat;
}

#monterey_temp #logo {
	width: 430px;
	background: transparent url("../images/logo_monterey.png") left top no-repeat;
	/* margin: 0 0 30px 0;
	background: none; */
}

#slo_temp #logo {
	width: 401px;
	background: transparent url("../images/logo_slo.png") left top no-repeat;
}

#sb_temp #logo {
	width: 430px;
	background: transparent url("../images/logo_sb.png") left top no-repeat;
}

#ventura_temp #logo {
	width: 430px;
	background: transparent url("../images/logo_ventura.png") left top no-repeat;
}

#logo a { 
	display: block;
	height: 108px;
}

#header_text {
	color: #ffffff;
	float: left;
	text-indent: -3000em;
	overflow: hidden;
	height: 223px;
	width: 288px;
	background: transparent url("../images/header_text.gif") left top no-repeat;
}

#header_text p {
	font-size: 16px;
}

#cp_home_border {
	height: 3px;
	border-top: 1px solid #ffffff;
	background-color: #000000;
}

#cp_navi_wrap {
	height: 29px;
	margin-top: 10px;
	border-top: 1px solid #ebebeb;
	background-color: #000000;
}

#cp_navigation_inner_navi {
	margin: 0 auto;
	width: 950px;	
}

#cp_navigation {
	height: 29px;
	width: 602px;
	float: right;
	position: relative;
	list-style-type: none;
	background: transparent url("../images/cp_navigation.gif") right top no-repeat;
}

#cp_navigation li {
	font-size: 10px;
	list-style: none; 
	position: absolute;
	text-indent: -3000em;
	overflow: hidden;
}

#cp_navigation a {
	color: #000000;
	display: block;
	padding: 8px 10px;
}

#cp_nav_accommodations {
	left: 0;
	width: 131px;
}

#cp_nav_dining {
	left: 133px;
	width: 64px;
}

#cp_nav_nightlife {
	left: 199px;
	width: 222px;
}

#cp_nav_shopping {
	left: 423px;
	width: 84px;
}

#cp_nav_attractions {
	left: 509px;
	width: 93px;
}

#cp_nav_accommodations a:hover {
	background: transparent url("../images/cp_navigation.gif") 0 -29px no-repeat;
}

#cp_nav_dining a:hover {
	background: transparent url("../images/cp_navigation.gif") -133px -29px no-repeat;
}

#cp_nav_nightlife a:hover {
	background: transparent url("../images/cp_navigation.gif") -199px -29px no-repeat;
}

#cp_nav_shopping a:hover {
	background: transparent url("../images/cp_navigation.gif") -423px -29px no-repeat;
}

#cp_nav_attractions a:hover {
	background: transparent url("../images/cp_navigation.gif") -509px -29px no-repeat;
}

#outer_middle {
	background: transparent url("../images/cp_navigation.gif") 0 -29px no-repeat;
}

#middle {
	width: 950px;
	margin: 0 auto;
	padding-bottom: 20px;
}

#wrap {
	width: 100%;
	float: right;
	margin-left: -300px;
}

/* ==================================================================================== */
/* = SIDE BAR ========================================================================= */
/* ==================================================================================== */

#sidebar {
	float: left;
	width: 292px;
	border-left: 1px solid #aaaaaa;	
	border-right: 1px solid #aaaaaa;	
}

#home #sidebar {
	border-left: 1px solid #aaaaaa;	
}

#sidebar h3 {
	font-size: 22px;
	padding: 20px 20px 0 20px;
	margin: 0;
	color: #000000;
}

#sidebar a:hover {
	text-decoration: none;
}

#sidebar ul {
	list-style-type: none;
}

#home #sidebar ul {
	margin: 4px 8px;
	text-indent: -3000em;
	overflow: hidden;
}

#home #sidebar ul a {
	width: 275px;
	display: block;
}

#sidebar h4 {
	font-size: 14px;
	font-weight: bold;
    color:#336699;
	margin: 0;
	padding: 10px;
	border-bottom: 1px solid #aaaaaa;
}

#home #sidebar ul#search {
	border-top: 1px solid #aaaaaa;
}

#sidebar ul#search {
	margin: 0;
	text-indent: 0;
	border-bottom: 1px solid #aaaaaa;
	background-color: #f3f3f3;
}

.search_input {
	float: left;
	font-weight: bold;
	width: 170px;
	padding: 8px 6px;
	margin: 10px;
    border: 1px solid #999999;
	background-color: #F9F9F9;
}
.pagination {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: normal;
}

.pagination a:link {
	color: #CC6600;
}

.pagination a:hover {
	color: #333333;
}

.pagination a:visited {
	color: #CC6600;
}

.pagination_top {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 2px;
}

.pagination_bottom {
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}

.pagination_live {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}

.search_input:focus {
	background-color: #DFF4FF;
}

#search_accomdations li, #search_dining li, #search_nightlife li, #search_shopping li, #search_attractions li {
	margin-left: 20px;
	color: #FFFFFF;
}

#search_accomdations {
	background-color: #0087b2;
}

#search_dining {
	background-color: #990000;
}

#search_nightlife {
	background-color: #660066;
}

#search_shopping {
	background-color: #FFCC00;
}

#search_attractions {
	background-color: #73AD00;
}

#search_accomdations select, #search_dining select, #search_nightlife select, #search_shopping select, #search_attractions select {
	font-size: 14px;
	width: 180px;
    border: 1px solid #999999;
	background-color: #F9F9F9;
}

li#advanced_search {
	color: #ffffff;
	margin: 0;
	height: 22px;
	text-indent: -3000em;
	overflow: hidden;
	background: #000000 url("../images/search_advanced.png") 20px 10px no-repeat;
	border-top: 1px solid #ffffff;
}

#sidebar li {
	padding: 4px 0;
}

#sidebar_adspace {
	margin-top: 10px;
	padding-left: 6px;
}

#sidebar_adspace li  {
	margin: 4px 0 0 0;
}

#cities_left {
	padding: 10px 0;
	float: left;
	border-right: none;
}

#cities_left li {
	padding: 4px 60px 4px 20px;
}

#cities_left a:link {
	text-decoration: underline;
	color: #666666;
}

#cities_left a:visited {
	text-decoration: underline;
	color: #666666;
}

#cities_left a:hover {
	text-decoration: underline;
	color: #000000;
}

#cities_right {
	padding: 10px 0;
	float: left;
}

#cities_right li {
	padding: 4px 30px 4px 20px;
}

#cities_right a:link {
	text-decoration: underline;
	color: #666666;
}

#cities_right a:visited {
	text-decoration: underline;
	color: #666666;
}

#cities_right a:hover {
	text-decoration: underline;
	color: #000000;
}

#sidebar_signin {
	padding-bottom: 10px;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	background-color: #f3f3f3;
}

#sidebar_signin li {
	padding: 4px 20px 4px 20px;
}

#sidebar_signin ul a {
	float: none;
}

/* ==================================================================================== */
/* = SIDE BAR STANDARD ================================================================ */
/* ==================================================================================== */

#sidebar_standard {
	float: left;
	width: 250px;
	height: 500px;
	border-right: 1px solid #D7D7D7;
}

#sidebar_standard h3 {
	font-size: 18px;
	padding: 0px 0px 0 0px;
	margin: 0;
	color: #000000;
}

#sidebar_standard a {
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 20px;
}

#sidebar_standard a:hover {
	text-decoration: underline;
}

#sidebar_standard ul {
	list-style-type: none;
}


#sidebar_standard_detail {
	padding-top: 20px;
	padding-bottom: 20px;

}

#sidebar_standard_detail li {
	padding: 4px 20px 4px 20px;
}

#sidebar_standard_detail ul a {
	float: none;
}

#sidebar_signin #travel_planner_sidebar {
	height: 140px;
	padding: 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #aaaaaa;
	background: #f3f3f3 url("../images/travel_planner_sidebar.gif") center top no-repeat;
}

#travel_planner_sidebar a {
	display: block;
	height: 140px;
}

#sidebar_signin td {
	padding: 0 10px 10px 0;
}

#sidebar_signin input.input_text {
	font-size: 16px;
	font-weight: bold;
	width: 160px;
	padding: 4px;
    border: 1px solid #999999;
	background-color: #F9F9F9;
}

#sidebar_signin input.input_text:focus {
	background-color: #E6EFC2;
}

#forgot_password {
	padding: 10px 0;
	border-bottom: 1px solid #aaaaaa;
	background-color: #f3f3f3;	
}

#forgot_password li {
	padding: 4px 20px 4px 20px;
}

#forgot_password td {
	padding: 0 10px 10px 0;
}

#forgot_password label {
	padding-right: 30px;
}

#sidebar_signup {
	padding: 10px 20px;
	border-bottom: 1px solid #aaaaaa;
	background-color: #f3f3f3;
}

#sidebar_signup li {
	margin-bottom: 10px;
}

#sidebar_signup a {
	color: #1B5B86;
	text-decoration: none;
}

#sidebar_signup a:hover {
	text-decoration: underline;
}

#sidebar_navigation {
	margin: 0 8px;
	text-indent: -3000em;
	overflow: hidden;
}

#sidebar_navigation a {
	width: 275px;
	display: block;
}

#destination_network {
	height: 45px;
	background: transparent url("../images/destination_network.gif") left bottom no-repeat;
}

#monterey a {
	margin: 4px 0;
	height: 49px;
	background: transparent url("../images/inner_monterey.gif") left top no-repeat;
}

#slo a {
	margin: 4px 0;	
	height: 50px;
	background: transparent url("../images/inner_slo.gif") left top no-repeat;
}

#sb a {
	height: 42px;
	background: transparent url("../images/inner_sb.gif") left top no-repeat;
}

#ventura a {
	margin: 10px 0;	
	height: 42px;
	background: transparent url("../images/inner_ventura.gif") left top no-repeat;
}

#life a {
	border-top: 1px solid #aaaaaa;
	margin: 5px 0;	
	height: 100px;
	width: 100%;
	background: transparent url("../images/805life.gif") left bottom no-repeat;
}

#home #monterey a {
	height: 89px;
	background: transparent url("../images/monterey.gif") left top no-repeat;
}

#home #slo a {
	height: 93px;
	background: transparent url("../images/slo.gif") left top no-repeat;
}

#home #sb a {
	height: 86px;
	background: transparent url("../images/sb.gif") left top no-repeat;
}

#home #ventura a {
	margin: 5px 0;	
	height: 86px;
	background: transparent url("../images/ventura.gif") left top no-repeat;
}

#home #life a {
	background: transparent url("../images/805life.gif") left bottom no-repeat;
}

/* ==================================================================================== */
/* = CONTENT ========================================================================== */
/* ==================================================================================== */


#content {
	margin-left: 307px;
}

#content img {
	margin: 10px 20px;
}


#home #content img {
	margin: 0;
}

#content p {
	font-size: 14px;
	padding: 4px 20px 20px 20px;
}

#content_listings {
	margin-left: 340px;
}

#home #content p {
	margin: 0 60px 0 170px;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #e5e5e5;
}

#county_navigation {
	margin: 12px 0;
	height: 173px;
	width: 644px;
}

#monterey_temp #county_navigation {
	background: transparent url("../images/cn_monterey_bg.jpg") left bottom no-repeat;
}

#slo_temp #county_navigation {
	background: transparent url("../images/cn_slo_bg.jpg") left bottom no-repeat;
}

#sb_temp #county_navigation {
	background: transparent url("../images/cn_sb_bg.jpg") left bottom no-repeat;
}

#ventura_temp #county_navigation {
	background: transparent url("../images/cn_ventura_bg.jpg") left bottom no-repeat;
}

/* COUNTY NAVIGAION */

#county_navigation ul {
	height: 86px;
	width: 100%;
	position: relative;
	list-style-type: none;
}

#monterey_temp #county_navigation ul {
	background: transparent url("../images/cn_monterey.jpg") left top no-repeat;
}

#slo_temp #county_navigation ul {
	background: transparent url("../images/cn_slo.jpg") left top no-repeat;
}

#sb_temp #county_navigation ul {
	background: transparent url("../images/cn_sb.jpg") left top no-repeat;
}

#ventura_temp #county_navigation ul {
	background: transparent url("../images/cn_ventura.jpg") left top no-repeat;
}

#county_navigation li {
	position: absolute;
	width: 128px;
	text-indent: -3000em;
	overflow: hidden;
}

#county_navigation a {
	display: block;
	height: 173px;
}

#cn_accommodations {
	left: 0;
}

#cn_dining {
	left: 129px;
}

#cn_nande {
	left: 258px;
}

#cn_shopping {
	left: 387px;
}

#cn_attractions {
	left: 516px;
}

/* ACCOMMODATIONS */

#monterey_temp #cn_accommodations a:hover {
	background: transparent url("../images/cn_monterey.jpg") 0 -86px no-repeat;
}

#slo_temp #cn_accommodations a:hover {
	background: transparent url("../images/cn_slo.jpg") 0 -86px no-repeat;
}

#sb_temp #cn_accommodations a:hover {
	background: transparent url("../images/cn_sb.jpg") 0 -86px no-repeat;
}

#ventura_temp #cn_accommodations a:hover {
	background: transparent url("../images/cn_ventura.jpg") 0 -86px no-repeat;
}

/* DINING */

#monterey_temp #cn_dining a:hover {
	background: transparent url("../images/cn_monterey.jpg") -129px -86px no-repeat;
}

#slo_temp #cn_dining a:hover {
	background: transparent url("../images/cn_slo.jpg") -129px -86px no-repeat;
}

#sb_temp #cn_dining a:hover {
	background: transparent url("../images/cn_sb.jpg") -129px -86px no-repeat;
}

#ventura_temp #cn_dining a:hover {
	background: transparent url("../images/cn_ventura.jpg") -129px -86px no-repeat;
}

/* NIGHTLIFE AND ENTERTAINMENT */

#monterey_temp #cn_nande a:hover {
	background: transparent url("../images/cn_monterey.jpg") -258px -86px no-repeat;
}

#slo_temp #cn_nande a:hover {
	background: transparent url("../images/cn_slo.jpg") -258px -86px no-repeat;
}

#sb_temp #cn_nande a:hover {
	background: transparent url("../images/cn_sb.jpg") -258px -86px no-repeat;
}

#ventura_temp #cn_nande a:hover {
	background: transparent url("../images/cn_ventura.jpg") -258px -86px no-repeat;
}

/* SHOPPING */

#monterey_temp #cn_shopping a:hover {
	background: transparent url("../images/cn_monterey.jpg") -387px -86px no-repeat;
}

#slo_temp #cn_shopping a:hover {
	background: transparent url("../images/cn_slo.jpg") -387px -86px no-repeat;
}

#sb_temp #cn_shopping a:hover {
	background: transparent url("../images/cn_sb.jpg") -387px -86px no-repeat;
}

#ventura_temp #cn_shopping a:hover {
	background: transparent url("../images/cn_ventura.jpg") -387px -86px no-repeat;
}

/* ATTRACTIONS */

#monterey_temp #cn_attractions a:hover {
	background: transparent url("../images/cn_monterey.jpg") -516px -86px no-repeat;
}

#slo_temp #cn_attractions a:hover {
	background: transparent url("../images/cn_slo.jpg") -516px -86px no-repeat;
}

#sb_temp #cn_attractions a:hover {
	background: transparent url("../images/cn_sb.jpg") -516px -86px no-repeat;
}

#ventura_temp #cn_attractions a:hover {
	background: transparent url("../images/cn_ventura.jpg") -516px -86px no-repeat;
}

#city_links {
	margin-top: 10px;
	margin-bottom: 25px;
	width: 350px;
	height: 90px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#city_links td {
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#city_links a {
	color: #006699;
	text-decoration: underline;	
}

#city_links a:hover {
	color: #666666;
	text-decoration: none;
}

#sub_left_navigation {
	float: left;
	font-size: 14px;
	list-style-type: none;
}

#sub_left_navigation li {
	margin-left: 10px;
}

#sub_left_navigation a {
	display: block;
	width: 200px;
	color: #5c7a00;
	padding: 6px 0;
	border-bottom: 1px solid #e5e5e5;
}

#sub_left_navigation a:hover {
	text-decoration: none;
	background-color: #e5e5e5;
}

#sub_left_navigation li.last_things a {
	border: none;
}

#sub_right_navigation {
	float: right;
	height: 173px;
	width: 140px;
	list-style-type: none;
	background: transparent url("../images/county_icons.gif") left top no-repeat;
}

#sub_right_navigation li {
	text-indent: -3000em;
	overflow: hidden;
	padding-bottom: 1px;
}

#sub_right_navigation a {
	display: block;
	height: 28px;
	width: 145px;
}

#itinerary_ideas a:hover {
	background: transparent url("../images/county_icons.gif") -145px 0 no-repeat;
}

#maps_and_guides a:hover {
	background: transparent url("../images/county_icons.gif") -145px -29px no-repeat;
}

#current_weather a:hover {
	background: transparent url("../images/county_icons.gif") -145px -58px no-repeat;
}

#movie_showtimes a:hover {
	background: transparent url("../images/county_icons.gif") -145px -87px no-repeat;
}

#surf_reports a:hover {
	background: transparent url("../images/county_icons.gif") -145px -116px no-repeat;
}

#photo_slideshows a:hover {
	background: transparent url("../images/county_icons.gif") -145px -145px no-repeat;
}

#event_box {
 	margin: 20px 0 20px 256px;
	width: 384px;
	background: transparent url("../images/event_box_bg.gif") left top repeat-y;
}

#event_box img {
	margin: 0;
}

#event_top {
	height: 8px;
	background: transparent url("../images/event_box_top.gif") left top no-repeat;
}

#event_box td {
	font-size: 10px;
	vertical-align: top;
	text-align: center;
	padding-left: 12px;
}

#event_box h1 {
	font-size: 14px;
	color: #143c6b;
	margin: 0;
}

#event_box_content {
	padding: 0 14px;
}

#event_box td dd {
	text-align: left;
	margin: 4px 0;
	padding-top: 4px;
	border-top: 1px solid #e5e5e5;
}

#event_box td dd#event_box_heading {
	text-align: center;
	border: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

#event_box td dd#all_events {
	text-align: center;
	padding-bottom: 4px;
	border-bottom: 1px solid #e5e5e5;
}

#event_box_bottom {
	height: 12px;
	background: transparent url("../images/event_box_bottom.gif") left bottom no-repeat;
}

/*------------------------------
Regional Homepage Calendar
------------------------------*/

#regionalcal_box {
 	margin: 20px 0 20px 14px;
	width: 635px;
	background: transparent url("../images/regionalcal_box_bg.gif") left top repeat-y;
}

#regionalcal_box img {
	margin: 0;
}

#regionalcal_top {
	height: 8px;
	background: transparent url("../images/regionalcal_box_top.gif") left top no-repeat;
}

#regionalcal_box td {
	font-size: 11px;
	vertical-align: top;
	text-align: center;
	padding-left: 12px;
}

#regionalcal_box h1 {
	font-size: 25px;
	color: #143c6b;
	margin: 0;
}

#regionalcal_box_content {
	padding: 0 14px;
}

#regionalcal_box td dd {
	text-align: left;
	margin: 4px 0 0 8px;
	padding-top: 4px;
	border-top: 1px solid #e5e5e5;
}

#regionalcal_box td dd#regionalcal_box_heading {
	text-align: left;
	border: none;
	padding: 0;
	font-weight: bold;
}

#regionalcal_box td dd#all_events {
	width: 410px;
	text-align: right;
	padding-bottom: 4px;
	border-bottom: 1px solid #e5e5e5;
	font-weight: bold;
}

#regionalcal_box_bottom {
	height: 12px;
	background: transparent url("../images/regionalcal_box_bottom.gif") left bottom no-repeat;
}

/*------------------------------
End Regional Homepage Calendar
------------------------------*/

#inner_content_table {
	width: 600px;
	margin-top: 30px;
	float: right;
}

#inner_content_table td {
	vertical-align: top;
}

#inner_content_table p {
	margin: 0 40px 0 0;
	padding: 0;
	font-size: 14px;
	line-height: 18px;
}

#cat_links td img {
	float: right;
}

#cat_links img {
	margin: 0;
	padding: 0;
}

#cat_links a {
	display: block;
	margin: 4px 0;
}


#content_listings h2 {
	margin: 24px 0 10px 0;
}

.listing {
	margin: 0px 0 25px 0;
}

.listing tr {
	padding-bottom: 10px;
}

.listing th {
	padding: 0 0 0 10px;
	text-align: left;
	border-bottom: 1px dotted #b1b1b1;
	background-color: #DFDFDF;
}

.listing td {
	vertical-align: top;
}

.listing h4 {
	font-size: 14px;
	margin: 5px 0;
}

.listing td.listing_img {
	width: 110px;
	border-right: 1px solid #b1b1b1;
}

.listing_bio {
	width: 285px;
	padding: 0 10px;
}

#content_listings .listing_bio p {
	font-size: 12px;
	line-height: 14px;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #b1b1b1;
}

#content_listings .listing_bio p a {
	color: #414141;
}

.listing_add {
	float: left;
	margin: 10px 0 0 0;
}

.listing_location {
	width: 150px;
	padding: 0 25px 0px 10px;
	border-left: 1px solid #b1b1b1;
}

.listing_location a {
	margin-top: 5px;
	display: block;
	text-indent: -3000em;
	overflow: hidden;
	height: 16px;
	width: 130px;
	background: transparent url("../images/listing_directions.gif") left top no-repeat;
}

#home #content ul {
	float: right;
	text-indent: -3000em;
	overflow: hidden;
	list-style-type: none;
}

#home #content ul a {
	margin-top: 20px;
	width: 291px;
}

#content #map_slide {
	margin: 20px 0;
	list-style-type: none;
	text-indent: -3000em;
	overflow: hidden;
}

#city_maps a {
	float: left;
	height: 110px;
	width: 292px;
	margin: 0 40px 0 10px;
	background: transparent url("../images/city_maps.jpg") left bottom no-repeat;
}

#city_slideshow a {
	float: left;
	height: 122px;
	width: 281px;
	background: transparent url("../images/city_slideshow.jpg") left top no-repeat;
}

#home #content ul {
	width: 100%;
}

#slideshow a {
	float: right;
	margin-right: 20px;
	width: 281px;
	height: 120px;
	display: block;
	background: transparent url("../images/slideshow.jpg") left bottom no-repeat;
	
}

#cc_maps a {
	float: right;
	display: block;
	margin-left: 20px;
	width: 291px;
	height: 102px;
	background: transparent url("../images/cc_maps.jpg") left bottom no-repeat;
}

#related_links {
	margin: 0 20px;
}

#related_links ul {
	float: left;
	list-style-type: none;
	margin: 10px 40px 20px 0;
}

#related_links li {
	padding: 6px 0;
}

#related_links a {
	color: #717171;
}

#home_experience {
	padding-bottom: 20px;
	border-top: 1px solid #e5e5e5;
}

#inner_experience {
	width: 950px;
	margin: 0 auto;
}

#experience_wrap {
	width: 100%;
	float: right;
	margin-left: -350px;
}

#experience_right {
	float: right;
	margin-left: 350px;
}

#experience_right p {
	padding: 0 10px 10px 40px;
}

#experience_right td {
	vertical-align: top;
}

#home_newsletter {
	background: transparent url("../images/home_newsletter.gif") left top no-repeat;
}

#home_tools {
	background: transparent url("../images/home_tools.gif") left top no-repeat;
}

#home_calendar {
	background: transparent url("../images/home_calendar.gif") left top no-repeat;
}

#home_searching {
	background: transparent url("../images/home_searching.gif") left top no-repeat;
}

#experience_left {
	float: left;
	width: 300px;
}

#experience_left p {
	padding: 0 6px;
}

.travel_planner {
	width: 100%;
	padding-bottom: 20px;
	border-top: 1px solid #aaaaaa;
	background-color: #f3f3f3;
}

.travel_planner a {
	color: #1B5B86;
	text-decoration: underline;
}

.inner_planner {
	margin: 0 auto;
	width: 950px;
	padding-bottom: 30px;
}

.inner_planner img {
	float: left;
	margin-top: 4px;
}

.inner_planner ul#my_planner {
	list-style-type: none;
	padding: 14px 0 0 380px;
}

#my_planner li {
	padding: 4px 0;
}

#planner_signin {
	float: left;
	text-align: right;
	list-style-type: none;
	padding: 20px 30px 10px 20px;
}

#planner_signin li {
	margin-bottom: 4px;
}

#planner_signin input.input_text {
	font-size: 16px;
	font-weight: bold;
	width: 160px;
	padding: 4px;
    border: 1px solid #999999;
	background-color: #F9F9F9;
}

#planner_signin input.input_text:focus {
	background-color: #E6EFC2;
}

#planner_signup {
	list-style-type: none;
	padding: 20px 10px 10px 26px;
}

#planner_signup li {
	margin-bottom: 6px;
}

.dot {
	list-style-type: disc;
	margin-left: 14px;
}

.clear {
	clear: both;
}

/* ==================================================================================== */
/* = Itinerary =========================================================================== */
/* ==================================================================================== */

#itinerary h2 {
	color: #666666;
	float: left;
	margin-left: 0;
}

#itinerary #container {
}

#itinerary #content {
	margin-left: 320px;
}

#itinerary_calendar {
	width: 630px;
	margin-bottom: 20px;
}

#itinerary_calendar td {
	padding: 6px 5px;
	font-size: 11px;
	border-right: 1px solid #999999;
	background-color: #ffffff;
}

#itinerary_calendar .planner_header td {
	font-weight: normal;
	color: #666666;
	background-color: #DFDFDF;
}

#itinerary_calendar img {
	margin: 0;
}

#itinerary_calendar .planner_header td.td_remove {
	background-color: #666666;
	color: #FFFFFF;
}

#itinerary_calendar a {
	font-size: 11px;
	color: #CC6600;
	font-weight: bold;
}

#itinerary_calendar td.td_event_title {
	padding: 8px 5px;
}

#itinerary_calendar td.td_dates {
	width: 140px;
}

#itinerary_calendar td.td_remove {
	width: 50px;
	background-color: #FFFFFF;
}

#itinerary_calendar td.td_remove a {
	color: #666666;
	font-weight: normal;
}

#itinerary_calendar .listings {
	border-bottom: 1px solid #b1b1b1;
}

#planner_table table td.links {
	border-right: none;
	border-top: 1px solid #CCCCCC;
	background-color: #ffffff;
}

#planner_table td.links a {
	font-size: 11px;
	color:#339966;
}

#planner_table table {
	width: 300px;
	margin-bottom: 40px;
}

#planner_table .listings {
	border-bottom: 1px solid #b1b1b1;
}

#planner_table .planner_header td {
	font-weight: normal;
	color: #666666;
	background-color: #DFDFDF;
}

#planner_table .planner_header td.td_remove {
	background-color: #666666;
	color: #FFFFFF;
}

#planner_table table a {
	color: #666666;
	font-size: 11px;
	font-weight: bold;
}

#itinerary_calendar td.table_title a, #planner_table td.table_title a {
	font-size: 16px;
	color:#006699;
}

#itinerary_calendar td.table_title a {
	font-size: 16px;
	color:#006699;
}

#planner_table  td.td_remove a {
	color: #666666;
	font-weight: normal;
}

#planner_table td {
	padding: 20px 20px 0 0;
}

#planner_table table td {
	font-size: 11px;
	padding: 6px 5px;
	border-right: 1px solid;
	background-color: #FFFFFF;
	border-right-color: #999999;
}

#planner_table table td.table_title {
	padding: 6px 0;
	border-right: none;
	background-color: #ffffff;
}

#planner_table table td.links {
	border-right: none;
	border-top: 1px solid #CCCCCC;
	background-color: #ffffff;
}

#planner_table td.links a {
	font-size: 11px;
	color:#CC6600;
}

#planner_table table td.table_title img {
	margin: 0;
}

#planner_table table td.info {
	padding: 0;
	border-right: none;
	background-color: #ffffff;
}


#planner_table table td.planner_else, #itinerary_calendar td.table_title  {
	border-right: none;
}


/* ==================================================================================== */
/* = CALENDAR =========================================================================== */
/* ==================================================================================== */

#calendar h4 {
	color: #84ae30;
	font-size: 30px;
	font-weight: normal;
	margin: 20px 0 0 0;
}

#calendar #content {
	margin-left: 320px;
}

#calendar_table {
	width: 630px;
}
.calendar_header {
	color: #FFFFFF;
	font-weight: bold;
}

#calendar_table tr {
	border-bottom: 1px solid #ffffff;
}

#calendar_table td {
	padding: 5px 10px 5px 5px;
	font-size: 13px;
}

#calendar_table .td_itinerary {
	width: 50px;
	color: #000000;
	background-color: #FFCC00;
	vertical-align: middle;
	font-size: 13px;
}

#calendar_table .td_itinerary a {
	color: #666666;
	font-size: 10px;
}

#calendar_table .td_removelisting {
	width: 35px;
	color: #000000;
	background-color: #FFCC00;
	font-size: 12px;
	vertical-align: middle;
	font-weight: bold;
}

#calendar_table .td_removelisting a {
	color: #666666;
	font-size: 12px;
}

#calendar_table .td_dates {
	width: 75px;
	border-right: 1px solid #ffffff;
	background-color: #DCDCDC;
	vertical-align: middle;
	font-size: 12px;
}

#calendar_table  .td_event_title {
	border-bottom: 1px solid #DDDDDD;
	vertical-align: middle;
	font-size: 13px;
}

#calendar_table  .td_event_details {
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	vertical-align: middle;
	font-size: 12px;
}

#event_calendar_table {
	width: 252px;
	font-size: 12px;
	margin: 12px 20px 0 20px;
	background-color: #333333;
}

#event_calendar_table img {
	margin: 0;
	padding: 0;
}

.month {
	background-color: #333333;
}

#month_title td {
	color: #FFCC00;
	text-align: center;
	background-color: #333333;
}

#month_calendar {
	width: 252px;
	margin: 0 20px 12px 20px;
	font-size: 12px;	
	color: #84ae30;	
	background-color: #333333;
}

#days_calendar {
	padding-left: 12px;
}

#month_dates_table {
	font-size: 12px;
	width: 20px;
	height: 14px;
	margin: 4px auto;
}

#month_dates_table a {
	color: #666666;
}

#calendar_bottom {
	width: 250px;
	height: 10px;
	background: transparent url("../images/cal_bottom.gif") left bottom no-repeat;
}

#month_calendar img {
	margin: 0;
	padding: 0;
}

#calendar_search {
	padding: 10px 20px;
	border-top: 1px solid #aaaaaa;
	background-color: #f3f3f3;
}

#calendar_search select {
	font-size: 12px;
	font-weight: bold;
	margin: 6px 4px 6px 0;
	border: 1px solid #aaaaaa;
}

/* ==================================================================================== */
/* = LOGIN PAGE =========================================================================== */
/* ==================================================================================== */

#login_page #content a {
	color: #1B5B86;
}

#login_page #header {
	background: transparent url("../images/header_bg_dcc.png") left top repeat;
}

#login_page #content ul {
	margin-left: 10px;
	list-style-type: none;
}

#login_page #content li {
	padding: 6px 0;
}

#login_page #content ul.signup_form {
	margin-left: 20px;
	padding: 10px 0;
	border-bottom: 1px solid #aaaaaa;
}

.signup_form {
	list-style-type: none;
}

.signup_red {
	color: #FF0000;
}

.signup_form h1 {
	margin: 20px 0;
}

.signup_form h2 {
	font-size: 18px;
	margin: 20px 0;
	padding: 0;
	color: #84ae30;
}

.signup_form label {
	font-size: 12px;
}

.signup_form input.input_text {
	font-size: 16px;
	font-weight: bold;
	width: 250px;
	padding: 4px;
	border: 1px solid #aaaaaa;
	background-color: #F3F3F3;
}

.signup_form input.input_iphone {
	font-size: 16px;
	font-weight: bold;
	width: 200px;
	padding: 4px;
	border: 1px solid #aaaaaa;
	background-color: #F3F3F3;
}

.signup_form input.input_text:focus {
    background-color: #E6EFC2;
}

.signup_form li {
	padding: 4px 20px 4px 20px;
}

.signup_form a {
	font-size: 14px;
	padding-top: 4px;
	text-decoration: underline;
}

.signup_form td {
	padding: 0 10px 10px 0;
}

#login_page #content ul.standard {
	margin-left: 20px;
	padding: 10px 0;
}

.standard {
	list-style-type: none;
	font-size: 14px;
}

.standard p {
	margin: 0 0 0 -16px;
}

.standard h1 {
	margin: 20px 0;
}

.standard h2 {
	font-size: 18px;
	margin: 20px 0;
	padding: 0;
	color: #84ae30;
}

.standard li {
	padding: 4px 20px 4px 20px;
}

.standard a {
	font-size: 14px;
	padding-top: 4px;
	text-decoration: underline;
}

.standard td {
	padding: 0 10px 10px 0;
}

#why_content p {
	width: 200px;
	float: left;
	padding: 6px 10px;
}

#why_content a {
	float: left;
	color: #84ae30;	
	font-size: 14px;
	margin: 2px 8px 0 164px;
}

#why_content a#no_link {
	margin-left: 0;
}

#signup_overview #content {
	margin-left: 320px;
}

.filler_image {
	float: left;
	height: 200px;
	width: 200px;
	margin: 4px 20px 0 0;
}

#signup_overview #content .filler_image img {
	padding: 0;
	margin: 0;
}

#close_button, #why_content #close_button {
	float: left;
	display: block;
	width: 66px;
	height: 22px;
	margin: 0;
	background: transparent url("../images/close_button.gif") left top no-repeat;
}

/* ==================================================================================== */
/* = FOOTER =========================================================================== */
/* ==================================================================================== */

#top_footer_wrapper {
	background-color: #000000;
}

#top_footer {
	color: #6d6d6d;
	margin: 0 auto;
	width: 950px;
	padding-bottom: 40px;
}

#top_footer tbody {
	color: #6d6d6d;
}

#top_footer a {
	color: #ffffff;
}

#top_footer h4 {
	color: #6d6d6d;
	font-size: 12px;
	padding-bottom: 2px;
}

#top_footer img {
	margin: 20px;
}

#top_footer ul {
	font-size: 10px;
	float: left;
	margin: 0 20px;
	padding-bottom: 20px;
	list-style-type: none;
}

#top_footer li {
	padding: 0 20px 4px 0;
}

#top_footer ul#find_your_destionation {
	width: 340px;
	margin: 0;
	padding-bottom: 20px;
}

#find_your_destionation li {
	padding: 0 60px 10px 60px;
}

#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-top: 1px solid #4d4d4d;
	background-color: #000000;
}

#inner_footer {
	color: #6d6d6d;
	margin: 0 auto;
	width: 950px;
}

#inner_footer a {
	font-weight: bold;
}

#footer p {
	font-size: 10px;
	color: #666666;
	padding: 0 20px;
	line-height: 24px;
}

#footer a {
	color: #666666;
}


/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#336699;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

.buttons button img.phone {
    width:9px;
    height:18px;
}

.buttons .search_button {
	float: right;
	height: 30px;
	margin: 10px 0;
}

#sidebar .buttons .search_button {
	margin-right: 20px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* Search BUtton */

.buttons button.search_icon {
	float: none;
	padding: 4px;
	margin: 10px 0;
    border: 1px solid #E6E2AF;
}

/* Login Button */

button.login_button, .buttons a.login_button {
	color:#529214;    
}	

.buttons a.login_button:hover, button.login_button:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.login_button:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

#home .inner_planner  button.login_button img {
	float: none;
	margin:0 3px -3px 0 !important;
}

#login_page button.login_button, #login_page .buttons a.login_button {
	background-color:#f3f3f3;
   	border:1px solid #aaaaaa;
}

#sidebar_signin button.login_button, #sidebar_signin .buttons a.login_button {
	float: none;
}

#sidebar_signin .buttons a.login_button {
	width: 180px;
	margin-top: 8px;
}

/* LOGOUT Button */

button.logout_button, .buttons a.logout_button {
	color: #529214;    
}	

.buttons a.logout_button:hover, button.logout_button:hover {
    background-color: #E6EFC2;
    border:1px solid #C6D880;
    color: #529214;
}
.buttons a.logout_button:active {
    background-color: #529214;
    border: 1px solid #529214;
    color: #ffffff;
}

/* CALENDAR Button */

.buttons a.calendar_button, button.calendar_button {
    color:#d12f19;
}
.buttons a.calendar_button:hover, button.calendar_button:hover {
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.calendar_button:active {
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/* PLANNER Button */

.buttons a.planner_button, button.planner_button {
    color: #99710C;
}
.buttons a.planner_button:hover, button.planner_button:hover {
    background-color: #EFECCA;
    border:1px solid #E6E2AF;
    color: #99710C;
}
.buttons a.planner_button:active {
    background-color: #99710C;
    border:1px solid #99710C;
    color:#fff;
}

/* Edit Profile Button */

.buttons a.edit_button, button.edit_button {
    color: #666666;
}
.buttons a.edit_button:hover, button.edit_button:hover {
    background-color: #e1e1e1;
    border:1px solid #C2C2C2;
    color: #666666;
}
.buttons a.edit_button:active {
    background-color: #999999;
    border:1px solid #666666;
    color:#fff;
}

/* BIO PAGE */

#bio_images {
	margin-left: 30px;
	float: left;
}

#bio_images img {
	margin: 10px;
	padding: 0;
}

#bio_links {
	margin: 0 0 10px 50px;
}

#bio_links img {
	margin: 0;
	padding: 0;
}

#bio_info {
	float: right;
}

#bio_info ul {
	list-style-type: none;
}

#bio_info li {
	margin: 10px 0;
}

#bio_info img {
	margin: 0;
	padding: 10px;
	background-color: #f3f3f3;
}

#bio_info a img {
	padding: 0;
}

#bio_info a img, #bio_links a img {
	margin: 0;
}

.bio_content {
	margin: 20px 0 0 30px;
	background-color: #f3f3f3;
}
.bio_headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	margin-bottom: 10em;
	margin-right: 20px;
	margin: 0px 0 15px 0px;
	color: #666666;
}

.bio_content td {
	width: 200px;
	padding: 15px;
}

.bio_content td#bio_description  {
	width: 400px;
}

.spacer {
	margin-left: 50px;
	height: 10px;
	border-bottom: 1px solid #000000;
}

