/* -- RESET CSS 
------------------------------------------------------------------------------------------ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, 
address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, 
var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, caption, tbody, tfoot, thead, th {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-family:inherit;
	vertical-align:baseline;
}
html, body {
	height: 100%;
}
:focus {
	outline:0;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
strong, b {
	font-weight:bold;
}
a img { border:none; }
.mod:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clear {
	clear:both;
}
a {
	color:#ff6000;
	text-decoration:none;
}
a:hover {
	color:#016baf;
}
	
/* -- BODY 
------------------------------------------------------------------------------------------ */
body {
	font-family:Helvetica, Arial, Sans-Serif;
	font-size:13px;
	color:#373637;
	margin:0 auto;
	padding:0;
	background:#f8911d url(../img/bg.gif) repeat-x;
}
#container {
	width:990px;
	margin:0 auto;
	position:relative;
	z-index:100;		
}

/* -- MAIN 
------------------------------------------------------------------------------------------ */
#main {
	background:transparent url(../img/bg-content.png) repeat-y;
	padding:0 10px 40px 10px;
	position:relative;
	z-index:100;		
}

/* -- TOP 
------------------------------------------------------------------------------------------ */
.top {
	height:28px;
	margin:0;
	background-color:#e0e0e0;
	text-align:right;
	font-weight:bold;
	padding:10px 23px 0 0;
}
.top span {
	color:#f8941e;
	padding:0 5px;
}

/* -- MASTHEAD 
------------------------------------------------------------------------------------------ */
.masthead {
	width:198px;
	float:left;	
	position:relative;
	z-index:100;		
}
.logo {
	width:198px;
	height:123px;
	display:block;
}
ul.menu {
	width:198px;
	height:416px;
	list-style:none;
	background:transparent url(../img/bg-menu.gif) repeat-y;
	padding:19px 0;
	position:relative;
	z-index:100;	
}
ul.menu li {
	width:198px;
	height:32px;
	position:relative;
	display:block;
}
ul.menu li a {
	width:188px;
	height:24px;
	display:block;
	color:#fff;
	font-size:14px;
	padding:8px 0 0 10px;
	background:transparent url(../img/menu-sprite.gif) no-repeat 0 0;
}
ul.menu li a:hover,
ul.menu li.sfHover a {
	background-position:0 -32px;
	color:#fff;
}
ul.menu li.selected a {
	background-position:0 -64px;
	color:#fff;	
}
ul.menu li ul {
	width:175px;
	height:auto;
	list-style:none;
	background-image:none;
	background-color:#4b4a4b;
	padding:0;	
	position:absolute;
	top:0;
	left:185px;
	z-index:500;
	display:none;
}
ul.menu li ul li {
	width:175px;
	height:32px;
	display:block;	
}
ul.menu li ul li a {
	width:165px;
	height:24px;
	display:block;
	color:#fff;
	font-size:14px;
	padding:8px 0 0 10px;
	background-image:none;
}
ul.menu li ul li a:hover,
ul.menu li ul li.selected a {
	background-image:none;
	background-color:#373637;
	color:#fff;
}
ul.menu li:hover ul, 
ul.menu li.sfHover ul {
	display:block;
}


/* -- CONTENT 
------------------------------------------------------------------------------------------ */
.content {
	width:746px;
	float:right;
	margin:13px 13px 0 0;
}

/* -- MAIN CONTENT
------------------------------------------------------------------------------------------ */
.mainContent {
	width:527px;
	float:left;
}
.mainContent h1 {
	color:#f8931e;
	font-size:28px;
	font-weight:bold;
	font-style:italic;
	padding:0 0 15px 0;
}
.mainContent h2 {
	font-size:18px;
	color:#016baf;
	font-weight:bold;
	font-style:italic;
	padding-bottom:15px;
}
.mainContent h3 {
	font-size:14px;
	color:#016baf;
	font-weight:bold;
	padding-bottom:10px;
}
.mainContent p {
	padding-bottom:18px;
	line-height:18px;	
}
.mainContent ul {
	list-style:url(../img/bullet.gif);
	padding:0 0 18px 30px;
}
.mainContent ul ul {
	padding:8px 0 0 30px;
}
.mainContent ol {
	padding:0 0 18px 30px;
}
.mainContent li {
	padding:0 0 8px 0;
}
.mainContentAside {
	float:right;
	border-left:1px solid #9b9b9b;
	border-bottom:1px solid #9b9b9b;	
	width:190px;
	padding:0 0 0 15px;
	margin:0 0 20px 20px;
}
.mainContentAside img {
	display:block;
	padding:0 0 18px 0;
}
.lineItem {
	border-bottom:1px solid #9b9b9b;
	margin:0 0 20px 0;
}
.lineItem img {
	float:right;
	padding:0 0 10px 10px;
}
.timetableSpecial {
	background:#016baf url(../img/bg-timetable.gif) no-repeat top right;
	color:#fff;
	padding:20px 220px 20px 20px;
	border-top:3px solid #f8931e;
}
.mainContent .timetableSpecial h3 {
	color:#fff;
}
.timetableSpecial a:hover {
	color:#fff;
}

/* -- FORMS 
------------------------------------------------------------------------------------------ */
.mainContent label {
	color:#016baf;
	font-weight:bold;
	display:block;
	padding:8px 0 2px 0;
}
.mainContent label.error {
	color:red;
	font-weight:normal;
}
.mainContent input.textbox {
	padding:3px;
	border:2px solid #CCC;
	background-color:#d8d8d8;
	color:#373637;
	font-size:13px;
	width:250px;
}
.mainContent input.textbox:focus {
	border:2px solid #016baf;
	background-color:#fff;
	color:#000;
	outline:none;
}
.mainContent textarea {
	padding:3px;
	border:2px solid #CCC;
	background-color:#d8d8d8;
	color:#373637;
	font-size:13px;
	width:350px;
	height:150px;
	display:block;
}
.mainContent textarea:focus {
	border:2px solid #016baf;
	background-color:#fff;
	color:#000;
	outline:none;
}
.mainContent input.submit {
	cursor:pointer;
	width:auto;
	height:auto;
	font-weight:bold;
	text-align:center;
	background-color:#016baf;
	border:none;
	color:#fff;
	margin:10px 0;
	padding:5px 10px;
	font-size:13px;
	clear:both;
}
.mainContent fieldset {
	margin:0;
	padding:0;
	border:none;
}
.mainContent fieldset label {
	display:inline;
	color:#000;
	font-weight:normal;
	padding:0 0 0 5px;
}
.mainContent legend {
	color:#016baf;
	font-size:12px;
	font-weight:bold;
	padding:8px 0 6px 0;
}
.formError {
	border:1px solid #f8911d;
	background-color:#fff5d7;
	padding:10px;
	margin:0 0 20px 0;
	width:238px;	
}
.mainContent .formError p {
	padding:0 0 4px 0;
}

.formSuccess {
	border:1px solid #0267a9;
	background-color:#e8fdce;
	padding:10px;
	margin:0 0 20px 0;
	width:238px;
}
.mainContent .formSuccess p {
	padding:0 0 4px 0;
}


/* -- BANNER 
------------------------------------------------------------------------------------------ */
.banner {
	width:527px;
	height:174px;
	position:relative;
	overflow:hidden;
	margin:0 0 30px 0;
}
.banner ul {
	list-style:none;
	padding:0;
	margin:0;
}
.banner ul li {
	float:left;
	display:inline;
}
.banner ul li img {
	display:block;
	border-left:1px solid #fff;
}
.banner .bannerNext {
	position:absolute;
	width:50px;
	height:49px;
	background:transparent url(../img/carousel-button-sprite.png) no-repeat;
	right:28px;
	top:32px;
	z-index:600;
	cursor:pointer;
}
.banner .bannerNext:hover {
	background-position:0 -49px;
}
.banner .bannerNext span {
	display:none;
}
.banner .bannerPrev {
	position:absolute;
	width:50px;
	height:49px;
	background:transparent url(../img/carousel-button-sprite.png) no-repeat 0 -98px;
	right:28px;
	top:92px;
	z-index:600;
	cursor:pointer;	
}
.banner .bannerPrev:hover {
	background-position:0 -147px;
}
.banner .bannerPrev span {
	display:none;
}

/* -- ASIDE 
------------------------------------------------------------------------------------------ */
.aside {
	width:206px;
	float:right;
}
.asideItem {
	width:206px;
	margin:0 0 22px 0;
}
.asideItem h3 {
	height:22px;
	background:#0267a9 url(../img/bg-aside-header.gif) no-repeat;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	padding:7px 0 0 13px;
}
.asideItemInner {
	border-left:1px solid #9b9b9b;
	border-right:1px solid #9b9b9b;
	border-bottom:1px solid #9b9b9b;
	padding:13px;
}
.aside p {
	padding:0 0 15px 0;
	line-height:17px;
}
.aside img {
	display:block;
	padding:0 0 10px 0;
}

/* -- FOOTER 
------------------------------------------------------------------------------------------ */
#footer {
	width:769px;
	height:112px;
	background:transparent url(../img/bg-footer.png) no-repeat;
	padding:17px 0 0 221px;
	font-size:11px;	
}
ul.footerMenu {
	list-style:none;
	padding:0 0 20px 0;
	width:527px;
}
ul.footerMenu li {
	display:inline;
	float:left;
	padding:0 10px 5px 0;
}
ul.footerMenu li a {
	color:#373637;
	font-size:11px;
}
ul.footerMenu li a:hover {
	text-decoration:underline;
}

