* {
	padding: 0;
	margin: 0;
}

li{
	margin-left:20px;
}

a{
	color:#343b59;
}

#errormessage{
	color: #FF0000;
	font-size: 12px;
}

#markertext{
	font-size:11px;
}

#markertext h1
{
	font-size:12px;
	font-weight:bolder;
}

#markertext b
{
	font-weight:bolder;
}

#map{
	width:600px;
	height:700px;
	margin:20px;
}

body{
	background-color: #F0F5FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #363A65;
}

#border{
	width: 100%;
	height:100%;
	background-color: #F0F5FF;
	position: relative;
}

#header{
	width: 100%;
	height: 120px;
	top: 0;
	background-image: url(sitepics/headbar/headback.jpg);
	background-repeat: repeat-x;
}

#headerimg .mainlogo{
	position:absolute;
	margin: 0;
	font-size: 18px;
	padding-left: 20px;
}

#headerimg h2{
	width: 100%;
	color: #000;
	margin: 0px;
	padding-top: 10px;
	font-size: 16px;
	padding-left: 20px;
	
}

#headerimg{
	height: 120px;
	width:100%;
	top:0;
	background: url(sitepics/headbar/mainspirebot.jpg) no-repeat 45%;
	display:block;
}

#header .fclogo{
	position: absolute;
	display:block;
	top: 0px;
	right: 40px;
	text-decoration: none;
}

#login{
	float: right;
	margin-right:40px;
}

#login a:link{
	font-size: small;
	color: #2345bf;
	
}

#footer{
	width: 100%;
	background: url(sitepics/headbar/navbarback.jpg) repeat-x;
	display:block;
	margin-top:300px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer h1{
	color: #fff;
	margin: 0px;
	text-align: center;
	font-size: 10px;
}

#sidebar
{
	width:  190px;
	right: 0px;
	position: absolute;
	margin-right: 0;
	margin-left: 30px;
	margin-top:0;
	padding-bottom:0;
	
	
}

#sidebarbackground{
	background-image: url(sitepics/headbar/newsback.jpg);
	background-repeat: repeat;
}

#sidebarcorner{
	background-image: url(sitepics/headbar/roundcorner.jpg);
	background-repeat:no-repeat;
	background-color:#5c689a;
	width:100%;
	height:17px;
	margin-bottom:0;
	overflow:hidden;
}

#sidebarmain{
	padding-left: 10px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-top:1px;
	margin-top:0;
}

#sidebarmain #verse{
	margin-top:20px;
	margin-bottom:30px;
}

#sidebarmain #verse h1{
	width: 100%;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	font-size: 12px;
	color: #fff;
	margin-bottom: 5px;
	text-decoration: none;
}

#sidebarmain #verse h2{
	width: 100%;
	font-size: 18px;
	color: #fff;
	margin-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#sidebarmain #verse h3{
	width: 100%;
	font-size: 12px;
	color: #fff;
	margin-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#sidebarmain #news{
	margin-top:20px;
	margin-bottom:15px;
}

#sidebarmain #news h1{
	width: 100%;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	font-size: 18px;
	color: #fff;
	margin-bottom: 5px;
}

#news h2{
	width: 100%;
	font-size: 14px;
	color: #fff;
	margin-bottom: 5px;
}

#news h2 a{
	width: 100%;
	font-size: 14px;
	color: #fff;
	margin-bottom: 5px;
	text-decoration: none;
}

#content{
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	
}

#content #tborder{
	color: #003366;
	margin-left:50px;
	margin-right:250px;
	padding-top: 30px;
}

#content #tborder .bordtabletop{
	height:20px;
	
}

#content #tborder #top{
	height:20px;
	width:100%;
	background-image: url(sitepics/borders/bord-top.jpg);
	background-repeat: repeat-x;
}

#content #tborder #bot{
	height:20px;
	width:100%;
	background-image: url(sitepics/borders/bord-bot.jpg);
	background-repeat: repeat-x;
}

#content #tborder #left{
	height:100%;
	width:20px;
	background-image: url(sitepics/borders/bord-left.jpg);
	background-repeat: repeat-y;
}

#content #tborder #right{
	height:100%;
	width:20px;
	background-image: url(sitepics/borders/bord-right.jpg);
	background-repeat: repeat-y;
}

#content #tborder #topleft{
	height:20px;
	width:20px;
	background-image: url(sitepics/borders/bord-topleft.jpg);
	background-repeat: no-repeat;
}

#content #tborder #topright{
	height:20px;
	width:20px;
	background-image: url(sitepics/borders/bord-topright.jpg);
	background-repeat: no-repeat;
}

#content #tborder #botleft{
	height:20px;
	width:20px;
	background-image: url(sitepics/borders/bord-bot-left.jpg);
	background-repeat: no-repeat;
}

#content #tborder #botright{
	height:20px;
	width:20px;
	background-image: url(sitepics/borders/bord-bot-right.jpg);
	background-repeat: no-repeat;
}

#maintext #text
{
	color: #363A65;
	font-size:14px;
}

#maintext #text table
{
	font-size:14px;
}

#maintext #text p{
	margin-top:15px;
	margin-bottom:15px;
}

#maintext #text h1{
	font-size: 20px;
	margin-bottom:15px;
}

#maintext #text h2{
	font-size: 14px;
	margin-bottom:15px;
	margin:0;
}

#maintext #text h3{
	font-size: 12px;
	margin-bottom:15px;
}

.textbox{
	width:100%;
}

.selectionbox{
	width:100%;
}

.daymonthbox{
	width:20px;
}

.yearbox{
	width:40px;
}

#datespan{
	width:200px;
}

.imgleft{
	display: block;
	float:left;
	display:inline;
	margin-top: 50px;
	margin-left:20px;
	margin-right:10px;
	margin-bottom:20px;
}

.imgright{
	display: block;
	float:right;
	display:inline;
	margin-top: 50px;
	margin-left:10px;
	margin-right:20px;
	margin-bottom:20px;
}

#userlogin{
	position:absolute;
	top:5px;
	right:0px;
	margin-right:160px;
	visibility:hidden;
}

#getlogin{
	position:absolute;
	right:0;
}

#userlogin table td{
	
}

#userlogin h1{
	padding:0;
	height:20px;
	float:left;
	font-size: small;
	display:inline;
	font-size:12px;
}

#userlogin .textfield{
	height:20px;
	width:100px;
	float:left;
	display:inline;
}


/*Navigation Bar Code*/
#navbar
{
	width: 100%;
	height:29px;
	background: url(sitepics/headbar/navbarback.jpg) repeat;
	padding:0;
	margin:0;
}

#navbarimg{
	top:0;
	padding:0;
	background: url(sitepics/headbar/mainspirenav.jpg) no-repeat 45% 0;
	height:100%;
	display: block;
	border-width:0;
}

#navbuttons{
	height:100%;
	
}

.txtSearch{
	width:140px;
}

#search{
	height:100%;
	float: right;
	margin-right:10px;
	padding-top:3px;
}

#navbutton{
	color: #fff;
	float:left;
	border-color: #fff;
	border-right: 1px solid #fff;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom:0px;
	font-size: 14px;
	font-weight:bold;
	height:100%;
}

#navbutton a
{
	margin-top:5px;
	display:block;
	color: #fff;
	text-decoration: none;
	top:5px;
}

#navbutton a:hover
{
	background-color: #000099;
}

#dropmenudiv{
	position:absolute;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:29px;
	z-index:100;
	margin-top:0;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 0px 0;
	text-decoration: none;
	background-image: url(sitepics/headbar/navbarback.jpg);
	background-repeat: repeat-x;
	margin:0;
	color: #fff;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-image: url(sitepics/headbar/navbarbackhover.jpg);
	background-repeat: repeat-x;
}

/*Image manager css*/

.imageman{
	
}

/*Drop Down Category Selection*/
.selector{
	width:200px;
}

.txtselector{
	width:200px;
	visibility: hidden;
}

.manselector{
	margin-top:15px;
	width:150px;
	display:block;
}

.langchoice{
	margin-left:50px;
}

.langselect{
	margin-top:5px;
}

.studyselect{
	margin-left:80px;
	width:200px;
}

.langselector{
	width:100px;
}

.mantxtselector{
	visibility: hidden;
	display:block;
}

/*Links*/
.linkcat{
	margin-top:20px;
	margin-bottom:10px;
	font-size: 20px;
	font-style:normal;
	font-weight: bolder;
	width:100%;
	border-bottom-color: #44497D;
	border-bottom-style:solid;
}

.linkcontname{
	margin-left:30px;
	float:left;
	margin-bottom:10px;
}

.linkconturl{
	float:left;
	margin-bottom:10px;
}

.newsscroll{
	position:absolute;
	left:100px;
	width:600px;
	height:22px;
	margin-top:10px;
	overflow:hidden;
}

.newslisting{
	width:100%;
}

.newsheading{
	font-size: 16px;
	font-style:normal;
	font-weight: bolder;
	border-bottom-style: solid;
	border-bottom-color: #363A65;
	padding-bottom:5px;
	margin:20px;
	margin-right:50px;
	
}

.newsstory{
	padding-bottom:5px;
	margin-left:50px;
	margin-right:200px;
	font-size:14px;
}

.newsnav{
	width:100%;
	margin-top:30px;
}

.newsnav h1{
	text-align:center;
	font-size:16px;
}

.rssicon{
	margin-right:10px;
	border:none;
}

.peopleimg{

}

.peoplerowdiv{
	width: 50%;
	border-bottom-style:solid;
	margin-bottom:20px;
}

.sermonrow{
	margin-right:10px;
	margin-top:10px;
	font-size: 14px;
	margin-bottom:10px;
}

.sermontext{
	font-style:italic;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:5px;
	font-size: 14px;
}

.sermonheader{
	margin-right:10px;
	font-size: 16px;
	
}

.sermonplay{
	padding-top:5px;
	margin-right:10px;
	margin-left:10px;
	margin-bottom:10px;
	margin-top:10px;
}

.sermonpagcontrol{
	color: #ffffff;
	margin-left:10px;
	margin-right:10px;
}

.sermonpagcontrol:visited{
	color: #ffffff;
}

/*Communion Index*/
.comrow{
	margin-right:10px;	
	margin-left:10px;
	font-size:75%;
}

.comrowname{
	margin-right:30px;	
	margin-left:10px;
	font-weight: bolder;
}

.comrow h2{

}

.comrowdiv{
	width: 110%;
	border-bottom-style:solid;
	margin-bottom:20px;
}

.comheadertop{
	margin-right:10px;
	font-weight: bolder;
	font-size: 16px;
	text-align:center;
}

.comheader{
	margin-right:10px;
	font-weight: bolder;
	font-size: 16px;
	text-align:center;
}

/*
 * Searchbox for sermons
 **/
#searchbox{
	width:500px;
	border-style:dashed;
	border-width:1px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:0px;
	margin-bottom:20px;
}

#searchterm{
	width:400px;
	height:20px;
	margin-right:10px;
}

#searchnotifier{
	margin-bottom:10px;
}

#backtosermons{
	font-size:x-small;
}

.sermonsheader{
	background-color: #5c689a;
	color:#ffffff;
	height:30px;
}



.sermonrow0 {
    background-color: #f0f5ff;
}

.sermonrow1 {
    background-color: #d5dbe8;
}

#sermonstopleftcorner{
	background-image: url(sitepics/headbar/toplefttablecorner.jpg);
	width:16px;
	height:17px;
}

#sermonstoprightcorner{
	background-image: url(sitepics/headbar/toprighttablecorner.jpg);
	width:16px;
	height:17px;
}


