/* Churchlink.biz Stylesheet */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;

}
h1 {
	font-size:18px;
	color:#70BE45;
	font-weight:bold;
}
h2 {
	font-size:14px;
	color:#70BE45;
}
h3 {
	font-size:12px;
	color:#666666;
}
legend {
	font-size:16px;
	color:#70BE45;
	font-weight:bold;	
}
.legend {
	font-size:16px;
	color:#70BE45;
	font-weight:bold;	
}
fieldset {
	border: 1px solid #CCCCCC;
	width:90%;
}
.body_text {
	font-size:12px;
	color:#666666;
	font-weight:lighter;
	}
a.green {
	color:#70BE45;
}
.text_box1 {
	padding-left:20px;
	width:100%;
	color:#666666;
	display:block;
}
.text_box2 {
	padding-left:20px;
	width:650px;
	color:#666666;
	display:block;
}

.body_width{
	width:1000px;
}
.table_bg {
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
}
.main_r_side {
	background-image: url(images/mainpage_right_tile-shadow.gif);
	background-repeat:repeat-y;
}
.main_l_side {
	background-image: url(images/mainpage_left_tile-shadow.gif);
	background-repeat:repeat-y;
}
.bottom_shadow {
	background-image: url(images/main_bottom_shadow.gif);
	background-repeat: repeat-x;
}
.main_content {
	margin:10px;
	float: left;
	width:625px;
}
	
.menu_ul {
	border-left:#FFFFFF 1px solid;
	width:727px;
	height:37px;
	padding:0;
	margin:0;
	list-style-type:none;
	overflow:hidden;
	}
.menu_li {
		display:inline;
	}
.menu_a {
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	vertical-align:middle;
	padding-top: 10px;
	color:#FFFFFF;
	font-size:17px;
	float:left;
	background-color:#70BE45;
	border-right:#FFFFFF 1px solid;
	width:6em;
	height:27px;
	text-decoration:none;
	}
.menu_a:hover {
	background-image: url(images/background_tile.gif);
	color:#70BE45;
	}
.menu_selected {
	color:#70BE45;
	background-color:#FFFFFF;
	}
#map {
	border: 3px solid #70BE45;
}
.faq_list {
	list-style: decimal;
}
.description_box {
	width:300px;
	border:1px solid #70BE45;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 5px;
}

/*  Highslide CSS */
.highslide-html {
    background-color: white;
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    /*padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;*/   
}

.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
}
.control:hover {
	color: black !important;
}
.highslide-move {
    cursor: move;
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.green_button{
	color: #FFFFFF;
	background-color: #70BE45;
	border: 1px solid #70BE45;
	width:6em;
	height:50px;
	text-decoration:none;
	line-height:20px;
}
.green_button:hover {
	color: #70BE45;
	background-color: #FFFFFF;
	width: 6em;
}
