html { 
	font-size: 90%;
}

body {
	font-family: "Trebuchet MS", Verdana, Helvitica, sans-serif;
	line-height: 1.3em;
	color: black;
	background: #5088be;
	margin: 0;
	padding: 0;
	border: 0;	
}

img {
	border: 0;
}

/*----------------------------------------------------------------------------*/

a {
	color: #00347b;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #900000;
	z-index: 1;
	text-decoration: underline;
}

a.external {
}

/*----------------------------------------------------------------------------*/

#top {
}

#shadow { }

#paper { }

#inner-wrapper {
	background: white;
}

/*----------------------------------------------------------------------------*/

#header {
	width: 100%;
	height: 88px;
	background: #2c6090;
}

#header #logo {
	height: 88px;
	width:	155px;
	float: left;
}

#header #text {
	color: white;
}

#header #text #title {
	font-size: 1.3em;
	font-weight: bold;
	text-align: right;
}

#header #text #sub-title {
	font-size: .9em;
	text-align: center;
}

/*----------------------------------------------------------------------*/

/*
.bg-strip {
	height: 5px;
	width: 100%;
	background: #5088be;
	clear: both;
}
*/

.blue-strip {
	height: 5px;
	width: 100%;
	background: #00347b;
}

/*----------------------------------------------------------------------------*/

#footer {
	text-align: center;
	font-size: 85%;
	color: white;
	background: #2c6090;
	clear: both;
}

#footer a {
	color: white;
	font-weight: normal;
}

#footer a:hover {
	color: #900000;
}

/*----------------------------------------------------------------------------*/

#main {
	background: #6a9ac8;
	clear: both;
}

/*----------------------------------------------------------------------------*/

#sidebar {
	background: #6a9ac8;
}

ul#navlinks {
	font-size: 85%;
	list-style-type: none;
	list-style-image: none;
}

ul#navlinks ul {
	list-style-type: none;
	list-style-image: none;
}

ul#navlinks ul {
}

ul#navlinks a {
	color: black;
}

ul#navlinks a:hover {
	color: #900000;
}

ul#navlinks li.active {		/* class="active", not a:active */
	color: #900000;
}

/*----------------------------------------------------------------------------*/

#content {
	background: white;
}

h2#content-title {
	font-size: 1.5em;
	font-weight: bold;
	color: #900000;
}

h3 {	/* content subtitles */
	font-size: 1.3em;
	font-weight: bold;
	color: #00347B;
}

/*----------------------------------------------------------------------------*/

ul.characteristics-list {
	font-weight: bold;
	color: #900000;
}

ul.characteristics-list li {
}

ul.characteristics-list li span {
	font-weight: normal;
	color: black;
}

/*----------------------------------------------------------------------------*/

ul.intentions li {
}

/*----------------------------------------------------------------------------*/

.links {
	width: 100%;
}

.links .text { }

.links .image {
}

.links .image img {
}

/*----------------------------------------------------------------------*/

.XXlinkdiv {
	width: 100%;
}

.XXlinkdiv .image {
	width: 155px;
}

.XXlinkdiv .text {
}

/*----------------------------------------------------------------------------*/

ul.questions {
	font-size: 1.1em;

	color: black;
	background: #6a9ac8;
}

/*----------------------------------------------------------------------------*/

.faq {				/* Container for the FAQ/#top link */
	border-bottom: 1px solid #A7A8D8;
	width: 100%;
}

.faq h3 {			/* The FAQ title */
	font-weight: normal;
	font-size: large;
	display: inline;
}

.faq div {			/* contains <a href id="#top"> */
	font-size: 94%;
	color: #A7A8D8;
	display: inline;
}

.answer {
}

/*----------------------------------------------------------------------------*/

.links-div {				/* Container for the FAQ/#top link */
	border-top: 1px solid #A7A8D8;
	width: 100%;
	position: relative;
}

.links-div h3 {
	display: none;
}

.links-div div {			/* contains <a href id="#top"> */
	font-size: 94%;
	color: #A7A8D8;
	background: white;
	position: absolute;
	top: -.9em;
	right: 0;
	z-index: 1;
}

.links-div div a {			/* for <a href id="#top"> */
	color: #A7A8D8;
}

.links-div div a:hover {		/* for <a href id="#top"> */
	color: #900000;
}

/*----------------------------------------------------------------------------*/

.quote {
	color: #900000;
}


.mission {
	color: black;
	background: #6a9ac8;
}

.mission a {
	color: #900000;
	text-decoration: none;
	background-color: transparent;

}

.mission a:hover {
	text-decoration: none;
	color: white;
	background-color: transparent;
	border-bottom: 1px solid white;
}

/*----------------------------------------------------------------------------*/

#toc {
	border: 1px solid #aaa;
	background-color: #eeeeee;
	font-size: 95%;
}

#toc #toctitle {
}

#toc #toctitle p {
	display: inline;
}

#toc .toctoggle {
	font-size: 94%;
}

#toc ul {
	list-style-type: none;
	list-style-image: none;
	font-size: 90%
}

.tocnumber {
}

.toctext { }

/*----------------------------------------------------------------------------*/

ul.sitemap {
	list-style-type: disc;
}

ul.sitemap ul {
	list-style-type: disc;
}

ul.sitemap li.active {		/* class="active", not a:active */
	font-weight: bold;
	color: #900000;
}

/*----------------------------------------------------------------------------*/

table.locations {
}

table.locations,
table.locations th,
table.locations td {
	border: 1px solid #999999;
	border-collapse: collapse;
}

table.locations th {
	text-align: left;
	font-weight: normal;
	color: #900000;
}

/*----------------------------------------------------------------------------*/

div.infowindow {
	background: white;
	color: black;
}

div.infowindow a {
	color: #00347b;
}

div.infowindow a:hover {
	color: #900000;
}

div.infowindow div.title {
	color: #900000;
	font-weight: bold;
	font-size: larger;
}

div.infowindow span {
	font-size: smaller;
	color: black;
}

div.infowindow div.address { }
div.infowindow div.contact { }
div.infowindow div.phone { }
div.infowindow div.site { }
div.infowindow div.mail { }
div.infowindow div.directions { }

.tooltip {
	background-color: white;
}

/*----------------------------------------------------------------------------*/

.link-separator {
	display: none;
}

/*----------------------------------------------------------------------------*/

span.pdf {
	font-size: 94%;
	color: #900000;
}

.trainings-left, .trainings-right, .faq-trainings { background: #FFCE05 }

.picture-left, .picture-right, .filmstrip { display: none; height: 0; width: 0 }

.hide-handheld { display: none; height: 0; width: 0 }
