
html {
	height: 100%;
	width: 100%;
	margin: 0;
}

body {
	height: 100%;
	width: 100%;
	margin: 0;
	font-family: Helvetica;
}

h4 {
	color: #295582;
	font-weight: normal;
}
.small {
	font-size: 0.9em;
}

li p {
	margin: 0px;
}

.pointer {
	cursor: pointer;
}

#navigation {
	width: 100%;
	height: 40px;
	background-color: #94a5be;
	color: #fff;
}

#navigation ul {
	position: relative;
	float: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: none;
	padding: 0;
	left: 50%;
}

#navigation li {
	float: left;
	position: relative;
	right: 50%;
	padding: 5px 20px;
	text-transform: uppercase;
}

#content {
	text-align: center;
	width: 100%;
	float: left;
	display: block;
	background-color: #94a5be;
	color: #fff;
	line-height: 1.5em;
	/*	padding-top: 20px;         */
	/*	padding-bottom: 20px;        */
	margin-bottom: 50px;
}

#content ul {
	list-style-type: none;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.darkblue {
	background-color: #295582 !important;
}
.fixedheight {
	height: 20px;
}

#content li:first-child .titleblock {
	padding-top: 30px;
}

#content li:last-child .textblock {
	padding-top: 30px;
	padding-bottom: 30px;
	margin: 0px auto;
}

.imgblock, .titleblock {
	background-color: #295582;
}
.imgblock img {
	width: 650px;
}
label:hover, label.active, label .active {
	color: #94a5be !important;
}
.titleblock {
	padding-top: 5px;
	padding-bottom: 5px;
}

.textblock {
	width: 650px;
	margin: auto;
	text-align: left;
	margin-bottom: 40px;
	margin-top: 40px;
}

.textblock .description {
	display: none;
}

.huge {
	margin-top: 100px;
	margin-bottom: 100px;
}

.left {
	text-align: left;
}
.center {
	text-align: center;
}
.tabbed {
	padding-bottom: 30px;
}
img {
	display: block;
	margin: auto;
	width: 800px;
}

.active, a .active {
	color: #295582 !important;
}

a, a:link, a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #295582;
}
.titleblock a:hover {
	color: #94a5be;
}

.simpleList li:first-child {
	margin-top: 0px !important;
	padding-top: 0px !important;
	}
.simpleList li:first-child .titleblock {
	padding-top: 5px !important;
	}
	
.topless {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}
.partnerImg {
	max-width: 400px;
	margin-bottom: 20px !important;
}
