/* CSS stylesheet:	United Methodist Union 
	Created:        13 July 2007
	Last updated:   23 June 2010
	Colors used:	#496684 - medium blue (background)
	                #f2f2f2 - light gray (content background)
                  #e9eaeb - navigation
                  #326ea1,  - bright blue (used in links, mailing list subscribe button)
*/
body {
	background: #496684 url(images/background.gif);
	color: #464646;
	font: small verdana, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;		
}
img { 
	border: none;
}
ul,
dl {
	margin: 0;
	padding: 0;
}

/*= structural content containers */
#wrapper {
	background: #f2f2f2 url(images/bg-content-wrapper3.jpg);
	margin: 20px auto;
	text-align: left;
	width: 900px;
	border-bottom: 5px solid white;
}
#header {
	background: #2c3949 url(images/bg-header.jpg);
	height: 332px;
	width: 100%;
}
#content-wrapper {
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
#sidebar1 { /* left sidebar */
	float: left;
	/* font-size: 105%; */
	margin: 5px 0;
	position: relative; /* needed for negative positioning of navigation ul */
	width: 145px;
}
#main-content {
	float: right;
	width: 755px;
}
#content {
	float: left;
	width: 500px;
}
#sidebar2 { /* right sidebar */
	float: right;
	font-size: 85%;
	width: 235px;
}
.inner-content {
	margin: 5px 0 0;
	padding-right: 20px;
}
#sidebar2 .inner-content {
	padding: 0 30px 10px 30px;
	border-left: 1px solid #ccc;
} 
#footer {
	clear: both;
	font-size: 85%; 
	font-weight: normal;
	margin: 0;
	padding: 20px 0 5px 0;
	text-align: center;
}



/*= headings */
h1 {
	color: #2c3949;
	font-size: 160%;
	font-weight: normal;
	margin: -5px 0 -5px 0;
}
h2 {
	color: #2c3949;
	font-size: 120%;
	margin-top: 20px;
}
#content h2 {
	margin-bottom: -5px;
}
#sidebar2 h2 {
	background: #486684;
	color: #e9eaeb;
	margin: 0 0 -1px 0;
	padding: 2px 4px;
}


/*= text formatting */

#logo {
	float: left;
	height: 114px;	
	padding: 5px 0 5px 25px;
	width: 100px;
}
#logo span {
	position: absolute;
	left: -5000px;
}
#header-wrap {
	background: #2c3949 url(images/cross.gif) 97% 40% no-repeat;
	float: right;	
	height: 140px;	
	padding: 0px 25px 0 0;
	width: 740px;
}
#utility {
	background: #486684;
	float: right;
	font-size: 85%;
	margin-bottom: 5px;
	width: 510px;
}
#utility ul{
	list-style: none;
}
#utility ul li {
	float: left;
	margin: 0;
	padding: 10px 5px 5px 5px;
}
#utility ul li a {
	border-right: 1px solid #92c6eb;
	color: #BFD9EA; /* #92c6eb; */
	font-weight: bold; 
	padding: 0 8px 0 5px;
	margin: 0;
	text-decoration: none;
}
#utility ul li a:hover {
	background: none;
	text-decoration: underline;
}
#searchform {
	padding: 2px 5px 0 0;
	float: right;
}
#main-content #searchform {
	float: left;
}
#tagline {
	color: #f2f2f2;
	float: left;
	font: bold 95% "Lucida Bright", "Trebuchet MS", sans-serif;
	padding: 8px 0 0 10px;
	text-transform: uppercase;
	width: 230px;
}
#contact {
	color: #bdd9e7;
	float: right;
	font-size: 85%;
	line-height: 1.4;
	padding: 8px 0 0 10px;
	width: 480px;
}
#address {
	border-right: 1px solid #bdd9e7;
	float: left;
	list-style: none;
	width: 200px;
}
#phone {
	float: right;
	list-style: none;
	width: 240px;
}
#photo-banner {
	background: #ffffff;
	border: 5px solid #fff;
	clear: both;
	height: 150px;
	margin: 0 0 0 25px;  
	width: 840px;
	position: relative;
}
#photo-banner img {
	border: none;
}
#flashcontent {
	background: #ffffff;
}
#offset {
	position: absolute;
	top: -5000px;
	left: -5000px;
}
#offset ul li a:focus, #skipnav ul li a:active {
	display: block;
	top: 5010px;
	left: 5010px;
	overflow: visible;
	width: 10em;
}

/*navigation */
#sidebar1 ul {
	background: #2b3849;
	font-weight: bold;
	margin: 0 0 0 -25px;
	position: relative;
	width: 135px;
	list-style: none;
}
#sidebar1 ul li {
	background: #2b3849 url(images/bg-nav2.gif) left bottom no-repeat;
	display: block;
	margin: 0;
	padding: 0;
	width: 135px;
}
#sidebar1 ul li a {
	color: #C1C4C9; /*#e9eaeb;  */
	display: block;
	padding: 8px 5px 8px 20px;
	margin: 0;
	text-decoration: none;
}
#sidebar1 ul li a:hover {
	color: #ffffff;
	background: url(images/bullet-arrow3.gif) left center no-repeat; 
}
#sidebar1 ul li.current_page_item a:link,
#sidebar1 ul li.current_page_item a:visited,
#sidebar1 ul li.current_page_item a:hover,
#sidebar1 ul li.current_page_item a:focus,
#sidebar1 ul li.current_page_item a:active {
	color: #ffffff;
	cursor: default;
	background: url(images/bullet-arrow3.gif) left center no-repeat; 
}

/* main content styles */
.inner-content ul,  
.inner-content p {
	line-height: 1.4;
	margin: 10px 0;
	list-style: square;
}
.inner-content ul {
	padding-left: 20px;
}
.inner-content ul ul {
	margin-top: 10px;
	padding-left: 10px;
}
.inner-content a {
	border-bottom: 1px solid #c3bbb0; 
	color: #326ea1;
	font-weight: bold;
	text-decoration: none;
}
.inner-content a:hover {
	border-bottom: 2px solid #aeaeae;
	color: #2c3949;
}
.inner-content ul.directory li {
	line-height: 1.6;
	list-style: none;
	margin-left: 10px;
}
.inner-content ul.directory li ul li {
	line-height: 1.2;
	list-style: square;
}
.inner-content img { 
	vertical-align: bottom;
}
.inner-content dl {
	margin: 20px 0;
}
.inner-content dt {
	font-weight: bold;
}
.inner-content dd {
	line-height: 1.4;
	margin: 0 10px 10px;
	padding: 0;
}
.inner-content ol li {
	font-weight: bold;
}
.inner-content ul.bullet li {
	margin-left: 25px;
	list-style-type: square;
}
.inner-content ol li ul li {
	font-weight: normal;
	list-style-type: square;
}


/* right sidebar */
#sidebar2 dl {
	margin: 5px 0 5px 0;
}
#sidebar2 dt {
	color: #326ea1; 
	padding: 3px 0 0 0;
}
#sidebar2 dd {
	margin: 0;
	line-height: 1.4;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #ccc;
}
.bqstart {
     float: left;
     font-size: 700%;
     color: #FF0000;
}
.bqend {
     float: right;
     font-size: 700%;
     color: #FF0000;
}
.testimony {    
    width: 150px;
    background: url(images/quotes.gif) no-repeat -120px top;
    margin: 0 auto;
    position: relative;
	float: left;
    }  
.testimonial {
	/* background: url(images/quotes.gif) no-repeat 150px bottom; */
	color: #626060;
	line-height: 1.4;
    padding: 5px 0px 0px 35px;	
    position: relative;
	width: 150px;
}
.testament {
	color: #000;
	padding: 0 20px 0 5px;
	text-align: left;  
}

/* posts */
.postspace {
	/* background: #f2f2f2; */
	width: 440px;
	height: 32px;
	margin: 0px;
	padding: 0px;
}
.postspace2 {
	background: #ffffff;
	width: 440px;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

/* -- footer text --*/

#footer ul {
	display: inline;
	list-style: none;	
}
#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
#footer ul li a {
	border-right: 1px solid #cccccc;
	color: #626060;
	display: inline;
	padding: 1px 7px 0px 5px;
	margin: 0;
	text-decoration: none;
}
#footer p a {
	color: #626060;
	text-decoration: none;
}
#footer ul li a:hover,
#footer p a:hover {
	text-decoration: underline;
}
#footer ul li.last a,
#utility ul li.last a {
	border-right: none;
}	

/* mailing list form */
#ccoptin {
	margin: 10px 0 20px;
}
#ccoptin input{
	margin: 0 0 10px 0;
}
#ccoptin submit {
	background: #326ea1;
	border: 1px solid #c6c6c6;
	cursor: pointer;
}
/* contact form */
.contactform {
	margin: 20px 0 0 0; 
	overflow: hidden;
	position: static;
}
.contactform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
}
legend {
	color: #464646;
	font-size: 1.2em;
	font-weight: bold;
}
.contactform input, 
.contactform textarea {
	border: 2px solid #c6c6c6;
	color: #585858;
}
.contactform input:hover, 
.contactform textarea:hover {
	border:	2px solid #999999;
}
.contactform input:focus,
.contactform textarea:focus {
	border: 2px solid #326ea1;
}
.contactleft {
	clear: both;
	display: inline;
	float: left;
    font-weight: bold;	
	margin: 5px 0;
	padding: 4px;
	text-align: right;
	width: 25%;
}
.contactright {
	display: inline;
	float: right;
	margin: 5px 0;
	padding: 4px;
	text-align: left;	
	width: 70%;
}
input.contacterror {
	border: 2px solid #e64117;
}
input.checkbox {
float: left;
margin-right: 1em;
}
#contactsubmit {
	background: #e1e1dc;
	color: #585858;
	font-weight: bold;
}
#contactsubmit:hover {
	cursor: pointer;
}

/* two column table */
#stripeMe {
	border-collapse: collapse;
	width: 480px;
	border: 1px solid #999999;
	margin: 20px 0;
}
#stripeMe th, #stripeMe td {
	padding: 0.3em 1em;
	vertical-align: baseline;
}
#stripeMe caption {
	font-size: 1.2em;
	font-weight: bold;
	padding: 20px 0 0 0;
}
#stripeMe tr {
	border: 1px solid #999999;
}
#stripeMe tr:hover {
	background-color: #2b3849;
	color: #fff;
}
#stripeMe thead tr:hover {
	background-color: transparent;
	color: inherit;
}
.alt {
	background: #effcff; /* ecf6fc;*/
}
.over {
	background: #bcd4ec;
}
.out {
	background: red;
}

/* miscellaneous */

.right {
	float: right;
	padding: 0 0 25px 10px;
}
.clear {
	clear: both;
}
.imgborder {
	border: 1px solid #c1c4c9;
	margin: 0 15px 10px 10px;
	padding: 3px;
}

#imgbox dl {
  font-size: .95em; 
  margin-top: 25px;
  text-align: center;
}
#imgbox dt,
#imgbox dd {
  float: left;
  width: 11.5em; 
}
#imgbox dt {
  margin-bottom: 8.5em;
}
#imgbox dd {
  margin: 130px 0 0 -11.5em;
}
#imgbox img {
  background: #fff;
  border: 1px solid #999;
  height: 120px;
  padding: 4px;
  vertical-align: bottom;
  width: 80px;
}
#imgbox em {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

