@CHARSET "ISO-8859-1";

/* Menu */
div#menu ul {
}
div#menu ul li {
	float: left;
	border-left: 1px solid white;
	cursor:pointer;
}
div#menu ul li * {
	cursor:pointer;
}
	
div#menu ul li.active {
    border-bottom: 1px solid;
}
/* This overrides the Contact page */
body.contact div#menu ul li.active {
	border-bottom: 1px solid #f09;
}
div#menu ul li a {
	display: block;
	height: 110px;
	width: 73px;
}
div#menu ul li a img {
    vertical-align: top;
}
div#menu ul li a span {
	display: block;
	color: white;
	font-size: 12px;
	font-weight: bold;
    height: 24px;
	padding: 3px;
}

/* Sub Menu */
div#submenu ul {
}
div#submenu ul li {
	height: 20px;
	padding: 0 0 0px 0;
	border-bottom: 1px solid #999;
	width: 220px;
	margin-bottom: 3px !important;
}
div#submenu ul li a {
	padding: 0 0 2px 11px;
	line-height: 15px;
	height: 15px;
	font-size: 12px;
	display: block;
	width: 209px;
}
div#submenu ul li:hover,
div#submenu ul li.active {
	border-bottom: 2px solid;
	border-bottom-color: expression(this.parentNode.currentStyle.color);
	margin-bottom: 2px !important;
}
div#submenu ul li.last:hover {
	margin-bottom: -1px !important;
}
div#submenu ul li.active a {
	font-weight: bold;
}

/* Other */
div.quote {
	padding-top:40px;
	width: 219px;
}
div.quote p.quote {
	font-family: Arial;
	font-size: 12px;
	line-height: 1.5em !important;
	font-style: italic;
}
div.quote p.author {
	font-weight: bold;
	border-top: 1px solid;
	padding-top: 1em;
	margin-bottom: 3px !important;
}

a.readmore {
	display: block;
	padding: 3px 0 6px 22px;
	line-height: 18px;
	height: 16px;
	color: inherit;
	border-top: 1px solid;
	width: 65px;
	font-size: 1.2em;
	margin-bottom: 1em;
}

a.launch {
	display: block;
	padding: 0px 0 0px 55px;
	_padding-top:10px; /* IE6 hack */
	line-height: 50px;
	height: 36px;
	color: #fff !important;
	border-top: 1px solid;
	width: 121px;
	font-size: 1.2em;
	margin-bottom: 1em;
}

/* Footer */
div#footer ul {
}
div#footer ul li {
	float: left;
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
	border-left: 1px solid white;
}
div#footer ul li a {
	color: white;
	font-size: 10px;
}
div#footer ul li a:hover {
    text-decoration:underline;
}
div#footer span {
	float: right;
	text-align: right;
	color: white;
	font-size: 12px;
	line-height:20px;
	height: 20px;
	padding-right: 29px;
}

div.clear {
    height: 0px;
    font-size: 0px;
    line-height: 0px;
    overflow:hidden;
    clear: both;
}
