/* last updated by david 22/12/2009 */

/* @group layout */

div.container {
	border: 0;
	overflow: hidden;
	width: 999px;
	margin: 0 auto;
	color: #00457c;
	text-align: left;
}

h1 {
	margin: 0 0 1em 0;
	padding: 0;
	font-weight: normal;
	color: #118ab0;
	font-size: 1.2em;
}

h2, h3, h4 {
	font-weight: normal;
	color: #118ab0;
	font-size: 1em;
}

a:link, a:visited {
	color: #00457c;
	text-decoration: underline;
}

a:hover, a:active {
	color: #118ab0;
	text-decoration: underline;
}

div.header, div.banner, div.content {
	width: 945px;
	margin-left: 27px;
}

div.banner {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #fff url(/assets/images/banner.bg.jpg) no-repeat left top;
	height: 212px;
}

div.nav, div.flank {
	width: 300px;
	float: left;
}

div.search, div.tagline, div.main {
	width: 600px;
	float: right;
}

div.header img#logo {
	margin: 20px 25px 20px 0;
}

div.search {
	background: #fff url(/assets/images/search.bg.gif) no-repeat left top;
}

div.tagline p {
	font-size: 2em;
	line-height: 1.4em;
	font-weight: normal;
	background-color: transparent;
	color: #fff;
	margin: 90px 0 0 40px;
}

div.flank div {
	margin: 30px 0 30px 15px;
}

div.flank div h2 {
	margin-bottom: 1.5em;
	font-weight: normal;
	color: #118ab0;
	font-size: 1.2em;
}

div.main div {
	margin: 30px 30px 30px 0;
}

div.main img.map {
	margin: 10px 0 20px 0;
}

div.ticker {
	color: #00457c;
	background-color: #d8e9f2;
	margin: 0;
	padding: 0 30px;
	height: 22px;
	line-height: 22px;
}

/* @group ticker auto-generated */

.tickercontainer { /* the outer div with the black border */
	width: 100%; 
	height: 100%;
	margin: 0; 
	padding: 0;
	overflow: hidden; 
}

.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: 10px;
	top: 0;
	width: 910px;
	overflow: hidden;
}

ul.newsticker { /* that's your list */
	position: relative;
	left: 750px;
	list-style-type: none;
	margin: 0;
	padding: 0;

}

ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0 15px 0 0;
	padding: 0;
}

/* @end */

div.footer {
	height: 43px;
	line-height: 43px;
	background: #00457c;
	color: #fff;
	text-align: right;
	margin: 0;
	padding: 0;
}

div.footer p {
	font-size: 0.8em;
	padding-right: 10px;
	margin: 0;
}

div.footer p a:link, div.footer p a:visited {
	color: #fff;
	text-decoration: underline;
}

/* @end */

/* @group navigation */

div.nav ul, div.nav ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.nav ul {
	margin: 15px 0 0 30px;
	font-size: 1.5em;
}

div.nav ul li {
	height: 30px;
	line-height: 30px;
}

div.nav li a:link, div.nav li a:visited {
	padding-left: 20px;
	color: #fff;
	text-decoration: none;
}

div.nav li.active a:link, div.nav li.visited a:link, div.nav li a:hover, div.nav li.active a {
	padding-left: 20px;
	background: url(/assets/images/nav.bullet.gif) no-repeat left 4px;
	color: #00457c;
	text-decoration: none;
}

div.flank li {
	margin-bottom: 0.5em;
}

div.flank li a:link, div.flank li a:visited, div.flank li a:hover, div.flank li a:active {
	text-decoration: none;
}

/* @end */

/* @group forms */

form, fieldset, legend {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

/* contact form */

form#contact_form, form#list_form {
	width: 360px;
}

input.text, textarea.text {
	width: 355px;
	font: inherit;
}

label.error {
	margin-top: 3px;
}

/* @end */

/* @group clearfix */

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
.clearfix { display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* stop commented backslash hack */

/* stop container div collapsing after float */
div.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
}

/* @end */



/* @group tooltips */

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #00457c;
	background-color: #00457c;
	padding: 15px;
	opacity: 0.85;
	width: 100px;
	text-align: left;
}

#tooltip h3 {
	color: #fff;
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#tooltip h3, #tooltip div { margin: 0; }

/* @end */




