html,
body {
	height: 100%;
	text-align: left;
	font: 12px arial, helvetica, sans-serif;
	text-align: justify;
}

img {
	behavior: url(iepngfix.php);
}

div {
	text-align: left;
}

b, 
strong {
	font-weight: bold;
}

i,
em {
	font-style: italic;
}

ul li {
	list-style: disc;
	margin: 7px 0 7px 15px;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	border-bottom: 1px dotted #000;
}

.action_title a {
	color: #1A3F1D;
}

a.image:hover {
	border: none;
}

h1 {
	font: bold 19px "Trebuchet MS", Arial, Helvetiva, sans-serif;
	margin-bottom: 30px;
}

input[type="text"] {
	float: left;
	clear: both;
	padding-bottom: 8px;
	width: 450px;
	border: 1px solid #6EB43F;
}

input[type="radio"] {
	float: left;
	clear: left;
	padding-bottom: 8px;
}

label {
	float: left;
	padding: 0 0 8px 4px;
	*padding-top: 4px;
}

.label_input {
	color: #6EB43F;
	float: left;
	padding: 15px 0 8px;
	font-weight: bold;
	clear: both;
}

.nav_item a:hover {
	border-bottom: 1px dotted #FFF;
}

.footer_item a:hover {
	border-bottom: 1px dotted #000;
}

#shadow_box {
	margin: 0 auto;
	width: 1000px;
}

#top_shadow {
	height: 10px;
	background: url(images/DropShadow_top.jpg) no-repeat;
	clear: both;
	/*background image will be 100% of width, adjust all to work.*/
}

#bottom_shadow {
	height: 10px;
	background: url(images/DropShadow_bottom.jpg) no-repeat;
	clear: both;
	position: relative;
	z-index: 50;
}

#right_shadow {
	background: url(images/DropShadow_left.jpg) repeat-y;
	/* add in shadow images, repeat-y, with left:0 or right:0*/
}

#left_shadow {
	background: url(images/DropShadow_right.jpg) repeat-y 100% 0;

	/* add in shadow images, repeat-y, with left:0 or right:0*/
}

#container,
#container2 {
	margin: 0 20px;
	width: 940px;
	background: #FFF url(images/sunflower.jpg) no-repeat 0 60px;
	padding: 0 10px 10px;
	position: relative;
	z-index: 0;
}

#container2 {
	background: #FFF;
	padding: 30px 10px 10px;
	/*border: 1px solid #000;*/
}

#logo {
	background: #FFF;
	height: 103px;
	padding: 20px 111px 0 30px;
}

#header {
	margin: 0 20px;
	width: 940px;
	background: #FFF;
	padding: 0 10px 10px;
}

#navigation {
	background: #6EB43F;
	height: 24px;
	width: 925px;
}

#actions {
	width: 200px;
	float: right;
	margin: 54px 25px 0 0;
}

#box {
	width: 198px;
	float: right;
	clear: both;
	margin: 0 25px 70px 0;
	background: #FFF;
}

#box_top {
	font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	background: url(images/newsBox_top.gif) no-repeat;
	padding-top: 10px;
	height: 30px;
	text-align: center;
	text-transform: uppercase;
}

#box_center {
	border-left: 1px solid #6EB43F;
	border-right: 1px solid #6EB43F;
}

#box_bottom {
	height: 7px;
	background: url(images/newsBox_bottom.gif) no-repeat;
}

#footer {
	clear: both;
	background: #FFF;
	border: 1px solid  #000;
	height: 20px;
	margin-top: 15px;
	width: 925px;
}

#greetings_box {
	position: absolute;
	top: 53px;
	right: 261px;
	width: 334px;
	height: 198px;
	z-index: 10;
}

#solve_box {
	position: absolute;
	top: 493px;
	right: 259px;
	z-index: 10;
	width: 233px;
	height: 18px;

}

#improvement {
	padding-top: 52px;
}

#column_box {
	padding: 30px 1% 10px;
	clear: both;
}

#banner {
	margin: 10px 30px 0;
	min-height: 113px;
}

#green_button {
	background: url(images/Invite_button.gif);
	width: 176px;
	height: 53px;
	clear: both;
	float: right;
	color: #FFF;
	margin: 30px 25px 30px 0;
	padding: 10px;
	font: bold 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
}


.action_title {
	font: bold 13px "Trebuchet MS", arial, helvetica, sans-serif;
	text-transform: uppercase;
	color: #1A3F1D;
}

.action_text {
	
}

.action_wrap,
.action_wrap_last {
	width: 200px;
	border-bottom: 2px dotted #6EB43F;
	padding-bottom: 15px;
	margin-bottom: 15px;
	clear: both;
}

.action_wrap_last {
	border: none;
}

.action_item {
	float: left;
	width: 160px;
}

.action_icon {
	width: 40px;
	float: left;
	clear: left;
}

.nav_item,
.footer_item,
.nav_first {
	margin: 4px 16px;
	*margin: 4px 16px;
	float: left;
	font: 12px "Trebuchet MS", arial, helvetica, sans-serif;
	color: #FFF;
	padding: 0;
}

.nav_first {
	margin: 4px 10px 4px 16px; 
}


.footer_item {
	margin: 2px 11px;
}

.nav_item a {
	color: #FFF !important;
}

.nav_item #MenuBar1 li li a {
	color: #FFF !important;
}

.nav_item #MenuBar1 li li a:hover {
	color: #C5EBAB !important;
}

.nav_item #MenuBar1 a {
	color: #C5EBAB !important;
}

.footer_item a {
	color: #000 !important;
}

.footer_pipe,
.nav_pipe {
	float: left;
	color: #FFF;
	margin: 4px 0;
}

.footer_pipe {
	color: #000;
	margin: 2px 0;
}

.clear {
	clear: both;
}

.box_item,
.box_item_last {
	color: #333;
	border-bottom: 2px dotted #888;
	padding: 5px;
}

.box_item_last {
	border: none;
}

.lefty {
	float: left;
}

.righty {
	float: right;
}

.column {
	width: 30%;
	float: left;
	font: 12px Arial, Helvetica, sans-serif;
	color: #1A3F1D;
	padding: 0 15px;
}

.submit_over,
.submit_off {
	background: url(images/submit_over.gif);
	width: 100px;
	height: 24px;
	text-align: center;
	padding: 3px 0;
	text-transform: uppercase;
	color: #FFF;
	font: bold 13px "Trebuchet MS", arial, helvetica, sans-serif;
	margin: 30px 0 0 350px;
	cursor: pointer;
}

.submit_off {
	background: url(images/submit_off.gif);
}

.clear {
	clear: both;
}

.relative {
	position: relative;
}

.hidden {
	display: none;
}

.more {
	float: left;
	margin: -1px 0 0 10px;
	cursor: pointer;
}

.light_green {
	color: #C5EBAB;
}

.portrait {
	position: absolute;
	top: -100px;
	z-index: 10;
	/*margin-bottom: -220px;*/
}

.floated_footer {
	position: relative;
	z-index: 20;
}

.quote {
	font: italic 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:  90px 15px 0;
	color: #1A3F1D;
}

.attribution {
	font: italic 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:  10px 15px;
	color: #1A3F1D;
}


.quote:before,
.quote:after {
	content: "\"";
}

.attribution:before {
	content: "--";
}

.portrait_container {
	height: 485px;
}

.Jennifer {
	margin: 7px 0 0 -10px;
}

.Grant {
	margin-left: -7px;
}

.instructions {
	margin-top: 35px;
}

/*
#top_shadow,
#bottom_shadow,
#right_shadow,
#left_shadow {
	background: #333;
}
*/

div.column p {
	margin: 14px 0;
	line-height: 14px;
}

#slide1 {
	display: none;
}

.email font {
	display: none;
}

.email .required, .email input {
	margin: 0 20px 15px 0;
}

.label {
	clear: left;
	float: left;
	width: 40px;
	padding-right: 10px;
}

.no_title {
	padding-top: 40px;
}

.no_title_2 {
	padding-top: 64px;
}

a.contrast {
	color: #FFF !important;
}