/* CSS Document for Details Pages*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
margin: 0; 
padding: 0; 
border: 0; 
}
body, tbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*color: #212349;*/
	color: #000000;
}
.pageheader {
	margin-top: 10px;
	margin-left: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	
}
.content {
	width: 525px;
	margin-left: 20px;
	margin-right: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 12px;
	min-height: 500px;
}
* html .content {height:500px;}
.content a{
	text-decoration: underline;
	color: blue;
}
.content a:hover{
	text-decoration: none;
}
.content li {
	margin-left: 20px;
	margin-top: 15px;
}
.sidemenu_parent {
	margin-left: 10px;
	font-size: 12px;
	color: #FFFFFF;
}
a.sidemenu {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover.sidemenu {
	text-decoration: underline;
}
ul.sidemenu {
	margin-top: 5px;
}
li.sidemenu {
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 15px;
	list-style-type: none;
}
#footer {
	font-size: 10px;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
}
.section_header {
	font-weight: bold;
	font-size: 14px;
	color: #000000;
}
.form_error {
	color:#FF0000;
	font-weight: bold;
}
.form_section_header {
	border-bottom: 1px solid #000000;
}
td.sidemenu {
	border-right: 1px solid #000000;
}
#contact_us_box {
	width: 500px;
	height: 500px;
	border: 0px;
	
}
#find_church_select_box {
	width: 500px;
	height: 50px;
	border: 0px;
	
}
.church_listing {
	margin-top: 12px;
	margin-left: 10px;
}
p.gathering_list_content {
	margin-top: 10px;
	margin-bottom: 3px;
}
a:link.gathering_list_content, a:visited.gathering_list_content, a:active.gathering_list_content {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}
a:hover.gathering_list_content {
	text-decoration: none;
}
#state_letter_list {
	width: 100%;
    text-align: center;
}
.church_list_city {
	font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 5px;
    margin-top: 5px;
}
.church_list_top {
    float: right;
    font-size: 10px;
}
.church_list_name {
	font-size: 12px;
    font-weight: bold;
    margin-left: 10px;
}
.church_list_address {
	margin-left: 15px;
    margin-bottom: 5px;
}