/*CSS Document*/
BODY
{
	margin: 0;
	background: url(images/bg-body.jpg) center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #061839;
}
A
{
	font-weight: bold;
	text-decoration: none;
}
IMG
{
	border: 0;
}
H1
{
	font-weight: normal;
	font-size: 34px;
	line-height: 36px;
	color: #4A6ACF;
	margin: 8px 0 0;
	text-align: center;
}
FORM, FIELDSET, INPUT, TEXTAREA
{
	margin: 0;
	border: 0;
	padding: 0;
}
#wrapper-outer
{
	width: 1000px;
	margin: auto;
	border-left: 3px solid #394698;
	border-right: 3px solid #394698;
	border-bottom: 3px solid #394698;
	background: url(images/bg-wrapper.png);
	padding-bottom: 20px;
}
#wrapper-inner
{
	width: 1000px;
	position: relative;
	padding-top: 262px;
	background: url(images/bg-text.png) repeat-y;
}
#slideshow
{
	position: absolute;
	top: 0;
	left: 0;
	width: 1000px;
	height: 400px;
	z-index: 1;
	background: url(images/2010-head-01.jpg) no-repeat;
}
.menu
{
	width: 680px;
	height: 32px;
	margin: auto;
	position: relative;
	left: 30px;
	z-index: 200;
}
.menu A
{
	color: #FFF;
	letter-spacing: 1px;
}
.menu A:hover, LI.active A
{
	color: #3750A5;
}
.menu UL, MENU LI UL
{
	list-style: none;
	margin: 0;
	padding: 0;
}
LI.level1
{
	background: url(images/bg-menu.png) left top;
	float: left;
	font-size: 12px;
	padding: 0 10px;
	line-height: 30px;
	position: relative;
}
.menu LI UL
{
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 200;
}
.menu LI:hover UL
{
	display: block;
}
.menu LI.level2
{
	display: block;
	padding: 3px 5px;
	float: none;
	border: 2px solid #F2F3F7;
	background: #ECEDF1;
	font-size: 11px;
	line-height: 12px;
	width: 120px;
	position: relative;
	margin-top: -2px;
}
LI.level2:hover
{
	background: #D5D6DA;
}
LI.level2 A
{
	color: #4A6AD0;
	letter-spacing: normal;
}
LI.level2 A:hover
{
	color: #1C276D;
}
LI.level1:hover, LI.active
{
	background: url(images/bg-menuR.png) left top;
}
#menuL
{
	width: 13px;
	height: 30px;
	background: url(images/menuEnd-L.png);
	float: left;
}
#menuR
{
	width: 15px;
	height: 30px;
	float: left;
	background: url(images/menuEnd-R.png);
}
#content, #footer-content
{
	width: 650px;
	padding: 0px 175px 10px;
	position: relative;
	z-index: 1;
	clear: both;
}
#footer-content
{
	padding: 10px 175px;
	height: 40px;
	background: url(images/footer-text.png);
}
.intro
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.1em;
	color: #51628E;
	text-align: center;
	margin-bottom: 55px;
	position: relative;
	top: 10px;
}
.sermonListBox
{
	float: right;
	position: relative;
	border: 2px solid #233695;
	color: #000011;
	padding: 4px;
	margin: 0px 0px 0px 28px;
	font-size: 8pt;
	width: auto;
	height: auto;
	background: #E2E2E8;
}
.sermonListBox LI
{
	text-decoration: none;
	list-style-type: none;
	padding: 4px 0 0;
}
.sermonListBox LI:hover
{
	text-decoration: none;
	list-style-type: none;
	padding: 4px 0 0;
	background: #C7C7C9;
}
.sermonListBox H2
{
	font-size: 10.3pt;
	margin: 0;
}
.sermonListBox UL
{
	padding: 0;
}
#imageRotator
{
	z-index: 1;
}
#sitename
{
	position: relative;
	top: 2px;
	font-size: 33.2pt;
	color: #4969CE;
	text-align: center;
}
#langbar-top
{
	font-size: 13px;
	font-weight: lighter;
	color: #FFF;
	background-color: #000;
	text-align: center;
	letter-spacing: 3px;
	/*[disabled]display:none;*/
}
#langbar-top A
{
	font-size: 17px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	letter-spacing: 5px;
}
#langbar-top A:hover
{
	color: #000;
	background-color: #FFF;
}
#feedbackForm
{
	/*+border-radius:10px;*/
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border: 1px solid #FFFFFF;
	position: fixed;
	top: 183px;
	left: 290px;
	padding: 12px;
	height: auto;
	width: 285px;
	background-color: #010715;
	color: #F2F4F6;
	z-index: 2000;
}
.closebutton
{
	position: relative;
	width: 71px;
	height: 22px;
	top: 0px;
	left: 212px;
	cursor: pointer;
	border: 1px solid #187CE1;
	border-radius: 5px;
	text-align: center;
	color: #187CE1;
	padding: 2px;
}
.hidden
{
	display: none;
}
