/* CSS Document */

/*html {
	scrollbar-base-color: #175aa4;
	scrollbar-arrow-color: #FFFFFF;
} */


body {
	margin: 0px;
	background-color: #12194e;
	background-image: url(../images/bg-tile.jpg);
	background-position: top center;
	background-repeat: repeat-y;
}
body, td, p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

form {
	margin: 6px 0px 6px 0px;
	padding: 0px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	margin: -8px 0px 0px 0px;
	padding: 0px;
	font-weight: normal;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin: 10px 0px -10px 0px;
	padding: 0px;
}

em {
	color: #ffc41d;
}

a:link, a:active, a:visited {
	color: #ffc41d;
	text-decoration: underline;
}
a:hover {
	color: #ffc41d;
	text-decoration: none;
}

#container {
	width: 898px;
	margin: 0 auto;
	position: relative;
	border-left: 1px solid #082561;
	border-right: 1px solid #082561;
}

#header {
	background-image: url(../images/header-heritageoffaith.jpg);
	background-repeat: no-repeat;
	height: 210px;
	padding: 15px 0px 0px 60px;
}
#sitemap {
}
#sitemap a:link, #sitemap a:active, #sitemap a:visited {
	color: #d0eaf4;
	font-size: 11px;
	text-decoration: none;
	padding: 0px 15px 0px 15px;
}
#sitemap a:hover {
	text-decoration: underline;
}

#menu {
	margin-top: 149px;
	* margin-top: 150px;
}
#menu td {
	background-image: url(../images/menu-bg.gif);
	background-position: top center;
	background-repeat: no-repeat;
}
#menu a:link, #menu a:active, #menu a:visited {
	display: block;
}
#menu a:hover {
}

#contenthome {
	background-image: url(../images/home-content-bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width: 898px;
}
#contenthome td {
	vertical-align: top;
}

#content {
	background-image: url(../images/content-bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width: 898px;
}
#content td {
	vertical-align: top;
}

td.rightpanel {
	width: 256px;
	padding: 30px 19px 10px 35px;
}

div.newsletter {
	width: 208px;
	padding: 40px 20px 10px 20px;
	background-image: url(../images/newsletter-bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #14549C;
}
div.newsletter a:link, div.newsletter a:active, div.newsletter a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
div.newsletter a:hover {
	text-decoration: none;
}
input.newsletter {
	font-size: 12px;
	border: 1px solid #99c9ff;
	padding: 2px 0px 2px 0px;
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #ffbf0c;
	padding: 0px;
	border: 1px solid #99c9ff;
}

.banner {
	width: 244px;
	border: 2px solid #094990;
	background-color: #094990;
	margin-top: 20px;
	text-align: center;
}
.banner a:link, .banner a:active, .banner a:visited {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 12px;
}
.banner a:hover {
	color: #ffc41d;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 12px;
}
.toptexthome {
	color: #FFFFFF;
	font-size: 14px;
	width: 350px;
	height: 240px;
	margin: 25px 0px 0px 75px;
	overflow: auto;
}
.toptexthome p {
	line-height: 22px;
}

.toptext {
	color: #FFFFFF;
	font-size: 14px;
	width: 500px;
	margin: 25px 0px 40px 75px;
}
.toptext p, .toptext li {
	line-height: 22px;
}
.toptext img {
	padding: 0px 0px 20px 20px;
}

.bottomtext {
	color: #FFFFFF;
	font-size: 14px;
	width: 500px;
	margin: 15px 0px 0px 75px;
	overflow: auto;
}
.bottomtext p {
	line-height: 22px;
}

.blockquote {
	background-image: url(../images/testimonial-bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 467px;
	height: 106px;
	margin: 15px 0px 0px 25px;
	font-size: 12px;
	padding: 13px 27px 0px 66px;
}

.homeblocks {
	width: 585px;
	margin: 20px 0px 0px 0px;
}
.homeblocks th {
	background-image: url(../images/block-tab.gif);
	background-position: left;
	background-repeat: no-repeat;
	text-align: center;
	padding: 4px 100px 3px 24px;
	width: 50%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
}
.homeblocks td {
	background-image: url(../images/block-shade.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #094990;
	font-size: 11px;
	padding: 20px 15px 18px 25px;
	width: 50%;
}

.homeblocks table, .homeblocks table td, .homeblocks table th { 
	width: auto;
	margin: 0px;
	padding: 0px;
	background-image: none;
}

#footer {
	width: 898px;
	background-color: #2166b2;
	font-size: 11px;
	margin-bottom: 20px;
	margin-top: 10px;
}
#footer td {
	padding: 10px 35px 10px 35px;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.photogallery {
	margin-top: 10px;
}
.photogallery img {
	padding: 0px;
	border: 2px solid #ffbf0c;
	margin-bottom: 5px;
}
.photogallery a:link, .photogallery a:active, .photogallery a:visited {
	text-decoration: none;
}
.photogallery a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.form {
	width: 490px;
}
.form input, .form textarea {
	border: 1px solid #99c9ff;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
	width: 320px;
}
.form th {
	text-align: right;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 4px 10px 2px 0px;
	vertical-align: top;
	width: 140px;
}
.form td {
	padding: 2px 0px 2px 0px;
	vertical-align: top;
}
.formbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #ffbf0c;
	padding: 2px 5px 2px 5px;
	border: 1px solid #99c9ff;
}

  /******************************/
 /*** new css drop down menu ***/
/******************************/

.main_menu{
	padding:0;
	margin:0;
	list-style:none;
	margin-top: 150px;
	float:right;
	}
.main_menu a:link, .main_menu a:active, .main_menu a:visited{
	color:#FFFFFF;
	text-decoration:none;
	}
.main_menu a:hover {
	color:#095aa5;
	}
.main_menu li{
	float:left;
	margin-right:2px;
	width:88px;
	height:33px;
	padding:8px 2px 0 2px;
	background-image:url(../images/menu-bg.gif);
	font-weight:bold;
	color:#FFFFFF;
	font-size:12px;
	text-align:center;
	text-transform:uppercase;
	}
.main_menu li:hover, .main_menu li.sfhover{
	background-image:url(../images/menu-bg-over.gif);
	}
.main_menu li:hover ul, .main_menu li.sfhover ul{
	display:block;
	}
.main_menu li ul{
	position:absolute;
	display:none;
	width:147px;
	padding: 8px 0 8px 0;
	margin-left:-2px;
	list-style:none;
	margin-top:3px;
	background-color:#ffc41d;
	}
.main_menu li li{
	width:132px;
	margin:0;
	padding:0;
	padding-left:15px;
	background-image:none;
	background-color:#ffc41d;
	text-transform:capitalize;
	color:#095ca7;
	font-size:11px;
	font-weight:normal;
	line-height:20px;
	height:20px;
	text-align:left;
	}
.main_menu li li a:link, .main_menu li li a:hover, .main_menu li li a:active, .main_menu li li a:visited{
	color:#095ca7;
	}
.main_menu li li:hover, .main_menu li li.sfhover{
	background-image:none;
	background-color:#ffe088;
	}