

body {
	margin:0;
	padding:0;
	min-width:800px;
	background: #E0EDF5 url(../../images/bg.png) repeat-x top;
}
#wrap {
	width:800px;
	margin-top: 0px;
	margin-left: auto;
	/*background-color: #FFFFFF;*/
	margin-right: auto;
	padding-top: 23px;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
}
#headersitename {
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 3px;
	width: 734px;
	position:relative;
	top:55px;
}
#header_site_name_table {
    width: 100%;
}
.header_site_name_cell {
	text-align: right;
	vertical-align: bottom;
	font-family: Arial;
	font-size: 24px;
	color: #3399CC;
	font-weight: bold;
}
.header_top_text_cell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000099;
	text-align: right;
	vertical-align: top;
}
.header_top_text_cell a{
	color: #0000FF;
	text-decoration: none;
}
.header_top_text_cell a:hover{
	color: #0000FF;
	text-decoration: underline;
}
#topheaderbar {
	/*background-color:#FFFFFF;*/
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	padding-right: 8px;
	padding-top: 3px;
	padding-left: 8px;
	padding-bottom: 3px;
	width: 734px;
	margin-top: 5px;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;*/
	position:relative;
	top:-28px;
}
#topheaderbar ul{
	margin: 0px;
	padding: 0px;
}
#topheaderbar li{
	display: inline;
	padding-right: 7px;
	padding-left: 7px;
}
#topheaderbar a{
	color: #333333;
	text-decoration: none;
}
#topheaderbar a:hover{
	color: #333333;
	text-decoration: underline;
}
#headerimage{
	margin-top:-70px;
}
#headerpicture {
	margin-top: 0px;
	float:left;
	width:760px;
}
#headerpicture img{
	height:182px;
	width:567px;
	float:left;
}
/*signup form*/
#signup{
	float:right;
	margin-left:0px;
	margin-right:0px;
	background:#E0E0E0 url(http://www.40daysforlife.com/_software_engines/live_1/images/help_save_lives.gif) no-repeat top center;
	color:#484848;
	width:191px;
	height:182px;
}
#signup form{
	/*this makes ie5 look right*/
	margin-bottom:0px;
}
#signup #fname{
	margin-top:80px;
}
#signup #submit{
	margin-left:35px;
}
.signup_field{
	color:#6D7C82;
	background-color:#FFFFFF;
	border: 1px solid #000000;
	padding-top: 3px;
	padding-left:5px;
	width:164px;
	height: 19px;
	margin-left:10px;
	margin-bottom:8px;
}
/*end signup form*/
#leftbar{
	background: url(http://www.40daysforlife.com/_software_engines/live_1/images/border-left.png) repeat-y left top;
	width:800px;
	float:left;
	margin:0px;
}
#lefttopbar{
	float:left;
	height:272px;
	width:20px;
	margin:0px;
}
#rightbar{
	width:800px;
	background:url(http://www.40daysforlife.com/_software_engines/live_1/images/border-right.png) repeat-y right top;
	float:right;
	margin:0px;
}
#righttopbar{
	float:right;
	height:272px;
	width:20px;
	margin:0px;
}
#container{
	margin-left:20px;
	margin-right:20px;
	background-color:#FFFFFF;
	width:760px;
	color:#5A5B5B;
	font-size:12px;
}
#nav, #nav ul { /* all lists */
	float: left;
	list-style: none;
	padding: 0;
	line-height: 1;
	margin: 0px;
}
#nav {  /* WEBPRO added */
	width: 750px;
	background-color: #FFFFFF;
	/*border-bottom: 1px;
	border-bottom-color: #CCCCCC;
	border-bottom-style:solid;
	border-top: 1px;
	border-top-color: #CCCCCC;
	border-top-style:solid;*/
	margin-top: 0px;
}
#nav a {
	display: block;
	width: 140px;
}
#nav a:hover {  /* WEBPRO added */
	color: #000099;
}
#nav li { /* all list items */
	float: left;
	width: 150px; /* width needed or Opera goes nuts */
	padding: 0;
}
#nav li a {  /* WEBPRO added */
	color: #000099;
	text-decoration: none;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
}
#nav li a:hover {  /* WEBPRO added */
	background-color: #E6E6E6;
}
#nav li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	height: auto;
	width: 150px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
#nav li ul a { /* lists nested under hovered list items */
	color: #000099;
}
#nav li ul a:hover { /* lists nested under hovered list items */
}
#nav li ul li a {  /* WEBPRO added */
	text-align: left;
	width: 140px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: normal;
	line-height: 18px;
}
#nav li ul li a:hover {  /* WEBPRO added */
	text-decoration: none;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav li:hover, #nav li.sfhover {
	background-color: ;
}
#nav li:hover, #nav li.hover { /* added to fix the "stick" problem with IE 7 */
    position: static;
}

.topmenu_active {
	background-color: #E6E6E6;
}
.topmenu_active_2 {
	background-color: #E6E6E6;
}

#clearboth {
	clear: both;
}

#sidebar {
	float:right;
	width:157px;
	/*border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;*/
	padding-bottom: 10px;
}
#currentdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: center;
	padding-top: 6px;
}
#searchsite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 4px;
}
#searchsite a{
	color: #0000FF;
	text-decoration: none;
}
#searchsite a:hover{
	color: #0000FF;
	text-decoration: underline;
}
#searchsitecontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-top: 3px;
	padding-bottom: 1px;
}
.search_go_button {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #009900;
	width: 25px;
	text-align: center;
}
form {
	margin: 0px;
	padding: 0px;
}
#leftmenu1topbg {
	background-color: #FFFFFF;
}
#leftmenu1top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#leftmenu1top ul {
	margin:0;
	padding:0;
}
#leftmenu1top li {
	display:block;
	list-style:none;
	margin:0;
	line-height: 18px;
	padding: 0;
}
#leftmenu1top li a{
	color: #666666;
	text-decoration: none;
}
#leftmenu1top li a:hover{
	color: #666666;
	text-decoration: underline;
}
#leftmenu1middle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	width: 157px;
}
.leftmenu1middle_active {
	background-color: #E6E6E6;
}
#leftmenu1middle ul{
	margin:0;
	padding:0;
}
#leftmenu1middle li{
	display:block;
	list-style:none;
	margin:0;
	line-height: 18px;
	padding: 0;
}
#leftmenu1middle li ul{
	margin:0;
	padding:0;
}
#leftmenu1middle li ul li{
	margin:0;
	padding:0;
}

#leftmenu1middle a{
	color: #666666;
	text-decoration: none;
	display: block;
	width: 137px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#leftmenu1middle a:hover{
	color: #000099;
	text-decoration: underline;
}
#leftmenu1middle li ul li a{
	padding-right: 10px;
	padding-left: 16px;
	width: 131px;
	font-size: 10px;
}

#leftmenu1bottombg {
	background-color: #F3F5F5;
}
#leftmenu1bottom {
	padding-top: 12px;
	background-image: url(http://www.40daysforlife.com/_software_engines/live_1/images/left_box_transparent_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#main {
    width:576px;
    margin-right:170px;
    padding-left:10px;
}
#pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 4px;
	font-weight: bold;
	padding-top: 25px;
}
#sublinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 2px;
	padding-top: 2px;
	color: #0000FF;
}
#sublinks ul{
    margin:0;
    padding:0;
}
#sublinks li{
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#sublinks ul li a{
	color: #0000FF;
	text-decoration: none;
	padding-right: 6px;
	padding-left: 6px;
}
#sublinks ul li a:hover{
	color: #0000FF;
	text-decoration: underline;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-top: 20px;
}
#contentmain {
}

#content a{
	color: #0000FF;
	text-decoration: underline;
}
#content a:hover{
	color: #0000FF;
	text-decoration: underline;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	padding: 0px;
	margin: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000099;
	padding: 0px;
	margin: 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding: 0px;
	margin: 0px;
}

.calendar_search_cells {
	font-family: Arial, Helvetica, sans-serif;
	color: #000099;
}

#subsection {
	width: 157px;
	float: right;
	padding-bottom: 15px;
	padding-left: 15px;
}
#subsectiontopbg {
	background-color: #333333;
}
#subsectiontop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(http://www.40daysforlife.com/_software_engines/live_1/images/left_box_transparent_top.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#subsectiontop a{
	color: #FFFFFF;
	text-decoration: none;
}
#subsectiontop a:hover{
	color: #D4D4D4;
	text-decoration: none;
}
#subsectionmiddle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	width: 155px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#subsectionmiddle ul{
	margin:0;
	padding:0;
}
#subsectionmiddle li{
	display:block;
	list-style:none;
	margin:0;
	line-height: 18px;
	padding: 0;
}
#subsectionmiddle li ul{
	margin:0;
	padding:0;
}
#subsectionmiddle li ul li{
	margin:0;
	padding:0;
}

#subsectionmiddle a{
	color: #666666;
	text-decoration: none;
	display: block;
	width: 135px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#subsectionmiddle a:hover{
	color: #000099;
	text-decoration: underline;
}
#subsectionmiddle li ul li a{
	padding-right: 10px;
	padding-left: 16px;
	width: 131px;
	font-size: 10px;
}

#subsectionbottombg {
	background-color: #E6E6E6;
}
#subsectionbottom {
	margin-bottom: 7px;
	background-image: url(http://www.40daysforlife.com/_software_engines/live_1/images/left_box_transparent_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#section1 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#footerbar1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 4px;
}
#footerbar2 {
}
#footer {
	clear:both;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background:#CCCCCC;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 760px;
}
#footerimage{
	/*padding-top:-10px;*/
	margin-bottom:-10px;
}
#footer a{
	color: #0000FF;
	text-decoration: none;
}
#footer a:hover{
	color: #0000FF;
	text-decoration: underline;
}
.float_picture_right_1 {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
	color: #000099;
}
.float_picture_left_1 {
	float: left;
	padding-bottom: 10px;
	padding-right: 10px;
	text-align: center;
	color: #000099;
}
.picture_border {
	border: 1px solid #666666;
	margin-bottom: 2px;
}
.picture_no_border {
	margin-bottom: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sectiondivider {
	clear: both;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
.green_font {
	color: #006600;
}
.red_font {
	color: #CC0000;
}
#eventdate {
	font-weight: bold;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;
	margin-right: 5px;
}
.category_table_events {
}
.category_table_events_row  {
}
.category_table_events_cell_title {
	padding-bottom: 3px;
	font-size: 14px;
	font-weight: bold;
	color: #000099;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.category_table_events_cell_time {
	width: 130px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: top;
}
.category_table_events_cell_name {
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: top;
}
.table_events {
}
.table_events_row  {
}
.table_events_cell_title {
	padding-bottom: 3px;
	font-size: 14px;
	font-weight: bold;
	color: #000099;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.table_events_cell_time {
	width: 130px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: top;
}
.table_events_cell_name {
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: top;
}
.jump_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
#photo_album_photo_div{
	width: 165px;
	padding: 10px;
	float: left;
	color: #000099;
	text-align: center;
}
.photo_album_photos {
	padding: 0px;
	border: 1px solid #666666;
}
#form1 {
}
#form1 tr{
}
#form1 td{
	padding-bottom: 10px;
	padding-right: 10px;
}
.form1_label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #D2090C;
}
.form1_label_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#divclear {
	clear: both;
}
#homepagepicture {
	text-align: center;
	color: #000099;
}
.small_text {
	font-size: 10px;
}

#photoalbums ul{
}
#photoalbums li{
	list-style-type: none;
	padding-bottom: 12px;
}
#photoalbums li ul{
}
#photoalbums li ul li{
	padding-bottom: 0px;
	list-style-image: url(http://www.40daysforlife.com/_software_engines/live_1/images/arrow_2.gif);
	list-style-position: outside;
}
#forms ul{
}
#forms li{
	list-style-type: none;
	padding-bottom: 12px;
}
#forms li ul{
}
#forms li ul li{
	padding-bottom: 0px;
	list-style-image: url(http://www.40daysforlife.com/_software_engines/live_1/images/arrow_2.gif);
	list-style-position: outside;
}
#bulletins ul{
}
#bulletins li{
	padding-bottom: 0px;
	list-style-image: url(http://www.40daysforlife.com/_software_engines/live_1/images/arrow_2.gif);
	list-style-position: outside;
}
#links ul{
}
#links li{
	padding-bottom: 0px;
	list-style-image: url(http://www.40daysforlife.com/_software_engines/live_1/images/arrow_2.gif);
	list-style-position: outside;
}
#business_directory {
}
#business_directory td{
	vertical-align: top;
}

hr {
	border: 0;
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	width: 99%;
	text-align: left;
}
#indexmain {
	float:left;
}
#indexmain a{
	color: #0000FF;
	text-decoration: underline;
}
#indexmain a:hover{
	color: #0000FF;
	text-decoration: underline;
}
#index_layout {
	width: 100%;
}
#index_layout th{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	width: 236px;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 10px;
	vertical-align: bottom;
}
#index_layout td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	width: 236px;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 5px;
	vertical-align: top;
}
.index_layout_left_column_label {
	text-align: left;
}
.index_layout_center_column_label {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-align: center;
}
.index_layout_right_column_label {
	text-align: right;
}
.index_layout_left_column {
}
.index_layout_center_column {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.index_layout_right_column {
}
#index_layout_one_column {
	width: 100%;
}
#index_layout_one_column td{
	padding-right: 7px;
	padding-left: 7px;
}
#index_layout_21_column {
	width: 100%;
}
#index_layout_21_column td{
	padding-right: 7px;
	padding-left: 7px;
}
#index_layout_21_column th{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 10px;
	vertical-align: bottom;
}
#index_layout_21_column td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 5px;
	vertical-align: top;
}
.index_layout_21_right_column {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	width: 236px;
}
#index_news_article {
	margin-bottom: 8px;
}
#index_events_table {
	width: 100%;
	margin-bottom: 8px;
}
#index_events_table td{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.index_events_table_date {
	color: #333333;
}
#index_events_table a{
	color: #0000FF;
	text-decoration: none;
}
#index_events_table a:hover{
	color: #0000FF;
	text-decoration: underline;
}

#index_layout_300 {
	width: 100%;
	margin-top: 10px;
}
#index_layout_300 td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	vertical-align: top;
}
#index_layout_300_center {
	width: 32%;
}
#index_layout_300_right {
	width: 32%;
}
#index_300_container {
}
#index_300_container_top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	
		background-image: url(pictures/shade.gif);
	
	
	
		border: 1px solid #CCCCCC;
	
	font-weight: bold;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
}

#index_300_container_middle {
	
	
	
	
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
}


#index_300_container_bottom {
}
#home_bullets {
}
#home_bullets ul{
	padding:0px;
	margin:0px;
}
#home_bullets li{
	/*list-style-image: url(http://www.40daysforlife.com/_software_engines/live_1/images/arrow_2.gif);*/
	list-style-position: outside;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#horizontaldivider {
	margin-top: 7px;
	margin-bottom: 7px;
	margin-right: 0px;
	margin-left: 0px;
}

#table_mp3 {
}
#table_mp3 tr{
}
#table_mp3 th{
	font-weight: bold;
	padding-right: 10px;
}
#table_mp3 td{
	padding-right: 10px;
	vertical-align: top;
}
.table_mp3_title {
	font-weight: bold;
	color: #333333;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#table_products {
}
#table_products tr{
}
#table_products td{
	vertical-align: top;
	padding-right: 10px;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 12px;
	color: #333333;
}
input.formCheckbox {
	border: none;
	background: transparent;
}
.form_button {
	color: #000099;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ECE9D8;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 0px;
	border: 1px solid #7F9DB9;
}

