/* CSS Document */

/* ----------------------------------------------------------------------
 * CENTER THE PAGE:
 * ---------------------------------------------------------------------- */
body {
	text-align: center;
	}

#Container {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}


/* ----------------------------------------------------------------------
 * PAGE BLOCKING:
 * ---------------------------------------------------------------------- */
#Container {
	position: relative;
	width: 770px;
	margin-top: 30px;
	margin-bottom: 30px;
	}
#Header {
	height: 90px;
	}
#ColWrapper {
	height: 440px;
	}
#ColWrapper .Column {
	position: relative;
	padding-top: 20px;
	}
#SubContentA {
	width: 300px;
	width: 290px;
	}
#Content {
	width: 255px;
	width: 334px;
	}
#SubContentB {
	width: 215px;
	width: 146px;
	}
#Footer {
	clear: both;
	padding: 6px 20px;
	}

/* ----------------------------------------------------------------------
 * OVERALL STYLES:
 * ---------------------------------------------------------------------- */
body {
	background: url('../images/body-gradient.jpg') left top repeat-x #EEE;
	}
#Container {
	border: 2px solid #777;
	border-top: 2px solid #666;
	border-bottom: 2px solid #888;
	background: #FFF;
	background: url('../images/colwrapper-bg.gif') right bottom no-repeat #FFF;
	}
#Container, #Container a {
	color: #333;
	}
#Header {
	position: relative;
	height: 90px;
	background: url('../images/header-bg.jpg') left top no-repeat #FFF;
	}
#Header h1 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 145px;
	height: 72px;
	background: url('../images/metro-detail-logo.png') left top no-repeat #FFF;
	text-indent: -3000px;
	}
#Header h1 a {
	display: block;
	height: 100%;
	}
#FlashHeader {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	}
#ColWrapper {
	/*overflow: hidden;*/
	}
#Footer {
	text-align: right;
	}
.Section {
	margin: 0;
	}


/* MAIN NAV */
#SubContentA #MainNav {
	background-color: #CCC;
	width: 145px;
	font-size: 11px;
	}
#SubContentA #MenuTitle {
	position: absolute;
	z-index: 100;
	width: 145px;
	padding: 2px 0;	
	background-color: #000;
	color: #FFF;
	text-align: center;
	filter:alpha(opacity=99.99);
	-moz-opacity: 0.9999;
	opacity: 0.9999;
	}
#SubContentA ul {
	padding-left: 0px;
	list-style-type: none;
	}
#SubContentA .SubMenu {
	position: relative;
	height: 68px;
	}
#SubContentA .SubMenu .Trigger {
	/* display: none; /* To make sure navigation is visible if Javascript is off */
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	width: 145px;
	height: 68px;
	text-decoration: none;
	overflow: hidden;
	text-indent: -3000px;
	}
#SubContentA .SubMenu ul {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 145px; left: 0px;
	width: 145px;
	height: 68px;
	}
#SubContentA .SubMenu ul.Odd,
#SubContentA .SubMenu ul.Odd li {
	background-color: #F7F6E8;
	}
#SubContentA .SubMenu ul.Even,
#SubContentA .SubMenu ul.Even li {
	background-color: #E6EFE9;
	}
#SubContentA .SubMenu ul li {
	display: block;
	float: left;
	width: 145px;
	height: 1em;
	position: relative;
	top: 1px;
	overflow: hidden;
	white-space: nowrap;
	}
#SubContentA #Contact #ContactMenu li {
	height: 4em;
	line-height: 1em;
	}
#SubContentA .SubMenu ul .SubHeader {
	font-weight: bold;
	}
#SubContentA .SubMenu ul a {
	display: block;
	padding-left: 6px;
	text-decoration: none;
	}
#SubContentA .SubMenu ul a:hover {
	background-color: #FFF;
	}


/* SPECIFIC MENUS */
#WhoWeAre a.Trigger {
	background: url('../images/menu-1.jpg') left top repeat-y #FFF;
	}
#SignatureService a.Trigger {
	background: url('../images/menu-2.jpg') left top repeat-y #FFF;
	}
#ScheduleAppointment a.Trigger {
	background: url('../images/menu-3.jpg') left top repeat-y #FFF;
	}
#Testimonials a.Trigger {
	background: url('../images/menu-4.jpg') left top repeat-y #FFF;
	}
#Contact a.Trigger {
	background: url('../images/menu-5.jpg') left top repeat-y #FFF;
	}


/* TEST SUBMENU */
#SubContentA .SubMenu .TEST {
	left: 145px;
	}


/* CONTENT */
#DEBUG {
	background-color: #CCC;
	padding: 10px;
	margin-bottom: 20px;
	}
#Content .Section {
	margin-bottom: 2em;
	}
#Content h2, #Content h3 {
	margin-bottom: 5px;
	font-size: 1em;
	}
#Content p, #Content ul {
	margin-bottom: 1em;
	line-height: 1.4em;
	}
#Content blockquote {
	border-top: 1px solid #CCC;
	padding-top: 1em;
	}
#Content blockquote p {
	color: #666;
	font-style: italic;
	}
#Content blockquote cite {
	display: block;
	margin-bottom: 1em;
	line-height: 1.4em;
	}

/* FOOTER */
#Copyright a {
	text-decoration: none;
	}