/* CSS Document */

ul#primary-nav a { 
	text-transform:uppercase
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:left;
}

input,submit,select,textarea,td {
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial, Geneva;
	text-align:left;
} 

.title {
	color: #AE0303;
	font-weight: bold;
}

.title_two {
	color: #000000;
	font-weight: bold;
}

a:link { text-decoration: none; font-weight: bold; font-family: Verdana, Tahoma, Arial; font-size: 10px; color: #AE0303;}
a:visited { text-decoration: none; font-weight: bold; font-family: Verdana, Tahoma, Arial; font-size: 10px;color: #AE0303;}
a:active { text-decoration: none; font-weight: bold; font-family: Verdana, Tahoma, Arial; font-size: 10px;color: #AE0303;}
a:hover { text-decoration: underline; font-weight: bold; font-family: Verdana, Tahoma, Arial; font-size: 10px;color: #AE0303;}
a.number_on {
	display:block;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	width:28px;
	height:24px;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
	float:left;
}
a.number_on span {
	position:relative;
	top:5px;
}
a.number_off {
	display:block;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	width:28px;
	height:24px;
	text-align:center;
	font-weight:bold;
	color:#C69C09;
	float:left;
}
a.number_off:hover {
	background-color:#FFFFFF;
}
a.number_off span {
	position:relative;
	top:5px;
}

.featured {
	padding-left:14px;
	text-align:left;
}

.featured p {
	margin-top:0px;
	padding-top:0px;
}
.featured a.more {
	color:#C69C09;
	font-weight:bold;
	text-decoration:none;
}
.welcome {
	padding-left:14px;
	padding-right:14px;	
	padding-bottom:15px;
	text-align:left;
}

.welcome p {
	margin-top:0px;
	padding-top:0px;
	text-align:left;
}
.welcome a.more {
	color:#C69C09;
	font-weight:bold;
	text-decoration:none;
}
.welcome_title {
	color: #C69C09;
	padding:0px;
	margin:0px;
	font-weight: bold;
	text-align:left;
}
td.time {
	color:#C69C09;
	padding-bottom:7px;
	
}

a.footer {
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	float:left;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:10px;
	
}
a.footer span.arrow_footer_link {
	color:#18E4EB;
	font-size:8px;
}

/* NAV */


/*#linkList {
	position:relative;
	left:0px;
	top:0px;
	width:166px;
	text-align:left

}
#linkList ul {
	margin:0px;
	padding:0px;
}

#linkList ul li {
	list-style:none;
	position:relative;
	left:0px;
	
}

#linkList ul li a.nav {
	display:block;
	height:30px;
	width: 166px;
	position:relative;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:normal;
	text-transform:uppercase;
	background-image: url(../../images/template20/nav_link.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#linkList ul li a:hover {
	color:#FFCC33;
}

#linkList ul li a:hover span {
	
}

#linkList ul li a span {
	position:relative;
	top:7px;
	left:10px;

}
*/
/* START ROW 5 - BOTTOM MENU NAVIGATION */
.footer_menu {
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	height: 24px;
}
.footer_menu a {
	color: #ffffff;
}
.footer_menu a:hover {
	color: #ffffff;
	text-decoration:underline;
}
/* END ROW 5 - BOTTOM MENU NAVIGATION */

/* START MINISTRY ARTICLE INFORMATION */
.ministry_containter {
	display: block;
	float: left;
	position: relative;
	margin-left: 0px;
	padding: 0px;
	margin-bottom: 10px;
	
}

.ministry_image_containter {
	display: block;
	position: relative;
	float: left;
	width: 104px;
	height: 104px;
	background-color: #EDEDED;
}

.ministry_image {
	display: block;
	position: relative;
	margin-top: 2px;
	margin-left: 2px;
}
.ministry_article_text {
	display: block;
	position: relative;
	float: left;
	margin-left: 10px;
	top: 0px;
	color: #000000;
	width: 376px;
}
.ministry_article_text a {
	color: #D9B630;
	font-weight: bold;
}
.ministry_article_text a:hover {
	color: #D9B630;
	text-decoration:underline;
}
.ministry_dotted_line {
	display: block;
	float: left;
	background-image: url(../../images/template21/dotted_line.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 10px;
	width: 490px;
}
.ministry_update_date {
	color: #B2B2B2;
	font-style: italic;
}
/* END MINISTRY ARTICLE INFORMATION */

/* Blog Styles - Colors */

/* .blogmastertitle { color: #FFFFFF; } Blog Title - not currently used */
.blogdate { color: #A3A3A3; } /* Date at the top */
.blogtitle { color: #000000; } /* Topic Title */
.blogbottom { color: #A3A3A3; } /* Date at the bottom */
.blogcomment { color: #000000; } /* About, Archives, etc. */
.blogcommentbody { color: #000000; } /* Comment Body */
.blogthumbnail { border: 5px solid #E0E0E0;  } /* Thumbanil background */
.genform input,submit,select,textarea { background-color: #FFFFFF; color: #000000} /* Comment Body */

.layout_2_1 p{margin:0 0 5px 0;}
