* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background: #b8acc4 url(/images/backgroundGradient.jpg) repeat-x;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 80%;
}

h2{
	color: rgb(134,122,146);
	border-bottom: 1px solid rgb(134,122,146);
	margin-bottom: 15px;
}

div#outer {
	/* Body is text-align: center for IE centering of body */
	text-align: left;
	margin: 0 auto;
	width: 1000px;
	color: rgb(64, 64, 64);
	background-color: rgb(224,212,178);
}

/* pageHeader */
div#pagebanner {
	background-color: rgb(155,139,175);
	background-position: 90% 5% ;
	background-image: url(/images/banner.jpg);
	background-repeat: no-repeat;
	height: 172px;
}	
/* End pageHeader */

div#contentdiv {
	position: relative;
	float: left;
	width: 100%;
	text-align: left;
	background-color: white;
}

div#maincontent{
	width: 100%;
	float: left;
}

div#textContent{
	margin: 15px 25px 45px 25px;
	min-height: 300px;
}

* html div#textContent{
	height: 330px;
}

/* End htmlEntries */ /* Messages */
div.messages {
	margin: 10px;
	padding: 2px 2px 2px 15px;
}

div#messagesErrors {
	border: 1px solid red;
	background-color: rgb(255, 220, 220);
}

div#messagesInfo {
	border: 1px solid blue;
	background-color: rgb(220, 220, 255);
}

div#messagesWarnings {
	border: 1px solid yellow;
	background-color: rgb(255, 255, 220);
}

div.pageMessage {
	width: 125px;
	float: right;
	padding: 5px 10px 10px 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	border-left: 1px solid rgb(230, 210, 230);
	color: rgb(141,122,141);
	font-style: italic;
	font-size: 1em;
	text-align: right;
}

div.aMessage {
	color: rgb(64, 92, 128);
}

.errorMessage {
	color: rgb(192, 0, 0);
}

/* End Messages */ /* Anchors */
a {
	color: rgb(32, 64, 92);
	font-size: 1em;
	text-decoration: none;
	font-weight: bold;
}

a.traditionalLink {
	font-weight: normal;
}

a.traditionalLink:link,a.traditionalLink:visited {
	text-decoration: underline;
}

a.traditionalLink:hover,a.traditionalLink:active {
	text-decoration: none;
}

a.external {
	padding-right: 10px;
	background: url('/images/external.gif') no-repeat 100% 25%;
}

a.externalWhite {
	padding-right: 10px;
	background: url('/images/externalWhite.gif') no-repeat 100% 25%;
}

a:hover {
	text-decoration: underline;
	color: Navy;
}

a.navLink {
	padding: 5px;
	float: left;
	display: block;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	border: 1px solid rgb(192, 192, 192);
	background-image: url('/images/linkbg.jpg');
	background-repeat: repeat-x;
	background-color: white;
}

a.navLink:hover {
	background-image: url('/images/linkbgselected.jpg');
}

/* End Anchors */ 

/* Newsletters */

ul.newsletters{
	list-style: none;
}

ul.newsletters li{
	margin-left: 25px;
}

ul.newsletters li.yearHeader{
	margin: 15px 0 15px 5px;
	font-weight: bold;
	color: rgb(142, 122, 142);
}

/* End Newsletters */

/* Menus */
ul.buttons {
	font-size: 1em;
	text-align: center;
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
}

ul.buttons li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

ul.buttons li a {
	padding: 5px;
	float: left;
	display: block;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	border: 1px solid rgb(192, 192, 192);
	background-image: url('/images/linkbg.jpg');
	background-repeat: repeat-x;
	background-color: white;
}

ul.buttons li a:hover {
	background-image: url('/images/linkbgselected.jpg');
}

ul.buttons li a:active {
	background-image: url('/images/linkbgselected.jpg');
}

ul.buttons li a:link,ul.buttons li a:visited {
	color: rgb(32, 64, 92);
}

ul.buttons li.current a:link,ul.buttons li.current a:visited {
	color: Black;
	background-image: url('/images/linkbgselected.jpg');
}

div#hMenuItems ul{
	position: absolute;
	top: -90px;
	left: 450px;
}

ul.hMenu {
	font-size: .9em;
	float: left;
	width: 165px;
	margin: 0 0 5px 0;
	padding: 5px 0 0 0;
	list-style: none;
}

ul.hMenu{
	width: 450px;
}

ul.hMenu li {
	display: inline;
	float: left;
	margin: 0px;
	padding-right: 15px;
}

ul.hMenu a {
	padding: 0;
	display: block;
	font-size: 1.5em;
	font-style: italic;
	color: rgb(133,121,145);
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}

div#hMenuItems ul li h2 a, div#hMenuItems ul li h2 a:hover, div#hMenuItems ul li h2 a:active {
	padding: 0; 
	border: none; 
	background: none; 
}

a.button {
	padding: 5px 15px 5px 15px;
	border: 1px solid rgb(192, 192, 192);
	background-image: url('/images/linkbg.jpg');
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}

a.button:link,a.button:visited {
	color: rgb(32, 64, 92);
	background-image: url('/images/linkbg.jpg');
}

a.button:hover,a.button:active {
	color: black;
	background-image: url('/images/linkbgselected.jpg');
}

ul.menu li.menuon a {
	color: Black;
	background-image: url('/images/linkbgselected.jpg');
}

/* End Menus */

/* Footer */
div#footersection {
	clear: both;
	text-align: center;
	font-size: .9em;
	width: 100%;
	padding-top: 10px;
	border-top: 1px solid rgb(210, 190, 190);
	background-color: white;
}

div#footerInner {
	width: 400px;
	margin: 0 auto;
	padding-top: 3px;
}

/* End Footer */

/* Login */
div#loginStatus{
	height: 25px;
	width: 1000px;
	text-align: center;
	margin: 0 auto;
	padding: 5px 0 0 0;
}
	
div#loginStatus ul{
	float: right;
	list-style-type: none;
}

div#loginStatus ul li{
	color: white;
	font-weight: normal;
	float: left;
	padding: 0 7px;
}

div#loginStatus ul li a {
	color: white;
	text-decoration: underline;
	font-weight: bold;
	font-size: 1em;
}

div#loginStatus ul li a:hover {
	color: rgb(64,92,128);
	text-decoration: underline;
}

/* End Login */

/* Miscellaneous */
div#noteworthy {
	font-weight: bold;
}

ul.notes li {
	padding-bottom: 5px;
}

ul.eventlist li {
	padding-bottom: 0px;
}

p.contact {
	width: 95%;
	margin: 15px 0 0 15px;
	float: left;
}

dl.titledList dd {
	margin-left: 15px;
}

/* End Miscellaneous */ 

/* Rss Feeds */
div#rssFeeds {
	text-align: left;
	margin: 0 auto;
}

ul#sermonsList,ul#blogsList {
	list-style-type: none;
}

ul#sermonsList li, ul#blogsList li{
	padding: 0;
	margin: 0 10px;
	line-height: 0;
}

/* End Rss Feeds */

/* Hides noscript message - override in page if javascript required */

div#noscriptMessage{
	display: none;
}

/* Right floating menu */
div.lMenu{
	float: left;
	width: 145px;
	border: 1px solid rgb(224,212,178);
	margin-right: 10px;
	padding-bottom: 7px;
}

div.lMenu ul {
	float: left;
	width: 145px;
	margin: 0 0 5px 0;
	padding: 5px 0 0 0;
	list-style: none;
}

div.lMenu ul li {
	font-size: .8em;
	display: inline;
	margin: 0px;
	padding: 0px;
}

div.lMenu ul a {
	font-weight: normal;
	padding: 3px 3px 3px 15px;
	display: block;
	color: rgb(153,139,175);
	text-decoration: none;
	white-space: nowrap;
}

div.lMenu ul a:hover,div.lMenu ul a:active {
	text-decoration: underline;
}

div.lMenu ul a:link, div.lMenu ul a:visited { /*color: #115E94;*/
	color: rgb(153,139,175);
}
/* End right floating menu */

div#footerMenu{
	clear: both;
	padding-top: 15px;
	width: 100%;
	text-align: center;
}

div#footerMenu a{
	text-decoration: underline;
	color: white;
	font-weight: normal;
}

div#footerMenu ul{
	list-style: none;
}

div#footerMenu ul li {
	display: inline;
	margin: 0px;
	padding: 3px;
}

div#staff table td{
	padding: 5px;
	vertical-align: top;
}

div#longDescription{
	margin: 7px 0;
}

/* Menuing with tables style stuff */
table.dropdown{
	border-collapse: collapse;
	border-top: 1px solid rgb(192,180,156);
}

table.dropdown td{
	margin: 0;
	padding: 0;
	text-align: left;
	font-weight: normal;
	line-height: 1.7em;
}

table.dropdown td a{
	color: rgb(133,121,145);
	text-decoration: none;
	display: block;
	padding: 5px 17px 5px 10px;
	background: rgb(246,238,220);
	border-bottom: 1px solid rgb(192,180,156);
	border-left: 1px solid rgb(192,180,156);
	border-right: 1px solid rgb(192,180,156);
}

table.dropdown td a:visited{
	color: rgb(133,121,145);
}

table.dropdown td a:hover, table.menu td a:active{
	text-decoration: underline;
}

/* End Menuing with tables style stuff */

/* End Menus */ /* Dialogs */
div#confirmPopUp {
	font-weight: bold;
	border: 1px solid rgb(192, 192, 192);
	background: white url(/images/titleBackground.jpg) top repeat-x;
	position: absolute;
	display: none;
	overflow: auto;
	text-align: center;
	z-index: 75;
	padding: 5px 10px 25px 10px;
}

div#confirmPopUpTitle {
	background-color: transparent;
	position: relative;
	top: 0;
	left: 0;
	padding: 2px;
	color: rgb(64, 92, 128);
	font-weight: bold;
	font-size: 1em;
	text-align: left;
}

div#confirmPopUpText {
	text-align: center;
	margin: 15px;
}

p#confirmButton div {
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	border: 1px solid red;
}

div#confirmButtonsDiv a {
	float: left;
	display: block;
	padding: 5px;
	border: 1px solid rgb(152, 152, 152);
	background-image: url('/images/linkbg.jpg');
	width: 50px;
}

div#messagePopUp {
	font-weight: bold;
	border: 1px solid rgb(192, 192, 192);
	background: white url(/images/titleBackground.jpg) top repeat-x;
	position: absolute;
	display: none;
	overflow: auto;
	text-align: center;
	z-index: 75;
	padding: 5px 10px 25px 10px;
}

div#messagePopUpTitle {
	background-color: transparent;
	position: relative;
	top: 0;
	left: 0;
	padding: 2px;
	color: rgb(64, 92, 128);
	font-weight: bold;
	font-size: 1em;
	text-align: left;
}

div#messagePopUpText {
	text-align: center;
	margin: 15px;
}

p#messageCloseButton {
	width: 75px;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
}

p#messageCloseButton a {
	display: block;
	padding: 5px;
	border: 1px solid rgb(152, 152, 152);
	background-image: url('/images/linkbg.jpg');
	width: 50px;
}

div#requestInfoText {
	padding: 5px;
}

/* End Dialogs */ /* pageHeader */


p{
	margin: 15px 0;
}

ul.thumbsList li{
	position: relative;
	top: 15px;
	left: 5px;
	width: 290px;
	border: 1px solid white;
	float: left;
	clear: both;
	background-color: rgb(133,121,145);
}

div.thumbLink{
	position: relative;
	top: -25px;
	left: -25px;
	text-align: left;
	height: 90px;
}

div.thumbLink div.thumbLinkLeft a img{
	border: 0;
	position: absolute;
	top: 30px;
	left: 30px;
	width: 105px;
}

div.thumbLink div.thumbLinkRight{
	width: 135px;
	color: white;
	position: absolute;
	top: 15px;
	left: 135px;
}

div.thumbLink div.thumbLinkRight h5{
	font-size: 1.1em;
	color: #333;
	padding-bottom: 3px;
}
