/* Browser reset
*************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

@media print {
	ul.header_btns { display: none; }
}

/* Commons
*************************************************/
html { height: 100%; }

body {
	background-color: #fff;
	color: #666;
	font-family: 'Signika', sans-serif;
	font-size: 14px;
	/* overflow-x: hidden; */
}

a { color: #ec0d16; }

p {
	line-height: 16px;
	margin-bottom: 10px;
	width: 98%;
}

strong { font-weight: bold; }
em { font-style: italic; }

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

label { display: block; }

.clear,
.clearfix:after {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
}
.clearfix:after { content: ""; }

.hidden { display: none; }

.posrel { position: relative; }

.offscreen { position: absolute; left: -99999px; }

.bor_r { border-right: 2px dotted #e6e6e6; }
.bor_t { border-top: 1px solid #e6e6e6; }
.bor_t2 { border-top: 2px solid #e6e6e6; }
.bor_b { border-bottom: 1px solid #e6e6e6; }
.bor_b_alt { border-bottom: 1px solid #b8b8b8; }
.bor_b_alt2 { border-bottom: 2px solid #e6e6e6; }
.bor_b_alt3 { border-bottom: 2px solid #ccc; }

.inc_highlight { color: #ec0d16; }

ul.opt_btn li a,
a.opt_btn,
input.opt_btn,
a.alt_opt_btn,
a.in_opt_btn {
	display: block;
	font-family: 'Magra', sans-serif;
	text-align: center;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

ul.opt_btn li a,
input.opt_btn,
a.opt_btn {
	background-color: #fff;
	border: 1px solid #e6e6e6;
	color: #666;
	font-size: 17px;
	padding: 11px 15px 14px; 
}

	ul.opt_btn li a:hover,
	a.opt_btn:hover {
		background-color: #ec0d16;
		border: 1px solid #ec0d16;
		color: #fff;
	}

input.opt_btn,
a.in_opt_btn {
	background-color: #ec0d16;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 11px 15px 14px; 
	text-transform: uppercase;
}

	a.in_opt_btn:hover { background-color: #ff0000; color: #fff; }

	a.in_opt_btn .arr_e {
		border-left-width: 10px;
		border-left-color: #fff;
	}

	a.in_opt_btn .arr_w {
		border-right-width: 10px;
		border-right-color: #fff;
	}

	a.in_opt_btn .arr_e, a.in_opt_btn .arr_w { top: -1px; }


	a.in_opt_btn:hover .arr_e { border-left-color: #fff; }
	a.in_opt_btn:hover .arr_w { border-right-color: #fff; }

a.alt_opt_btn {
	background-color: #ec0d16;
	border: 1px solid #ec0d16;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 14px 15px 17px; 
	text-transform: uppercase;
}

	a.alt_opt_btn:hover {
		background-color: #fff;
		border: 1px solid #fff;
		color: #ec0d16;
	}

.dark_btn_sm {
	padding: 9px 8px 10px !important;
	font-size: 10px !important;
	width: 145px;
	border: 1px solid #333 !important;
	background-color: #333 !important;
	line-height: 13px;
}
.dark_btn_sm:hover { background-color: #000 !important; color: #fff !important; }

.arr {
	/*
	* In Internet Explorer, The"border-style: dashed" will never be
	* rendered unless "(width * 5) >= border-width" is true.
	* Since "width" is set to "0", the "dashed-border" remains
	* invisible to the user, which renders the border just like how
	* "border-color: transparent" renders.
	*/
	border-style: dashed;
	border-color: transparent;
	border-width: 0.53em;
	display: -moz-inline-box;
	display: inline-block;
	/* Use font-size to control the size of the arrow. */
	font-size: 10px;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: middle;
	width: 0;
}

.arr_e {
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #666;
	left: 5px;
}

.arr_w {
	border-right-width: 8px;
	border-right-style: solid;
	border-right-color: #666;
	right: 5px;
}

.arr_s {
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #666;
	top: 5px;
}

/* Structure & Utils
*************************************************/
.g_contain {
	xbackground: url(../images/bg_grid.gif) repeat-y;
  margin: 0 auto;
  width: 940px;
}

.g_contain_mission {
	xbackground: url(../images/bg_grid.gif) repeat-y;
  margin: 0 auto;
	width: 100%;
  min-width: 940px;
}

.g_contain_head {
	xbackground: url(../images/bg_grid.gif) repeat-y;
  margin: 0 auto;
	width: 1000px;
}

.g_contain_hiw {
	xbackground: url(../images/bg_grid.gif) repeat-y;
  margin: 0 auto;
	text-align: center;
	width: 100%;
}

.g1, .g2, .g3, .g4, .g5, .g6, .g7, .g8, .g9, .g10, .g11, .g12 { display: block; float: left; margin-right: 20px; }

.g13 {
	display: inline-block;
	vertical-align: top;
  margin: auto;
	text-align: left;
  padding: 50px;
}

.g1 { width: 60px; }
.g2 { width: 140px; }
.g3 { width: 220px; }
.g4 { width: 300px; }
.g5 { width: 400px; }
.g6 { width: 460px; }
.g7 { width: 540px; }
.g8 { width: 620px; }
.g9 { width: 600px; }
.g10 { width: 780px; }
.g11 { width: 860px; }
.g12 { width: 940px; }
.g13 { width: 300px; }

.pt7 { padding-top: 7px; }
.pt9 { padding-top: 9px; }
.pt10 { padding-top: 10px !important; }
.pt13 { padding-top: 13px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pr80 { padding-right: 80px !important; }
.pb5 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pl0 { padding-left: 0px !important; }
.pl60 { padding-left: 60px !important; }
.pl80 { padding-left: 80px !important; }
.mt2 { margin-top: 2px !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt50 { margin-top: 50px !important; }
.mt22 { margin-top: 22px !important; }
.mt35 { margin-top: 35px !important; }
.mr0 { margin-right: 0px !important; }
.mr20 { margin-right: 20px !important; }
.ml0 { margin-left: 0px !important; }
.ml20 { margin-left: 20px !important; }
.mb0 { margin-bottom: 0px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }

#page_container {}

.content_3_col {
	float: left;
	margin-right: 12px;
	width: 252px;
}

.content_3_col_alt,
.content_col_alt {
	float: left;
	margin-right: 15px;
	position: relative;
	width: 250px;
}

.content_4_col {
	float: left;
	margin-right: 12px;
	width: 186px;
}

.col_3_bg_contain {
    background: url(../images/patterns/3_col.png) repeat-y;
}

.col_2_bg_contain {
    background: url(../images/patterns/2_col_dub.png) repeat-y;
}

	.col_2_bg_contain .venue_select .mask { width: 380px; }

.col_3_wide_full {
    background: url(../images/patterns/3_col_full.png) 309px 0px repeat-y;
}

/* Header
*************************************************/
#header {
    background: url(../images/patterns/header_bg.gif) repeat-x;
    height:74px;
}

	#main_logo {
		background-image: url(../images/inclued.png);
		background-repeat: no-repeat;
		background-position: left 5px;
		background-size: 190px 36px;
		display: block;
		height: 36px;
		padding: 10px 10px 10px 0px;
		position: relative;
		top: 16px;
		width: 190px;
	}

	@media only screen and (-webkit-min-device-pixel-ratio : 1.5),
		   only screen and (min-device-pixel-ratio : 1.5) {
		#main_logo { background-image: url(../images/inclued@2x.png); }	
	}

		.inclued_title { display: none; }

		.tagline {
			color: #3e6990;
			font-family: 'Cambo', serif;
			font-size: 16px;
			left: 195px;
			position: absolute;
			top: 27px;
			width: 200px;
		}

	#top_bar {}

		#top_bar ul li {
			float: left;
			font-size: 14px;
			margin-right: 25px;
			margin-top: 45px;
		}

			#top_bar ul li a {
				color: #333;
				width: 93px;
			}

			#top_bar ul li a:hover { color: #ec0d16; }

/* Leading text 
*************************************************/
h1.page_head {
	color: #333;
	font-family: 'Cambo', serif;
	font-size: 40px;
	padding-bottom: 10px;
}

div.page_desc {
	color: #666;
	font-family: 'Signika', sans-serif;
	font-size: 20px;
	line-height: 27px;
	padding-bottom: 20px;
}

	div.page_desc strong { color: #333; }

/* State indicator 
*************************************************/
.indicator { padding-top: 10px; }

.indicator .ind_prev { float: left; width: 60px; }
.indicator .ind_next { float: right; width: 60px; }
.indicator .ind_next_wide { width: 130px; }

.state_indicator {
	color: #9f9f9f;
	font-size: 16px;
	text-align: center;
	margin: -28px auto 0px;
	width: 650px;
}

.state_indicator strong { color: #333; }

/* Content area 
*************************************************/
#content_container {
        border-top: 4px solid #666;    
        padding-top: 1px;
	padding-bottom: 80px;
}
	#content_container h2 {
		border-top: 1px solid #e6e6e6;
		color: #333;
		font-family: 'Magra', sans-serif;
		font-size: 13px;
		font-weight: bold;
		padding-top: 5px;
		text-transform: uppercase;
	}
		

	#content_container h2 span.note {
		color: #ec0d16;
		position: relative;
		left: 50px;
	}

	#content_container .typ_label {
		color: #666;
		font-family: 'Signika', sans-serif;
		font-size: 24px;
		padding-bottom: 15px;
		padding-top: 30px;
	}

	#content_container .alt_label {
		font-size: 18px;	
		line-height: 22px;
		margin-top: 15px;
		padding-bottom: 5px;
		padding-top: 8px;
	}
        
        	#content_container .alt_label_large {
		font-size: 20px;
                font-weight: bold;
		line-height: 22px;
		margin-top: 15px;
		padding-bottom: 5px;
		padding-top: 8px;
	}


/* Venue Select
*************************************************/
.venue_select { }

	.venue_select .asset { position: relative; }

		.venue_select img { display: block; margin: 0px auto; }
		
		.venue_select .mask,
		.carousel_cell {
			background-color: #fff;
			height: 190px;
			overflow: hidden;
			width: 350px;
		}
		
			.venue_select .mask img { height: 230px; }

			.carousel_container {
				height: 190px;
				left: 0px;
				position: absolute;
				top: 0px;
				width: 2400px;
			}

			.carousel_cell {
				float: left;
				text-align: center;
				width: 300px;
			}

		.venue_select .grad {
			background: url(../images/patterns/text_grad.png) repeat-x;
			bottom: 0px;
			height: 59px;
			left: 0px;
			position: absolute;
			width: 100%;
			z-index: 1;
		}

		.venue_select .opt_title {
			bottom: 10px;
			color: #fff;
			font-size: 18px;
			font-weight: bold;
			left: 10px;
			padding-right: 10px;
			position: absolute;
			text-transform: uppercase;
			width: 100%;
			z-index: 1;
		}

		.venue_select .venue_content {
			font-family: 'Signika', sans-serif;
			position: relative;
		}

		.venue_selected {}

			.venue_select .venue_content .head {
				color: #333;
				font-size: 16px;
				font-weight: bold;	
				padding-bottom: 1px;
			}

			.venue_select .venue_content .sub_head {
				color: #333;
				font-size: 14px;
				padding-bottom: 8px;
			}

			.venue_select .venue_content .p_text {
				color: #666;
				font-size: 12px;
				line-height: 18px;
				padding-bottom: 13px;
			}
			
			.venue_select .venue_content .note_head {
				color: #508cd0;
				font-size: 13px;
				line-height: 12px;
				padding-bottom: 3px;
			}

			.venue_select .venue_content .alt_note_head { color: #333; font-weight: bold; }
			.venue_select .venue_content .sub_note_head { color: #666; font-weight: bold; }

			.venue_select .venue_content .s_text {
				color: #333;
				font-size: 14px;
				line-height: 18px;
				padding-bottom: 13px;
			}

			.venue_select .venue_selected .head,
			.venue_select .venue_selected .s_text,
			.venue_select .venue_selected .note_head { color: #000; }

/* Text fields  
*************************************************/
.text_field {
	background-color: #dffcff;
	border: 1px solid #86c6ef;
	color: #666;
	font-size: 16px;
	margin: 0px;
	padding: 10px 8px;
	width: 80%;

	-moz-box-shadow: inset 0 0 10px #fff;
	-webkit-box-shadow: inset 0 0 10px #fff;
	box-shadow: inset 0 0 10px #fff;
}

.placeholder_input { color: #a9d1d5; }

textarea.text_field {
	font-family: 'Signika', sans-serif;
	font-size: 14px;
}

.form_note {
	color: #00ab20;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	padding-top: 3px;
}

/* Sequence navi 
*************************************************/
.navi_container { padding-bottom: 80px; }

	#navi_base,
	#navi {
		background: #fff;

		-moz-box-shadow:0px 0px 4px 0px #999;
		-webkit-box-shadow:0px 0px 4px 0px #999;
		box-shadow:0px 0px 4px 0px #999;
	}

		#navi a {
			border-top: 4px solid #f2f2f2;
			color: #ddd;
			display: block;
			font-weight: bold;
			font-size: 12px;
			font-family: 'Magra', sans-serif;
			padding: 10px 10px 16px;
			position: relative;
			text-transform: uppercase;
		}

		#navi a.first { border-top: none; }

		#navi a.answered { color: #666; }
		
		#navi a.active { color: #ec0d16; }
		
			#navi a span.current_num {
				font-size: 21px;
				font-weight: normal;
				padding-right: 5px;
			}

			#navi a span.arr_e {
				border-left-width: 12px;
				border-left-style: solid;
				border-left-color: #ddd;
				font-size: 14px;
				left: auto;
				position: absolute;
				right: 5px;
				top: 17px;
			}
			
			#navi a.answered span.arr_e { border-left-color: #666; }
			
			#navi a.active span.arr_e { border-left-color: #ec0d16; }

		#navi h5 {
			color: #333;
			font-size: 11px;
			font-weight: bold;
			margin-left: 32px;
			padding-bottom: 5px;
		}

		#navi .vals {
			list-style-type: disc;
			margin-left: 45px;
			padding-bottom: 16px;
			padding-right: 10px;
		}
		
		#navi .vals li {
			font-size: 12px;
			line-height: 14px;
			padding-bottom: 5px;
			text-transform: none;
		}
		
/* Tray navi
*************************************************/
.head_browse {
	border-left: 1px solid #e6e6e6;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	padding: 0px 5px 10px 10px;
	text-align: center;
}

.head_browse_alternate_side {
	border-right: none;
	border-left: 1px solid #e6e6e6;
}

#tray a { display: block; }

#tray .pick_holder {
	border-top: 4px solid #bbb;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	position: relative;
}

	.pick_holder span { display: block; }

	.pick_holder span.close {
		background: transparent url(../images/icons/close.png) no-repeat;
		display: none;
		height: 27px;
		position: absolute;
		right: -14px;
		top: -12px;
		width: 27px;
		z-index: 1;
	}
	
		.pick_holder:hover span.close { display: block; }

	.pick_holder span.asset {
		height: 105px;
		overflow: hidden;
		width: 140px;
	}
	
		.pick_holder span.asset img { width: 150px; }
		
		.user_is_logged_in .pick_holder span.venue {
			color: #333;
			font-size: 14px;
			padding: 5px;
			width: 150px;
                        display: block;
		}
                
                .pick_holder span.venue {
                    display: none;
                }
		
		.user_is_logged_in .pick_holder span.room {
			color: #666;
			font-size: 12px;
			padding: 0 5px 10px 5px;
                        display: block;
		}
                
                .pick_holder span.room {
                    display: none;
                }

	#tray .temp {
		background-color: #e6e6e6;
		height: 105px;
	}
	
		#tray .temp span { display: none; }
	
	.browse_request:hover,
	.get_reccos:hover,
	.let_us_choose_your_menu:hover {
		background-color: #ff0000 !important;
		border: 1px solid #ff0000 !important;
		color: #fff !important;
	}

/* Error handling
*************************************************/
.error {
	background-color: #ffcccc;
	color: #000;
	margin-bottom: 1px;
	padding: 0px 10px 10px 10px;
}

	.error ul { list-style: disc; margin-left: 10px; }

		.error li, .error p { padding-top: 10px; padding-top: 10px; }

/* Add icons
*************************************************/
.add_icon {
	background: #333 url(../images/icons/add.png) no-repeat center center;
	cursor: pointer;
	height: 24px;
	left: 34px;
	text-indent: -9999px;
	padding: 4px;
	position: absolute;
	top: -122px;
	visibility: hidden;
	width: 24px;
}

	.venue_selected .add_icon { background: #333 url(../images/icons/sub.png) no-repeat center center; }
	.venue_selected .add_icon:hover { background: #000 url(../images/icons/sub.png) no-repeat center center; }

	.add_icon:hover { background: #000 url(../images/icons/add.png) no-repeat center center; }

.quick_view {
	background: #333 url(../images/icons/quick_view.png) no-repeat center center;
	cursor: pointer;
	height: 24px;
	left: 0px;
	text-indent: -9999px;
	padding: 4px;
	position: absolute;
	top: -122px;
	visibility: hidden;
	width: 24px;
}

	.quick_view:hover { background: #333 url(../images/icons/quick_view.png) no-repeat center center; }
	
.venue_select:hover .add_icon, .venue_select:hover .quick_view { visibility: visible; }

/* Overlay styles
*************************************************/
.locked body { overflow: hidden; }

#modal_container,
.modal_container_bg {
	height: 100%;
	left: 0px;
	overflow-y: auto;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 10000;
}

.modal_container_bg {
	background-color: #FFF;
	
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.85);
	filter: Alpha(Opacity=85);
}

.overlay_close_btn {
	background: transparent url(../images/icons/close_lg.png) no-repeat;
	height: 76px;
	position: absolute;
	right: -38px;
	top: -35px;
	width: 76px;
	z-index: 1;
}

.overlay_close_btndead {
	background: transparent url(../images/icons/close_lg.png) no-repeat;
	height: 76px;
	position: absolute;
	right: -38px;
	top: -35px;
	width: 76px;
	z-index: 1;
}

/* Overlays
*************************************************/
.init_modal,
.email_modal,
.email_modal,
.delivery_modal,
.full_service_modal,
.save_for_later_modal,
.contact_us_modal,
.catering_select_modal,
.login_before_more_info_modal {
	background-color: #FFF;
	margin: 60px auto 40px;
	position: relative;
	width: 700px;
	z-index: 100;
	
	-webkit-box-shadow:  0px 0px 40px 5px #BBBBBB;
	box-shadow:  0px 0px 40px 5px #BBBBBB;
}


#overlay {
     visibility: hidden;
     position: absolute;
     left: 0px;
     top: 0px;
     width:100%;
     height:100%;
     text-align:center;
     z-index: 1000;
}

.login_before_more_info_modal_map {
	background-color: #FFF;
	margin: 60px auto 40px;
	position: relative;
        width:90%;
        height:100%; 
	z-index: 100;
        overflow: hidden;	
	-webkit-box-shadow:  0px 0px 40px 5px #BBBBBB;
	box-shadow:  0px 0px 40px 5px #BBBBBB;
}

.modal_typ_content_map {
	border-top: 4px solid #ec0d16;
	padding: 10px 20px 45px;
	position: relative;
        width:100%;
        height:100%;     
}

a.alt_opt_btn_map {
	display: block;
	font-family: 'Magra', sans-serif;
	text-align: center;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#login_before_more_info_btn_map { width: 110px; margin-top:50px; }

a.alt_opt_btn_map {
	background-color: #ec0d16;
	border: 1px solid #ec0d16;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	padding: 7px 7px 9px; 
	text-transform: uppercase;
}

	a.alt_opt_btn_map:hover {
		background-color: #fff;
		border: 1px solid #fff;
		color: #ec0d16;
	}


	.modal_typ_content_map .lead {
		color: #333;
		font-size: 20px;
		font-family: Cambo, serif;
                margin-top: 20px;
		padding-bottom: 10px;
                                width: 80%;
	}

	.modal_typ_content_map .lead_mid {
		color: #333;
		font-size: 32px;
		font-family: Cambo, serif;
		padding-bottom: 20px;
		padding-top: 20px;
	}

	.modal_typ_content_map .lead_lg {
		color: #333;
		font-size: 82px;
		font-family: Cambo, serif;
		padding-bottom: 20px;
	}

	.modal_typ_content_map .lead2 {
		color: #333;
		font-size: 32px;
		font-family: Cambo, serif;
		line-height: 40px;
		padding-bottom: 20px;
	}
	
	.modal_typ_content_map label { text-align: left;font-size: 13px; padding-bottom: 10px; }

	.modal_typ_content_map label span.label_sidenote { display: block; font-size: 6px; padding-top: 2px; }
	
	.modal_typ_content_map p,.smaller_login_text_map {
		font-size: 11px;
    		line-height: 12px;
    		margin-bottom: 5px;
                padding-right: 20px;
                text-align: left;
                width: 80%;
    	}
        
	
	.modal_typ_content_map .alt_opt_btn_map {margin-top: 20px;width: 54px; }
	
	.modal_typ_content_map .alt_opt_btn_map:hover {
		background-color: red;
		border: 1px solid red;
		color: #fff;
	}
        
        .modal_typ_content_map .extended_btn { width: 50px; }
	.modal_typ_content_map .field_300 { width: 100px; }

        
        
.modal_typ_content {
	border-top: 4px solid #ec0d16;
	padding: 30px 40px 90px;
	position: relative;
}


	.modal_typ_content .lead {
		color: #333;
		font-size: 42px;
		font-family: Cambo, serif;
		padding-bottom: 20px;
	}

	.modal_typ_content .lead_mid {
		color: #333;
		font-size: 32px;
		font-family: Cambo, serif;
		padding-bottom: 20px;
		padding-top: 20px;
	}

	.modal_typ_content .lead_lg {
		color: #333;
		font-size: 82px;
		font-family: Cambo, serif;
		padding-bottom: 20px;
	}

	.modal_typ_content .lead2 {
		color: #333;
		font-size: 32px;
		font-family: Cambo, serif;
		line-height: 40px;
		padding-bottom: 20px;
	}
	
	.modal_typ_content label { font-size: 16px; padding-bottom: 10px; }

	.modal_typ_content label span.label_sidenote { display: block; font-size: 11px; padding-top: 5px; }
	
	.modal_typ_content p {
		font-size: 24px;
    		line-height: 28px;
    		margin-bottom: 15px;
    	}
	
	.modal_typ_content .alt_opt_btn {width: 80px; }
	
	.modal_typ_content .alt_opt_btn:hover {
		background-color: red;
		border: 1px solid red;
		color: #fff;
	}

	.overlay_label_inline {
		float: left;
		width: 120px;
	}

	.overlay_field_inline {
		float: left;
		width: 335px;
	}

	.overlay_submit_inline {
		float: left;
		width: 150px;
	}

	.modal_typ_content .extended_btn { width: 140px; }
	.modal_typ_content .field_300 { width: 300px; }
	
	.load_container { position: absolute;  }
	
	.status_container {
		color: #333;
		font-size: 22px;
		font-weight: bold;
		margin-top: 17px;
		position: absolute;
	}
	
/* Contact Us Modal
*************************************************/	
.contact_us_modal select { font-size: 18px; width: 450px; }
.contact_us_modal textarea.text_field { height: 150px; }

/* Catering Selector modal
*************************************************/
.catering_select_modal { position: relative; }

	.whats_the_difference_container_link {
		color: #666;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		text-align: center;
		width: 100%;
		margin-top: -10px;
	}

	.difference_overlay {
		background-color: #fff;
		border-radius: 3px;
		border: 1px solid #ccc;
		box-shadow:0px 0px 4px 0px #999;
		left: 207px;
		position: absolute;
		top: 80px;
		width: 270px;
		z-index: 9;

		-moz-border-radius: 3px;
		-moz-box-shadow:0px 0px 4px 0px #999;
		-webkit-border-radius: 3px;
		-webkit-box-shadow:0px 0px 4px 0px #999;
	}

		.close_difference_overlay {
			background: transparent url(../../images/icons/close.png) no-repeat;
			height: 27px;
			position: absolute;
			right: -14px;
			top: -12px;
			width: 27px;
			text-indent: -9999px;
			z-index: 1;
		}
		
		.modal_typ_content .difference_content {
			padding: 10px;
			text-align: left;
		}

		.modal_typ_content .difference_content p {
			font-size: 11px;
			line-height: 14px;
			margin-bottom: 5px;
		}

	.whats_the_difference_container_link a {
		color: #666;
		text-decoration: underline;
	}

		.whats_the_difference_container_link a:hover {
			color: #333;
			text-decoration: underline;
		}

	.catering_overlay_or_treatment {
		color: #333;
		font-family: 'Magra', sans-serif;
		font-size: 16px;
		font-weight: bold;
		left: 50%;
		margin-left: -50px;
		position: absolute;
		text-align: center;
		top: 230px;
		width: 100px;
		z-index: 2;
	}

	.catering_overlay_or_bar_top,
	.catering_overlay_or_bar_bottom {
		background-color: #333;
		height: 45px;
		left: 50%;
		margin-left: 0px;
		position: absolute;
		width: 1px;
	}

	.catering_overlay_or_bar_top { top: -63px; }
	.catering_overlay_or_bar_bottom { top: 35px; }

	.catering_overlay_navigation_selector {
		margin-top: 90px;
		padding-bottom: 60px;
		text-align: center;
		width: 100%;
		z-index: 2;
	}

		.catering_overlay_option {
			float: left;
			margin: 0px 40px;
			width: 230px;
		}

			.catering_overlay_navigation_selector .large_pop_cta {
				display: block;
				font-size: 28px;
				padding: 20px 14px;
				text-transform: none;
				height: 50px;
				width: 170px;
				margin: 0px auto;
			}

				.catering_overlay_navigation_selector .sub_cta {
					display: block;
					font-size: 14px;
				}

/* Profile popup
*************************************************/
.profile_popup {
	background-color: #FFF;
	margin: 60px auto 40px;
	position: relative;
	width: 700px;
	z-index: 100;
	
	-webkit-box-shadow:  0px 0px 40px 5px #BBBBBB;
	box-shadow:  0px 0px 40px 5px #BBBBBB;
}

	.overlay_img_container {
		background-color: #000;
		height: 400px;
		overflow: hidden;
		text-align: center;
		position: relative;
	}
	
		.overlay_img_container img { display: block; height: 400px; margin: 0px auto; }

		.overlay_content_container .capacity_desc { font-weight: bold; margin-top: 5px; }

		.overlay_img_container .image_captions {
			background-color: #fff;
			bottom: 10px;
			color: #666;
			font-size: 18px;
			left: 10px;
			padding: 3px 4px;
			position: absolute;
			text-align: left;
		}

		.overlay_img_container .image_captions .image_caption { display: none; }

	#img_selector { padding-left: 10px; padding-top: 20px; }
		
		#img_selector li { float: left; margin-left: 1px; }
			
			#img_selector li a {
				background-color: #000;
				border: 1px solid #fff;
				display: block;
				height: 36px;
				overflow: hidden;
				width: 36px;
			}
			
				#img_selector li a.selected { border: 1px solid #ec0d16; }
			
				#img_selector li a img { display: block; width: 75px; }
				
	.overlay_content_container h3 {
		padding: 30px 0 20px 10px;
		text-transform: uppercase;
	}
	
		.overlay_content_container h3.neighborhood_content { padding: 0px 0 20px 10px; text-transform: uppercase; }
	
	.overlay_content_container h4 {
		line-height: 18px;
		padding-left: 10px;
		padding-bottom: 40px;
	}
	
	.overlay_content_container h3.venue_name {
		color: #000;
		font-size: 14px;
		font-weight: bold;
		padding: 38px 0 10px 10px;
		text-transform: uppercase;
	}
	
	.overlay_content_container h2 {
		color: #333;
		font-size: 36px;
		font-weight: bold;
		padding: 20px 20px 22px 10px;
		text-transform: uppercase;
	}
	
	.overlay_content_container p {
		font-size: 24px;
		font-weight: normal;
		line-height: 28px;
		padding-left: 10px;
		width: 90%;
	}
	
	.overlay_content_container .opt_btn { margin-left: 10px; width: 90px; }

/* Login popup
*************************************************/
#login_before_more_info_btn { width: 160px; }
.smaller_login_text { font-size: 11px; }

 /* Back to list
 *************************************************/
 .back_to_list a {}
 .back_to_list a:hover { text-decoration: underline; }

/* Skip step
*************************************************/
a.skip_request {
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	display: block;
	font-weight: bold;
	padding: 20px 10px;
}

a.skip_request:hover {
	/* background-color: #f6f6f6; */
	/* border-left: 1px solid #ccc; */
	/* border-right: 1px solid #ccc; */
	/* border-top: 1px solid #ccc; */
}

a.skip_request span.skip_desc {
	color: #666;
	display: block;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	padding-top: 5px;
}

/* Tooltip messaging
*************************************************/
.tooltip_msg {
	background-color: #508CD0;
	color: #fff;
	padding: 10px;
	position: absolute;
	z-index: 99;
	left: 0;
	margin-left: -68px;
	margin-top: -50px;
}

#added_max { color: #EC0D16;  background-color: #FFFFFF; font-size: 120%; }

/* Current index
*************************************************/
.current_count { padding: 10px 0; }

	.current_count span.current_index, .current_count strong {
		color: #333;
		font-weight: bold;
	}
	
	.current_count .load_more_rooms { font-weight: bold; margin-left: 20px; }
	
	.recommendations_page .current_count { margin-top: -1px; }
	
/* Tipsy styles
*************************************************/	
.tipsy { padding: 5px; font-size: 11px; font-weight: bold; position: absolute; z-index: 100000; }
  .tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 250px; text-align: center; }
  .tipsy-inner { }
  .tipsy-arrow { position: absolute; background: url('../images/icons/pointer.png') no-repeat top left; width: 9px; height: 5px; }
  .tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px; }
    .tipsy-nw .tipsy-arrow { top: 0; left: 10px; }
    .tipsy-ne .tipsy-arrow { top: 0; right: 10px; }
  .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left; }
    .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; background-position: bottom left; }
    .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left; }
  .tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; }
  .tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }

/* No matches / Few matches
*************************************************/
.no_matches,
.few_matches {
	background-color: #e6e6e6;
	font-size: 24px;
	line-height: 30px;
	margin: 1px 0 2px;
	padding: 140px 40px;
}

.no_matches a, .few_matches a { font-weight: bold; }

.few_matches { font-size: 14px; margin: 1px 0 0px; padding: 10px 10px; }

/* Proposal view overwrites
*************************************************/
.proposal_view .venue_select .venue_content .head { font-size: 22px;}
.proposal_view .venue_select .mask { width: 220px; }
.proposal_view .venue_content { padding: 0px 9px 9px 9px; }
.proposal_view .venue_content .quick_view { top: 0px; left: -240px; }

.proposal_view .venue_select:hover .venue_content, .proposal_view .venue_select:hover .venue_selected { background-color: transparent; }

.proposal_view .offer_content { color: green !important; }
.proposal_view .unique_points_content { color: blue !important; }

/* Proposal admin
*************************************************/
.proposal_title_head {
	color: #333;
	font-size: 32px;
	padding-bottom: 10px;
}

/* Show more lineage
*************************************************/
.show_more_lineage {
	font-family: 'Magra', sans-serif;
	font-weight: bold;
	font-size: 13px;
}

.show_more_lineage a {
	color: #666;
	display: block;
	padding: 8px;
	text-align: center;
}

.show_more_lineage a:hover { text-decoration: underline; }

/* General dropdown
*************************************************/
.nudge_dropdown { padding-top: 8px; }

.inputBev {
		width: 28px;
                font-size: 18px;
                position: relative;
	} 

.dropdown_label {
	color: #666;
	font-size: 18px;
	position: relative;
}

	.dropdown_label .arr_s {
		border-bottom-width: 0.92em;
		border-left-width: 0.92em;
		border-right-width: 0.92em;
		border-top-color: #e5e5e5;
		border-top-width: 12px;
		left: 8px;
		top: 1px;
	}

	.dropdown_container {
		border: 3px solid #ccc;
		display: block;
		position: absolute;
		top: 3px;
		width: 45px;
		z-index: 1;
	}

	.dropdown_container .dropdown_option {
		background-color: #fff; 
		border-top: 1px bottom #ccc;
		display: block;
		padding: 8px;
		text-align: center;
	}

	.dropdown_container .dropdown_option:hover, .dropdown_container .selected_dropdown_option { background-color: #e6e6e6; }

/* Ideal total budget
*************************************************/
.symbol {
	float: left;
	font-size: 38px;
	padding-top: 0px;
	width: 25px;
}

.budget_field {
	float: left;
	width: 275px;
}
	
	.budget_field .ideal_budget_field { width: 257px; }

.budget_note {
	float: left;
	padding-top: 5px;
	width: 370px;
}

.budget_note_extended { width: 410px; }

/* Yes / No options
*************************************************/
.yesno_option_container {
	float: left;
	margin-right: 20px;
	width: 140px;
}

.yesno_option_sm_container {
	float: left;
	margin-right: 20px;
	width: 60px;
}

.yesno_option_extended_container { width: 120px; }

.yesno_option {
	background-color: #e6e6e6;
	color: #333;
	cursor: pointer;
	font-family: 'Magra', sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 20px 0px;
	text-align: center;
	text-transform: uppercase;
}

.yesno_option_selected .yesno_option,
.yesno_option:hover {
	background-color: #333;
	color: #fff;
}

.yesno_option_container_selected .yesno_option { background-color: #508cd0; color: #fff; }

/* Footer
*************************************************/
#footer {
	background: url(../images/patterns/footer_bg.gif) repeat-x;
	padding-bottom: 40px;
	padding-top: 20px;
}

	#copymsg {
		float: left;
		font-size: 16px;
	}
	
		#copymsg sup {
			font-size: 7px;
			position: relative;
			top: -7px;
		}
	
	#footer ul {
		font-size: 11px;
		padding-top: 5px;
	}
	
		#footer ul li {
			border-right: 1px solid #d9d9d9;
			float: left;
			padding: 0px 10px;
		}
		
		#footer ul li.last_col { border-right: none; padding: 0px 0px 0px 10px; }
	
			#footer ul a { color: #666;  }
