* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #2f80bf;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0 0 0 0;
	color: #333;
}

#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	font-size: 1.1em;
}

#header {
	position: relative;
	width: 757px;
	height: 95px;
	margin: 0;
	padding: 0;
}

#header #logo {
	position: absolute;
	top: 0;
	left: 0;
	border: none;
	height: 95px;
}

#header form {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #85ceec;
}

#header form fieldset {
	border: none;
}

#header form fieldset legend {
	margin: 0 0 3px 0;
	color: #85ceec;
}

#header form #btnLogin {
	height: 24px;
	width: 54px;
}

#header div#username,
#header div#password,
#header div#submit {
	position: relative;
	float: left;
	margin-right: 3px;
}

#header div#submit {
	margin-right: 0;
	margin-top: -2px;
}

#header input {
	width: 100px;
}

#header label.overlabel {
	color: white;
}

#header label.overlabel-apply {
	position:absolute;
	top:3px;
	left:5px;
	z-index:1;
	color:#999;
}

#header #logout {
	color: white;
	float: right;
	margin: 70px 10px 0 0;
}

#header #logout a {
	color: white;
}

#primaryNav {
	background-image: url(/images/primarynavbg.gif);
	background-color: #2ea4d7;
	background-repeat: no-repeat;
	width: 760px;
	margin-top: -10px;
}

#primaryNav ul {
	list-style-type: none;
	margin-left: 5px;
}

#primaryNav ul li {
	float: left;
	display: inline;
}

#primaryNav ul li a {
	font-weight: bold;
	color: white;
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 13px 13px 6px 8px;
}

#primaryNav ul li a:hover {
	color: #14688c;
}

#primaryNav li.selected a {
	color: #123a4b;
}

#decorative {
	position: relative;
	width: 760px;
	height: 186px;
	overflow: hidden;
	clear: both;
	background-image: url(/images/primarynavbg-bottom.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#decorative span {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(/images/mask.gif);
	background-repeat: no-repeat;
	width: 760px;
	height: 180px;
	z-index: 2;
}

#decorative #img {
	position: absolute;
	top: 6px;
	left: 0;
	z-index: 1;
}

#main {
	width: 530px;
	background-image: url(/images/530-mid.gif);
	line-height: 1.8em;
	float: right;
}

#main div.top {
	background-image: url(/images/530-top.gif);
	height: 25px;
}

#main div.mid {
	padding: 0 20px 0 20px;
}

#main div.bottom {
	background-image: url(/images/530-bottom.gif);
	height: 25px;
}

#secondaryNav {
	width: 230px;
	background-image: url(/images/230-mid.gif);
	line-height: 1.8em;
	float: left;
}

#secondaryNav div.top {
	background-image: url(/images/230-top.gif);
	height: 25px;
}

#secondaryNav div.mid {
	padding: 0 20px 0 20px;
}

#secondaryNav div.bottom {
	background-image: url(/images/230-bottom.gif);
	height: 25px;
}

#secondaryNav blockquote {
	background-image: url(/images/quote1.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin-top: 0px;
	padding-top: 5px;
}

#secondaryNav blockquote p {
	font-size: 2.2em;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -0.01em;
	line-height: 1.2em;
	font-weight: normal;
	padding: 0 5px 0 5px;
}

#secondaryNav blockquote p:first-letter {
	padding-left: 45px;	
}

#secondaryNav blockquote span {
	display: block;
	background-image: url(/images/quote2.gif);
	background-position: top right;
	background-repeat: no-repeat;
	height: 40px;
	padding: 5px 40px 0 0;
	color: #999;
	line-height: normal;
}

#secondaryNav blockquote span.spacefix {
	display: none;
}

#secondaryNav ul {
	margin: 0;
	list-style-type: none;
}

#secondaryNav ul li {
	background: url(/images/bullet.gif) 0 50% no-repeat;
	padding-left: 15px;
}

#secondaryNav ul li a {
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 170px;
}

#secondaryNav ul li a:hover {
	color: #14688c;
}

#secondaryNav ul li.selected a {
	color: #fe007a;
}

#secondaryNav ul li.selected {
	background-image: url(/images/bullet-pink.gif);
}

#secondaryNav ul li#first {
	background: none;
	padding: 0 0 10px 0;	
}

#secondaryNav ul li#first a {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -0.05em;
	font-weight: normal;
	font-size: 1.7em;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #fe007a;
	letter-spacing: -0.05em;
	font-weight: normal;
	font-size: 1.7em;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -0.05em;
	font-weight: normal;
	font-size: 1.5em;
	margin: 15px 0 -5px 0;
}

ul, ol {
	margin: 10px 0 10px 30px;
}

p {
	margin: 10px 0 10px 0;
}

a {
	color: #2d95c1;
}

div.clear {
	clear: both;
}

#footer {
	margin: 20px 5px 20px 5px;
	padding-top: 5px;
	color: #85ceec;
	border-top: 1px solid #85ceec;
	text-align: right;
}


#home #main {
	float: left;
}

#members #decorative {
	height: 360px;
}

#members #decorative span {
	display: none;
}

#members #decorative #img {
	background-color: white;
	width: 760px;	
}

#members #decorative #img ul {
	margin: 20px 0 20px 40px;
}

#members #decorative #img ul li#first {
	display: none;
}

#members #mainContent {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

#contact #frmContact {
	padding: 10px;
	background-color: #eff6fb;
}

#contact #frmContact fieldset {
	border: none;
}

#contact #frmContact legend {
	display: none;
}

#contact #frmContact label {
	display: block;
	margin: 5px 0 0 0;
}

#contact #frmContact .submit {
	display: block;
	width: auto;
	margin: 5px 0 0 0;
}

#contact #frmContact input, #contact #frmContact textarea {
	background-color: #c1e5f4;
	color: #14688c;
	border: 1px solid #14688c;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
	width: 300px;
}

.vcard {
	position: relative;
}

.contact {
	width: 190px;
	padding: 8px;
	background-color: #eff6fb;
	float: right;
	overflow: hidden;
	margin: 0 0 15px 15px;
}

.contact .adr {
	padding-left: 24px;
	background-image: url(/images/page_white.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.contact .adr span.fn {
	font-weight: bold;
}

.contact .adr span,
.contact .telecomms span,
.contact .web .email,
.contact .web .url {
	display: block;
}

.contact .telecomms {
	padding-left: 24px;
	background-image: url(/images/telephone.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.contact .web .email,
.contact .web .url {
	padding-left: 24px;
	background-repeat: no-repeat;
	background-position: 0 50%;
}

.contact .web .email {
	background-image: url(/images/email.png);
}
.contact .web .url {
	background-image: url(/images/link.png);
}

.contact .download {
	float: right;
}

.contact .download img {
	border: none;
}

#contact #secondaryNav .contact {
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: auto;
	float: none;
	background-color: transparent;
}

#contact #secondaryNav .contact .fn,
#contact #secondaryNav .contact .postal-code,
#contact #secondaryNav .contact .locality {
	display: inline !important;
}

#contact-thanks #secondaryNav {
	display: none;
}

.press-image {
	margin-top: 10px;
}
.press-image img,
.flickr-tn img {
	border: 2px solid #14688c;
}

.flickr-tn {
	display: inline;
	padding-right: 10px;
}

#press #secondaryNav p,
#gallery #secondaryNav p {
	margin: 0;
}

.press-image span {
	display: block;
	font-style: italic;
	margin-bottom: 10px;
}

#newsletter #secondaryNav {
	display: none;
}
#newsletter #decorative {
	height: 6px !important;
}

div.error {
	font-weight: bold;
	color: red;
}

div.error a {
	color: red;
}
