body { 
	background: #876 url(../images/bg_body.gif) repeat-x;
	color: #FFF;
	text-align: center;
}

.clear { clear: both; }
a { color: #C93; text-decoration: none; }
a:hover { color: #FFF; }
	
#container { 
	width: 888px;
	margin: 0 auto;
	background: #000;
	text-align: left;
}
	
#menuArea { 
	background: #000 url(../images/bg_menu.gif) repeat-x;
	background: #000 url(../images/logo-Maryland.gif) no-repeat 0% 100%;
	background-size: contain;
	height: 40px;
	max-height: 40px;
	display: block;
}
	
	#menuArea ul { 
		list-style-type: none;
		margin: 0;
		padding: 0;
		float: right;
		}
		
	#menuArea ul li { 
		float: left; 
		display: block;
		height: 40px;
		padding: 0 8px 0 8px;
		background: url(../images/menu-tween.gif) no-repeat 100% 0%;
		}
		
	#menuArea ul li a {
		display: block;
		height: 40px;
		line-height: 40px;
		text-decoration: none;
		outline: none;
		background-repeat: no-repeat;
		background-position: 0 0, right;
		font-variant: small-caps;
		font-size: 11px;
		letter-spacing: .3em;
		}

  #menuArea li:last-child {
    background: none;
  }

	#menuArea ul li a:hover,
	#menuArea ul li.on a     {
		background-position: 0 -30px;
	}

#menuArea .dropdown-content {
    display: none;
    position: absolute;
    background-color: #000000;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

#menuArea .dropdown-content ul li {
    padding: 0px 10px 0px 10px;
    background: none;
    text-decoration: none;
}

#menuArea .dropdown-content a:hover {
  background-color: #000000}

#menuArea .dropdown:hover .dropdown-content {
  display: block;
}

#contentArea {
	margin: 0px 0px 0px 0px;
}

#contentAreaHeader {
  margin-bottom: 30px;
	min-height: 167px; 
	background-image: url(../images/banner-Maryland-short.jpg);
  background-repeat: no-repeat;
  background-position: left top;
}

#contentAreaFooter {
  margin-top: 40px;
	min-height: 20px; 
 	background-image: url(../images/rounded_bottom.png);
  background-repeat: no-repeat;
  background-position: left top;
  border-bottom: 1px;
  border-bottom-color: red;
}
	
#content { 
	margin: 0 40px 0 40px;
}

.flowingList ul {
    padding-left: 40px;
    display: inline-block;
}

#mtsFooter { 
	color: #FFF;
  background: #876;
  font-size: smaller;
	text-align: center;
 	padding: 20px;
}
	
#mtsFooter p { margin: 0 0 5px 0; }
#mtsFooter a { color: #FFF; }
#mtsFooter a:hover { color: #000; }
	
#mtsFooter address {
  display: inline;
}

	
#monthlyFeature {
  text-align: center;
}	

.centeredImage {
  text-align: center;
}	

.center-pills {
  display: inline-block;
}


.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #C93;
}

.nav-pills > li:hover > a {
  background-color: #3370CC; 
}

.pricingTable {
  margin-top: 30px;
  margin-left: 30px;
  margin-right: 30px;
}

.pricingTable th,
.pricingTable td {
  border-color: #BC9215 !important;
  
}

.policies dt {
  text-decoration: underline;
}

.policies dd {
  margin-bottom: 20px;
}

.tripTypes dt {
  font-size: 15px;
}

.tripTypes dd {
  margin-left: 15px;
  margin-bottom: 10px;
}

.indentedForm {
  margin-top: 30px;
  margin-left: 45px;
  margin-right: 45px;
}


/*
Since the style choices of this site for link color, text color, hover, etc... clash with BootstrapDateTimePicker,
we need to reset its styles so content is visable.
*/

td.day,
td.minute,
td.hour,
span.month,
span.year,
span.decade,
td.separator,
span.timepicker-minute,
span.timepicker-hour   {
  color: #333;
}

td.day:hover {
    background: #eee;

}

th.dow {
  color: #333;
  font-weight: bold;
}

th.picker-switch,
th.prev,
th.next,
span.glyphicon.glyphicon-time:hover,
span.glyphicon.glyphicon-calendar:hover {
   color: #C93;
 
}


/* Fix for Bootstrap radio-inline radio button alignment issuse when buttons wrap to a second line. */

.radio-inline+.radio-inline {
    margin-left: 0;
}

.radio-inline {
    margin-right: 10px;
}
