/*import reset styles*/
@import url("reset.css");

body {
	background:#FFF;
	/*background-image: url(../images/bg_vertical-gradient-grey.jpg);*/
}
#wrapper {
	width:920px;
	min-height:1024px; /*doesn't work in ie6 - use height in the ie6 style sheet*/
	margin:0 auto -120px;
	background:#FFF;
}
#dropshadow {
	background-image: url(../images/bg_gradient-shelf_920w.png);
	background-position: center;
}

#branding {
	height:100px;
	background-image: url(../images/headerBackground.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #FFF;
	clear: both;
}

#branding-logo {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	width: 249px;
	height: 79px;
	float: left;
}
#util-nav {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	float: right;
	width: 500px;
	margin: 20px 20px 0 0;
}
#navigation-container {
	width:880px;
	padding: 0 0 0 40px;
	clear: both;
	height: 33px;
	background-image: url(../images/navBackground_bg.gif);
	border-bottom: 3px solid #CCC;
}
#content {
	background-color:#FFF;
	min-height: 300px;
	margin: 45px 0 0 0;
	clear: both;
}

#footer {
	font-size:11px;
	color:#666;
	text-align:center;
	height:120px;
	background-image: url(../images/scoop_2_870w.gif);
	background-repeat: no-repeat;
	background-position:center;
	width: 920px;
	clear: both;
	padding: 50px 0 0 0;
}
.centering-container {
	text-align: center;
	clear: both;
}
.column_l_lrg_01 {
	padding: 0 40px 20px 50px;
	float: left;
	width: 430px;
}
.column_r_sml_01 {
	padding: 0 40px 20px 10px;
	float: right;
	width: 350px;
}
.masthead-img {
	width: 920px;
	text-align:center;
	padding: 0 0 20px 0;
}
.home_column {
	float: left;
	/*background-color:#ededed;*/
	width: 240px;
	margin: 2px 20px 0 40px;
}
.home_column h2 {
	color:#D96E30;
	/*display:block;*/
	font-size:16px;
	height:20px;
	border-bottom: 2px solid #D96E30;
	font-weight: bold;
}
.home_column h3 {
	color:#666;
	margin:5px 0 0 0;
}
p.smallBlueBlock {
	border-left:#3399CC 7px solid;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 7px;
}
.divider-gradient-shelf {
	background-image: url(../images/divider-gradient-shelf.jpg);
	clear: both;
	height: 34px;
	width: 880px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.divider-gradient-shelf_b {
	background-image: url(../images/divider-gradient-shelf_b.jpg);
	clear: both;
	height: 34px;
	width: 880px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
/* forms
--------------------------------------------------------------------------------*/
input.text-field {
	height:21px;
	background-image:url(../images/form-input-gradient-grey.gif);
	width:270px;
	font-size:16px;
	color:#D96E30;
	border: 2px solid #F2CA7E;
	padding: 4px;
	margin:4px 0 5px;
}
textarea {
	height:63px;
	width:270px;
	font-size:16px;
	color:#D96E30;
	border: 2px solid #F2CA7E;
	padding: 4px;
	margin:4px 0 5px;
}
input.submit-button {
	width:150px;
	height:30px;
	color:#333;
	font-size:18px;
	font-weight:bold;
	margin:5px 0 15px;
	text-transform:uppercase;
}
.form-style {
	padding: 10px 10px 10px 25px;
	clear: both;
	width: 300px;
	border-top: 7px solid #F2CA7E;
	background-color: #F2DDB6;
	/*text-align: center;*/
	margin: 0 0 25px 0;
}
#mission-statement {
	margin: 25px;
	padding: 15px;
	border-top: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
}
#mission-statement p {
	font-size:17px;
	color:#1E5B79;
}
