/*Layout*/
body {
	font-family:Arial, Verdana, sans-serif;
	font-size:12px;
	background:#003399 url(images/bg.png) repeat-x;
}
#shadow-wrap {
	background:url(images/shadow-bg.png) repeat-y right;
	width:920px;
	margin:0 auto;
}
#wrapper {
	width:901px;
	margin:0 auto;
	background:#FFF;
}
#promo {
	display:block;
	width:122px;
	height:122px;
	background:url(images/promo.png);
	position:relative;
	left:779px;
	z-index:1000;
}
#header {
	height:142px;
	background:url(images/header.jpg);
}
#nav {
	margin-top:-10px;
	height:30px;
	line-height:30px;
}
ul.fader {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}
ul.fader img {
	display:none;
}
ul.fader img.first, ul.innerfade img {
	display:block;
}
ul#fader1, ul#fader2 {
	width:300px;
}
ul#fader3 {
	width:301px;
}
#hero-fade {
	height:120px;
}
#hero-fade a img {
	border:none;
}
#hero {
	padding:1px;
	height:120px;
}
#hero img {
	float:left;
}
#sidebar {
	width:260px;
	float:left;
}
#sidebar .module {
	border:1px solid #CCC;
	margin-bottom:30px;
	padding:0 10px 10px 10px;
	background:url(images/module-bg.jpg) repeat-x top;
}
#sidebar .module h3 {
	line-height:30px;
	margin:0 0 10px 0;
	padding:0 10px;
}
#content {
	width:640px;
	margin-left:260px;
}
#content .inner {
	padding:30px 20px 30px 0;
}
#footer {
	text-align:right;
	height:50px;
	line-height:50px;
	width:940px;
	margin:0 auto;
	background:url(images/footer-bg.png) no-repeat top;
}
#footer, #footer a {
	color:#FFF;
}
#footer a {
	margin-right:20px;
}
.inner {
	padding:30px 20px;
}
.clear {
	clear:both;
}
table#timetable {
	color:#FFF;
	border:1px solid #CCC;
	border-width:0 1px 1px 0;
	text-align:center;
	width:620px;
	line-height:20px;
	background:#EEE;
}
table#timetable td {
	border:1px solid #CCC;
	border-width:1px 0 0 1px;
}
table#timetable a {
	color:#FFF;
	text-decoration:none;
}
table#timetable a:hover {
	text-decoration:underline;
}
#freebanner {
	background:url(images/freebanner.jpg);
	width:640px;
	height:250px;
	margin:30px 0;
}
#freebanner .inner {	
	padding:45px 250px 10px 35px;
}
/*Navigation*/
#nav ul {
	list-style:none;
	margin:0;
	padding:0;
	text-align:right;
	padding-right:10px;
}
#nav ul li {
	display:inline-block;
	position:relative;
	z-index:1001;
}
#nav li ul {
	position: absolute;
	left: 0;
	top: 30px;
	text-align:left;
	display:none;
}
#nav ul li a {
	display:inline-block;
	color:#000032;
	padding:0 20px;
	font-size:16px;
	text-decoration:none;
}
#nav ul li ul li a {
	background:#FECB00;
	font-size:12px;
	width:120px;
}
#nav a:hover {
	background::#000032;
	color:#FFF;
	background:#000032;
}
#nav li:hover ul {
	display:block;
}

/*Text styles*/
h1,h2 {
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
}
h1 {
	font-size:22px;
	font-weight:normal;
	margin-top:0;
}
h2 {	
	font-size:18px;
	font-weight:normal;
}
h3 {
	font-size:14px;
}

/*Joomla stuff*/
.componentheading, .contentheading {
	font-size:22px;
	margin-bottom:10px;
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
}
.contentpane {
	width:620px;
}
.buttonheading {
	display:none;
}
.contact_email input {
	margin:5px 0 20px 0;
}
label {
	font-weight:bold;
}
iframe {
	border:1px solid #000022;
}