/*

	File: global.css
	Media: pc screen
	Copyright: (c) 2010 Higher Grounds Expressions, www.ryanrgriffin.com
	Author: Ryan Griffin
	Notes:

*/


/*----------------- Defalts -----------------*/

h1, h2, h3, h4, h5, h6 { font-size: 14px; font-weight: normal; line-height:30px; margin: 0px; padding: 0px; }

form {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

	
/*----------------- tool classes -----------------*/

.caps { text-transform: uppercase; }

.hide { display:none; }

/* ---------------------------------------------------------------------*/
/* ------------------------>>> Body <<<-----------------------------*/
/* ---------------------------------------------------------------------*/

html {
	height: 100%;
	background:#ffffff url(../images/globalbg_base.png) repeat-x top;
}

body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 68.75%;
	font-weight: normal;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 100px;
	min-height:1460px;
}
body,td,th {
	color: 5C5C5C;
}

/* ---------------------------------------------------------------------*/
/* ------------------------> Links <<<-----------------------------*/
/* ---------------------------------------------------------------------*/

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

a.copy1:link {
	color:#55ACE6;
	text-decoration:none;
}
a.copy1:visited {
	color:#55ACE6;
	text-decoration:none;
}
a.copy1:hover {
	color:#478BB7;
	text-decoration:none;
}
a.copy1:active {
	color:#55ACE6;
	text-decoration:none;
}

a.resLink:link {
	color:#FFFFFF;
	text-decoration:none;
}
a.resLink:visited {
	color:#FFFFFF;
	text-decoration:none;
}
a.resLink:hover {
	color:#a5d7f8;
	text-decoration:none;
}
a.resLink:active {
	color:#FFFFFF;
	text-decoration:none;
}

a.details1:link {
	color:#1a2b34;
	text-decoration:none;
	background:#d6e5f0;
}
a.details1:visited {
	color:#1a2b34;
	text-decoration:none;
	background:#d6e5f0;
}
a.details1:hover {
	color:#478bb7;
	text-decoration:none;
	background:#d6e5f0;
}
a.details1:active {
	color:#1a2b34;
	text-decoration:none;
	background:#d6e5f0;
}

a.staff:link {
	color:#565656;
	text-decoration:none;
}
a.staff:visited {
	color:#565656;
	text-decoration:none;
}
a.staff:hover {
	color:#BABCBE;
	text-decoration:none;
}
a.staff:active {
	color:#565656;
	text-decoration:none;
}

a.flashLink:link {
	color:#F00;
	font-weight:bold;
	text-decoration:underline;
}
a.flashLink:visited {
	color:#F00;
	font-weight:bold;
	text-decoration:underline;
}
a.flashLink:hover {
	color:#F00;
	font-weight:bold;
	text-decoration:none;
}
a.flashLink:active {
	color:#F00;
	font-weight:bold;
	text-decoration:none;
}

a.link1:link {
	color:#4596CB;
	text-decoration:none;
	line-height:26px;
}
a.link1:visited {
	color:#4596CB;
	text-decoration:none;
	line-height:26px;
}
a.link1:hover {
	color:#2F7DB1;
	text-decoration:none;
	line-height:26px;
}
a.link1:active {
	color:#4596CB;
	text-decoration:none;
	line-height:26px;
}

a.link2:link {
	font:11px;
	line-height:14px;
	color:#4596CB;
	text-decoration:none;
}
a.link2:visited {
	font:11px;
	color:#4596CB;
	text-decoration:none;
}
a.link2:hover {
	font:11px;
	color:#19547b;
	text-decoration:none;
}

a.link2:active {
	font:11px;
	color:#4596CB;
	text-decoration:none;
}

.link3text {
	font:11px/15px;
	color:#4596CB;
}

a.link3:link {
	font:11px/15px;
	color:#4596CB;
	text-decoration:none;
}
a.link3:visited {
	color:#4596CB;
	text-decoration:none;
	line-height:15px;
}
a.link3:hover {
	color:#09436a;
	text-decoration:none;
	line-height:15px;
}

a.link3:active {
	color:#4596CB;
	text-decoration:none;
	line-height:15px;
}


a.link4:link {
	font:14px;
	color:#4596CB;
	text-decoration:underline;
}
a.link4:visited {
	color:#4596CB;
	text-decoration:underline;
}
a.link4:hover {
	color:#09436a;
	text-decoration:none;
}

a.link4:active {
	color:#4596CB;
	text-decoration:underline;
}


a.misEmail:link {
	font:10px;
	color:#2F7DB1;
	text-decoration:none;
	font-weight:bold;
}
a.misEmail:visited {
	color:#2F7DB1;
	text-decoration:none;
	font-weight:bold;
}
a.misEmail:hover {
	color:#494949;
	text-decoration:none;
	font-weight:bold;
}
a.misEmail:active {
	color:#2F7DB1;
	text-decoration:none;
	font-weight:bold;
}

a.membLink:link {
	color:#55ACE6;
	text-decoration:none;
	line-height:15px;
}
a.membLink:visited {
	color:#55ACE6;
	text-decoration:none;
	line-height:15px;
}
a.membLink:hover {
	color:#478BB7;
	text-decoration:none;
	line-height:15px;
}
a.membLink:active {
	color:#55ACE6;
	text-decoration:none;
	line-height:15px;
}

/* ---------------------------------------------------------------------*/
/* ------------------------> Divisions IDs <<<-----------------------------*/
/* ---------------------------------------------------------------------*/

#header {
	background-color:#FFFFFF;
	width:100%;
	height:80px; display:block; position:relative;
}

#btns_row {
	height:69px;
	background-image:url(../images/btnsrowbg2.png);
	background-repeat:repeat-x;
}

#btnsdiv {
	width:880px;
	height:69px;
	margin:0 auto;
}

div#searchbox {
	float:right;
	display: block;
	width:240px;
	height:40px;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
	border:0px;
	padding:21px 0 0 50px;
	position:relative;
	left:0px;
}

div#container { /* main container */
	width: 856px;
	padding:0 15px;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/bg_shadow.png) no-repeat center top;
}

div#welcome {
	height:46px;
	width:856px;
	margin-top:6px;
}

div#rotator {
	width: 856px;
	height: 285px;
	background-image: url(../images/headerfill.jpg);
	text-align: left;
}

div#container2 {
	width:856px;
	margin: 0px;
	background-color:#FFFFFF;
	background-image: url(../images/edgeBg.gif);
	background-repeat:repeat-y;
	background-position:left;
	text-align: left;
	position:relative;
	z-index:0;
}

div#aword {
	width: 550px;
	margin: 0px;
	position:absolute;
	padding-top:16px;
	text-indent:0px;
}

div#awordtext {
	width: 500px;
	margin-top: 20px;
	margin-left:38px;
	float:left;
}

div#awordsig {
	width:340px;
	margin:40px 0 0 38px;
	float:left;
	background:transparent url(../images/awordpicBg.gif) repeat-y 112px;
}

div#meetstaff {
	width:62px;
	height:58px;
	margin:58px 0 0 20px;
	float:left;
}

div#recsermons {
	width:296px;
	height:360px;
	left:560px;
	margin:0px;
	padding:34px 0 0 0;
	position:relative;
	background: url(../images/recsermonsbg.gif) repeat-y right;
}

div#hsermondiv1 {
	width: 289px;
	margin:16px 0 0 0;
	padding:0;
	float:left;
	background: url(../images/sepline3.gif) no-repeat top right;
}

div#hsermondiv2 {
	width: 289px;
	margin: 0px;
	float:left;
	margin-top:0px;
	padding-top:0;
	padding-bottom:0px;
	background-image: url(../images/sepline3.gif);
	background-repeat:no-repeat;
	background-position:top right;
}

div#hsermondiv3 {
	width: 289px;
	margin: 0px;
	float:left;
	margin-top:0px;
	padding-top:2px;
	padding-bottom:0px;
	background-image: url(../images/sepline3.gif);
	background-repeat:no-repeat;
	background-position:top right;
}

div#sermSubs {
	width:289px;
	float:left;
	margin:0;
	padding:25px 0 0 0;
	background: url(../images/sepline3.gif) no-repeat top right;
}

.sermtextbox {
	width:253px;
	margin:7px 0 7px 0;
	float:right;
	padding:0;
}

div#simpplay1 {
	margin-top:18px;
	float:left;
	padding-top:0px;
	padding-bottom:0px;
}

div#simpplay2 {
	margin-top:18px;
	float:left;
	padding-top:0px;
	padding-bottom:0px;
}

#simpplay3 {
	margin-top:18px;
	float:left;
	padding-top:0px;
	padding-bottom:0px;
}

#basesep {
	width:856px;
	height:15px;
	background-color:#FFFFFF;
	background-image:url(../images/basesep.gif)
}

#container3 {
	width: 856px;
}

#services {
	width:508px;
	height:400px;
	padding-left:25px;
	background-image:url(../images/servicesbg.gif);
	background-repeat:repeat-y;
	background-position:right;
	float:left;
}

#important { width:836px; float:left; padding:10px 10px 0; background-image:url(../images/bottombluebg.gif); background-repeat:repeat; }
	#important p { padding:10px 10px 10px 10px; border:1px solid #4187b6; color:#FFF; }
	#important span { color:#4187b6; font-weight:bold; font-size:12px; }
	#important a { text-decoration:underline }
	#important a:hover { text-decoration:none; }

div#footer {
	width: 768px;
	height: 132px;
	margin: 0px;
	float:left;
	padding: 16px/*33px*/ 44px 33px 44px;
	background-image: url(../images/bottombluebg.gif);
	background-repeat: repeat;
	z-index: 0;
}

div#genfooter {
	width: 856px;
	height: 106px;
	margin:0;
	padding: 0px;
	background-image: url(../images/bottombluebg.gif);
	background-repeat: repeat;
	z-index: 0;
}

div#enews {
	width:360px;
	height:129px;
	margin:0px;
	padding-top:10px;
	float:left;
	display:inline;
	background-image:url(../images/enewssep.gif);
	background-repeat:no-repeat;
	background-position:top right;
}

div#copy {
	width: 397px;
	height: 78px;
	float: right;
	margin-top: 0px;
	margin-right: 11px;
	display: inline;
	background-image: url(../images/copyrightbubble.gif);
	background-repeat: no-repeat;
	background-position: right;
	z-index:1;
	/* text */
	padding-top: 44px;
	font-size: 12px;
	color: #061A27;
	line-height: 16px;
}

div#gencopy {
	width: 856px;
	height: 46px;
	float: left;
	margin-top: 21px;
	margin-right: 11px;
	display: inline;
	background-image: url(../images/gencopyrightbubble.gif);
	background-repeat: no-repeat;
	background-position: center;
	z-index:1;
	/* text */
	padding-top: 25px;
	font-size: 12px;
	color: #061A27;
	line-height: 16px;
}

div#design {
	color:#55ACE6;
	text-align:right;
	float:left;
	width:846px;
	height:10px;
	padding:8px 10px 11px 0;
	background-image:url(../images/designbg.gif);
	background-repeat:repeat;
	margin:0;
}

div#enewsform {
	width:300px;
	height:30px;
	display:inline;
	float:left;
	margin-top:25px;
	background:url(../images/enewsformBg.gif) no-repeat left top;
}

div#sunday {
	width:206px;
	padding:0;
	margin:24px 0 0 0;
	position:relative;
	display:inline;
	float:left;
}
div#wednesday {
	width:250px;
	padding:0;
	margin:24px 0 0 10px;
	position:relative;
	display:inline;
	float:left;
}

.searchform {
	width:303px;
	display:inline;
	float:right;
	margin-top:0px;
}

div#calendarTitle {
	height:26px;
	display:inline;
	float:left;
	margin-top:0px;
	padding:0px;
}

/* general pages div */

div#genContainer {
	width:856px;
	height:310px;
	margin-top:14px;
	padding-top:20px;
	background-image:url(../images/genBasegrad.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	background-color:#FFFFFF;
	text-align:left;
}

.subContainerProps {
	padding-bottom:50px;
}

div#subContainer {
	width:856px;
	margin-top:14px;
	padding-top:20px;
	background-image:url(../images/genBasegrad.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	background-color:#FFFFFF;
	text-align:left;
	display:inline-block;
}

div#misContainer {
	width:856px;
	margin-top:14px;
	padding-top:20px;
	background-image:url(../images/missionsBasegrad.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#FFFFFF;
	text-align:left;
	display:inline-block;
}

div#extraSubContainer {
	width:856px;
	margin-top:0;
	padding-top:20px;
	background-image:url(../images/genBasegrad.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	background-color:#FFFFFF;
	text-align:left;
	display:inline-block;
}

div#freelitDiv {
	display:block;
	width:760px;
	margin: 30px 0 0 70px;
	float:left;
}


div#genRightpanel {
	width:260px;
	height:100%;
	margin-top:0px;
	padding-left:30px;
	float:left;
	display:block;
	background-image:url(../images/genPansep.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	background-color:#FFFFFF;
	text-align:left;
}

#SecondContainer {
	width:555px;
	display:inline-block;
	float:right;
}

div#monminSecondContainer {
		color:#005f92;
		width:800px;
		margin: 0 0 0 26px;
		display:inline-block;
}

div#calendarEve {
	width: 270px;
	height:240px;
	margin-top: 20px;
	margin-left:20px;
}

div#genPara {
	width: 480px;
	margin-left:20px;
	margin-top:12px;
	float:left;
}

div#ministriesPara {
	width: 480px;
	margin-left:20px;
	margin-top:12px;
	float:left;
}

div#ministriesPara p {
	margin:10px 30px 30px 30px;
}

div#genTitle {
	width: 480px;
	margin-left:20px;
	margin-top:20px;
	float:left;
}

div#genDate {
	width: 480px;
	margin-left:20px;
	margin-top:4px;
	float:left;
}

div#genParaB {
	width: 480px;
	margin-left:20px;
	margin-top:36px;
	float:left;
}

div#staffPara {
	width:220px;
	float:right;
	margin-left:10px;
	margin-right:10px;
}

div#versePara {
	width: 440px;
	margin-left:20px;
	padding-left:20px;
	float:left;
}

div#eventPara {
	width: 350px;
	margin-left:20px;
	padding-left:20px;
	float:left;
}

div#genParaTitle {
	width: 460px;
	margin-left:20px;
	float:left;
	margin-top:20px;
	margin-bottom:10px;
	padding:10px;
	border:1px;
	border-color:#CBEDFF;
	border-style:solid;
}


div#monminParaTitle {
	width:460px;
	margin-left:20px;
	float:right;
	margin:20px 8px 0 0;
	padding:10px;
	border:1px;
	border-color:#CBEDFF;
	border-style:solid;
}

div#memParaTitle {
	width:460px;
	margin-left:20px;
	float:left;
	margin:20px 0 0 20px;
	padding:10px;
	border:1px;
	border-color:#CBEDFF;
	border-style:solid;
}

#genPara2 {
	width:800px;
	margin-top: 20px;
	margin-left:20px;
	float:left;
}

div#genPara3 {
	width:400px;
	margin:13px 0 0 65px;
	float:left;
}

div#genPara3 li {
	list-style:square;
}

div#genPara3 h2 {
	font:13px;
	color:#2f7db1;
}

div#missionaryInv {
	width:250px;
	margin-top:30px;
	margin-left:23px;
	padding:0 0 10px 0;
	float:left;
}

div#missionary {
	width:250px;
	margin-top:30px;
	margin-left:23px;
	background-image:url(../images/missions_bubble.png);
	background-repeat:no-repeat;
	background-position:top center;
	padding:0 0 10px 0;
	float:left;
}
div#missionary2 {
	width:250px;
	margin-top:30px;
	margin-left:23px;
	background-image:url(../images/missions_bubble_02.png);
	background-repeat:no-repeat;
	background-position:top center;
	padding:0 0 10px 0;
	float:left;
}
div#missionary3 {
	width:250px;
	margin-top:30px;
	margin-left:23px;
	background-image:url(../images/missions_bubble_03.png);
	background-repeat:no-repeat;
	background-position:top center;
	padding:0 0 10px 0;
	float:left;
}

div#misTitleDiv {
	height:52px;
	margin-left:20px;
	padding-top:8px;
}

div#missionaryInfo {
	width:192px;
	height:102px;
	margin:6px 0 0 0;
	float:right;
}

div#missionaryInfoLONG {
	width:192px;
	height:300px;
	margin:6px 0 0 0;
	float:right;
}

div#resInfo {
	width:168px;
	margin:6px 0 0 0;
	padding:0 26px 0 0;
	float:right;
}

div#campDiv {
	width:234px;
	height:194px;
	float:left;
	margin-top:5px;
	border:none;
	background-image:url(../images/camp_01.jpg);
}

div#deatrickDiv {
	width:234px;
	height:194px;
	float:left;
	margin-top:5px;
	border:none;
	background-image:url(../images/deatrick_01.jpg);
}

div#hankeDiv {
	width:234px;
	height:194px;
	float:left;
	margin-top:5px;
	border:none;
	background-image:url(../images/hanke_01.jpg);
}

div#docDiv {
	width:234px;
	height:194px;
	float:left;
	margin-top:5px;
	border:none;
	background-image:url(../images/scovill_01.jpg);
}

div#staffInfo {
	width:234px;
	height:360px;
	float:left;
	margin-top:0px;
	border:none;
}

div#staffInfo2 {
	height:70px;
	float:left;
	padding-left:10px;
	margin-top:20px;
	border:none;
}

div#sundayTR {
	height:62px;
	width:60px;
	position:relative;
	float:right;
	text-align:right;
	padding-right:0px;
	margin: -5px 0 0 10px;
	border:none;
}

div#details {
	height:14px;
	width:40px;
	float:right;
	display:inline;
	margin:3px 0 0 0;
	padding:2px 0 0 0;
	background:#d6e5f0;
	text-align:center;
	vertical-align:middle;
}

div#detailsHide {
	height:14px;
	width:40px;
	float:right;
	display:block;
	margin:3px 0 0 0;
	padding:2px 0 0 0;
	background:#d6e5f0;
	text-align:center;
	vertical-align:middle;
	visibility:hidden;
}

div#musicBtn {
	margin:0 0 0 25px;
	position:relative;
	display:block;
	width:242px;
	height:184px;
	float:left;
	background:url(../images/missions_bubble_02.png) no-repeat top center;
}
div#litBtn {
	margin:0 0 0 25px;
	position:relative;
	display:block;
	width:242px;
	height:184px;
	float:left;
	background:url(../images/missions_bubble.png) no-repeat top center;
}
div#freelitBtn {
	margin:0 0 0 25px;
	position:relative;
	display:block;
	width:242px;
	height:170px;
	float:left;
	background:url(../images/missions_bubble_03.png) no-repeat top center;
}
div#sermonsBtn {
	margin:0 0 0 25px;
	position:relative;
	display:block;
	width:242px;
	height:170px;
	float:left;
	background:url(../images/missions_bubble_04.png) no-repeat top center;
}
div#resTitleDiv {
	height:52px;
	padding:18px 0 0 0;
}


/* ---------------------------------------------------------------------*/
/* ------------------------>>> Misc. <<<-----------------------------*/
/* ---------------------------------------------------------------------*/
.posted-in {
	width:224px;
	height:16px;
	margin-top:170px;
	padding: 3px 0 5px 10px;
	background:#000000;
	display:block;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	opacity:0.8;
	color:#FFFFFF;
}

/* ---------------------------------------------------------------------*/
/* ------------------------> Images <<<-----------------------------*/
/* ---------------------------------------------------------------------*/

#welcome_icon {
	margin-left:283px;
	margin-top:4px;
	margin-bottom:20px;
	border:none;
	width:236px;
	height:51px;
}

#sep1 {
	width: 485px;
	height: 1px;
	float:left;
	padding-left: 6px;
	padding-top: 4px;
}

#sep2 {
	width: 485px;
	height: 1px;
	float:right;
	padding-right: 6px;
	padding-top: 4px;
}

#sep3 {
	width: 485px;
	height: 1px;
	float:left;
	padding-left: 0px;
	padding-top: 4px;
}

#designlogo {
	width:154px;
	height:15px;
	float:right;
	padding-top:6px;
	padding-right:5px;
	border:none;
}

.emailImg {
	border:none;
}

#staffImage {
	width:234px;
	height:194px;
	float: left;
	border:none;
}

#getamapBtn {
	width:77px;
	height:23px;
	float: right;
	margin-top:9px;
	border:none;
}

#dottedsep {
	width:15px;
	height:1px;
	float:left;
	margin:8px 0 0 0;
}

.map {
	border:1px solid #d5d5d5;
	margin:30px 0;
}

/* ---------------------------------------------------------------------*/
/* ------------------------> Text Classes <<<-----------------------------*/
/* ---------------------------------------------------------------------*/

.heading1 {
	font-size:26px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:normal;
	font-style:normal;
	line-height:50px;
	padding-left:37px;
	color: #246487;
}

.heading2 {
	font-size:26px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:normal;
	font-style:normal;
	line-height:50px;
	color: #246487;
}

.heading3 {
	font-size:21px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:normal;
	font-style:normal;
	line-height:17px;
	padding-left:37px;
	color: #246487;
}

.genHeading1 {
	font-size:26px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:normal;
	font-style:normal;
	line-height:50px;
	padding-left:21px;
	color: #1a2b34;
}

.genHeading2 {
	font-size:21px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:normal;
	font-style:normal;
	line-height:17px;
	color:#246487;
}

.genHeading3 {
	font-size:21px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:normal;
	font-style:normal;
	line-height:22px;
	float:left;
	color:#0F3A52;
}

.genHeading4 {
	font-size:17px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:normal;
	font-style:normal;
	float:left;
	color:#0F3A52;
}

.genHeading5 {
	font-size:14px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:normal;
	font-style:normal;
	line-height:16px;
	float:left;
	color:#0F3A52;
}

.heading4 {
	font-size:15px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:normal;
	font-style:normal;
	color:#B0B0B0;
}

.heading5 {
	font-size:15px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight:normal;
	font-style:normal;
	line-height:17px;
	color:#317CA5;
}

.heading6 {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:normal;
	color:#1A2B34;
	line-height:24px;
}

.flashwarn {
	width:850px;
	font:normal normal 10px Arial, Helvetica, sans-serif;
	color:#F00;
	display:block;
	position:absolute;
	top:6px;
	left:-540px;
	z-index:1000;
}

.monmintext1 {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #5C5C5C;
	line-height:22px;
	float:left;
}

.text1 {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #5C5C5C;
	line-height:22px;
}

.text1B {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #5C5C5C;
	line-height:22px;
}

.textVerse {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #5C5C5C;
	line-height:22px;
}

.textRef {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #5C5C5C;
	line-height:20px;
}

.text2 {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
	color: #8C8C8C;
	line-height:16px;
}

.text3 {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:normal;
	color:#4596CB;
	line-height:22px;
}

.text4 {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
	color:#4E97C7;
	line-height:15px;
}

.text5 {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
	color:#4E97C7;
	line-height:15px;
}

.misTitle {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
	color: #B4E1FF;
	line-height:15px;
}
.misname {
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
	color: #FFFFFF;
	line-height:14px;
}
.misPlace {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
	color: #FFFFFF;
	line-height:15px;
}

.copytext {
	padding-left:120px;
}

.enewshead {
	font-size:16px;
	color:#55ACE6;
	font-weight:normal;
	padding:0px;
	margin:0px;
}

.enewstext {
	font-size:11px;
	color:#FFFFFF;
	font-style:italic;
	line-height:0px;
}

.servicehead {
	font-size:13px;
	color:#B0B0B0;
	line-height:25px;
}

.service {
	font-size:12px;
	color:#5C5C5C;
	line-height:23px;
}

.hsermhead {
	font-size:16px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:normal;
	font-style:normal;
	line-height:21px;
	color: #9F9F9F;
}

.hsermsub {
	font-size:12px;
	font-family: Georgia, serif;
	font-weight:normal;
	font-style:normal;
	line-height:15px;
	color: #626262;
}

.genPanText {
	font-size:11px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight:normal;
	font-style:normal;
	line-height:17px;
	color:#999999;
}

.genPanText2 {
	font-size:11px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight:bold;
	font-style:normal;
	line-height:17px;
	color:#757575;
}

.genPanText3 {
	font-size:11px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight:normal;
	font-style:normal;
	line-height:17px;
	color:#666666;
}

.details {
	color:#317ca5;
	text-decoration:none;
	text-align:right;
}

.textOff {
	color:#cccccc;
}

.resTitle {
	text-align:center;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height:22px;
}

/* ---------------------------------------------------------------------*/
/* ------------------------> forms <<<-----------------------------*/
/* ---------------------------------------------------------------------*/

.email {
	width:200px;
	height:24px;
	font-size:14px;
	color:#5AA8D3;
	border:none;
	margin:3px 3px 0 0;
	padding:0;
	display:inline;
	text-indent:4px;
	text-align:left;
	float:left;
}

.email2 {
	height:25px;
	width:200px;
	font-size:14px;
	color:#5AA8D3;
	border:#B2E1FA solid 1px;
	margin:0;
	padding:4px 0 0 2px;
	float:left;
	display:inline;
	text-indent:4px;
	text-align:left;
}

.loginform {
	height:20px;
	width:130px;
	font-size:10px;
	color:#0B1B23;
	border:none;
	padding:0px;
	margin-top:4px;
	text-indent:2px;
}

.searchform {
	height:19px;
	width:138px;
	font-size:12px;
	color:#246487;
	border:none;
	padding:0px;
	float:left;
	display:inline;
	text-indent:4px;
}

.contactform {
	height:19px;
	width:140px;
	font-size:12px;
	color:#246487;
	border:none;
	padding:0 0 0 3px;;
	float:left;
	margin-top:0px;
	margin-left:5px;
	border:1px;
	border-color:#8EC5E2;
	border-style:solid;
}

.contactmessage {
	width:462px;
	font-size:12px;
	color:#246487;
	border:none;
	padding:0px;
	float:left;
	text-indent:2px;
	margin-top:20px;
	margin-left:5px;
	border:1px;
	border-color:#8EC5E2;
	border-style:solid;
}

.submit1 {
	width:64px;
	height:30px;
	border:none;
	margin:0 0 0 3px;
	padding:0;
	vertical-align:middle;
	text-indent:-999px;
	background-color:transparent;
	overflow:hidden;
	float:left;
	
	font-size: 0;
	display:block;
	line-height: 0;
}

.submit2 {
	font:12px;
	height:19px;
	border:none;
	margin:0 0 0 3px;
	vertical-align:middle;
	display:inline;
	text-align:left;
	color:#ffffff;
	background:none;
	float:left;
	cursor: pointer;
}

.submit3 {
	width:55px;
	height:19px;
	border:none;
	margin-top:0px;
	margin-left:0px;
	vertical-align:middle;
	background-image: url(../images/btn_login.gif);
	overflow:auto;
	float:left;
	display:inline;
	margin-top:10px;
	text-indent:-1px;
}

.submit4 {
	width:64px;
	height:22px;
	border:none;
	margin-top:20px;
	margin-left:3px;
	vertical-align:middle;
	/* background-image: url(../images/btn_contactsubmit.gif); */
	color:#ffffff;
	background-color:#061a27;
	overflow:auto;
	float:left;
	display:inline;
}




/* ---------------------------------------------------------------------*/
/* ------------------------>>> SERMONS (pg) <<<-----------------------------*/
/* ---------------------------------------------------------------------*/


	div#sermPara1 {
		width:800px;
		margin: 20px 0 10px 20px;
		}

	div#sermTableDiv {
		color:#005f92;
		width:800px;
		margin: 0 0 0 26px;
		}
		.altRow {
		background-color: #e1ecf4;
		}
	
	table#sermtable {
		width:800px;
	}
	
	.thead {
		color:#004164;
		height:30px;
		text-align:left;
	}
	
	.column0 {
		width:auto;
		height:30px;
		padding:0 0 0 6px;
	}
	
	.column1 {
		width:80px;
		height:30px;
		padding:0 0 0 6px;
	}
	
	.column2 {
		width:205px;
		height:30px;
	}
	
	.column3 {
		width:119px;
		height:30px;
		padding-left:6px;
	}
	
	.column4 {
		width:113px;
		height:30px;
		padding-left:6px;
	}
	
	.column5 {
		width:79px;
		height:30px;
		padding-left:6px;
	}
	
	.column6 {
		width:94px;
		height:30px;
		padding-left:6px;
	}
	
	.column7 {
		width:80px;
		height:30px;
	}
		.sermBtns {
			width:22px;
			height:22px;
			border:none;
		}
		
.iconsKey {
	width:279px;
	height:22px;
	border:none;
}

.seriesPara { width:100%; margin: 20px 0 20px 0; padding:10px 0 12px 0; float:left; background:#e1ecf4; }

.live {  margin: 10px 0 0 20px; float:left; border:none; }

.bookseries { width:140px; margin: 0 0 0 40px; float:left; }
	.bookseries h1 { font: bold 13px/23px Verdana, 'Trebuchet MS', sans serif; color:#004164; }

.series { width:180px; margin: 0 0 0 40px; float:left; }
	.series h1 { font: bold 13px/23px Verdana, 'Trebuchet MS', sans serif; color:#004164; }

.nextprev { width:100%; text-align:center; margin:16px 0 0 0; }

/*-------------------------- Link Styles -------------------------*/

.nextprevBtn { border:none; }


/* ---------------------------------------------------------------------*/
/* ------------------------>>> RESOURCES - MUSIC CDS <<<-----------------------------*/
/* ---------------------------------------------------------------------*/


	div#musiccdsPara1 {
		display:block;
		width:800px;
		margin: 20px 0 10px 20px;
		float:left;
		}

	div#musiccdsDiv {
		display:inline-block;
		width:760px;
		margin: 30px 0 0 70px;
		float:left;
		}
		
	div#musiccdsDiv2 {
		display:inline-block;
		width:760px;
		height:475px;
		margin: 30px 0 0 70px;
		float:left;
		}
		
	div#musiccdsDiv3 {
		display:inline-block;
		width:760px;
		height:637px;
		margin: 30px 0 0 70px;
		float:left;
		}
		
	div#musiccdsDiv4 {
		display:inline-block;
		width:760px;
		height:460px;
		margin: 30px 0 0 70px;
		float:left;
		}
		
	div#musiccdsDiv5 {
		display:inline-block;
		width:760px;
		height:529px;
		margin: 30px 0 0 70px;
		float:left;
		}

	div#cdsThumb {
		display:inline-block;
		width:185px;
		height:185px;
		margin:0;
		padding:10px;
		float:left;
		vertical-align:middle;
		background:#eeeeee;
		}
			div#cdsImage {
				width:185px;
				height:185px;
				float:center;
				vertical-align:middle;
				}

#sep4 {
	width: 485px;
	height: 1px;
	float:left;
	padding:0;
	margin:14px 0 10px 0;
}

div#cdsPrice {
	width:240px;
	height:90px;
	margin:6px 0 0 0;
	padding:0;
	float:left;
}

#lit {
	width:500px;
	margin:6px 0 0 0;
	padding:0 0 0 22px;
	float:left;
}

#flit { width:500px; margin:6px 0 0 0; float:left; font-size: 13px; font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-style: normal; color: #5C5C5C; line-height:22px; }
	#flit ul { margin:0 0 0 0; }
	#flit li { list-style:none; list-style-image:url(../images/free_literature/bullet_01.gif); }
	#flit a { text-decoration:none; color:#60bbf6; font-size:11px; }
	#flit a:hover { text-decoration:underline; color:#0c67a2; }

div#cdsTracks {
	color:#0b67a3;
	font-size:11px;
	font-family:Arial, sans-serif;
	font-weight:normal;
	font-style:normal;
	line-height:18px;
	width:300px;
	margin:6px 0 0 0;
	padding:0;
	float:left;
}

div#cdsTracks h1 {
	font:14px;
	line-height:10px;
}

/*----------------------- BUTTONS --------------------------*/

/* orderbtn */
a.orderbtn {
	float:left;
	display:block;
	width:59px;
	height:19px;
	background:url(../images/btns/music/orderbtn.gif) no-repeat 0 0;
	overflow:hidden;
	text-indent:-10000px;
	font-size:0px;
	line-height:0px;
	border:0px;
	padding:0px;
	margin:14px 0 0 22px;
	position:relative;
}

a:hover.orderbtn {
	float:left;
	background-position: 0 -19px;
	position:relative;
}

/*----------------------- TEXT --------------------------*/

.musicHeading1 {
	font-size:22px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:normal;
	font-style:normal;
	line-height:18px;
	color:#1a2b34;
	padding:0 0 0 22px;
}

.musicText1 {
	color:#0b67a3;
	font-size:13px;
	font-family:Arial, sans-serif;
	font-weight:normal;
	font-style:normal;
	line-height:26px;
	padding:0 0 0 22px;
}

.musicText2 {
	color:#1a2b34;
	font-size:13px;
	font-family:Arial, sans-serif;
	font-weight:normal;
	font-style:normal;
	line-height:22px;
}

.musicText3 {
	color:#1a2b34;
	font-size:19px;
	font-family: Georgia, serif;
	font-weight:normal;
	font-style:normal;
	line-height:18px;
}

/*-------------------------- zoom -----------------------*/

#message {
	display: block;
	position: relative;
	width: 185px;
	height: 185px;
	overflow: hidden;
}

#message #messageDetails {
	display: none;
}

#message:hover #messageDetails {
	display: block;
	position: relative;
	background:#000000;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	opacity:0.8;
	width: 185px;
	height: 185px;
}

#message img {
	display: block;
	position: absolute;
	top: 0px;
}

.magnify {
	margin:58px 0 0 59px;
}

/* ---------------------------------------------------------------------*/
/* ------------------------>>> homepage announcements <<<-----------------------------*/
/* ---------------------------------------------------------------------*/

#announcements {width:323px; height:400px; float:left; background:url(../images/calendarbg.gif) repeat-y left; overflow:hidden;}
	#announcements .annNav {width:266px; height:19px; padding:48px 0 0 51px; margin-left:6px; position:absolute; margin-top:333px; background:url(../images/announce_nav_bg.png) repeat-x center; font:12px "Trebuchet MS", Arial, sans-serif; text-shadow:#a2a2a2 0px 1px 0; color:#ececec;}
		#announcements .annNav a {padding-right:8px; text-align:center;}
	#announcements .heading {width:266px; height:43px; padding:10px 0 0 51px; margin-left:6px; background: url(../images/sepline4.gif) no-repeat bottom left; color:#246487; font-size:21px; font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;}
	#announcements .announce {width:222px; margin-left:6px; padding:12px 44px 15px 51px; font-family:Georgia, "Times New Roman", Times, serif; color:#9f9f9f; background: url(../images/sepline4.gif) no-repeat bottom left;}
		#announcements .announce h2 {font-size:17px;}
		#announcements .announce .date {font-size:12px; font-style:italic;}
		#announcements .announce p {font-size:12px; color:#5c5c5c; margin:7px 0 0 0; line-height:20px;}
	#announcements .extraspace {width:317px; height:2000px;}
	
	#ann1 {}
	#ann2 {}
	#ann3 {}
	#ann4 {}
	#ann5 {}

/*====================================================================*/
/*==================>>> Distinctives Rotator <<<======================*/
/*====================================================================*/

#slideshow { margin:0; z-index:1; }
#slideshow img { padding:0; margin:-50px 0 0 0; border:none; float:left; }
#nav { width: 856px; height:50px; margin:0; display:block; position:relative; z-index:6; top:235px; float:left; }
/* #nav li { float:left; margin:0; padding:0; list-style: none; } */
#nav a { padding:0; display:block; border:none; }
#nav a.activeSlide { background:transparent; }
#nav a:focus { outline:none; }
#nav img { border:none; display: block; float:left; }

#navDiv { width:856px; height:50px; margin:0; }

/*------*/


<script src="../scripts/swfobject_modified.js" type="text/javascript"></script>
<script type="text/javascript">

swfobject.registerObject("FlashID");
//
</script>



