@charset "UTF-8";
/* CSS Document */
/*standard colors: teal: #255159, brown: #704A38, tan: #DDCA85, offwhite: #FEFCE9 */
* {
	padding:0;
	margin:0;
	border:0;
	outline:0;
} 
body {
	behavior: url("csshover3.htc"); /*for fixing IE6 hover on all elements */
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#333333;
	background:#FEFCE9 url(images/standrewbodybkg.jpg) top left repeat-x;
}
html, body {
	height:100%;
	min-height:100%;
}
p {
	margin:8px 10px;
	font-size:13px;
	line-height:18px;
}
a {
	color:#255159;
	text-decoration:underline;
}
a:hover {
	color:#704A38;
	text-decoration:none;
}
ul, ol {
	padding-left:40px;
	list-style-position:outside;
	font-size:12px;
}
blockquote {
	padding-left:40px;
	font-size:.9em;
}
#ministrywrap {
	width:auto;
	background-color:#255159;
}
#ministry {
	width:920px;
	margin:0 auto;
	padding:20px;
	color:#EEEEEE;
	display:none;
}
#outer {
	width:920px;
	margin:0 auto;
	background:#FFFFFF url(images/outerbkg.jpg) top left repeat-y;
}
#content {
	width:920px;
	position:relative; /* so i could make topmenu position:absolute and still have menu drop downs show over cycle content */
	z-index:1;
	margin-bottom:10px;
}
#header {
	background:transparent url(images/standrewheaderbkg.jpg) top left no-repeat;
	height:233px;
	position:relative;
	z-index:100;
}
#ministrytab {
	position:absolute;
	width:120px;
	height:24px;
	background: transparent url(images/ministrytab.gif) top left no-repeat;
	color:#333333;
	left: 740px;
	top: 10px;
	padding:3px 0 0 16px;
}
#ministrytab a {
	text-decoration:none;
}
/********************** top navigation *********************/
#topmenu {
	width:725px;
	height:30px;
	padding:0;
	position:absolute;
	top:208px;
	left:185px;
	z-index:99;
}
ul#navbar {
	list-style:none;
	padding:0;
	margin:0;
}
#navbar li {
    list-style:none;
    display:inline;
}
#navbar a i {
	display:none;
}
#navbar a {
    background:url("images/standrewnav2.jpg") no-repeat;
    float:left;
	height:30px;
	outline:0;
}
li#home a {
	width:93px;
	background-position:0 0;
}
li#times a {
	width:121px;
	background-position:-93px 0;
}
li#location a {
	width:92px;
	background-position:-214px 0;
}
li#about a {
	width:100px;
	background-position:-306px 0;
}
li#calendar a {
	width:96px;
	background-position:-406px 0;
}
li#help a {
	width:128px;
	background-position:-502px 0;
}
li#donate a {
	width:91px;
	background-position:-630px 0;
}
li#home a:hover, li#home a:active, li#home a.current { 
    background-position:0 -30px;
}
li#times a:hover, li#times a:active, li#times a.current { 
    background-position:-93px -30px;
}
li#location a:hover, li#location a:active, li#location a.current { 
    background-position:-214px -30px;
}
li#about a:hover, li#about a:active, li#about a.current { 
    background-position:-306px -30px;
}
li#calendar a:hover, li#calendar a:active, li#calendar a.current { 
    background-position:-406px -30px;
}
li#help a:hover, li#help a:active, li#help a.current { 
    background-position:-502px -30px;
}
li#donate a:hover, li#donate a:active, li#donate a.current { 
    background-position:-630px -30px;
}

#address {
	width:140px;
	position:absolute;
	top:20px;
	left:754px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
}
#footerwrap {
	width:auto;
	background-color:#255159;
}
#footer {
	clear:both;
	width:920px;
	height:150px;
	margin:-10px auto 0 auto;
	color:#EEEEEE;
	background:#255159 url(images/standrewfooterbkg.jpg) bottom left no-repeat;
}
#footer p {
	padding:60px 10px 10px 20px;
	font-size:9px;
}
#footer a {
	color:#EEEEEE;
}
/********************** layout elements **********************/
#leftcol {
	float:left;
	width:220px;
	margin-left:6px;
	margin-top:4px;
	display:inline; /* fixes IE bug that doubles float margin */
}
#rightcol {
	margin:10px 0 0 240px;
	width:670px;
}
#rightcol h1, #rightcol h2, #rightcol h3 {
	padding-left:10px;
}
#rightcol h2 {
	padding-top:20px;
	padding-bottom:0;
}
#rightcol h3 {
	padding-top:10px;
	padding-bottom:0;
}
#rightcol .itemleftimg h3 {
	padding-left:0;
}
#tagline {
	width:670px;
	text-align:center;
	font-size:11px;
	line-height:11px;
	padding-bottom:6px;
	font-variant: small-caps;
	letter-spacing: .22em;
}
/**************** boxes *****************/
.box220top{
	/*display:block;*/
	width:218px;
	height:30px;
	background:transparent url(images/box218_top.jpg) top left no-repeat;
}
.box220topcontent{
	color:#FFFFFF;
	font-weight: bold;
	font-size:12px;
	line-height:20px;
	text-align:center; 
	padding-top:6px;
}
.box220topcontent a {
	color:#FFFFFF; 
	text-decoration:none; 
	cursor:pointer
}
.box220bottom{
	/*display:block;*/
	width:219px;
	background:transparent url(images/box218_bot.jpg) bottom left no-repeat;
}
.box220content{
	/*display:block;*/
	padding:1px 5px 16px 5px;
	height:auto;
}
.box220content p {
	padding:5px 20px;
	font-size:12px;
	line-height:14px;
	margin:0;
}
.simplebox {
	width:230px;
	border:1px solid #CCCCCC;
	padding:6px;
	margin-top:10px;
	background-color:#EFEFEF;
}
.simplebox .title {
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	color:#255159;
	width:100%;
	text-align:center;
	display:block;
	margin-bottom:6px;
}
.simplebox p {
	text-align:left;
	font-size:10px;
	margin:0;
	padding:0 6px 10px 6px;
}
.simplebox p a {
	text-decoration:underline;
	padding:0;
	margin:0;
}
/*.simplebox ul {
	font-size:11px;
	padding-left:10px;
	list-style-position:inside;
}*/
/******************* side menu for other left nav items that are not accordians ************************/
.sidemenu {
	width: 208px;
	}
.sidemenu ul, .simplebox ul {
	width: 100%;
	border-top:1px solid #DDDDDD;
	padding-left:0;
	text-align:left;
}
.sidemenu li, .simplebox li {
	list-style:none;
	width:100%;
	font-size:10px;
	border-bottom:1px solid #DDDDDD;
}
.sidemenu a, .simplebox a {
	display:block;
	color:#333333;
	font-size:10px;
	font-weight:normal;
	padding:1px 10px;
	text-decoration: none;
}
.sidemenu li.current a, .sidemenu li.current a:visited {
	font-size:12px;
	color:#255159;
	background-color:#FFFFFF;
}
.sidemenu li a:hover, .simplebox li a:hover {
	color: #255159;
	background-color:#FFFFFF;
}
/******************* side accordians menu ************************/
div.accordion h4 {
	background:transparent url(images/right.jpg) top left no-repeat;
    display:block;
	padding:6px 6px 6px 22px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	border-bottom:1px solid #EEEEEE;
	cursor:pointer;
}
div.accordion h4:hover {
	color:#FEFCE9;
	background:transparent url(images/down.jpg) top left no-repeat;
}
.accsubmenu {
	background-color:#FEFEFE;
	padding:0;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	margin:0;
}
.accsubmenu ul {
	padding-left:0;
}
.accsubmenu ul li {
	list-style:none;
	padding:0 10px 5px 10px;
	border-bottom:1px solid #CCCCCC;
	font-size:11px;
	font-weight:bold;
}
.accsubmenu ul li:hover {
	background-color:#FEFCE9;
}
.accsubmenu ul li a {
	color:#255159;
	text-decoration:none;
}
.accsubmenu ul li a:hover {
	color:#704A38;
}
.accsubmenu ul li ul li{
	font-size:10px;
	font-weight:normal;
	list-style:none;
	padding:0 4px 0 10px;
	border:none;
}

.accsubmenu p {
	font-size:11px;
	color:#212C59;
	font-style:italic;
	margin:0;
	padding:4px 6px 4px 20px;
	border-bottom:1px solid #CCCCCC;
}
/******************* slideshow styles *******************/
.homenews { 
	margin:0 0 0 10px;
	height: 200px; 
	width: 660px;
	/*border:1px solid #999999;*/
}
/******************* general styles *******************/

.onleft {
	padding-right:8px;
}
.onright {
	padding-left:8px;
}

div.rowwrapper {height:auto; overflow:hidden;} /* to make the row below two floated columns lined up under the tallest float, use when you have tow or more columns in a row */
div.clearer {clear: both; line-height: 0; height: 0; visibility:hidden;}

h1 {
	font-size:24px;
	line-height:28px;
	padding:10px 0;
	color:#255159;
}
h2 {
	font-size:18px;
	line-height:22px;
	padding:10px 0;
	color:#704A38;
}
h3 {
	font-size:14px;
	padding:0 0 5px 0;
	color:#704A38;
}
.email {
	display:inline-block;
	text-align:left;
	padding-left:20px;
	margin-bottom:3px;
	font-size:11px;
	background:transparent url(images/iconemail.png) bottom left no-repeat;
}
.phone {
	display:inline-block;
	padding-left:20px;
	font-size:11px;
	margin-bottom:3px;
	text-align:left;
	background:transparent url(images/iconphone.png) no-repeat;
}
.floatrightcol {
	float:right; padding:5px; margin-left:5px; text-align:center;
}
.floatrightcol img {
	padding:4px; border:1px solid #CCCCCC; background-color:#FFFFFF;
}
.floatrightcol p {
	font-size:10px;
	text-align:left;
}
.calpage {
	background:transparent url(images/calendar.gif) top left no-repeat; width:46px; height:49px; float:left; display:inline;
}
.calmonth {
	font-weight:bold;color:#FFFFFF;text-align:center; font-size:11px; padding-top:2px; display:block;
}
.caldate {
	font-weight:bold;color:#255159;font-size:24px;padding-top:2px;text-align:center;display:block;
}
.signature {
	padding:0;
	margin:-10px 0 5px 40px; 
	display:block;
	font-size:11px;
}
.quotes {
	background:transparent url(images/quotes.jpg) top left no-repeat; padding:10px 0 0 20px; font-size:.97em;
}
.collapseitem {
	background-color:#EFEFEF;
	border-bottom:1px solid #CCCCCC;
	padding:3px 6px;
}
.collapseitem a {
	text-decoration:none;
	font-weight:bold;
}
.collapsecontent {
	border:1px solid #CCCCCC;
	font-size:smaller;
	display:none;
	min-height:120px;
}
.collapsecontent img {padding:0 5px 5px 0;}
/****************** item lists ***************/
.itemleftimg {
	padding:10px; 
	overflow:hidden;
	width:95%;
	background:#ffffff url(images/itemlist_bkg.jpg) left bottom repeat-x;
	/*border-bottom:1px solid #CCCCCC;*/
}
.itemleftimg img {
	float:left;
	padding:10px 10px 10px 0;
}
.itemleftimgtxt {
	margin-left:210px;
}
.itemleftimgtxt2 {
	margin-left:100px;
}
.itemleftimgcal {
	margin-left:80px;
}

.itemleftimgtxt p, .itemleftimgtxt2 p, .itemleftimgcal p {
	font-size:13px;
	line-height:16px; 
	padding-left:0;
	margin:2px 0 6px 0;
}
.morebutton {
	background-color:#704A38; 
	width: 234px; 
	text-align:center; 
	font-weight:bold;
	font-size:10px; 
	padding:3px;
	margin:6px 0;
	display:block;
	border:1px solid #CCCCCC;
	border-top-color: #DDDDDD;
	border-left-color:#DDDDDD;
}
.morebutton a {
	color:#FFFFFF;
	text-decoration:none;
}
.morebutton:hover {
	background-color:#DDCA85;
	border:1px solid #DDDDDD;
	border-top-color: #CCCCCC;
	border-left-color:#CCCCCC;
	color:#FFFFFF;
}
.smallmorebutton {
	background-color:#704A38; 
	width: 120px; 
	text-align:center; 
	font-weight:bold;
	font-size:9px; 
	padding:3px;
	margin:6px 0;
	display:block;
	border:1px solid #CCCCCC;
	border-top-color: #DDDDDD;
	border-left-color:#DDDDDD;
}
.smallmorebutton a {
	color:#FFFFFF;
	text-decoration:none;
}
.smallmorebutton:hover {
	background-color:#DDCA85;
	border:1px solid #DDDDDD;
	border-top-color: #CCCCCC;
	border-left-color:#CCCCCC;
	color:#FFFFFF;
}
/***************** buttons ********************/
a#egiving {
	width:230px;
	height:40px;
    background:url("images/button-egiving.jpg") no-repeat;
	background-position:0 0;
	display:block;
}
a#egiving:hover {
	background-position:0 -40px;
}
a#haiti {
	width:170px;
	height:145px;
    background:url("images/globaloutreach.png") no-repeat;
	background-position:0 0;
	display:block;
}
a#haiti:hover {
	background-position:0 -145px;
}
/***************** contact form ********************/
#contactform {
	margin:0;
	padding:0 20px 0 40px;
	font-size:10px;
}
#contactform h2 {padding-left:0; margin-left:0; }
#contactform p { padding-left:0; margin-left:0; }
.formlabel {
	font-size:11px;
	padding:2px;
	height:40px;
}
input, textarea, select {
	border:1px solid #CCCCCC;
	background-color:#f3f3f3;
	padding:2px;
	margin:0 5px 0 0;
	line-height:12px;
}
.controlset label, 
.controlset input { 
	font-size:11px;
	display: inline; 
	float: none; 
}
.controlset { 
	margin-left: 40px; 
}
input#email_button {
	background-color:#519330;
	color:#ffffff;
	font-size:12px;
	text-transform:uppercase;
	border:0px;
	padding:4px;	
}
input#email_button:hover {
	background-color:#333333;
}
.reqd {
	color:#CC0000;
}
div.errors {
	width:500px;
	border:3px solid #FF0000;
	padding:5px 20px;
	color:#FF0000;
	font-size:14px;
	text-align:center;
}
div.messages {
	width:500px;
	border:3px solid #339933;
	padding:5px 20px;
	color:#339933;
	font-size:14px;
	text-align:center;
}



/******************************************************************************************************/
.outdent {
	margin-left:-44px;font-weight:bold;
}
.leftextra {
	padding:5px;
}
.leftextra p {
	margin:8px;
	font-size:12px;
	line-height:14px;
}
.leftextra ul {
	padding-left:30px;
	list-style-position:outside;
	font-size:11px;
}
	

/**************** tables ****************/
/*
Rockstar 0.91
Table design by Jens Wedin, www.jedisthlm.com
*/

table {
	border-collapse: separate; 
	border-spacing: 0; 
	margin: 0 0 1em 0; 
}

thead th,
thead td {
	font-weight: bold; 
	line-height:normal; 
	text-align: left;
	border-bottom: 0.4em solid #255159;
}

tfoot th,
tfoot td {
	text-align: left; 
	border-top: 0.4em solid #990000; 
	font-weight: bold
}

th,
td 	{
	padding: 0.25em 0.5em;
}

tbody th,
td	{
	text-align: left; 
	vertical-align: top;
}
tbody th {
	font-weight: normal; 
	white-space: nowrap;
}

tbody th a:link,
tbody th a:visited 	{
	font-weight: bold;
}

tbody th + td	{
	white-space: nowrap;
}

tbody td,
tbody th {
	border: 1px solid #fff; 
	border-width: 1px 0;
}

tbody tr.odd th,
tbody tr.odd td {
	border-color: #deded8; 
	background-color: #FEFCE9;
}

tbody tr:hover td,
tbody tr:hover th 	{
	background-color: #eee;
}
caption {
	font-weight: bold; 
	font-size: 1.7em; 
	text-align: left; 
	margin: 0; 
	padding: 0.5em 0.25em;
}

td + td + td + td {
	white-space: nowrap;
}

/**************** rss feeds ****************/
.newsblock {
	width:640px; 
	padding:0 10px 10px 10px; 
	border:1px solid #CCCCCC; 
	margin:-5px 0 20px 0; 
	background-color:#FEFEFE;
}
.datefield{ /*CSS for date field in general*/
	color:#666666;
	font-size: 10px;
}
.labelfield{
	color:#C87A03;
	font-size:10px;
}
#thenews a{ /*CSS specific to demo 3*/
	color: #003F60;
	text-decoration: none;
	font-size:14px;
	font-weight: bold;
}

#thenews p{ /*CSS specific to demo 3*/
	margin-bottom: 2px;
}
#localnews a{ /*CSS specific to demo 3*/
	color: #003F60;
	text-decoration: none;
	font-size:14px;
	font-weight: bold;
}

#localnews p{ /*CSS specific to demo 3*/
	margin-bottom: 2px;
}
/**************** main content styles ****************/

ul.arrowbullet li {
	list-style:none; width:450px;padding:0 10px 5px 20px; background:transparent url(images/bulletarrow.png) center left no-repeat;
}

/****************** staff contact styles ***************/
.staffcontact {
	width:330px; height:125px; margin-bottom:4px; border-bottom:1px solid #CCCCCC;
}
.staffcontact img {
	float:left; padding:6px; border:1px solid #CCCCCC; margin-right:10px;
}
.staffcontact p {
	margin:0 10px 8px 10px;
}
/**************** smartlists styles ****************/
#sl-pagination span { padding-left: 2px; padding-right: 2px; }
.sl-pagination-selected { border: 1px solid #336699; background-color: #E5F3FE; font-weight: bold; padding: 2px; }
.sl-pagination-selected a:link, .sl-pagination-selected a:visited { text-decoration: none; color: #0099FF }
