/* Globals 
--------------------------------------------------------------------------------------------------- */
* { margin: 0; padding: 0; }

hr { display: none; }

img { border: 0; }

img a { border: 0; outline: none; text-decoration: none; }

.center { text-align: center; }

ul { list-style: none; }

a {
	color: #336699;
	text-decoration: none;
	font-weight:bold;
}
a:hover,
li.current a,
dd.current a {
	color: #330033;
}
body {
	font: 11px/1 Verdana, Arial, Helvetica, Sans-Serif;
	color:#555;
	background:#3E3E1F;
	padding: 29px 0;
}
/* Layout 
--------------------------------------------------------------------------------------------------- */
#container {
	margin: 0 auto;
	width: 762px;
	position: relative;
	background: url(../gfx/mid.gif) repeat-y 0 0;
}
#header {
	height: 174px;
	background: url(../gfx/header.jpg) no-repeat 0 0;
}
#contentarea {
	position: relative;
	padding: 0 0 480px;
	background: url(../gfx/footer.jpg) no-repeat 0 100%;
}
#navigation {
	position: absolute;
	top: 129px;
	left: 0;
	width: 762px;
	height: 45px;
	background: url(../gfx/nav.gif) no-repeat 0 0;
}
#primary {
	float: left;
	width: 545px;
}
#secondary {
	float: right;
	width: 186px;
	margin: 0 0 -235px;
}
.subnav {
	width: 138px;
	float: left;
	text-transform: lowercase;
	text-align: right;
}
.content {
	width: 387px;
	float: right;
}
#tertiary {
	position: absolute;
	bottom: 0;
	left: 158px;
	width: 370px;
	text-align: center;
}
#footer {
	clear: both;
	height: 53px;
	width: 762px;
	text-align: center;
	font-size: 10px;
	background: #3E3E1F url(../gfx/footer2.gif) no-repeat 0 0;
	color: #fff;
}

/* Header 
--------------------------------------------------------------------------------------------------- */
#logo {
	padding: 57px 0 0 18px;
	float: left;
}
#logo a {
	display: block;
	width: 294px;
	height: 60px;
	text-indent: -9999px;
}
#tagline {
	float: right;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* Navigation 
--------------------------------------------------------------------------------------------------- */
#navigation ul {
	margin: 7px 0 0 14px;
}
#navigation li {
	display: inline;
	border-left: 1px solid #fff;
	font-size: 10px;
	margin: 0 12px 0 0;
	padding: 0 0 0 13px;
	text-transform: lowercase;
}
#navigation li.first {
	border: none;
}
#navigation a {
	color: #fff;
	font-weight: bold;
}
#navigation a:hover,
#navigation a.current {
	color: #3E3E1F;
}
.subnav li { 	text-align: left; }
.subnav li a:hover,
.subnav li.current a {
	color:#3E3E1F;
}
.subnav h2 {
	font-size: 12px;
	margin: 0 10px 10px 15px;
	text-align: left;
}
.subnav ul {
	margin: 0 0 15px 15px;
	padding: 0 20px 0 0;
}
.subnav ul li {
	margin: 0 0 5px 0;
	line-height: 1.2em;
}

/* Footer 
--------------------------------------------------------------------------------------------------- */
#footer a {
	color:#fff;
}
#footer a:hover {
	color: #3E3E1F;
}
#footer ul {
	padding: 9px 0;
}
#footer ul li {
	display: inline;
	padding: 0 13px 0 0;
	margin: 0 0 0 12px;
	border-right: 1px solid #fff;
}
#footer ul li.last {
	border: none;
}

/* Typography 
--------------------------------------------------------------------------------------------------- */
p {
	line-height: 1.4em;
	margin: 0 0 15px;
}
.content p.more {
	border-top: 1px solid #999;
	padding: 5px 0 0 0;
}
.content p.center { text-align: center; }

h1, h2, h3 {
	color: #330033;
	line-height: 1.2em;
	margin: 0 0 15px 0;
}

h1 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 18px;
}
body#default h1,
body#home h1 {
	display: block;
	width: 363px;
	height: 84px;
	background: url(../gfx/hd/home_welcome.gif) no-repeat 0 0;
	text-indent: -9999px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	font-weight: normal;
}
h4, h5, h6 {
	font-size: 11px;
	line-height: 1.2em;
	margin: 0 0 15px 0;
	font-weight: normal;
}
h4, h5 { 
	color:#CC6600; 
}
h4, h6 { 
	font-weight: bold; 
}
h6 { 
	color:#3E3E1F;
}
#tertiary p {
	font-size: 9px;
}
#primary .content ul {
	margin: 0 0 15px 20px;
	list-style: square;
}
#primary .content ol {
	margin: 0 0 15px 20px;
}
#primary .content li {
	margin: 0 0 5px 0;
	line-height: 1.4em;
}
dl {
	padding: 0 15px 15px 0;
}
dl dt {
	font-weight: bold;
	margin: 0 0 15px 0;
	line-height: 1.2em;
	color:#CC6600;
	font-size: 14px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	text-transform: lowercase;
}
.content dl dt {
	margin: 15px 0 5px 0;
}
dl dt a {
	color:#CC6600;
}
dl dt a:hover {
	color:#3E3E1F;
}
dl dd {
	margin: 0 0 8px 0;
	line-height: 1.4em;
}
dl dd p {
	margin: 0 0 10px 0;
}
dl dd p.more {
	margin: -8px 0 0 0;
	text-align: right;
}
dl dd h3 {
	font-size: 11px;
	margin: 0 0 5px 0;
	font-weight: normal;
}
dl dd h3 a {
	text-decoration: none;
	color: #333;
	font-style: italic;
}
dl dd h4 {
	font-size: 11px;
	margin: 0 0 5px 0;
}
dl dd.more {
	border-bottom: 1px solid #333;
	text-align: right;
}
dl dd.more p {
	margin: 0;
	padding: 0 0 4px 0;
	font-weight: bold;
	font-size: 12px;
	font-style: italic;
	text-transform: lowercase;
}
.content dl dd {
	padding: 0 0 5px 0;
	border-bottom: 1px solid #999;
}
.content dl dd span.date {
	color: #999;
}

/* Graphic Elements 
--------------------------------------------------------------------------------------------------- */
.logos {
	padding: 0 0 15px;
}
.logos img {
	padding: 0 25px;
}
#tertiary p {
	font-size: 9px;
	line-height: 1.4em;
	margin: 0 0 9px 0;
}

#signup a {
	display: block;
	background: url(../gfx/newsletter_btn.gif) no-repeat 0 0;
	text-indent:-9999px;
	height: 75px;
	width: 178px;
}

#surveyButton {
	padding-bottom:10px;
	}

#surveyButton a {
	display: block;
	background: url(../gfx/surveyButton.gif) no-repeat 0 0;
	text-indent:-9999px;
	height: 33px;
	width: 178px;
}

/* Form Elements 
--------------------------------------------------------------------------------------------------- */
label {
	font-weight: bold;
	padding: 0 0 5px 0;
	display: block;
}
input {
	margin: 5px 0 0 0;
}
input.checkbox { margin: 0 10px 0 0; }

form#sustainability input{
	float:none;
	margin-right:5px;
	margin-left:5px;
	}

form#sustainability #feedback {
	width:350px;
	height:150px;
	}

form#sustainability label {
	display:inline;
	}
	

form#sustainability ol {
	padding-left:10px;
}	


form#sustainability caption, th {
	text-align:left;
	padding-bottom:10px;
	font-weight:bold;
	}
	
form#part2 {
	background:#FFFFCC;
	border:1px solid #669999;
	padding:10px;
	}
	
form#part2 input {
	margin:0 5px 0 0;
	}
	
.score {
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	color:#336699;
	}

form .required {
	color:#FF0000;
	}
	
/* New Disclaimer Elements
--------------------------------------------------------------------------------------------------- */

#disclaimers hr {
	display: block;
	margin: 5px auto 10px;
	width: 80%;
	color: #dddddd;
	background-color: #dddddd;
}

#disclaimers p {
	font-style: italic;
	color: #777777;
	
}
	

/* Clear Fix Solution 
--------------------------------------------------------------------------------------------------- */
.right { text-align: right; }
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */