body {
	background: #eee url(body.gif) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	}
	
/* [ Defaults ] */

hr, .hide, .accessibility, .flash_block_replaced_content { display: none }
:active, :focus { outline: none }

a {color: #C9282D; text-decoration: none;}
a:hover {text-decoration: underline;}
strong {}

p {
	margin: 0 0 1em 0;
	}
	
ul {}	
	
ul li {}

ol li {
	margin: 0 0 1em 0;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 0;
	line-height: 1em;
	color: #333;
}
	
* html h1, * html h2, * html h3, * html h4, * html h5, * html h6 { height:1px;}
h1 object, h2 object, h3 object, h4 object, h5 object, h6 object { display:block; left:-3px; position:relative; }
	
h1 {
	font-size: 2.5em;
	line-height: 1.2em;
	margin: 0 0 .5em 0;
	font-weight: normal;
}

h2 {
	font-size: 1.5em;
	line-height: 1.25em;
	margin: 1.5em 0 .5em 0;
	font-weight: normal;
}

h2.leader {
		margin: -.5em 0 .5em;
		color: #777;
		font-weight: normal;
	}
	
h3 {}
h4 {}
h5 {}
h6 {}


/* [ Structure ] */

#wrapper {
	width: 940px;
	margin: 0 auto;
	}
	

/* [ Masthead ] */

	
#masthead {
	position: relative;
	z-index: 1;
	height: 130px;
	margin: 0 auto 20px;

	color: #fff;
	}
	
	#masthead .logo {
		margin: 0;
		padding: 0;
		}
	
	#masthead .logo a {
		position: absolute;	
		width: 230px;
		height: 55px;
		top: 20px;
		left: 0;
		
		background: url(masthead.logo.gif) no-repeat 0 0;
		text-indent: -9000px;
		}
		
		
/*
Footer
*/

#footer {
	width: 900px;
	margin: 2em auto 0;
	font-size: 12px;
	color: #949391;
	line-height: 14px;
	position: relative;
	clear: both;
	min-height: 140px;
	padding: 20px 25px;
	background: url(footer.gif) no-repeat 0 0;
	}
	
* html #footer {
	height: 140px;
	}

#footer h4{
	color: #2A2723;
	margin: 5px 0 0;
}
	
#footer p {
	margin: 0;
	}
	
#footer a {
	color: #b0b0b0;
	text-decoration: underline;
	}
	
#footer a:hover {
	color: #797979;
	}

#footer_right{
	width: 425px;
	float: right;
	text-align: right;
}

#footer_links{
	border-bottom: 1px solid #eceeee;
	padding: 5px 35px 20px 0;
	margin: 0 0 10px;
	text-align: right;
	background: url(footer_logo.gif) no-repeat right 0;
}

#footer_copyright{
}

#footer_links a{
	padding: 0 3px;
}

#footer #newsletter_signup label{
	float: none;
	display: block;
	margin: 0 0 16px;
}

#newsletter_signup .field{
	border: 1px solid #d8dada;
	border-top: 1px solid #abadb3;
	background: #f6f6f6;
	padding: 3px 3px 0;
	height: 20px;
	font-size: 12px;
	margin: 0 5px 0 0;
	color: #2A2723;
	width: 130px;
	float: left;
}

#newsletter_signup .footer_subscribe{
	width: 99px;
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	height: 30px;
	text-transform: uppercase;
	text-indent: -9000px;
	background: url(footer.subscribe.gif) no-repeat 0 0;
	cursor: pointer;
	border: none;
}

#newsletter_signup .footer_subscribe:hover{
	background: url(footer.subscribe.gif) no-repeat 0 -30px;
}

#newsletter_signup .firstname{
	width: 100px;
}

#newsletter_signup .focus{
	background: #fff;
}	

		
/***
==== Page Messages ====
***/

.page-messages {
	width: 440px;
	margin: 1em 0 3em;
	background: #333;
	color: #fff;
	
	padding: 1em;
	
	-moz-border-radius: 5px;
	-moz-box-shadow: 0 1px 0 #ccc;
	}

/*
Critical
*/

.pagemessage-critical {
	background: #fbdfe4;
	color: #74282b;
	}
