@charset "utf-8";
/**
 * Global.css
 *
 * This file contains styles that apply to all pages in all templates.  Any styles that
 * don't apply to absolutely every page should be placed in a more specific stylesheet
 *
 * 1. Global Tag Styles and Fonts
 * 2. Top Bar : search module
 * 3. Header  : weather module, header social media
 * 4. Footer  :
 */

/**
 * 1. Global Tag Styles and Fonts
 */

/* Fonts */
@font-face {
	font-family: 'BebasNeueRegular';
	src: url('../fonts/BebasNeue-webfont.eot');
	src: url('../fonts/BebasNeue-webfont.eot') format('embedded-opentype'), url('../fonts/BebasNeue-webfont.woff') format('woff'), url('../fonts/BebasNeue-webfont.ttf') format('truetype'), url('../fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'NovecentowideBold';
	src: url('../fonts/Novecentowide-Bold-webfont.eot');
	src: url('../fonts/Novecentowide-Bold-webfont.eot') format('embedded-opentype'), url('../fonts/Novecentowide-Bold-webfont.woff') format('woff'), url('../fonts/Novecentowide-Bold-webfont.ttf') format('truetype'), url('../fonts/Novecentowide-Bold-webfont.svg#NovecentowideBold') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Global Tag Styles */
* {
	border: none;
	margin: 0;
	outline: none;
	padding: 0;
}

body {
	background: url('/templates/visitdetroitinteriorpage-3-column/images/bg_visit_detroit.jpg');
	color: #686550;
	font: 12px Arial, sans-serif;
	font-style: normal;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #f85e10;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

h1,h2,h3,h4,h5 {
	font-family: NovecentowideBold, "Arial Black", sans-serif;
	text-transform: uppercase;
}

h2,h2 a {
	font-size: 33.95px;
	color: #000;
	margin: 28px 0 0;
}

h1.pagetitle,h1.pagetitle a {
	font-size: 33.95px;
	color: #000;
	margin: 28px 0 0;
}

h1.pagetitle-orange {
	color: #fa5f0f /* orange */;
	font-size: 33.95px;
}

hr {
	background: #cccccc; /* grey */
	height: 1px;
}

img {
	border-style: none;
}

/**
 * 2. Top Bar
 */

/*search module */
.search {
	float: right;
	margin: 7px 0 0;
	text-align: right;
	width: 225px;
}

.search label {
	display: none;
}

.search input {
	font-size: 10px;
	height: 16px;
	margin: 0;
}

.search input[type=text] {
	border-left: #adb8cc solid 1px;
	border-top: #e4e9ed solid 1px;
	border-right: #e4e9ed solid 1px;
	border-bottom: none;
	color: #000000;
	font-family: Arial, sans-serif;
	font-weight: bold;
	height: 16px;
	line-height: 16px;
	padding: 0 5px;
	width: 173px;
}

.search input[type=text]::-webkit-input-placeholder,.search input[type=text]::-moz-placeholder {
	color: #a3a18c;
}

.search input[type=submit] {
	background-color: #7d8a9d /* blue grey */;
	color: #ffffff /* white */;
	letter-spacing: 0;
	min-width: 22px;
	padding: 0 0 1px 1px;
	text-transform: uppercase;
	border: none;
	height: 16px;
}

.search button[type=submit] {
	background-color: #7d8a9d /* blue grey */;
	color: #ffffff /* white */;
	letter-spacing: 0;
	min-width: 22px;
	padding: 0 0 1px 1px;
	text-transform: uppercase;
	border: none;
	height: 16px;
}

/* hide the search autocompleter UL because it adds space below the footer */
.autocompleter-choices {
	display: none;
}

/**
 * 3. Header
 */

/* weather module */
.moduletable_weather {
	width: 80px;
	height: 35px;
	float: right;
	margin-top: 5px;
}

.gkwMainLeft * {
	display: inline;
}

.gkwMainLeft img {
	float: left;
}

.gkwCurrent {
	width: 80px;
	height: 35px;
}

.gkwTemp {
	font-size: 13px;
	display: block;
	float: right;
	font-weight: bold;
	padding-left: 5px;
}

.gkwMainRight {
	display: none;
}

.breadcrumbs,.breadcrumbs a {
	font-family: Arial, Gadget, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.breadcrumbs a {
	color: #f85e10;
}

div.breadcrumbs {
	margin-left: 195px;
}

/* header social media */
.moduletable_social {
	float: right;
	/*	width: 215px; */
}

.moduletable_social p {
	border-left: 1px solid #686550;
	padding-left: 10px;
}

.moduletable_social img {
	margin: 0 2px;
}

/**
 * 4. Footer
 */
.footer {
	background: #d9d8d3 url('/templates/visitdetroitinteriorpage-2-column/images/bg_footer_grad.jpg') repeat-y center;
	height: 406px;
	clear: both;
}

.footer_promo {
	float: left;
	width: 350px;
	height: 380px;
	margin-right: 25px;
}

.footer_menus {
	margin-left: 185px;
	height: 170px;
	margin-bottom: 5px;
	padding-top: 35px;
}

.footer_social {
	margin-left: 375px;
	border-top: 1px solid #686550;
	height: 117px;
	padding-top: 10px;
}

.footer_bottom {
	clear: both;
	height: 24px;
	color: #FFF;
}

#copyright {
	background-color: #231f20;
	height: 20px;
	color: #FFF;
	text-align: center;
	padding-top: 5px;
}

.single_col {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.footer {
	background: #dad9d2 url('/templates/visitdetroitinteriorpage-2-column/images/footer-bg-gradient.png') top center repeat-y;
	height: auto;
}

.footer .single_col {
	padding-top: 30px;
}

.footer_promo {
	height: 215px;
	margin: 8px 10px 0 0;
	width: 151px;
}

.menu_footer,.menu_footer_orange {
	height: auto;
	margin: 0 0 20px 0;
	padding: 0;
}

ul.menu_footer,ul.menu_footer_orange {
	font-size: 11px;
	font-weight: bold;
	list-style-type: none;
	margin: 0 25px 0 0;
	padding: 0;
	vertical-align: top;
	list-style-type: none;
	float: left;
}

.menu_footer a,.menu_footer_orange a {
	color: #231f20 /* black */;
}

.menu_footer li {
	line-height: 15px;
}

.menu_footer li:first-child a,.menu_footer_orange a {
	color: #F85E10 /* orange */;
}

.menu_footer_orange li {
	line-height: 20px;
}

.footer_social {
	border-top-color: #c6c6c5 /* grey */;
	margin-left: 170px;
	padding: 20px 0 0 10px;
}

.footer_social .moduletable {
	padding-left: 15px;
	text-align: center;
	width: auto;
}

.footer_social .joomla_sharethis {
	margin-top: 7px;
	width: 150px;
}

.sharethis {
	background-image: url("http://w.sharethis.com/images/sharethis_16.png");
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
}

/* hide the author attribution */
.joomla_sharethis .dnn {
	display: none;
}

#trans {
	margin-top: 5px;
	width: 165px;
}

#goog-gt-tt {
	display: none;
}

#google_translate_element {
	line-height: 50px;
}

#google_translate_element span {
	display: none;
}

/* forsee-test.css */
div.fsradmin {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #ffffff;
	font-size: 12pt;
}

div.fsradmin div.header {
	text-align: center;
	font-size: 14pt;
	background: url(fsrlogo.gif) no-repeat;
	height: 81px;
	vertical-align: middle;
}

div.fsradmin div.instructions {
	font-size: 10pt;
}

div.fsradmin div.override {
	font-size: 10pt;
}

div.fsradmin div.body {
	text-align: left;
}

div.fsradmin table {
	text-align: center;
}

div.fsradmin td {
	padding: 3px;
}

div.fsradmin td.names {
	text-align: right;
}

div.fsradmin div.footer {
	text-align: center;
	font-size: 8pt;
}

div.fsradmin .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* forsee-qualifier.css */
#fsrqualifier {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #4D4D4D;
	background-color: #ffffff;
	font-size: 10pt;
}

#fsrqualifier div.fsrq_top_ul {
	float: left;
}

#fsrqualifier div.fsrq_top_ur {
	position: relative;
	text-align: right;
}

#fsrqualifier div.fsrq_body {
	padding-top: 10px;
	text-align: left;
	clear: both;
}

#fsrqualifier div.fsrq_footer {
	padding-top: 10px;
	vertical-align: bottom;
	text-align: center;
	font-size: 10px;
}

#fsrcontainer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#fsrcontainer {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html #fsrcontainer {
	height: 1%;
}

#fsrcontainer {
	display: block;
}
/* End hide from IE-mac */

/* forsee-tracker.css */
#fsrtracker {
	font-family: Arial, Helvetica, Sans-Serif;
	color: #4D4D4D;
	background-color: #ffffff;
	font-size: 10pt;
}

#fsrtracker div.fsrt_top_ul {
	float: left;
}

#fsrtracker div.fsrt_top_ur {
	position: relative;
	text-align: right;
}

#fsrtracker div.fsrt_body {
	padding-top: 10px;
	text-align: left;
	clear: both;
}

#fsrtracker button {
	font-family: Arial, Helvetica, Sans-Serif;
	border: 1px solid #999999;
	cursor: pointer;
	font-size: 12pt;
	margin: 2px 8px;
	padding: 2px 12px;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
	float: none;
	background-color: #EEEEEE;
	color: #000000;
	font-weight: bold;
	width: 180px;
}

#fsrtracker button.a {
	background-color: #EE3224;
	color: #FFFFFF;
	font-weight: bold;
	width: 180px;
}

#fsrtracker div.fsrt_footer {
	padding-top: 10px;
	vertical-align: bottom;
	text-align: center;
	font-size: 10px;
}

#fsrcontainer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#fsrcontainer {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html #fsrcontainer {
	height: 1%;
}

#fsrcontainer {
	display: block;
}
/* End hide from IE-mac */

/* Style for HTMLMap module */
.imagemaps {
	width: 960px;
}

.imagemaps_left_text {
	color: black;
	background-color: white;
	font-family: NovecentowideBold, "Arial Black", sans-serif;
	text-transform: uppercase;
	height: 170px;
	width: 100px;
	float: left;
}

.imagemaps_map {
	background: white;
	float: left;
	height: 170px;
	width: 170px;
	border: none;
}

.imagemaps_htmlmap { /*
  border=10px;
  border-style:solid;
  border-color:#black;
  */
	border: 0px;
}

.imagemaps_pinlables_text {
	height: 170px;
	width: 170px;
	line-height: 70%;
	color: black;
	background-color: white;
	font-family: NovecentowideBold, "Arial Black", sans-serif;
	font-size: 11.5px;
	text-transform: uppercase;
	float: left;
}
/* commented out because it is overriding site styles - please change */
/*a:link {
  text-decoration:none;
   color:#000000;
  font-size:11.5px;
}
a:visited {
  text-decoration:none;
  color:#000000;
  font-size:11.5px;
}
a:hover {
  text-decoration:none;
  color:#dc6e27;
  font-size:12px;
}
a:active {
  text-decoration:none;
  color:#000000;
  font-size:11.5px;

}*/

/* Pin Bubble Colors */
#DW {
	color: #daa127;
}

#DD {
	color: #ae4024;
}

#GN {
	color: #767088;
}

#M {
	color: #dc6e27;
}

#O {
	color: #60abab;
}

.imagemaps_right_text {
	font-family: Arial Bold;
	font-size: 12px;
	text-transform: none;
	margin-left: 40px;
	height: 170px;
	width: 320px;
	background-color: white;
	float: left;
}

#first_paragraph {
	color: #686550;
	text-transform: none;
}

#second_paragraph {
	color: #61a5aa;
	text-transform: none;
}

/* -- TOOLTIP STYLES ----------------------------- */
.tip {
	float: left;
	color: black;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 400px;
	z-index: 50;
	background-color: white;
	font-family: NovecentowideBold, "Arial Black", sans-serif;
	text-transform: uppercase;
}

.tip-title {
	padding: 0;
	margin: 0;
	font-size: 1em;
	font-weight: bold;
	margin-top: -15px;
	padding: 15px 0 0;
	font-family: NovecentowideBold, "Arial Black", sans-serif;
	text-transform: uppercase;
}

.tip-text {
	font-size: 1em;
	margin: 0;
	font-family: NovecentowideBold, "Arial Black", sans-serif;
	text-transform: uppercase;
}

.tip-top {
	
}

.tip-bottom {
	
}

.tip-wrap {
	
}

/* End of tool tip css */

/* End of HTMLMap styles */

/**
 * Navigating the D
 *
 * Colors:
 *   purple: #767188
 */
#navigating-the-d-map {
	margin: 20px 0;
	padding: 20px 0;
	text-align: center;
}

#navigating-the-d-map .map {
	display: inline-block;
	height: 152px;
	width: 153px;
}

#navigating-the-d-map ul {
	display: inline-block;
	margin: 0 0 0 25px;
	text-align: left;
	vertical-align: top;
}

#navigating-the-d-map li {
	background: url('/templates/visitdetroitinteriorpage-2-column/images/home-navigate-area-border.png') top center no-repeat;
	font-size: 12px;
	font-weight: bold;
	height: 25px;
	letter-spacing: 1px;
	line-height: 28px;
	text-transform: uppercase;
	width: 233px;
}

#navigating-the-d-map li a {
	color: #686550;
}

#navigating-the-d-map li:first-child {
	background: none;
	color: #000000;
	margin-left: 5px;
	width: 325px;
}

#navigating-the-d-map li span {
	display: inline-block;
	text-align: center;
	width: 55px;
}

#navigating-the-d-map li strong {
	letter-spacing: 0;
}

#navigating-the-d-map div.desc {
	margin: 20px 0 0 30px;
	vertical-align: top;
	width: 33%;
}

#navigating-the-d-map p {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 15px;
}

#navigating-the-d-map p.color {
	color: #61a6ab /* green */;
}

p.readmore {
	margin-bottom: 30px;
	width: 100px;
}

/* -------------------
   Multi Image Slider
--------------------- */
.moduletable_slider li.sslide.selected .caption {
	
}

/* --------------------
   Single Image Slider
---------------------- */
.moduletable_slider .single-image {
	position: relative;
}

.moduletable_slider .single-image .caption {
	bottom: 1px;
	font-size: 13px;
	height: 36px;
	left: 2%;
	line-height: 18px;
	overflow: hidden;
	position: absolute;
	width: 96%;
}

.moduletable_slider .single-image .caption * {
	color: #fced27;
	text-shadow: 1px 1px 1px #000000;
}

.moduletable_slider .single-image .caption p {
	margin: 0;
	vertical-align: middle;
}

/* -----------------
   Sharing Services
------------------- */
ul.sharing-services {
	margin-top: 20px;
}

/* -------------------
   General Pagination
--------------------- */
div.pagination {
	clear: both;
	text-align: center;
	margin: 15px 0 0 0;
}

div.pagination p.counter {
	font-style: italic;
}

div.pagination ul {
	list-style: none;
	padding: 0;
}

div.pagination ul li {
	list-style: none;
	display: inline;
	padding: 0 5px 0 5px;
}

/* TRAVEL TIP */
.moduletabletraveltip {
	background: #e7e9de;
	color: #67674f;
	font-weight: bold;
	padding: 15px 10px 0px 15px;
	margin-left: 20px;
	line-height: 15px;
}

.moduletabletraveltip h3 {
	color: #7d889c;
	font-weight: bold;
	margin-top: -5px;
}

/* Editor's Picks */
#editors-picks,#additional_resources {
	margin-left: 20px;
	width: 160px;
}

#editors-picks h3 {
	color: #61A6AB;
}

#editors-picks li {
	margin-bottom: 15px;
}

#editors-picks h5 {
	margin-top: 4px;
}

#editors-picks h5 a {
	color: black;
	font-size: 12px;
}

#editors-picks p {
	margin: 1px 0 5px;
}

/* Related Links */
.moduletable .moduletabletraveltip {
	background: transparent;
	margin-top: 20px;
	padding: 0;
}

.moduletable .moduletabletraveltip h3 {
	color: #702b0d;
}

#additional_resources a,.moduletable .moduletabletraveltip a {
	color: #686550;
}

#additional_resources li,.moduletable .moduletabletraveltip li {
	line-height: 14px;
	margin-bottom: 10px;
}

/* Additional Resources */
#additional_resources h3 {
	color: #61a6ab;
}

/* ---------------
  Find A ... Form
----------------- */

/* find events sidebar form */
#find-events {
	background: #f2f3ed;
	overflow: hidden;
	position: relative;
}

#find-events h3 {
	color: #d9a128;
	height: 50px;
	line-height: 50px;
	margin: 0 7%;
}

#find-events form img.calendar,.find-events form img.calendar { /* hide joomla's datepicker image */
	display: none;
}

#find-events form {
	background-color: #dfe3d4;
	padding: 20px 0 15px;
}

.find_a_form_left form {
	background: none repeat scroll 0 0 #dfe3d4 /* light grey */;
	height: 100%;
}

.find_a_form_right form {
	background: none repeat scroll 0 0 #dfe3d4 /* light grey */;
	height: 100%;
	right: 0;
}

/* give all child elements of the form some breathing room */
#find-events form>* {
	margin-left: 7%;
}

#find-events label {
	color: #000000 /* black */;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

#find-events input[type=text] {
	background: #ffffff /* white ---  url('http://demo.daviddripps.com/fluency/templates/visitdetroitinteriorpage-2-column/images/input-calendar.gif') */ 95% 5px no-repeat;
	color: #5fa6aa;
	display: block;
	margin: 5px 7% 20px;
	width: 78%;
	clear: both;
}

#find-events input[type=submit] {
	display: block;
	font-size: 12px;
	margin-bottom: 15px;
	clear: both;
}

#find-events a {
	color: #525a65;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.find-events  select {
	margin-bottom: 10px;
	width: 70%;
}

/* all other find a ... forms */
.find_a_form {
	background: #f1f1f1 /* light grey */;
	overflow: hidden;
	position: relative;
}

.find_a_form_left {
	float: left;
	width: 50%;
	background: none repeat scroll 0 0 #f1f1f1 /* light grey */;
	height: 100%;
	left: 0;
}

.find_a_form_right {
	float: right;
	background: none repeat scroll 0 0 #f1f1f1 /* light grey */;
	height: 100%;
	width: 50%;
	right: 0;
}

/* many of the h3 styles are set in a parent stylesheet */
.find_a_form h3 {
	color: #d9a128;
	font-size: 16px;
	font-weight: normal;
	height: 60px;
	line-height: 60px;
	margin: 0 15px;
}

.find_a_form form {
	background: #e4e4e4;
	padding: 20px 15px;
}

.find_a_form_right form {
	height: 100%;
}

.find_a_form_right form {
	height: 100%;
}

.find_a_form input[type=text] {
	font-size: 12px;
	width: 50%;
}

p.date_label_pair {
	clear: both;
	float: none;
}

.find_a_form p {
	color: #848063;
	font-size: 18px;
	margin: 20px 0;
}

.find_a_form fieldset {
	border: none;
	margin-bottom: 25px;
}

.find_a_form select {
	border: #aaaaaa solid 1px;
	height: 21px;
	margin-right: 2%;
	width: 30%;
}

.find_a_form select {
	border: #aaaaaa solid 1px;
	height: 21px;
	margin-right: 2%;
	width: 30%;
}

.find_a_form input[type=submit] {
	font-size: 14px;
}

/* Date selection fields for events search form */
input#start_date_input,input#end_date_input {
	background: #ffffff /* white */     url('http://demo.daviddripps.com/fluency/templates/visitdetroitinteriorpage-2-column/images/input-calendar.gif') 95% 5px no-repeat;
	color: #5fa6aa;
	display: block;
	clear: both;
}

/* end of Find A ... Form styles */

/* ----------------
  Itinerary Styles
------------------ */
.blog .items-row {
	border-top: #dfe3d4 /* light grey */     solid 1px;
	clear: both;
	padding: 20px 0;
}

.blog .item {
	min-height: 150px;
	position: relative;
}

.blog .item>* {
	margin-left: 250px;
}

.blog .items-row img {
	left: 0;
	margin-left: 0;
	position: absolute;
	top: 0;
}

.blog .items-row h2 {
	line-height: 16px;
	margin-bottom: 0;
	margin-top: 0;
}

.blog .items-row h2 a {
	color: #000000;
	font-size: 14px;
	margin-bottom: 0;
	margin-top: 0;
}

.blog .items-row p {
	margin-top: 0;
}

.blog .items-row p.readmore {
	display: none;
}

.blog .row-separator {
	clear: both;
}

/* end of Itinerary styles */

/* --------------
  Press Releases
---------------- */
.blog.press .item {
	min-height: 10px;
}

.blog.press .item>* {
	margin-left: 10px;
}

.blog.press .item p {
	margin: 10px 10px 0;
}

/* end of Press Releases */

/* ---------------------------
  Visit The D Blog Pre-Footer
----------------------------- */
.ultimaterss h3 {
	color: #fa5f0f /* orange */;
	width: 140px; /* this forces "BLOG" to the second line */
}

/* end of Visit The D Blog Pre-Footer */
.moduletablehouseadsinterior {
	margin-top: 10px;
}

.moduletablehouseadsinterior p {
	display: none;
}

.moduletablehouseadsinterior img {
	
}

@font-face {
	font-family: 'BebasNeueRegular';
	src: url('BebasNeue-webfont.eot');
	src: url('BebasNeue-webfont.eot?#iefix') format('embedded-opentype'), url('BebasNeue-webfont.woff') format('woff'), url('BebasNeue-webfont.ttf') format('truetype'),
		url('BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'NovecentowideBold';
	src: url('Novecentowide-Bold-webfont.eot');
	src: url('Novecentowide-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('Novecentowide-Bold-webfont.woff') format('woff'), url('Novecentowide-Bold-webfont.ttf') format('truetype'),
		url('Novecentowide-Bold-webfont.svg#NovecentowideBold') format('svg');
	font-weight: normal;
	font-style: normal;
}

h3 {
	font-size: 16px;
	line-height: 16px;
	margin: 14px 0;
}

h3:after {
	content: ' /';
}

.megamenu h3:after,.slides h3:after,.twtr-hd h3:after,.content>h3:after,.item-page h3:after {
	content: '';
}

h3 span {
	color: #848063;
}

.moduletable hr {
	border-top: #cccccc solid 1px;
	margin: 20px 0;
	width: 190px;
}

p {
	margin: 12px 0;
}

input[type=text] {
	border-left: #d1cec7 solid 1px;
	border-top: #a2a19c solid 1px;
	height: 28px;
	line-height: 28px;
	padding: 0 8px;
}

input[type=text]::-webkit-input-placeholder,input[type=text]::-moz-placeholder {
	color: #5fa6aa;
}

input[type=submit] {
	background: #7d8a9d /* blue grey */;
	color: #ffffff /* white */;
	cursor: pointer;
	letter-spacing: 1px;
	padding: 2px 5px;
	text-transform: uppercase;
}

ul {
	list-style-type: none;
}

ul.horiz li {
	display: inline-block;
	vertical-align: top;
}

ul.bullets {
	list-style-type: disc;
	margin: 10px 0 10px 20px;
}

ul.bullets li {
	margin-bottom: 10px;
}

/* page layout */
.wrapper {
	width: 100%;
}

.left-shadow {
	width: 1060px;
	margin: 0 auto;
	background: url('/templates/visitdetroitinteriorpage-3-column/images/shadow-left.png') repeat-y;
}

.right-shadow {
	width: 1060px;
	margin: 0 auto;
	background: url('/templates/visitdetroitinteriorpage-3-column/images/shadow-right.png') repeat-y right;
}

#container3 {
	float: left;
	width: 100%;
}

#container2 {
	float: left;
	width: 100%;
}

#container1 {
	float: left;
	width: 100%;
}

.inner_wrapper {
	width: 960px;
	margin: 0 auto;
	background-color: #FFF;
	padding: 10px 30px;
}
/* make all 3 cols the same height */
.column-wrapper {
	display: table;
	height: 1010px;
	padding-left: 190px;
}

#left_col,#mid_col,#right_col {
	display: table-cell;
	vertical-align: top;
	position: relative;
}

#left_col {
	float: left;
	margin-left: -190px;
	position: absolute;
	width: 190px;
}

#left_col>div {
	width: 183px;
}

#mid_col {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	width: 583px;
}

#mid_col .page_content {
	padding: 0 20px 20px;
	width: 543px; /* #mid_col width - 40px for padding in previous line */
}

.page_content h2 {
	color: #fa5f0f /* orange */;
	font-size: 33.95px;
	margin: 10px 0;
}

#right_col {
	width: 179px;
}

#pre-footer {
	clear: both;
	border-top: 1px solid #CCC;
	padding-top: 20px;
	margin-top: 20px;
	width: 960px;
}

/*----------------
  System Messages
  --------------- */
#error_message {
	display: none; /* hide the mid-page error messages since they're displayed at the top */
}

#system-message-container dl {
	background: #ffeeee /* light red */;
	border: #ff4444 /* medium red */     solid 1px;
	color: #000000;
	left: -10px;
	margin-top: 10px;
	padding: 5px 10px;
	position: relative;
	width: 100%;
}

#system-message-container #system-message dt {
	display: none;
}

#system-message-container li {
	border-top: #ff4444 /* medium red */     solid 1px;
	padding;
	5
	px
	0;
}

#system-message-container li:first-child {
	border: none;
}
/* end System Messages */

/*-----------------------------
  Socialize With Us Pre Footer
  ---------------------------- */
#soc_tabs {
	display: inline-block;
	width: 765px;
	float: left;
}

#soc_tabs h3 {
	color: #61a5aa;
	font-size: 17px;
	letter-spacing: 1px;
	line-height: 15px;
	width: 15%;
}

#soc_tabs h3:first-line {
	color: #848063;
}

#soc_tabs ul.tabber_tabs a {
	border: none;
}

#soc_tabs ul.tabber_tabs li.tabber_tab {
	bottom: -1px;
	margin: 5px 1px 0 0 !important;
	position: relative;
	z-index: 100;
}

#soc_tabs ul.tabber_tabs li.tabber_tab.active {
	margin-right: 0 !important;
}
/* end of Socialize With Us Pre Footer */
#visit_d_blog {
	display: inline-block;
	width: 183px;
	padding-left: 10px;
}

.clear {
	clear: both;
}

#visit_d_blog .moduletable {
	margin-left: 15px;
	width: 183px;
}

#visit_d_blog .ufeed_textbefore {
	margin-left: 5px;
}

#visit_d_blog table {
	width: 173px !important;
}

#visit_d_blog td {
	padding: 0 !important;
}

/* header area */
.top_bar {
	height: 30px;
	background-color: #fded28;
	min-width: 100%;
}

.top_bar_inner {
	width: 990px;
	margin: 0 auto;
	padding: 0 30px 0 0;
	color: #000;
	font-weight: bold;
	font-size: 11px;
}

ul#top_bar {
	margin: 0;
	padding: 10px 0 0 35px;
	list-style: none;
	height: 16px;
	width: 680px;
}

ul#top_bar li {
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0 5px;
	border-left: 1px solid #000;
	line-height: 9px
}

#top_bar a:link,#top_bar a:visited,#top_bar a:active {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
}

#top_bar a:hover {
	text-decoration: underline;
}

ul#top_bar li:first-child {
	border-left: none;
	padding-left: 0;
}

/* iOS fix for the top bar and footer not spanning the entire width */
.top_bar,.footer,#copyright {
	min-width: 1060px;
	width: 100%;
}

ul.menu_started {
	margin: 0 0 0 20px;
	height: 40px;
	padding: 0;
}

ul.menu_started li {
	display: inline-block;
	float: left;
	margin: 0;
	padding: 7px 0 7px 4px;
}

ul.menu_started li:first-child {
	padding-top: 6px;
	padding-right: 20px;
}
/*ul.menu_started li:before {
  content:" / ";
}
ul.menu_started li:first-child {
  content: none;
  }*/
ul.menu_started li.item-209:after,ul.menu_started li.item-210:after,ul.menu_started li.item-211:after,ul.menu_started li.item-212:after {
	content: " / ";
}

.menu_started a:link,.menu_started a:visited,.menu_started a:active {
	color: #000;
	text-decoration: none;
	text-transform: lowercase;
	font: 13px NovecentowideBold, "Arial Black", sans-serif;
}

.item-208 a:link,.item-208 a:visited,.item-208 a:active {
	font: bold 14px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFF200;
	padding: 6px 15px 7px 0;
}

.menu_mega a:hover,.menu_started a:hover {
	text-decoration: underline;
}

.header {
	width: 960px;
	margin: 0 auto;
	background-color: #FFF;
	padding: 0 30px;
}

.dlogo {
	display: block;
	float: left;
	width: 75px;
	height: 0px !important;
	padding: 90px 0 0 0;
	overflow: hidden;
	background: url('/templates/visitdetroitinteriorpage-3-column/images/logo-d.png') no-repeat;
	position: relative;
}

.vdlogo {
	display: block;
	float: left;
	width: 290px;
	height: 0px !important;
	padding: 40px 0 0 0;
	overflow: hidden;
	background: url('/templates/visitdetroitinteriorpage-3-column/images/logo-visit-detroit.png') no-repeat;
	position: relative;
	margin: 2px 0 0 10px;
}

.widgets {
	height: 47px;
	padding-top: 10px;
}

.top_nav {
	background: #FFFFFF url('/templates/visitdetroitinteriorpage-3-column/images/header-pattern.png') no-repeat 5px;
	height: 53px;
}

.get_started {
	height: 30px;
	padding: 5px 0;
	border-bottom: 1px solid #CCC;
	background: #FFF url('/templates/visitdetroitinteriorpage-3-column/images/header-get-started.jpg') no-repeat 5px center;
	margin-left: 5px;
}

/* left nav */
#left_col .moduletable_menu { /* the background for the nav offset by the height of the top image */
	background: url('/templates/visitdetroitinteriorpage-3-column/images/left-nav-bg.png') repeat-y left top transparent;
	left: -9px;
	margin-bottom: 20px;
	position: relative;
	text-transform: uppercase;
	top: -5px;
	width: 224px;
	z-index: 10;
}

#left_col .moduletable_menu a,#left_col .moduletable_menu li.active ul li a {
	color: #848064 /* grey */;
}

#left_col .moduletable_menu a:hover,#left_col .moduletable_menu li.active a,#left_col .moduletable_menu li.active ul li.active a,#left_col .moduletable_menu li.active ul li.active a:hover {
	color: #000000;
}

#left_col .moduletable_menu h3 {
	color: #fa5f0f /* orange */;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	padding-top: 20px;
	margin: 0 0 2px 25px;
	width: 160px;
}

#left_col .moduletable_menu h3:after {
	content: '';
}

#left_col .moduletable_menu ul {
	line-height: 25px;
	/* this negative margin offsets the height of the .menu_bottom DIV below */
	margin-bottom: -15px;
	top: -20px;
}

#left_col .moduletable_menu li {
	background: url('/templates/visitdetroitinteriorpage-3-column/images/home-navigate-area-border.png') top left repeat-x transparent;
	font-size: 12px;
	margin-left: 17px;
	padding-top: 4px;
	text-indent: 10px;
	width: 170px;
	list-style-type: none;
}

#left_col .moduletable_menu li ul {
	margin-bottom: 10px;
}

#left_col .moduletable_menu li ul li {
	font-size: 11px;
	line-height: 16px;
	margin-left: 10px;
	text-indent: 0;
	text-transform: none;
}

#left_col .moduletable_menu li:first-child,#left_col .moduletable_menu li ul li {
	background: transparent;
}

/*
#left_col .moduletable_menu ul.menu {
  /* the bottom image *
  background: url("/templates/visitdetroitinteriorpage-3-column/images/left-nav-bottom.png") no-repeat left bottom transparent;
}
*/
#left_col .moduletable_menu .menu_bottom { /* the bottom image */
	background: url("/templates/visitdetroitinteriorpage-3-column/images/left-nav-bottom.png") no-repeat left top transparent;
	bottom: -15px;
	clear: both;
	height: 15px;
	position: relative;
}

/* sliders */
.moduletable_slider {
	margin-left: -1px;
}

/* google translate module */
#trans {
	width: 200px;
	float: left;
}

/* share this module */
.joomla_sharethis {
	width: 200px;
	float: left;
}

#stwrapper {
	position: absolute;
}

/* trip advisor */
.moduletable_tripadvisor {
	float: left;
	width: 240px;
}

.moduletable_tripadvisor p {
	margin: 0;
}

div.fsrwin {
	border: 1px solid #ACACAC;
	background-color: #FFF;
}

div.fsrwin div {
	background: #FFFFFF none repeat scroll 0;
	color: #4D4D4D;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}

div.fsrwin td {
	background: #FFFFFF none repeat scroll 0;
	color: #4D4D4D;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	line-height: 14px;
}

div.fsrwin h1 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
}

div.fsrwin b {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

div.fsrwin div.fsr_top {
	background: #DCDCDC none repeat scroll 0;
	border-bottom: 1px solid #ACACAC;
}

div.fsrwin div.fsr_top_ul {
	background: #DCDCDC none repeat scroll 0;
	height: 30px;
	width: 15px;
	float: left;
}

div.fsrwin div.fsr_top_ur {
	background: #DCDCDC none repeat scroll 0;
	height: 30px;
}

div.fsrwin h1.fsr_caption {
	margin: 0px 5px 0px 0px;
	overflow: hidden;
	padding: 0;
	font-weight: bold;
	color: #555;
	font-size: 14px;
	position: relative;
	top: 4px;
	left: 5px;
	float: left;
	height: 22px;
	background: none;
}

div.fsrwin div.fsr_body {
	padding: 8px 20px 8px 20px;
}

div.fsrwin div.fsr_closeButtons {
	text-align: center;
	padding: 8px 0 8px 0;
}

div.fsrwin button.fsr_button {
	font-family: Arial, Helvetica, Sans-Serif;
	border: 1px solid #999999;
	cursor: pointer;
	font-size: 12pt;
	margin: 2px 8px;
	padding: 2px 12px;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
	width: 180px;
	float: none;
}

div.fsrwin button.fsr_accept {
	background-color: #EEEEEE;
	color: #000000;
	font-weight: bold;
	width: 200px;
}

div.fsrwin button.fsr_mouseover_accept {
	background-color: #EE3224;
	color: #FFFFFF;
	font-weight: bold;
	width: 200px;
}

div.fsrwin button.fsr_decline {
	background-color: #EEEEEE;
	color: #000000;
	width: 130px;
}

div.fsrwin button.fsr_mouseover_decline {
	background-color: #DCDCDC;
	color: #000000;
	width: 130px;
}

div.fsrwin div.fsr_closeButton {
	width: 13px;
	height: 13px;
	background: url(closebtn.gif) no-repeat;
	position: absolute;
	right: 0px;
	margin: 10px 15px 0px 0px;
	cursor: pointer;
}

#fsrinvite {
	line-height: 14px;
}

#fsrinvite div.fsri_sitelogo {
	float: left;
	width: 130px;
	height: 70px;
}

#fsrinvite div.fsri_fsrlogo {
	float: right;
	width: 98px;
	height: 66px;
}

#fsrinvite div.fsri_body {
	padding-top: 10px;
}

#fsrinvite div.fsri_footer {
	padding-top: 10px;
	vertical-align: bottom;
	text-align: center;
	font-size: 10px;
}

#fsrminvite td.fsrmi_sitelogo {
	height: 81px;
	text-align: left;
}

#fsrminvite td.fsrmi_fsrlogo {
	height: 66px;
	text-align: right;
}

#fsrcontainer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#fsrcontainer {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html #fsrcontainer {
	height: 1%;
}

#fsrcontainer {
	display: block;
}
/* End hide from IE-mac */

[class*='fieldsattach'] {
	display: none;
}


/* D Discount */
.Discount_Pass_Thankyou_wrapper {
	margin-left: 20px;
}

.Discount_Pass_Thankyou {
	background-color: #fe0652;
	font-weight: bold;
	font-size: 13px;
	padding: 15px 10px 15px 15px;
	margin-left: 20px;
	line-height: 15px;
	color: #FFFFFF;
}

.Discount_Pass_Thankyou_Title {
	color: #fff200;
	font-size: 24px;
	padding-bottom: 10px;
}

.d_discount_header {
	color: #f2dc23;
	margin-bottom: 10px;
	font: 15px Arial, sans-serif;
	font-weight: bold;
}

.d_discount_header .percent {
	font-size: 66px;
	display: block;
	color: #f95e10;
	font-weight: bold;
	line-height: 55px;
}

#chronoform_Discount_Pass {
	background-color: #2c2523;
	font: 11px Arial, sans-serif;
	margin-left: 20px;
	padding: 15px 10px 0px 15px;
	width: 160px;
}

#chronoform_Discount_Pass label {
	width: 130px !important;
	float: left;
	font: 10px Arial, sans-serif;
	padding-top: 3px;
	font-weight: 700 !important;
	color: #FFFFFF;
	white-space: nowrap;
}

#chronoform_Discount_Pass .error-message {
	float: right;
	width: 100%;
}

#chronoform_Discount_Pass input[type=checkbox] {
	float: left;
	margin-left: 0px !important;
	margin-right: 7px;
}

#chronoform_Discount_Pass input[type=text] {
	width: 90%;
	line-height: 12px;
	height: 12px;
}

#chronoform_Discount_Pass #recaptcha {
	width: 170px;
}

#chronoform_Discount_Pass #email_optin1_container_div label {
	display: inline;
	width: auto !important;
	float: left;
}

#chronoform_Discount_Pass #email_optin1_container_div input {
	display: inline;
	float: none;
	margin-left: 8px !important;
}

#chronoform_Discount_Pass #recaptcha_widget_div {
	-webkit-transform: scale(.55);
	-moz-transform: scale(.55);
	-ms-transform: scale(.55);
	-o-transform: scale(.55);
	transform: scale(.55);
	margin-left: -60px;
}

#chronoform_Discount_Pass .d_discount_get {
	color: #f2dc23;
	font-size: 13px;
	font-weight: bolder;
}

#send_email1_container_div {
	margin-bottom: -10px;
	height: 30px;
	overflow: hidden;
}

#print_voucher1_container_div {
	margin-top: -10px;
}

#input_submit_131_container_div {
	padding-top: 15px;
	padding-bottom: 20px;
}

#chrono_verification1_container_div {
	margin-top: 15px;
}

#error-message-print_voucher {
	color: red;
}

/* for golf outing and any other Authorize.net items that need to be hidden */
#transactiondescription_container_div {
  display: none !important;
}


/* Voulenteer Form */

.vf_header {
	margin-bottom: 40px;
}

#chronoform_VolunteerForm {
	margin: 10px;
	border: 1px solid #ccc;
	padding: 10px;
}

.vf_thankyou {
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

.vf_possitions_item {
	margin: 10px 5px;
}
.vf_possitions_item span {
	font-weight: bold;
	margin-right: 5px;
}
#chronoform_VolunteerForm .cfdiv_submit {
	text-align: center;
}
.Chronoform h3:after {
	content: none;
}
.srizon-pagination {
	display: none!important;
}
.fb-like iframe {
	z-index: 2000;
}


/** Tabs Redone **/


div.nn_tabs_nav {
	display: block;
	clear: left;
	margin: 5px 0 0 0;
	margin-left:-10px;
	padding: 0 10px;
	line-height: 1em;
	zoom: 1; /* Fix for IE height issue */
}
div.nn_tabs_nav ul.nn_tabs_tabs {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	list-style-image: none !important;
	background: none !important;
}
div.nn_tabs_nav li.nn_tabs_tab {
	float: left;
	margin: 5px 2px 0 0 !important;
	padding: 0 !important;
	list-style: none !important;
	list-style-image: none !important;
	background: none !important;
}
div.nn_tabs_nav li.nn_tabs_tab.active {
	margin-top: 5px !important;

}
/* Tabs */
div.nn_tabs_nav li.nn_tabs_tab a,
div.nn_tabs_nav li.nn_tabs_tab a:link,
div.nn_tabs_nav li.nn_tabs_tab a:visited,
div.nn_tabs_nav li.nn_tabs_tab a:active,
div.nn_tabs_nav li.nn_tabs_tab a:hover {
	color: #FFFFFF;
	outline: 0;
	text-decoration: none;
}
div.nn_tabs_nav li.nn_tabs_tab a,
div.nn_tabs_nav li.nn_tabs_tab a:hover {
	display: block;
	width: auto;
	_width: 0%;
	padding: 15px;
	font-size: 18px;
	line-height: 1em !important;
	font-weight: bold;
	white-space: nowrap;
	border: solid 1px #B4B4B4;
	border-bottom: none;
	background: #537070;
	font-family: NovecentowideBold,"Arial Black",sans-serif;
    text-transform: uppercase;
	color:#FFFFFF;
	text-decoration: none !important;
}
div.tabber_container.rounded div.nn_tabs_nav li.nn_tabs_tab a,
div.tabber_container.rounded div.nn_tabs_nav li.nn_tabs_tab a:hover {
/*	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;*/
}
/* Tabs: Active state */
div.nn_tabs_nav li.nn_tabs_tab.active a,
div.nn_tabs_nav li.nn_tabs_tab.active a:hover {
	color: #737872;
	background-color: #bbdbe2;
}
div.nn_tabs_nav li.nn_tabs_tab.active a {
	padding-bottom: 15px;
}
/* Tabs: Hover state */
div.nn_tabs_nav li.nn_tabs_tab a:hover {
	color: #737872;
	background-color: #bbdbe2; /* 50% white */
}

/* Content area */
div.nn_tabs_content,
div.nn_tabs_content > div,
div.nn_tabs_content div.tabber_item {
	position: relative !important;
	overflow: hidden !important;
}
div.nn_tabs_content {
	margin-top: -1px;
	clear: left;
	padding: 10px 20px;
	border: 1px solid #B4B4B4;
}
div.tabber_container.rounded div.nn_tabs_content {
/*	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/
}

/* STYLING FOR IF JAVASCRIPT FAILS */
div.tabber_noscript div.nn_tabs_content {
	margin: 0;
	padding: 0;
	border: none;
}

/* EXTRA STYLING
 * If you want to change styles, it's best to place your custom (overriding) styles in the templates stylesheet,
 * so they do not get overwritten when updating Tabber.
 */

/* Style: blue */
/* Tabs: Normal state */
div.nn_tabs_nav li.nn_tabs_tab.blue a {
	background-color: #BFDDFF; /* 75% white */
}
/* Tabs: Hover state */
div.nn_tabs_nav li.nn_tabs_tab.blue a:hover {
	background-color: #80BCFF; /* 50% white */
}
/* Tabs: Active state */
div.nn_tabs_nav li.nn_tabs_tab.active.blue a,
div.nn_tabs_nav li.nn_tabs_tab.active.blue a:hover {
	background-color: #0078FF;
}
/* Content area */
div.nn_tabs_content.blue {
	/*background-color: #BFDDFF;*/
}

/* Style: green */
/* Tabs: Normal state */
div.nn_tabs_nav li.nn_tabs_tab.green a {
	background-color: #BFE5C0; /* 75% white */
}
/* Tabs: Hover state */
div.nn_tabs_nav li.nn_tabs_tab.green a:hover {
	background-color: #80CC82; /* 50% white */
}
/* Tabs: Active state */
div.nn_tabs_nav li.nn_tabs_tab.active.green a,
div.nn_tabs_nav li.nn_tabs_tab.active.green a:hover {
	background-color: #009905;
}
/* Content area */
div.nn_tabs_content.green {
	/*background-color: #BFE5C0;*/
}

/* Style: grey */
/* Tabs: Normal state */
div.nn_tabs_nav li.nn_tabs_tab.grey a {
	background-color: #D9D9D9; /* 75% white */
}
/* Tabs: Hover state */
div.nn_tabs_nav li.nn_tabs_tab.grey a:hover {
	background-color: #B3B3B3; /* 50% white */
}
/* Tabs: Active state */
div.nn_tabs_nav li.nn_tabs_tab.active.grey a,
div.nn_tabs_nav li.nn_tabs_tab.active.grey a:hover {
	background-color: #666666;
}
/* Content area */
div.nn_tabs_content.grey {
	/*background-color: #D9D9D9;*/
}

/* Style: mystyle */
/* This is an example of how you can make your own style
 * You can add styles as you like
 * You can use css to style the Tabber elements how you want it.
 * It's best to place your custom (overriding) styles in your templates stylesheet (css file),
 * so they do not get overwritten when you update this extension.
 */
/* Tabs: Normal state */
div.tabber_slide.mystyle a {
	background-color: #123456;
}

/* Tabs: Hover state */
div.tabber_slide.mystyle a:hover {
	background-color: #ABCDEF;
}

/* Tabs: Active state */
div.tabber_slide.active.mystyle a,
div.tabber_slide.active.mystyle a:hover {
	background-color: #456789;
}

/* Content area */
div.nn_tabs_content.mystyle {
	/*background-color: #CCDDEE;*/
}