/*----------------------------
*	Coastal Midwest Transport
*----------------------------*/

@import url("reset.css");



/*----------	LaYoUT STYLeS	----------*/
body {
	color: #000000;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #283178 url(../images/core/bg.gif) repeat-x;
}

#container {
	margin: 0 auto;
	width: 930px;
	background: #ffffff url(../images/core/container-bg.gif) top center no-repeat;
}

#content_container {
	width: 890px;
	margin: 0 0 20px 20px;
	text-align: left;
	background: #ffffff url(../images/core/content-bg.gif) top center no-repeat;
}

.column-left {
	float: left;
	width: 236px;
}

.column-right {
	float: right;
	width: 654px;
}


/*----------	CoMMoN STYLeS	----------*/
h1 { color: #3C4697; font-size: 20px; margin: 0 30px 30px; padding-top: 30px; }
h2 { color: #323B7F; font-size: 14px; margin: 30px; font-weight: bold; }
a { color: #323B7F; text-decoration: underline; }
p { margin: 20px 30px; }
strong { font-weight: bold; }
table { margin: 20px 30px; }
td { padding: 2px 50px 2px 0px; }

.clear { display: block; clear: both; }
.hidden { display: none; }
.over a { background-position: 0 -64px !important; }
.highlighted a { background-position: 0 -32px !important; }
.back-to-top { font-size: 10px; border-top: 1px solid #e0e0e0; background: url(../images/core/arrow-up.gif) left no-repeat; padding-left: 10px; margin: 20px;}
ul.list { list-style-type: circle; margin: 10px 50px; }
ol.numerical { margin: 20px 30px; list-style-type: decimal; }
ol.numerical li { margin-bottom: 10px; }
img#inner_image { float: right; margin: 0 10px; }
img#routelines { float: left; margin: 10px; }
img#transmate { float: left; margin: 10px; }
#maps { width: 300px; float: right; }
#maps img { margin-top: 10px; }


/*----------	HeaDeR STYLeS	----------*/
#header { width: 890px; height: 130px; position: relative; }
#header #logo { position: absolute; top: 41px; left: 31px; }
#header #email { position: absolute; top: 80px; left: 784px; }
#header #email a {
	background: url(../images/core/icon-email.gif) left top no-repeat;
	padding-left: 38px;
	display: block;
	height: 26px;
	font-weight: bold;
	text-decoration: none;
}


/*----------	NaVIGaTIoN STYLeS	----------*/
#navigation { width: 890px; padding-left: 20px; _margin-left: 0px; height: 32px; }

/*Second Level List */
#navigation ul li ul li { 
	font-size: 11px;
	margin: 0;
	padding: 0;
	left: -12px;
	height: 32px;
	background-color: #283178 !important;
}

#navigation ul li#profile ul li a { background: none !important; font-weight: bold; color: #FFFFFF; width: 190px; padding: 0 10px; line-height: 32px; }
#navigation ul li#profile ul li a:hover { background-color: #E6B50B !important; }

#navigation ul li#services ul li a { background: none !important;font-weight: bold; color: #FFFFFF; width: 190px; padding: 0 10px;  line-height: 32px; }
#navigation ul li#services ul li a:hover { background-color: #E6B50B !important; }

#nav, #nav ul {
	/* applied to all lists in navigation */
	list-style: none; /* hide bullet points */
	margin: 0;
	padding: 0;
	
}

#nav li {
	/* applied to all list items in nav */
	float : left;
	line-height : 1.25em;
	margin-bottom : -1px; /* collapse borders */
	margin-right: 0px;
	position : relative; /* required - used to position subs */
	text-align: left;
	z-index: 100;
}

#nav li ul {
	/* second level subs */
	left: -9999em;
	position : absolute; /* required - positions subs in parent list item */
	width: 210px;
}
#nav li a {
	display : block;
	height: 32px;
	overflow: hidden;
	text-decoration : none;
	text-indent: -999px;
	width: 124px; /* set to base width minus padding (example: 200px - 5px -5px = 190px) */
}	
#nav li ul li { border: 1px solid #000; }
#nav li ul a {
	float: left;
	background-color : #fff;
	display: block;
	font-size: 12px;
	text-decoration : none;
	text-indent: 0;
}	


/* hide subs on current list */
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -9999em;
}

/* show subs on hover */
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#navigation ul li#home a { background: url(../images/nav/home.gif) no-repeat; width: 108px; }
#navigation ul li#profile a { background: url(../images/nav/profile.gif) no-repeat; width: 124px; }
#navigation ul li#services a { background: url(../images/nav/services.gif) no-repeat; width: 193px; }
#navigation ul li#routes a { background: url(../images/nav/routes.gif) no-repeat; width: 131px; }
#navigation ul li#credit_app a { background: url(../images/nav/credit_app.gif) no-repeat; width: 212px; }
#navigation ul li#contact a { background: url(../images/nav/contact.gif) no-repeat; width: 122px; }



/*----------	BaNNeR STYLeS	----------*/
#banner { background: url(../images/core/banner.jpg) no-repeat; display: block; height: 287px; width: 890px; position: relative; margin-left: 20px; }
#banner .slogan { position: absolute; top: 31px; left: 617px;}


/*----------	FooTeR STYLeS	----------*/
#footer { background-color: #F4F5F8; color: #323B7F; border-top: 1px solid #CCCED3; text-align: left; padding: 20px; font-size: 11px; }
#footer #copyright { color: #1F2428; }
#footer #webfirm { float: right; }


/*----------	CoNTaCT PaGe STYLeS	----------*/
#mousepad { display: block; height: 679px; width: 682px; position: relative; background: url(../images/core/mousepad.jpg) no-repeat; margin: 0px 30px 20px 115px; }
#mousepad ul li#coastal { position: absolute; top: 126px; left: 60px; }
#mousepad ul li#coastal a { display: block; width: 570px; height: 271px;}
#mousepad ul li#coastal a span { position: absolute; top: -114px; left: 267px; display: none; }
#mousepad ul li#coastal a:hover span { display: block; width: 345px; height: 165px; background: url(../images/core/bubble_coastal.gif) no-repeat; }
#mousepad ul li#further { position: absolute; top: 436px; left: 60px; }
#mousepad ul li#further a { display: block; width: 570px; height: 208px;}
#mousepad ul li#further a span { position: absolute; top: -118px; left: -38px; display: none; }
#mousepad ul li#further a:hover span { display: block; width: 345px; height: 165px; background: url(../images/core/bubble_further.gif) no-repeat; }
