* {
	margin: 0;
}

html {
	height: 100%;
}

body {
	background-color: #ffffff;
	font-family: tahoma, verdana, arial, helvetica;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

p {
	margin-bottom: 1em;
}

a {
	color: #009146;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #009146;
	font-weight: bold;
}

a:hover {
	background-color: #eeeeee;
	color: #404040;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #009146;
	font-weight: bold;
}

li {
	margin-left: 2em;
}

.clearing {
	clear: both;
}

#container {
	width: 100%;

	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -32px; /* the bottom margin is the negative value of the footer's height */
}

#push {
	height: 32px; /* .push must be the same height as .footer */
}

#footer {
	height: 32px; /* .push must be the same height as .footer */
	background: url("/images/footer_bg.gif");
	background-repeat: repeat-x;
	background-position: bottom left;
	background-color: #ffffff;
	/*background-color: #6f0b0e;*/
	color: #ffffff;
	font-size: 9px;
}

#footer_content {
	padding: 10px 8px 8px 8px;
}

#footer_content a {
	color: #ffffff;
	font-weight: bold;
	border: 0px;
	background-color: transparent;
}

#footer_content a:hover {
	color: #000000;
	font-weight: bold;
	border: 0px;
	background-color: transparent;
}

#header {
	height: 60px;
	width: 100%;
	background: url(/images/header_bg.gif);
	background-repeat: repeat-x;
	background-color: #dc171d;
}

#header_search {
	float: right;
	padding: 35px 3px 0px 0px;
}

#header_search input {
	border: solid 1px #aaaaaa;
	color: #404040;
	font-size: 9px;
	text-align: center;
}

#main {
	background: url(/images/main_bg.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
	min-height: 200px;
}

#left {
	width: 200px;
	float: left;
	background: url(/images/left_bg.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
	border-style: solid;
	border-color: #dc171d;
	border-width: 0px 1px 0px 1px;
	color: #404040;
	font-size: 10px;
}

#left p {
	margin-left: 3px;
	margin-right: 3px;
}

#left hr {
	width: 85%;
	border: solid 1px #cccccc;
	margin: 3px auto 3px auto;
	padding: 0px;
}

#left_header {
	background: url(/images/left_header_bg.gif);
	background-repeat: repeat-x;
	background-color: #dc171d;
	height: 30px;
	width: 200px;
	text-align: center;
}

#left_header_shadow {
	background: url(/images/left_header_shadow_bg.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
	height: 8px;
	width: 200px;
}

#left_footer {
	float: left;
	background: url(/images/left_footer_bg.gif);
	background-repeat: repeat-x;
	background-color: #a71116;
	height: 20px;
}

#left_userlogin input {
	border: solid 1px #aaaaaa;
	color: #404040;
	font-size: 9px;
	text-align: center;
	width: 125px;
}

#content_wrapper {
	padding: 10px 3px 10px 2px;
	margin-left: 210px;
}

#content_wrapper p {
	font-size: 12px;
}

#content_wrapper label {
	display: block;
	float: left;
	width: 15em;
	text-align: right;
	margin-left: 1em;
	margin-right: 1em;
	font-weight: normal;
}

#content_wrapper input,textarea {
	border-color: #aaaaaa;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
}

#content_wrapper hr {
	border: solid 1px #dc171d;
	margin: 0 auto;
}

#content {
	border: solid 1px #dc171d;
	background-color: #dc171d;
}

#content_menu {
}

#content_menu_home {
	background: url(/images/menu_home_off.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	display: block;
	width: 50px;
	height: 20px;
	margin: 0px 10px 0px 0px;
	border: 0px !important;
	float: left;
}

#content_menu_home:hover {
	background: url(/images/menu_home_on.gif);
	background-repeat: no-repeat;
	background-color: #dc171d;
	display: block;
	width: 50px;
	height: 20px;
	margin: 0px 10px 0px 0px;
	border: 0px !important;
	float: left;
}

#content_menu_people {
	background: url(/images/menu_people_off.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	display: block;
	width: 50px;
	height: 20px;
	margin: 0px 10px 0px 0px;
	border: 0px !important;
	float: left;
}

#content_menu_people:hover {
	background: url(/images/menu_people_on.gif);
	background-repeat: no-repeat;
	background-color: #dc171d;
	display: block;
	width: 50px;
	height: 20px;
	margin: 0px 10px 0px 0px;
	border: 0px !important;
	float: left;
}

#content_menu_blogs {
	background: url(/images/menu_blogs_off.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	display: block;
	width: 50px;
	height: 20px;
	margin: 0px 10px 0px 0px;
	border: 0px !important;
	float: left;
}

#content_menu_blogs:hover {
	background: url(/images/menu_blogs_on.gif);
	background-repeat: no-repeat;
	background-color: #dc171d;
	display: block;
	width: 50px;
	height: 20px;
	margin: 0px 10px 0px 0px;
	border: 0px !important;
	float: left;
}

#content_menu_forum {
	background: url(/images/menu_forum_off.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	display: block;
	width: 50px;
	height: 20px;
	margin: 0px 10px 0px 0px;
	border: 0px !important;
	float: left;
}

#content_menu_forum:hover {
	background: url(/images/menu_forum_on.gif);
	background-repeat: no-repeat;
	background-color: #dc171d;
	display: block;
	width: 50px;
	height: 20px;
	margin: 0px 10px 0px 0px;
	border: 0px !important;
	float: left;
}

#content_menu_map {
	background: url(/images/menu_map_off.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	display: block;
	width: 50px;
	height: 20px;
	margin: 0px 10px 0px 0px;
	border: 0px !important;
	float: left;
}

#content_menu_map:hover {
	background: url(/images/menu_map_on.gif);
	background-repeat: no-repeat;
	background-color: #dc171d;
	display: block;
	width: 50px;
	height: 20px;
	margin: 0px 10px 0px 0px;
	border: 0px !important;
	float: left;
}

#content_menu_photos {
	background: url(/images/menu_photos_off.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	display: block;
	width: 50px;
	height: 20px;
	margin: 0px 10px 0px 0px;
	border: 0px !important;
	float: left;
}

#content_menu_photos:hover {
	background: url(/images/menu_photos_on.gif);
	background-repeat: no-repeat;
	background-color: #dc171d;
	display: block;
	width: 50px;
	height: 20px;
	margin: 0px 10px 0px 0px;
	border: 0px !important;
	float: left;
}

#content_menu_videos {
	background: url(/images/menu_videos_off.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	display: block;
	width: 50px;
	height: 20px;
	margin: 0px 10px 0px 0px;
	border: 0px !important;
	float: left;
}

#content_menu_videos:hover {
	background: url(/images/menu_videos_on.gif);
	background-repeat: no-repeat;
	background-color: #dc171d;
	display: block;
	width: 50px;
	height: 20px;
	margin: 0px 10px 0px 0px;
	border: 0px !important;
	float: left;
}

#content_menu_contribute {
	background: url(/images/menu_contribute_off.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	display: block;
	width: 60px;
	height: 20px;
	margin: 0px 10px 0px 0px;
	border: 0px !important;
	float: left;
}

#content_menu_contribute:hover {
	background: url(/images/menu_contribute_on.gif);
	background-repeat: no-repeat;
	background-color: #dc171d;
	display: block;
	width: 60px;
	height: 20px;
	margin: 0px 10px 0px 0px;
	border: 0px !important;
	float: left;
}

#content_menu_signoff {
	background: url(/images/menu_signoff_off.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	display: block;
	width: 50px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	border: 0px !important;
	float: right;
}

#content_menu_signoff:hover {
	background: url(/images/menu_signoff_on.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	display: block;
	width: 50px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	border: 0px !important;
	float: right;
}

#content_menu_nosignoff {
	background: url(/images/menu_signoff_spacer.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	display: block;
	width: 50px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	border: 0px !important;
	float: right;
}

#content_header {
	background: url(/images/main_header_bg.gif);
	background-repeat: repeat-x;
	background-color: #a71116;

	padding: 3px;
	text-align: right;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
}

#content_main {
	background: url(/images/main_content_bg.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
	padding: 5px;
	font-size: 12px;
}

#content_footer {
	background: url(/images/main_footer_bg.gif);
	background-repeat: repeat-x;
	background-color: #a71116;

	padding: 3px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}

.section-header {
	color: #009146 !important;
	border-bottom-style: solid !important;
	border-bottom-width: 1px !important;
	border-bottom-color: #009146 !important;
	font-size: 18px !important;
	font-weight: bold !important;
	margin-bottom: 10px !important;
}

.section-info {
	color: #009146 !important;
	font-size: 12px !important;
	margin-bottom: 10px !important;
}

.form-row {
	margin-bottom: 5px;
}

.errorList {
	border: solid 1px #ff0000;
	background: url(/images/errorlist_bg.png);
	background-repeat: repeat-x;
	background-color: #ffffff;
	font-weight: bold;
	color: #ff0000;
	padding: 5px;
	margin: 5px;
}

.messageList {
	border: solid 1px #0000ff;
	background: url(/images/messagelist_bg.png);
	background-repeat: repeat-x;
	background-color: #ffffff;
	font-weight: normal;
	color: #0000ff;
	padding: 5px;
	margin: 5px;
}

a.tableLink {
	background-color: transparent;
	color: #ffffff;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #ffffff;
	font-weight: bold;
}

a.tableLink:hover {
	background-color: transparent;
	color: #404040;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #404040;
	font-weight: bold;
}

.required {
	color: #f00000;
}
