html {
	height: 100%;
}

body {
	background-color: #000;
	background-image: url("../images/bg.png");
	background-position: top left;
	background-repeat: no-repeat;
	
	color: #fff;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	
	margin: 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	height: 100%;
}

#container {
	padding: 26px 0px 0px 36px;
	width: 870px;
	min-height: 560px;
	position: relative;
}

#header {
	position: relative;
	height: 80px;
}

h1#logo {
	margin: 0px 0px 30px 0px;
	padding: 0px;
	
	display: block;
	text-indent: -9999px;
	
	background-image: url("../images/logo.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	
	width: 80px;
	height: 80px;
	
}

h2#strapline {
	position: absolute;
	top: 30px;
	left: 105px;
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
}

p {
	width: 730px;	
}

a, .highlight {
	color: #ac1a2f;
	font-weight: bold;
}

a:hover {
	color: #ffffff;
	text-decoration: underline;
}

p.intro {
	width: 630px;
	font-size: 20px;
	color: #ac1a2f;
	font-weight: bold;
	margin-bottom: 30px;
}

p.contact {
	margin-top: 66px;
}

#footer {
	position: relative;
	width: 870px;
	margin-top: 80px;
	margin-bottom: 20px;
}

#footerCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	font-style: normal;
	margin: 0px;
}

ul#footerLinks {
	list-style-type: none;
	overflow: hidden;
	position: absolute;
	bottom: 0px;
	right: 0px;
	margin: 0px;
}

ul#footerLinks li {
	float: left;
	margin-right: 12px;
}

ul#footerLinks li a {
	background-repeat: no-repeat;
	background-position: right;
	padding: 11px 38px 0px 0px;
	height: 27px;
	display: block;
	color: #ffffff;
	text-decoration: none;
	width: 50px;
	text-align: right;
	font-weight: normal;
	
}

ul#footerLinks li a:hover {
	color: #ac1a2f;
	text-decoration: underline;
}

ul#footerLinks li a.blog {
	background-image: url("../images/blog.gif");
} 

ul#footerLinks li a.twitter {
	background-image: url("../images/twitter.gif");
} 

#bubbles {
	width: 142px;
	height: 276px;
	background-image: url("../images/bubbles.gif");
	position: absolute;
	right: 0px;
	top: 30px;
}

#bubble1 {
	position: absolute;
	top: 35px;
	left: 20px;
	color: #fff;
	text-align: center;
	margin: 0px;
	width: 100px;
}

#bubble2 {
	position: absolute;
	top: 183px;
	left: 18px;
	color: #fff;
	text-align: center;
	margin: 0px;
	width: 100px;
}

.mapLink {
	color: #fff;
	font-weight: normal;
}

#newsletter {
	margin-top: 36px;
	position: relative;
	overflow: hidden;
}

#newsletter .highlight {
	margin-bottom: 0px;
}

#newsletter .cta {
	margin-top: 0px;
}

#newsletter form {
	min-height: 32px;
}

#newsletterForm {
	overflow: hidden;
	height: 32px;
}

#nlEmail {
	background-color: #111010;
	border: 2px solid #161616;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	height: 25px;
	width: 158px;
	padding: 3px 5px 0px 5px;
	font-family: Georgia, sans-serif;
	color: #ffffff;
	font-size: 14px;
	font-style: italic;
	float: left;
	margin-right: 5px;
	behavior: url(PIE.htc);
}

label.error {
	display: block;
	float: left;
	width: 226px;
	margin-left: 5px;
	margin-top: 6px;
	color: #AC1A2F;
}

.placeholder {
	color: #999999;
}

#btnSubmit {
	background-image: url(../images/btnSubmit.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-color: transparent;
	width: 31px;
	height: 31px;
	border: none;
	text-indent: -9999px;
	float: left;
	margin:0px;
	padding: 0px;
	position: relative;
	cursor: pointer;
	display: block;
}

#btnSubmit:hover {
	background-position: 0px -31px;
}

