@charset "utf-8";
#masthead {
	margin: 0px;
	padding: 0px;
	height: 77px;
	position: relative;
}
#masthead * {
	margin: 0px;
	padding: 0px;
}

#masthead #ecu {
	height: 77px;
	width: 104px;
	position: absolute;
	top: 0px;
	right: 0px;
}
#masthead #school {
	height: 77px;
	width: 300px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#promo {
	background: #314A73 url(../images/bg-quotes.jpg) repeat-x top;
	margin: 0px;
	padding: 0px;
	height: 101px;
	overflow: hidden;
	font-size: 1.2em;
	position: relative;
}
#mainmenu {
	background: #00A0E8;
	margin: 0px;
	padding: 0px 0px 0px 12px;
	height: 30px;
	font-size: 1.2em;
}

#mainmenu #search {
	float: right;
	clear: right;
	color: white;
	margin-top: 3px;
	margin-right: 5px;
}
#mainmenu #search label {
	margin-top: 0;
	padding: 0;
}
.clearing {
	clear: both;
	height: 0px;
}
#footer {
	padding: 5px;
	font-size: 1em;
	border-top: 1px solid #CCC;
	background: transparent url(../images/footer-bg.gif) repeat-x top;
	height: 200px;
	position: relative;
}
#footer * {
	margin: 0px;
}

#container {
	background: #FFFFFF url(../images/bg-sidemenu.png) repeat-y left;
	font-size: 1.2em;
	margin: 0;
}
#container.journeys {
	background-image: none;
}
#container #sidemenu {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 170px;
}


#container #content {
	margin: 0px 0px 0px 190px;
	padding: 10px;
}

#containerhome {
	font-size: 1.2em;
}

#containerhome #content {
	margin: 0;
	padding: 10px 20px;
}

/* hide hack from Mac-IE5 \*/
* html #container #content { height: 1em; }
/* end hiding */

#container #content > *, #containerhome #content > * {
	margin-top: 0;
}

.txtright {
	text-align: right;
}
.clearleft {
	clear: left;
}

.colhalf {
	width: 44%;
	margin-right: 3%;
	float: left;
}

.container2col {
	float: none;
	width: auto;
}

.printonly {
	display: none;
}#promo #promo-xray {
	background: url(../images/quotes-xray.jpg) no-repeat left top;
	height: 101px;
	width: 150px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#promo #promo-quote {
	font: italic 1.2em Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	margin: 25px 10px 25px 180px;
	z-index: 2;
	max-width: 700px;
}
#footer .footer-col {
	float: left;
	margin-right: 2.5em;
	margin-left: 0.5em;
}



/*  tablestyle  */
.styledTable {
	padding: 0;
	margin: 0;
}
.styledTable caption {
	padding: 0 0 5px 0;
	text-align: right;
}
.styledTable th {
	color: #333;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	/*letter-spacing: 2px;
		text-transform: uppercase;
*/	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #e5edf3 url(images/bg_header.jpg) no-repeat;
}
.styledTable th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}
.styledTable .leftborder {
	border-left: 1px solid #C1DAD7;
}
.styledTable .leftborderalt {
	border-left: 1px solid #C1DAD7;
	background: #F5FAFA;
}
.styledTable th.nobold {
	font-weight:normal;
}

.styledTable td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
}
.styledTable td.alt {
	background: #F5FAFA;
}
.styledTable th.colHead {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff;
	/*font-weight: bold;*/
}
.styledTable th.colHeadAlt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa;
	/*font-weight: bold;*/
	
}