@charset "utf-8";
/* CSS Document */
html {
	height:100%;
}

body {
	height:100%;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-color:#666666;
}
a:link {text-decoration: none; color: #999999; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}
a:visited {text-decoration: none; color: #999999; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}
a:hover {text-decoration:underline; color: #999999; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}
a:active {text-decoration: none; color: #999999; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}
.link {width:100px; height:20px; background-color:#999999;}
.menuText { font-family:Verdana; font-size:13px; color:#999999; margin-left:10px; margin-top:6px;}
.subMenuText {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#999999;}
.quickMenuText {font-family:Verdana, Arial; font-size:11px; color:#999999; margin-top:3px;}
.contentText {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; color:#000000;}
.commentText {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#000000; padding:10px;}
.commentText2 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#ffffff;}
.knowledgeText {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#666666;}
.calendarText {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:9px; color:#000000; margin:5px;}
.footerText {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#000000; margin-left:450px; margin-top:3px;}
.specialText {font-family:Vivaldi; font-size:18px; color:#000000;}
.formText {font-family:Vivaldi; font-size:18px; font-style:bold; color:#15938F;}
.formText2 {font-family:Verdana; font-size:11px; font-style:bold; color:#000000;}
.formText3 {font-family:Verdana; font-size:11px; font-style:bold; color:#FFFFFF;}
.replyText {font-family:Verdana; font-size:13px; font-style:bold; color:#000000; padding:5px;}
.radioText {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; color:#999999;}
.formBox {font-family:Verdana; font-size:11px; font-style:bold; color:#ffffff; background-color:#000000; border:none;}
.formBox2 {font-family:Verdana; font-size:11px; font-style:bold; color:#000000; background-color:#CCCCCC; border:none;}
.formBox3 {font-family:Verdana; font-size:11px; font-style:bold; color:#000000; background-color:#4b59a3; border:none;}
.decorText {text-decoration:underline;}
.line {border:1px solid #1DC9C5; margin-top:15px;  vertical-align:middle;}
.borders { border-left-color:#333333; border-left-style: solid; border-left-width: 1px; border-right-color:#333333; border-right-style: solid; 
border-right-width: 1px; padding-left:20px; padding-right:20px;}
.leftBorders { border-left-color:#333333; border-left-style: solid; border-left-width: 1px; padding-left:20px;}
.clearer {clear:left;}

#container {
	width:100%;
	height: 1762px;
	position: absolute;
	background-color:#000000;
}

#temp {
	width:800px;
	height:455px;
	margin-top:50px;
	margin-left:200px;
	background-image:url(../images/temporary.jpg);
	background-repeat:no-repeat;
	position:absolute;
}
	

/************ HEADER STYLES **********/

#topHeader {
	width:100%;
	height:30px;
	background-image:url(../images/bar.jpg);
	background-repeat:repeat-x;
}

#header {
	width:100%;
	height:150px;
	background-image:url(../images/bar2.jpg);
	background-repeat:repeat-x;
}

#headerContent {
	width:100%;
	height:140px;
	position:absolute;
}

#bottomHeader {
	width:100%;
	height:30px;
	background-image:url(../images/menuBack.jpg);
	background-repeat:repeat-x;
	border-top:#000000 1px solid;
}

#flashHeader {
	width:1024px;
	height:165px;
}

#flash {
	width:972px;
	height:165px;
	margin-left:27px;
	background-color:#000000;
	position:absolute;
}

/************ MENU STYLES **********/

#menu {
	float: left; 
	width:900px; 
	margin:0px 0px 0px 0px; 
	padding: 0px; /*46px;*/ 
	list-style: none;
	font-family:Verdana; font-size:13px; color:#999999; margin-left:10px;
}

#menu li {
	float: left; 
	margin: 0px; 
	padding: 0; 
	font-size: 80%;
}

#menu a {
	height:21px;
	float: left; 
	display: block; 
	margin:0; 
	padding:4px 8px; 
	color:#999999;
	font-weight:550;
	font-family:Verdana;
	text-decoration:none; 
	border-right:1px solid #333333; 
}

#menu li a:hover, #menu li a.current {
	color: #ffffff; 
	background: #191919;
}

#menu li.tabmargin {
	margin-left:25px;
}

#menuContainer {
	width:705px;
	height:30px;
	position:absolute;
}

#nav {
    position: absolute;
    width: 180px;
	font-size:13px;
}

ul#nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

#nav a {
    display: block;
    width: 150px;
	height:15px;
    padding-left: 20px;
    margin: 3px 0;
    text-decoration: none;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-variant: small-caps;
    font-weight: bold;
}

#nav a:link, #nav a:visited {
	background-image:url(../images/pointer.jpg);
	background-repeat:no-repeat;
    color: #333333;
}

#nav a:hover, #nav a:active {
    border-left-color: #fff;
    background-color: #666666;
    color: #fff;
}

#quickMenu {
	width:1100px;
	height:20px;
	margin-top:2px;
	margin-left:20px;
	position:absolute;
}

/************ CONTENT STYLES **********/

#contentWrapper {
	width:100%;
	height:100%;
	margin-top:110px;
	background-image:url(../images/contentGradient.jpg);
	background-repeat:repeat-x;
	background-color:#666666;
	position:absolute;
}


/************ INDEX STYLES **********/

#slideshow {
	width:500px;
	height:200px;
	margin-top:125px;
	margin-left:75px;
	border:#333333 solid 2px;
	position:absolute;
}

#newsBack {
	width:450px;
	height:785px;
	background-color:#CCCCCC;
	position:absolute;
}

#news {
	width:450px;
	height:1325px;
	margin-top:125px;
	margin-left:585px;
	border:#333333 2px solid;
	position:absolute;
}

#videoContainer {
	width:520px;
	height:380px;
	margin-top:150px;
	margin-left:270px;
	padding-top:-20px;
	border:#333333 2px solid;
	position:absolute;
}

#videoBack {
	width:500px;
	height:300px;
	margin-top:350px;
	margin-left:75px;
	position:absolute;
}

#videoText {
	width:500px;
	height:95px;
	background-image:url(../images/videoseries.jpg);
	background-repeat:no-repeat;
	position:absolute;
}

#videoLong {
	width:500px;
	height:150px;
	margin-top:100px;
	border:#333333 2px solid;
	background-image:url(../images/videoScreenshotLong.jpg);
	background-repeat:no-repeat;
	position:absolute;
}

#video1 {
	width:150px;
	height:150px;
	margin-top:100px;
	border:#333333 2px solid;
	background-image:url(../images/videoScreenshot1.jpg);
	background-repeat:no-repeat;
	position:absolute;
}

#video2 {
	width:150px;
	height:150px;
	margin-top:100px;
	margin-left:177px;
	border:#333333 2px solid;
	background-image:url(../images/videoScreenshot2.jpg);
	background-repeat:no-repeat;
	position:absolute;
}

#video3 {
	width:150px;
	height:150px;
	margin-top:100px;
	margin-left:350px;
	border:#333333 2px solid;
	background-image:url(../images/videoScreenshot3.jpg);
	background-repeat:no-repeat;
	position:absolute;
}

#featureBack {
	width:500px;
	height:250px;
	margin-top:1200px;
	margin-left:75px;
	position:absolute;
}

#featureText {
	width:500px;
	height:95px;
	background-image:url(../images/featuredseries.jpg);
	background-repeat:no-repeat;
	position:absolute;
}

#feature1 {
	width:150px;
	height:150px;
	margin-top:100px;
	border:#333333 2px solid;
	background-image:url(../images/features/freetobeMeSM.jpg);
	background-repeat:no-repeat;
	position:absolute;
}

#feature2 {
	width:150px;
	height:150px;
	margin-top:100px;
	margin-left:177px;
	border:#333333 2px solid;
	background-image:url(../images/features/discoverSM.jpg);
	background-repeat:no-repeat;
	position:absolute;
}

#feature3 {
	width:150px;
	height:150px;
	margin-top:100px;
	margin-left:350px;
	border:#333333 2px solid;
	background-image:url(../images/features/thinkhigherSM.jpg);
	background-repeat:no-repeat;
	position:absolute;
}

#radioBack {
	width:500px;
	height:250px;
	margin-top:660px;
	margin-left:75px;
	position:absolute;
}

#radioText {
	width:500px;
	height:95px;
	background-image:url(../images/radioseries.jpg);
	background-repeat:no-repeat;
	position:absolute;
}

#radioContent {
	width:500px;
	height:195px;
	margin-top:275px;
	position:absolute;
}

#radio1 {
	width:150px;
	height:150px;
	margin-top:100px;
	border:#333333 2px solid;
	background-image:url(../images/radioscreenshot1.jpg);
	background-repeat:no-repeat;
	position:absolute;
}

#radio2 {
	width:150px;
	height:150px;
	margin-top:100px;
	margin-left:177px;
	border:#333333 2px solid;
	background-image:url(../images/radioscreenshot2.jpg);
	background-repeat:no-repeat;
	position:absolute;
}

#radio3 {
	width:150px;
	height:150px;
	margin-top:100px;
	margin-left:350px;
	border:#333333 2px solid;
	background-image:url(../images/radioscreenshot3.jpg);
	background-repeat:no-repeat;
	position:absolute;
}

#radioListen {
	width:150px;
	height:150px;
	margin-top:1040px;
	margin-left:400px;
	background-image:url(../radioshow/images/listenonline.jpg);
	background-repeat:no-repeat;
	position:absolute;
}

#churchLogo {
	width:200px;
	height:175px;
	margin-top:-5px;
	margin-left:100px;
	position:absolute;
}

#logosBack {
	width:100%;
	height:115px;
	background-color:#000000;
	position:absolute;
}

#logos {
	width:720px;
	height:115px;
	margin-left:70px;
	position:absolute;
}

#quickInfo {
	width:255px;
	height:115px;
	margin-left:785px;
	background-color:#0066CC;
	background-image:url(../images/quickMenuBack.jpg);
	background-repeat:no-repeat;
	position:absolute;
}

#knowledge {
	width:250px;
	height:80px;
	margin-top:22px;
	margin-left:5px;
	overflow:hidden;
	position:absolute;
}

/************ BOOKSTORE CART STYLES **********/

#bookstoreCartWrapper {
	width:100%;
	height:100%;
	margin-top:0px;
	background-image:url(../images/contentGradient.jpg);
	background-repeat:repeat-x;
	background-color:#666666;
	position:absolute;
}

/************ ABOUT PAGE STYLES **********/

#aboutMenu {
	width:150px;
	height:400px;
	margin-top:50px;
	margin-left:34px;
	position:absolute;
}

#aboutWrapper {
	width:720px;
	height:600px;
	margin-top:125px;
	margin-left:200px;
	background-color:#333333;
	position:absolute;
}

#aboutContent {
	width:625px;
	height:630px;
	margin-top:50px;
	margin-left:190px;
	background-color:#666666;
	position:absolute;
}

/************ FAITH PAGE STYLES **********/

#faithImage1 {
	width:240px;
	height:160px;
	margin-top:50px;
	margin-left:820px;
	background-image:url(../images/faith1.jpg);
	background-repeat:no-repeat;
	border:#333333 1px solid;
	position:absolute;
}

/************ MEMBER PAGE STYLES **********/

#memberImage1 {
	width:240px;
	height:160px;
	margin-top:50px;
	margin-left:820px;
	background-image:url(../images/member1.jpg);
	background-repeat:no-repeat;
	border:#333333 1px solid;
	position:absolute;
}

/************ HISTORY PAGE STYLES **********/

#historyContent {
	width:625px;
	margin-top:50px;
	margin-left:190px;
	background-color:#666666;
	position:absolute;
}

#historyImage1 {
	width:240px;
	height:160px;
	margin-top:50px;
	margin-left:820px;
	background-image:url(../images/churchFront.jpg);
	background-repeat:no-repeat;
	border:#333333 1px solid;
	position:absolute;
}


/************ SALVATION PAGE STYLES **********/

#salvationImage1 {
	width:240px;
	height:160px;
	margin-top:50px;
	margin-left:820px;
	background-image:url(../images/salvation1.jpg);
	background-repeat:no-repeat;
	border:#333333 1px solid;
	position:absolute;
}




/************ PASTOR PAGE STYLES **********/

#pastorContent {
	width:560px;
	height:400px;
	margin-top:50px;
	margin-left:190px;
	background-color:#666666;
	position:absolute;
}

#bioText {
	width:600px;
	height:100px;
	background-image:url(../images/pastorBioTitle.jpg);
	background-repeat:no-repeat;
	position:absolute;
}

#pastorBiopic {
	width:280px;
	height:380px;
	margin-left:575px;
	background-image:url(../images/pastorBiopic.jpg);
	background-repeat:no-repeat;
	border:#333333 1px solid;
	position:absolute;
}
	
/************ FOUNDER PAGE STYLES **********/

#founderContent {
	width:560px;
	height:400px;
	margin-top:50px;
	margin-left:190px;
	background-color:#666666;
	position:absolute;
}

#founderTitle {
	width:600px;
	height:100px;
	background-image:url(../images/founderBioTitle.jpg);
	background-repeat:no-repeat;
	position:absolute;
}

#founderBioPic1 {
	width:280px;
	height:382px;
	margin-left:575px;
	background-image:url(../images/founderBioPic3.jpg);
	background-repeat:no-repeat;
	border:#CCCCCC 1px solid;
	position:absolute;
}

#founderBioPic2 {
	width:280px;
	height:382px;
	margin-left:575px;
	margin-top:390px;
	background-image:url(../images/founderBioPic2.jpg);
	background-repeat:no-repeat;
	border:#CCCCCC 1px solid;
	position:absolute;
}

/************ MINISTERS PAGE STYLES **********/

#ministersContent {
	width:900px;
	height:975px;
	margin-top:50px;
	margin-left:200px;
	position:absolute;
}

#ministersTitle {
	width:600px;
	height:100px;
	background-image:url(../images/ministersBioTitle.jpg);
	background-repeat:no-repeat;
	position:absolute;
}

#ministerText1 {
	width:650px;
	height:300px;
	border-left:#333333 solid 1px;
	margin-top:110px;
	margin-left:235px;
	padding:10px;
	position:absolute;
}

#ministerText2 {
	width:650px;
	height:300px;
	border-left:#333333 solid 1px;
	margin-top:410px;
	margin-left:235px;
	padding:10px;
	position:absolute;
}

#ministerText3 {
	width:650px;
	height:300px;
	border-left:#333333 solid 1px;
	margin-top:720px;
	margin-left:235px;
	padding:10px;
	position:absolute;
}

#ministerText4 {
	width:650px;
	height:300px;
	border-left:#333333 solid 1px;
	margin-top:1020px;
	margin-left:235px;
	padding:10px;
	position:absolute;
}

#ministerPic1 {
	width:200px;
	height:300px;
	margin-top:110px;
	margin-left:15px;
	background-image:url(../images/kevin.jpg);
	background-repeat:no-repeat;
	border:#CCCCCC 1px solid;
	position:absolute;
}

#ministerPic2 {
	width:200px;
	height:300px;
	margin-top:415px;
	margin-left:15px;
	background-image:url(../images/theodore.jpg);
	background-repeat:no-repeat;
	border:#CCCCCC 1px solid;
	position:absolute;
}

#ministerPic3 {
	width:200px;
	height:300px;
	margin-top:720px;
	margin-left:15px;
	background-image:url(../images/rossevelt.jpg);
	background-repeat:no-repeat;
	border:#CCCCCC 1px solid;
	position:absolute;
}

#ministerPic4 {
	width:200px;
	height:300px;
	margin-top:1025px;
	margin-left:15px;
	background-image:url(../images/marsha.jpg);
	background-repeat:no-repeat;
	border:#CCCCCC 1px solid;
	position:absolute;
}

/************ CHILDREN MINISTRY PAGE STYLES **********/

#childrenWrapper {
	width:900px;
	height:865px;
	margin-top:55px;
	margin-left:175px;
	position:absolute;
}

#childrenSubMenu {
	width:150px;
	height:50px;
	margin-top:5px;
	border-top:#333333 solid 1px;
	position:absolute;
}

#childrenContent {
	width:600px;
	height:850px;
	margin-top:5px;
	margin-left:158px;
	position:absolute;
}

#childrensTitle {
	width:600px;
	height:100px;
	background-image:url(../images/childrenTitle.jpg);
	background-repeat:no-repeat;
	position:absolute;
}

#childrensLogo {
	width:200px;
	height:120px;
	margin-top:60px;
	margin-left:970px;
	border:#333 1px solid;
	background-image:url(../logos/heirsWithChrist.jpg);
	background-repeat:no-repeat;
	position:absolute;
}

#childrensText {
	width:800px;
	height:800px;
	margin-top:50px;
	position:absolute;
}

.childrenMenuText {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#cccccc; margin-left:5px; margin-top:0px;}


/************ CROSSOVER MINISTRY PAGE STYLES **********/

#crossoverWrapper {
	width:900px;
	height:865px;
	margin-top:55px;
	margin-left:175px;
	position:absolute;
}

#crossoverSubMenu {
	width:150px;
	height:50px;
	margin-top:22px;
	border-top:#333333 solid 1px;
	position:absolute;
}

#crossoverContent {
	width:600px;
	height:850px;
	margin-top:5px;
	margin-left:158px;
	position:absolute;
}

#crossoverTitle {
	width:600px;
	height:100px;
	background-image:url(../images/childrenTitle.jpg);
	background-repeat:no-repeat;
	position:absolute;
}

#crossoverLogo {
	width:200px;
	height:200px;
	margin-top:60px;
	margin-left:970px;
	background-image:url(../logos/crossoverLogo.jpg);
	background-repeat:no-repeat;
	position:absolute;
}

#crossoverText {
	width:800px;
	height:800px;
	margin-top:50px;
	position:absolute;
}

.crossoverMenuText {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#cccccc; margin-left:85px; margin-top:0px;}


/************ EFC MINISTRY PAGE STYLES **********/

#efcWrapper {
	width:900px;
	height:865px;
	margin-top:55px;
	margin-left:175px;
	position:absolute;
}

#efcSubMenu {
	width:150px;
	height:50px;
	margin-top:38px;
	border-top:#333333 solid 1px;
	position:absolute;
}

#efcContent {
	width:600px;
	height:850px;
	margin-top:5px;
	margin-left:158px;
	position:absolute;
}

#efcTitle {
	width:600px;
	height:100px;
	background-image:url(../images/childrenTitle.jpg);
	background-repeat:no-repeat;
	position:absolute;
}

#efcLogo {
	width:160px;
	height:140px;
	margin-top:60px;
	margin-left:970px;
	background-image:url(../logos/efcLogo.jpg);
	background-repeat:no-repeat;
	position:absolute;
}

#efcText {
	width:800px;
	height:800px;
	margin-top:50px;
	position:absolute;
}

.efcMenuText {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#cccccc; margin-left:5px; margin-top:0px;}

/************ BIBLE TRAINING CENTER MINISTRY PAGE STYLES **********/

#btcWrapper {
	width:900px;
	height:865px;
	margin-top:55px;
	margin-left:75px;
	position:absolute;
}

#btcMenu {
	width:150px;
	height:50px;
	margin-top:38px;
	border-top:#333333 solid 1px;
	position:absolute;
}

#btcContent {
	width:600px;
	height:850px;
	margin-top:5px;
	margin-left:158px;
	position:absolute;
}

#btcTitle {
	width:600px;
	height:100px;
	background-image:url(../images/childrenTitle.jpg);
	background-repeat:no-repeat;
	position:absolute;
}

#btcLogo {
	width:160px;
	height:140px;
	margin-top:60px;
	margin-left:970px;
	background-image:url(../images/lfbtc_logo.jpg);
	background-repeat:no-repeat;
	position:absolute;
}

#btcText {
	width:800px;
	height:800px;
	margin-top:50px;
	position:absolute;
}

.bibletrainingMenuText {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#cccccc; margin-left:5px; margin-top:0px;}

/************ G12 MINISTRY PAGE STYLES **********/

#g12Wrapper {
	width:900px;
	height:865px;
	margin-top:55px;
	margin-left:200px;
	position:absolute;
}

#g12Content {
	width:600px;
	height:850px;
	margin-top:5px;
	position:absolute;
}

#g12Title {
	width:600px;
	height:100px;
	background-image:url(../images/childrenTitle.jpg);
	background-repeat:no-repeat;
	position:absolute;
}

#g12Logo {
	width:200px;
	height:170px;
	margin-top:60px;
	margin-left:820px;
	background-image:url(../logos/g12Logo.jpg);
	background-repeat:no-repeat;
	position:absolute;
}

#g12Text {
	width:800px;
	height:800px;
	margin-top:50px;
	position:absolute;
}

.g12MenuText {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#cccccc; margin-left:5px; margin-top:0px;}


/************ MEN MINISTRY PAGE STYLES **********/

#menWrapper {
	width:900px;
	height:865px;
	margin-top:55px;
	margin-left:175px;
	position:absolute;
}

#menSubMenu {
	width:150px;
	height:50px;
	margin-top:78px;
	border-top:#333333 solid 1px;
	position:absolute;
}

#menContent {
	width:600px;
	height:850px;
	margin-top:5px;
	margin-left:158px;
	position:absolute;
}

#menTitle {
	width:600px;
	height:100px;
	background-image:url(../images/childrenTitle.jpg);
	background-repeat:no-repeat;
	position:absolute;
}

#menLogo {
	width:200px;
	height:166px;
	margin-top:60px;
	margin-left:970px;
	background-image:url(../logos/menofhonorLogo.jpg);
	background-repeat:no-repeat;
	position:absolute;
}

#menText {
	width:800px;
	height:800px;
	margin-top:50px;
	position:absolute;
}

#menvideoText {
	width:230px;
	height:380px;
	margin-left:550px;
	background-image:url(../images/menmentorText.jpg);
	background-repeat:no-repeat;
	position:absolute;
}

.menMenuText {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#cccccc; margin-left:5px; margin-top:0px;}


/************ CAFE MINISTRY PAGE STYLES **********/

#bookstoreWrapper {
	width:900px;
	height:865px;
	margin-top:55px;
	margin-left:175px;
	position:absolute;
}

#bookstoreSubMenu {
	width:150px;
	height:50px;
	margin-top:95px;
	border-top:#333333 solid 1px;
	position:absolute;
}

#bookstoreContent {
	width:600px;
	height:850px;
	margin-top:5px;
	margin-left:158px;
	position:absolute;
}

#bookstoreTitle {
	width:600px;
	height:100px;
	background-image:url(../images/childrenTitle.jpg);
	background-repeat:no-repeat;
	position:absolute;
}

#bookstoreLogo {
	width:200px;
	height:166px;
	margin-top:60px;
	margin-left:970px;
	background-image:url(../logos/bookstoreLogo.jpg);
	background-repeat:no-repeat;
	position:absolute;
}

#bookstoreText {
	width:800px;
	height:800px;
	margin-top:50px;
	position:absolute;
}

.bookstoreMenuText {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#cccccc; margin-left:5px; margin-top:0px;}


/************ EVENT PAGE STYLES **********/

#eventMenu {
	width:150px;
	height:400px;
	margin-top:50px;
	margin-left:34px;
	position:absolute;
}

#eventWrapper {
	width:720px;
	height:600px;
	margin-top:125px;
	margin-left:200px;
	background-color:#333333;
	position:absolute;
}

#eventContent {
	width:900px;
	height:600px;
	margin-top:50px;
	margin-left:90px;
	border:#000000 1px solid;
	position:absolute;
}

/************ FEATURES PAGE STYLES **********/

#featureContent {
	width:900px;
	height:3000px;
	margin-top:50px;
	margin-left:90px;
	position:absolute;
}

#featureImage0 {
	width:500px;
	height:473px;
	border:#000000 1px solid;
	position:absolute;
}

#featureImage1 {
	width:500px;
	height:473px;
	margin-top:485px;
	border:#000000 1px solid;
	position:absolute;
}

#featureImage2 {
	width:500px;
	height:473px;
	margin-top:975px;
	border:#000000 1px solid;
	position:absolute;
}

#featureImage3 {
	width:500px;
	height:473px;
	margin-top:1465px;
	border:#000000 1px solid;
	position:absolute;
}

#featureImage4 {
	width:500px;
	height:473px;
	margin-top:1955px;
	border:#000000 1px solid;
	position:absolute;
}

#featureImage5 {
	width:500px;
	height:473px;
	margin-top:2445px;
	border:#000000 1px solid;
	position:absolute;
}

#featureImage6 {
	width:500px;
	height:473px;
	margin-top:2935px;
	border:#000000 1px solid;
	position:absolute;
}

#featureText {
	width:500px;
	height:200px;
	position:absolute;
}

#featureText0 {
	width:400px;
	height:200px;
	margin-left:525px;
	position:absolute;
}

#featureText1 {
	width:400px;
	height:200px;
	margin-top:485px;
	margin-left:525px;
	position:absolute;
}

#featureText2 {
	width:400px;
	height:200px;
	margin-top:975px;
	margin-left:525px;
	position:absolute;
}

#featureText3 {
	width:400px;
	height:200px;
	margin-top:1465px;
	margin-left:525px;
	position:absolute;
}

#featureText4 {
	width:400px;
	height:200px;
	margin-top:1955px;
	margin-left:525px;
	position:absolute;
}

#featureText5 {
	width:400px;
	height:200px;
	margin-top:2455px;
	margin-left:525px;
	position:absolute;
}

#featureText6 {
	width:400px;
	height:200px;
	margin-top:2935px;
	margin-left:525px;
	position:absolute;
}


/************ RADIO SHOW PAGE STYLES(REMOVABLE WHEN EVENT IS OVER) **********/
#radioShowBack {
	width:500px;
	height:250px;
	margin-top:125px;
	margin-left:275px;
	position:absolute;
}

#radioShowText {
	width:500px;
	height:95px;
	background-image:url(../images/radioseries.jpg);
	background-repeat:no-repeat;
	position:absolute;
}

#radioShowContent {
	width:550px;
	height:300px;
	margin-top:325px;
	margin-left:220px;
	position:absolute;
}

#radioShow1 {
	width:150px;
	height:150px;
	margin-top:100px;
	border:#333333 2px solid;
	background-image:url(../images/radioscreenshot1.jpg);
	background-repeat:no-repeat;
	position:absolute;
}

#radioShow2 {
	width:150px;
	height:150px;
	margin-top:100px;
	margin-left:177px;
	border:#333333 2px solid;
	background-image:url(../images/radioscreenshot2.jpg);
	background-repeat:no-repeat;
	position:absolute;
}

#radioShow3 {
	width:150px;
	height:150px;
	margin-top:100px;
	margin-left:350px;
	border:#333333 2px solid;
	background-image:url(../images/radioscreenshot3.jpg);
	background-repeat:no-repeat;
	position:absolute;
}




/************ FASTING PAGE STYLES(REMOVABLE WHEN EVENT IS OVER) **********/

#fastingform {
	width:500px;
	height:636px;
	margin-top:125px;
	margin-left:75px;
	border:#333333 solid 2px;
	position:absolute;
}

#fastingimage {
	width:450px;
	height:636px;
	margin-top:125px;
	margin-left:585px;
	background-color:#FFFFFF;
	border:#333333 2px solid;
	position:absolute;
}

/************ MENS RETREAT PAGE STYLES(REMOVABLE WHEN EVENT IS OVER) **********/

#retreatform {
	width:500px;
	height:767px;
	margin-top:125px;
	margin-left:75px;
	background-color:#FFFFFF;
	border:#333333 solid 2px;
	position:absolute;
}

#retreatimage {
	width:450px;
	height:669px;
	margin-top:125px;
	margin-left:585px;
	border:#333333 2px solid;
	position:absolute;
}

#retreatlink {
	width:448px;
	height:32px;
	margin-top:765px;
	margin-left:588px;
	background-color:#000000;
	position:absolute;
}

/************ 2010 HOLYSPIRIT CONFERENCE PAGE STYLES(REMOVABLE WHEN EVENT IS OVER) **********/

#holyspiritform {
	width:500px;
	height:326px;
	margin-top:125px;
	margin-left:75px;
	background-color:#FFFFFF;
	border:#333333 solid 2px;
	position:absolute;
}

#holyspiritimage {
	width:450px;
	height:514px;
	margin-top:125px;
	margin-left:585px;
	border:#333333 2px solid;
	position:absolute;
}

/************ IT IS FINISHED PAGE STYLES(REMOVABLE WHEN EVENT IS OVER) **********/

#iifimage {
	width:930px;
	height:600px;
	margin-top:125px;
	margin-left:100px;
	border:#333333 2px solid;
	position:absolute;
}

/************ FOOD DRIVE PAGE STYLES(REMOVABLE WHEN EVENT IS OVER) **********/

#fooddriveimage {
	width:496px;
	height:704px;
	margin-top:125px;
	margin-left:220px;
	border:#333333 2px solid;
	position:absolute;
}

/************ PREPARE TO LAST PAGE STYLES(REMOVABLE WHEN EVENT IS OVER) **********/

#prepareimage {
	width:465px;
	height:705px;
	margin-top:125px;
	margin-left:220px;
	border:#333333 2px solid;
	position:absolute;
}

/************ TESTIMONY PAGE STYLES(REMOVABLE WHEN EVENT IS OVER) **********/

#testimonyform {
	width:500px;
	height:767px;
	margin-top:200px;
	margin-left:75px;
	background-color:#000000;
	position:absolute;
}

#testimonyimage {
	width:450px;
	height:669px;
	margin-top:200px;
	margin-left:585px;
	position:absolute;
}

#testimonyText {
	width:950px;
	height:30px;
	margin-top:125px;
	margin-left:75px;
	position:absolute;
}

/************ RED RIDING HOOD PAGE STYLES(REMOVABLE WHEN EVENT IS OVER) **********/

#ridinghoodform {
	width:600px;
	height:442px;
	margin-top:125px;
	margin-left:75px;
	background-color:#FFFFFF;
	border:#333333 solid 2px;
	position:absolute;
}

#ridinghoodimage {
	width:400px;
	height:499px;
	margin-top:125px;
	margin-left:685px;
	border:#333333 2px solid;
	position:absolute;
}

/************ BIBLE TRAINING CENTER PAGE STYLES(REMOVABLE WHEN EVENT IS OVER) **********/

#btcPageTitle {
	width:962px;
	height:100px;
	margin-top:125px;
	margin-left:75px;
	background-color:#FFFFFF;
	border:#333333 solid 2px;
	position:absolute;
}

#btcform1 {
	width:962px;
	height:240px;
	margin-top:230px;
	margin-left:75px;
	background-color:#FFFFFF;
	border:#333333 solid 2px;
	position:absolute;
}

#btcform {
	width:500px;
	height:508px;
	margin-top:480px;
	margin-left:75px;
	background-color:#FFFFFF;
	border:#333333 solid 2px;
	position:absolute;
}

#btcimage {
	width:450px;
	height:508px;
	margin-top:480px;
	margin-left:585px;
	border:#333333 2px solid;
	position:absolute;
}

#btclink {
	width:448px;
	height:32px;
	margin-top:765px;
	margin-left:588px;
	background-color:#000000;
	position:absolute;
}


/************ CALENDAR PAGE STYLES **********/

#calendarContent {
	width:682px;
	height:480px;
	margin-top:50px;
	margin-left:180px;
	border:#000000 1px solid;
	position:absolute;
}

/************ FORM PAGE STYLES **********/

#formContent {
	width:682px;
	height:400px;
	margin-top:25px;
	margin-left:250px;
	position:absolute;
}

#subscribe label, #interests label {
    display: inline;
    padding: 0 20px 0 3px;
}

fieldset {
    border: none;
}



.alertText {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:15px; color:#FF0000;}

/************ CONTACT PAGE STYLES **********/

#contactMenu {
	width:150px;
	height:400px;
	margin-top:50px;
	margin-left:34px;
	position:absolute;
}

#contactWrapper {
	width:720px;
	height:600px;
	margin-top:125px;
	margin-left:200px;
	background-color:#333333;
	position:absolute;
}

#contactContent {
	width:900px;
	height:600px;
	margin-top:50px;
	margin-left:90px;
	position:absolute;
}

#contactMap {
	width:500px;
	height:300px;
	margin-top:125px;
	position:absolute;
}

#contactForm {
	width:300px;
	height:425px;
	margin-left:525px;
	position:absolute;
}

#contactText {
	width:500px;
	height:100px;
	position:absolute;
}

#prayerForm {
	width:300px;
	height:425px;
	margin-left:440px;
	position:absolute;
}
/************ EXTRA STYLES **********/

#commentWrapper {
	width:240px;
	height:540px;
	margin-top:45px;
	margin-left:820px;
	background-image:url(../images/commentBoxSNGL.jpg);
	background-repeat:no-repeat;
	position:absolute;
}

#commentBox1 {
	width:220px;
	height:210px;
	margin-top:40px;
	margin-left:10px;
	position:absolute;
}

#commentTitle1 {
	width:218px;
	height:35px;
	margin-top:5px;
	margin-left:10px;
	position:absolute;
}

#commentTitle2 {
	width:218px;
	height:35px;
	margin-top:241px;
	margin-left:10px;
	background-color:#006600;
	position:absolute;
}
	
#titleBackground {
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; color:#CCCCCC; padding-left:10px;
	width:570px;
	height:20px;
	background-color:#333333;
}

#commentWrapper {
	width:240px;
	height:540px;
	margin-top:45px;
	margin-left:820px;
	background-image:url(../images/commentBoxSNGL.jpg);
	background-repeat:no-repeat;
	position:absolute;
}

	
/************ FOOTER STYLES **********/

#footer {
	width:100%;
	height:30px;
	margin-top:1000px;
	background-image:url(../images/menuBack.jpg);
	background-repeat:repeat-x;
	border-top:#333333 1px solid;
	position:absolute;
	clear:both;
}

#shortFooter {
	width:100%;
	height:30px;
	margin-top:650px;
	background-image:url(../images/menuBack.jpg);
	background-repeat:repeat-x;
	border-top:#333333 1px solid;
	position:absolute;
	clear:both;
}

#indexFooter {
	width:100%;
	height:30px;
	margin-top:1550px;
	background-image:url(../images/menuBack.jpg);
	background-repeat:repeat-x;
	border-top:#333333 1px solid;
	position:absolute;
	clear:both;
}

#longFooter {
	width:100%;
	height:30px;
	margin-top:1460px;
	background-image:url(../images/menuBack.jpg);
	background-repeat:repeat-x;
	border-top:#333333 1px solid;
	position:absolute;
	clear:both;
}

#extralongFooter {
	width:100%;
	height:30px;
	margin-top:1900px;
	background-image:url(../images/menuBack.jpg);
	background-repeat:repeat-x;
	border-top:#333333 1px solid;
	position:absolute;
	clear:both;
}

#footerBox {
	width:100%;
	height:30px;
	margin-top:15px;
	clear:both;
}

/*
html>body #footer {
	width:760px;
	height:35px;
	margin-top:15px;
	background-image:url(images/footer.jpg);
	background-repeat:repeat-x;
	border-top:#C19F4F 1px solid;
	clear:both;
}
*/
