/* -------------------------------------------------------------
	Untitled
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Description:	Screen Style
	Filename:		style.css
	Version:		1.1
	Date:			8 March 2007
------------------------------------------------------------- 

Table of Contents (subject to change):
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	+ Re-defined Styles
	+ Custom Classes
		- Document Setup
		- Masthead
		- Messaging
		- Sidebar
		- Body
		- Footer
	+ Form Styles
	+ Miscellaneous

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/


/* -------------------------------------------------------------
	Re-defined Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

* {
	margin: 0;
	padding: 0;
}

body, td {
	font: normal 11px/1.4em Verdana, Helvetica, sans-serif;
	color: #9fa2a6;
	text-align: center;
}

body {
	background: #23282d;
}

body#coupon, #coupon td {
	background: #fff;
	color: #23282d;
	text-align: center;
}

fieldset {
	border: 0;
}

a img {
	border: 0;
}

a:link, a:visited {
	color: #fff;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}

ul li {
	padding-left: 10px;
	position: relative;
	list-style-type: none;
	background: url(/images/icon_list.gif) no-repeat 0 8px;
}




/* -------------------------------------------------------------
	Custom Classes
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/*	Document Setup
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#index {
	width: 750px;
	margin: 0 auto;
	background: #2e3338;
	border: 7px solid #1c2024;
	border-top-width: 0;
	text-align: left;
}

.title, .title a {
	display: block;
	text-indent: -9000em;
	overflow: hidden;
}

#body p,
#body ul,
#body ol {
	margin-bottom: 15px;
}



/*	Masthead
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#masthead {
	width: 750px;
	float: left;
	clear: both;
}

#brand {
	width: 750px;
	height: 210px;
	background: url(/images/bg_masthead.jpg) no-repeat;
}

#interior #brand {
	height: 132px;
	background-image: url(/images/bg_masthead_interior.jpg);
}

#brand a {
	width: 255px;
	height: 101px;
	margin: 95px 0 0 13px;
	float: left;
	display: inline;
	background: url(/images/logo_tunnelexpress.gif) no-repeat;
}

#interior #brand a {
	margin-top: 18px;
}

#ui {
	width: 750px;
	float: left;
	clear: both;
	background: #1b3146;
	border-bottom: 6px solid #10263b;
}

#ui li {
	padding: 0;
	float: left;
	background: transparent;
}

#ui a {
	height: 65px;
	float: left;
	text-indent: -9000em;
	overflow: hidden;
}

#ui a:hover, #ui a:active, #ui a:focus {
	background-position: left bottom;
}

#ui_home, #ui_home a {
	width: 98px;
	background-image: url(/images/ui_home.gif);
}


#ui_about, #ui_about a {
	width: 126px;
	background-image: url(/images/ui_about.gif);
}


#ui_locations, #ui_locations a {
	width: 132px;
	background-image: url(/images/ui_locations.gif);
}


#ui_packages, #ui_packages a {
	width: 129px;
	background-image: url(/images/ui_packages.gif);
}


#ui_coupons, #ui_coupons a {
	width: 125px;
	background-image: url(/images/ui_coupons.gif);
}


#ui_contact, #ui_contact a {
	width: 140px;
	background-image: url(/images/ui_contact.gif);
}



/*	Sidebar
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#sidebar {
	width: 240px;
	padding: 60px 11px 20px 14px;
	float: right;
	background: url(/images/bg_sidebar.jpg) no-repeat;
	font-size: 0.9em;
	color: #fff;
}

#sidebar .title {
	height: 15px;
	background-repeat: no-repeat;
}

#sidebar ul {
	line-height: 1.2em;
}

#sidebar li {
	margin-bottom: 20px;
}

#title_theWorks {
	background-image: url(/images/title_theWorks.gif);
}

#title_super {
	background-image: url(/images/title_super.gif);
}

#title_deluxe {
	background-image: url(/images/title_deluxe.gif);
}

#title_express {
	background-image: url(/images/title_express.gif);
}



/*	Body
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/*	Body: Content
- - - - - - - - - - - - - -  */

#body {
	width: 420px;
	float: left;
	padding: 26px 0 30px 33px;
}

#header {
	margin-bottom: 10px;
}


/* --- locations list --- */

#locations_list {
	width: 100%;
	padding-top: 22px;
	float: left;
}

#locations_list li {
	width: 73px;
	padding: 0;
	float: left;
	background: transparent;
}

#locations_list #location_brokenArrow {
	width: 196px;
}

#locations_list #location_edmond {
	width: 147px;
}

#location_brokenArrow .title {
	background: url(/images/title_brokenArrow.gif) no-repeat;
}

#location_edmond .title {
	background: url(/images/title_edmond.gif) no-repeat;
}

#location_norman .title {
	background: url(/images/title_norman.gif) no-repeat;
}


/* --- Image Positioning --- */

.float_left {
	float: left;
	padding: 0 8px 8px 0;
}

.float_right {
	float: right;
	padding: 0 0 8px 8px;
}


/* --- Sitemap --- */

.sitemap_list {
	width: 49%;
	padding: 0;
	float: left;
}




/*	Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#footer {
	width: 764px;
	height: 60px;
	margin: 0 auto;
	padding-top: 5px;
	clear: both;
	color: #4d5156;
	text-align: left;
	font-size: 0.9em;
}

#footer a:link, #footer a:visited {
	color: #4d5156;
	text-decoration: none;
}

#footer a:hover, #footer a:active, #footer a:focus {
	text-decoration: underline;
}

#copyright {
	width: 500px;
	float: left;
}

#footer_links {
	width: 240px;
	float: right;
	text-align: right;
}

#footer_links a {
	margin-left: 20px;
}



/* -------------------------------------------------------------
	Form Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.input_class {
	border: 1px solid #999;
	font: normal 11px/1.4em Arial, Helvetica, sans-serif;
}

.required {
	color: #f00;
}





/* -------------------------------------------------------------
	Miscellaneous
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* http://www.access-board.gov/sec508/guide/1194.22.htm#(o) */
#skip {
	position: absolute;
	left: -9000em;
}

/* http://microformats.org/wiki/hcard */
.vcard {
	display: none;
}

.clearfix {
	width: 100%;
	height: 0;
	clear: both;
}