@charset "utf-8";

h2,p,dl,dd,dt {
	padding: 0;
	margin: 0;
}
a:link, a:hover, a:visited, a img{
	text-decoration: none;
	color: #2B4D2D;
	border: none;
}

#wrapper {
	width: 740px;
	margin: 0 auto 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#wrapper #header {
	background-image: url(../images/header_img_repeat.png);
	background-repeat: repeat-x;
	height: 100px;
	background-color: #E8ECF2;
	margin-bottom: 5px;
}
#breadcrumbs {
	font-size: 10px;
	margin: -12px 0 0 100px;
	position: absolute;
}
#breadcrumbs a:hover {
	text-decoration: underline;
}

.main_img {
	margin-bottom: 10px;
}
.green_feat_h2 {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #82B985;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: normal;
}

#wrapper .green_featured_section {
	padding: 15px;
	background-color: #EBF3EC;
	margin: 10px 0 10px 0;
	border: 1px solid #C9DECD;
	color: #233F24;

}

.green_featured_section p {
  margin-bottom: 7px;  
}

.green_featured_section ul {
	margin: 0 0 0 25px;
	padding: 0px;
}

.green_featured_section ul li {
	list-style-image: url(../images/bullet_green.png);
}

#navbar {
	list-style-type: none;
	padding: 0px;
	float: right;
	text-transform: lowercase;
	margin: -10px -3px 0 0;
}
#navbar li {
	float: left;
	margin: 0px 3px 3px 3px;
	color: #35455E;
	padding-top: 70px;
	padding-bottom: 8px;
	list-style: none;
}
body {
	background-image: url(../images/body_bg_wide.png);
	background-repeat: repeat-x;
	background-color: #ebf1fc;
}
#navbar a {
	color: #3E6C40;
	background-color: #E2EFE3;
	padding: 30px 7px 8px 7px;
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #A8CEAA;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D9EADA;
}
#navbar a:hover, #navbar li.active a {
	background-color: #EBF3EC;
	border-top-style: solid;
	border-top-color: #91C193;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B3D5B4;
}

.button_bar {
	height: 60px;
}

.box_wrapper {
	display: block;
	height: 55px;
	width: 220px;
	text-align: center;
	float: right;
	margin: 0 10px 0 10px;
}

.box_wrapper .box_title {
	display: block;
	font-weight: bold;
	font-variant: normal;
	margin: 10px 15px 4px 15px;
	padding: 0 0 4px 0;
	
}
.box_wrapper .box_text {
	font-size: 11px;
	padding: 5px;
}

/*Red Box Styles*/
#red {
	background-color: #E7CFCF;
	border: 1px solid #D8B4B4;
}

#red:hover {
	background-color: #EBD8D8;
}

#red .box_title {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CD9C9C;
	color: #682020;
}
#red .box_text {
	color: #824040;
}

/*Yellow Box Styles*/
#yellow {
	background-color: #e7ddcf;
	border: 1px solid #d8c8b4;
}

#yellow:hover {
	background-color: #EDE6DC;
}

#yellow .box_title {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cdb89c;
	color: #684920;
}
#yellow .box_text {
	color: #684920;
}

/*Green Box Styles*/
#green {
	background-color: #dce7cf;
	border: 1px solid #c8d8b4;
}

#green:hover {
	background-color: #E6EEDD;
}

#green .box_title {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b8cd9c;
	color: #44631F;
}
#green .box_text {
	color: #44631F;
}

.green_featured_section td.table_head {
	background-color: #B8D3BC;
}

.green_featured_section tr.table_alternate td{
	background-color: #D5E6D6;
}

.green_featured_section table {
	text-align: center;
}
.green_featured_section td {
	background-color: #DFECE0;
}
.green_featured_section td.table_in_progress,  .green_featured_section tr.table_alternate td.table_in_progress{
	background-color: #E7DDCF;
}


#footer {
	padding: 7px;
	background-color: #EEE7DD;
	color: #997A4D;
	font-size: 10px;
	text-align: center;
	margin-top: 10px;
}
#footer a {
	color: #896D45;
}
