@charset "utf-8";
/* CSS Document */
@import url('reset.css');
@import url('typography.css');
@import url('forms.css');
@import url('menu.css');



object {
	margin: 0;
	padding: 0;
}


/* layout.css */
body, html {
	text-align : center;
	background-color: #fff;
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	height:100%;
}

#outer {
	height:100%;
	min-height:100%;/*for mozilla*/
	text-align: center;
	margin : 0 auto; 
	color: #000;
	padding: 0;
	background: #002946;
}

html>body #outer {height:auto}

#outer2 {
	border-top: 3px solid #BFC9D1;
	border-bottom: 3px solid #BFC9D1;
	background: #fff;
	min-height: 500px;
}
#column {
	width: 770px !important;
	width/**/: 770px;
	margin: 0 auto;
	text-align: left;
}

#logo{
	background: url(../images/logo.gif);
	width: 159px;
	height: 114px;
	float: left;
	display: block;
	text-indent: -999em;
}
#logo a {
	width: 159px;
	height: 114px;
	display: block;
}
#tagline {
	background: url(../images/tagline.gif);
	width: 611px;
	height: 114px;
	float: right;
	display: block;
	text-indent: -999em;
}
#tagline a {
	float: right;
	display: block;
	width: 180px;
	height: 99px;
}

#header {
	
	width: 593px;
	height: 327px;
	padding: 0;
	margin: 0;
	float: right;
	border: 9px solid #424242;
}
#header-int {
	display: none;
}
hr {
	border: 0;
	border-top: 3px solid #fff;
	margin: 0;
	padding: 0;
	background: url(../images/hr.jpg);
	height: 20px;
	clear: both;
}
#column p {
	font: .9em Arial, Helvetica, sans-serif;
	color: #424242
	
}
.home-text {
	font: 0.8em Arial, Helvetica, sans-serif;
	color: #424242;
	float: left;	
	width: 270px;
	margin: 10px;
}
#callout {
	float: left;
	width: 140px;
	padding: 10px !important;
	padding/**/: 5px;
	height: 80px;
	background: url(../images/callout-border.gif) right no-repeat;
}
#callout h3, #callouts-int h3 {
	margin: 0;
	border: 0;
	padding: 0;
}
#callout h3.eco,#callouts-int h3.eco {
	background: url(../images/eco-leaf.gif) right no-repeat;
}
#callout.last {
	background: none;
}
fieldset {
	border: 1px solid #dadabf;
	background: #f9f9ef;
	margin: 10px 30px;
	padding: 20px;
}

/*********************/
#leftcol {
	width: 157px;
	float: left;
}
#leftcol-int {
	width: 157px;
	float: left;
	border-left: 2px solid #424242;
	border-right: 2px solid #424242;
}
#leftcol-int h3, #leftcol-int p {
	margin: 5px;
}
#rightcol {
	width: 593px;
	float: right;
}
#rightcol p {
	margin: 10px 35px;
	line-height: 17px;
}
#rightcol ul {
	font: .9em Arial, Helvetica, sans-serif;
	color: #424242;
	margin-left: 55px;
}
#callouts-int {
	margin: 0;
	padding: 65px 0 0 0;
	width: 157px;
	background: url(../images/callout-bg.gif) repeat-x;
}
blockquote {
	padding: 20px;
	border: 5px solid #eee;
	margin: 10px 25px;
	font: italic 1.2em Times New Roman, Times, Sans Serif;
	color: #555;
	background: #EFF1E0;
	
}
.cleaner {
	clear: both;
}
#footer {
	width: 100%;
	padding: 10px 0 0 0;
	color: #BFC9D1;
	font-size: 10px;
	clear: both;
	height: 60px;
	margin: 0 auto;
	
}
a img {

	background: #fff;
	padding: 2px;
	border: 3px solid #EFF1E0;

}

a img:hover {
	border: 3px solid #BFC9D1;
} 