@import url(reset.css);

html, body { margin: 0; padding: 0; height: 100%; }

body { 
	background-color: #FFF; 
	color: #000; 
	font: 62.5% Verdana, Helvetica, Arial, sans-serif; 
	text-align: center; 
}

a   { text-decoration: none;}
a:visited {text-decoration: none; }
a:hover { text-decoration: underline; }
p   { margin: 0.5em 0 1.5em 0; }
h1  { color: #690707; font-size: 1.4em; margin: 0.5em 0 1em 0; }
h2  { color: #aa3d12; font-size: 1.2em; }
h3  { color: #690707; font-size: 1.1em; margin: 0.5em; }
h4  { color: #aa3d12; font-size: 1.1em; }
img { border: 0; }

.right  { float: right; margin-left: 1em; text-align: right; }
.left   { float: left; margin-right: 1em; }
.top    { margin-top: 0; }
.bottom { margin-bottom: 0; }
.center { text-align: center; margin-left: auto; margin-right: auto; }
.clear  { clear: both; }
.small  { font-size: 0.85em; line-height: 140%; }
.indent { margin-left: 2em; }
.label  { display: block; width: 5em; float: left; }
.submit { background-color: #aa3d12; color: #fff; font-weight: bold; border: none; float: left; width: 100%; }

.subbutton 
{ 
  color: #FFFFFF; 
  height: 2.5em; 
  font-weight: bold;
  font-size: 90%;
  text-decoration: none;
  border-style: none;
  background: url(../images/button_gradient.jpg);
}

.subbutton:hover 
{ 
  text-decoration: underline;
  background-color: yellow;
}

.primaryButton
{ 
	color:#FFFFFF;
	height:2.5em;
	font-weight:bold; 
	font-size:90%;
	border:0px;
	background-image:url(../images/gradient.gif);
	background-repeat: repeat-x;
	display:inline-block;
}

.sortbutton 
{
  background-color: #4C9999;
  border: none;
  color: white;
  padding: .5em;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 100%;
  margin: 4px 2px;
  cursor: pointer;
}

a.solink
{
	color: #7c6a06;
}

a.solink:hover
{
	color: #333333;
	background-color: yellow;
}

a.solink:focus
{
	border: 1px dotted #7c6a06;
	color: #333333;
	background-color: yellow;
}

#daterow 
{
	width: 100%;
	display: inline;
	margin-bottom: .75em;
}

#daterow a:hover
{
	text-decoration: underline;
	background-color: yellow;
}

#daterow a:focus
{
	text-decoration: underline;
	background-color: yellow;
}

/* PAGE LAYOUT STYLES */

#wrapper { 
	width: 99%; 
	max-width: 980px;
	margin: 0 auto; 
	text-align: left;
}

#header { 
	position: relative;
}

#right_reversecolumn {
	width: 25%;
	float: right;
	font-size: 1em;
	line-height: 160%;
}

/* HEADER LAYOUT STYLES */

#textlinks a.last, #navbar p a.last { border: none; padding-right: 0; }

#textlinks {
	position: absolute;
	right: .5em;
	top: .25em;
	text-align: right;
}

#textlinks a {
	padding: 0 1em 0 0.75em;
	border-right: 1px solid #999;
}

a#skipNav:link, a#skipNav:visited, a#skipNav:hover 
{ 
	border: none; 
	position:absolute;
	left:-1000em;
	top:auto;
	width:.25em;
	height:.25em;
	overflow:hidden;
}
a#skipNav:active, a#skipNav:focus 
{ 
	color: #17397d; border-right: 1px solid #999;  
}

#search {
	width: 25%;
	height: 1.5em;
	padding: 3px;
	border: 0;
	background-color: #fff;
}

#submit {
	width: 2em;
	padding: .25em 0;
	border: 0;
	background-color: #aac372;
	color: #000000;
	font-weight:bold;
}
.topnav
{
	float:right;
	display:none;
}

/***********************
	Wide screen 
************************/

@media all and (min-width: 600px)
{
.toggle-nav {
	display:none;
}

#navbar {
	width: 100%;
	height: 2.75em;
	float: left;
	background-color: #333;
}

#navbar p {
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin-top: .5em;
}

#navbar p a {
	color: #FFF;
	padding: 0 .75em 0 8px;
	border-right: 2px solid #FFF;
}

#navbar p a:hover {
	text-decoration: underline;
}

#banner {
	float:left;
	height: 6em;
	clear: both;
	margin-bottom: 2px;
	border-bottom: 4px solid #00713d;
	/* background:white url('../images/header_splash.jpg') no-repeat 100% 0; */
}

#banner h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 200%;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: left;
	width: 35em;
	padding-top: 1em;
	padding-left: .25em;
	margin: 0;
	float: left;
	position: absolute;
}

#banner h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 160%;
	font-style: normal;
	font-weight: bold;
	color: #6F8532;
	padding-top: 4em;
	padding-left: 1.5em;
	float: left;
	position: absolute;
}

.pageActions {margin: 4.5em 0 0 0;padding: 0px 0px 0px 0px; float: right; text-transform: uppercase; z-index: 5; position: relative;}
#left {float: left;}
.pageActions a:hover {text-decoration: underline;}
.pageActions a {color: #000000;}
.pageActions {list-style-image:none; list-style-position:outside; list-style-type:none;}
.pageActions li {float:right; font-weight: bold; height: 1.2em;}
.pageActions li.email {background: url('../images/email.gif') no-repeat 0px 0px !important; font-size: 0.9em; font-family: arial; margin: 0px 0px 0px 0px !important; padding: 1px .75em 0px 0px;}
.pageActions .email a {margin: 0px 0px 0px 0px; padding: 0px 0px 0px 15px;}
.pageActions li.print {background: url('../images/printer.gif') no-repeat 0px 1px !important; font-size: 0.9em; font-family: arial; margin: 0px 0px 0px 0px !important; padding: 1px .75em 0px 0px;}
.pageActions .print a {margin: 0px 0px 0px 0px; padding: 0px 0px 0px 15px;}
.pageActions li.accessibility {background: url('../images/aA.gif') no-repeat 0px 0px !important; padding: 1px .75em 0px 0px; margin: 0px 0px 0px 0px !important; font-size: 0.9em; font-family: arial;}
.pageActions .accessibility a {margin: 0px 0px 0px 0px; padding: 0px 0px 0px 26px;}

#left_reversecolumn {
	width: 75%;
	float: left;
	font-size: 1.1em;
	line-height: 165%;
}

#left_reversecolumn p {
	margin-left:.5em;
	margin-right:.5em;
}

#right_reversecolumn ul { margin: 0; padding: 0; }

.rightnav {
	margin-bottom: .75em;
}

.rightnav .header {
	width: 100%;
	height: 2em;
	border-bottom: 1px solid #bfbfbf;
	float: right;
	position: relative;
	background: #ececec;
}

.rightnav .header a { 
	color: #333;
	font-weight: bold;
	display: block;
	padding: 3px 5px; 
}

.rightnav .header img, .downarrow {
	position: absolute;
	left: 25%;
	top: 6px;
}

.row .header {
	width: 100%;
	clear: left;
	position: relative;
	border-top: 3px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
	background: #ececec;
}

.inst-filter
{
	float:left;
	margin-top:1em;
}

.search-sort
{
	float:right;
	margin-right:2em;
	margin-bottom:.25em
}


} /*wide*/

/**************************
	Narrow screen 
***************************/

@media all and (max-width: 599px)
{
.pageActions {display:none;}

#navbar {display:none;}

#banner {
	float:left;
	height: 3em;
	clear: both;
	border-bottom: 4px solid #00713d;
}

#banner h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: left;
	padding: .5em; 0em .5em .25em;
	margin: 0;
	float: left;
	position: absolute;
}

#banner h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 160%;
	font-style: normal;
	font-weight: bold;
	color: #6F8532;
	padding-top: 4em;
	padding-left: 1.5em;
	float: left;
	position: absolute;
}

/* RIGHT NAV STYLES */

.rightnav {
	display:none;
}

.topnav {
	/*position:relative;*/
	display:inline-block;
	z-index: 10;
	margin-top:3em;
	position:absolute;
	right:0em;
	width:18em;
}

.topnav ul.active {
	display:none;
}

.topnav ul {
	line-height:150%;
	padding:2em;
	box-shadow:0px 1px 1px rgba(0,0,0,0.15);
	border-radius:3px;
	background:#444;
}

.topnav ul:after {
	width:0px;
	height:0px;
	position:absolute;
	top:0%;
	left:16.5em;
	content:'';
	transform:translate(0%, -100%);
	border-left:7px solid transparent;
	border-right:7px solid transparent;
	border-bottom:7px solid #303030;
}

.topnav li {
	margin:5px 0px 5px 0px;
	float:none;
	display:block;
}

.topnav a {
	display:block;
	color:wheat;
	font-weight:bold;
}

.topnav a:visited {
	display:block;
	color:wheat;
	font-weight:bold;
}

.toggle-nav {
	margin-top:.25em;
	margin-right:.5em;
	padding:0px 2px 2px 2px;
	float:right;
	display:inline-block;
	box-shadow:0px 1px 1px rgba(0,0,0,0.15);
	border-radius:3px;
	text-shadow:0px 1px 0px rgba(0,0,0,0.5);
	color:wheat;
	background-color: #444;
	font-size:140%;
	transition:color linear 0.15s;
}

.toggle-nav:hover, .toggle-nav.active {
	text-decoration:none;
	color:wheat;
}

#left_reversecolumn {
	font-size: 1em;
	line-height: 140%;
}

#left_reversecolumn p {
	margin-left:.5em;
	margin-right:1em;
}

.datelist
{
	line-height:200%;
	text-indent:-.5em;
}

.inst-filter
{
	margin-top:1em;
}

.search-sort
{
	margin-left:.5em;
	margin-right:2em;
	margin-bottom:.25em;
	margin-top:.5em;
}

} /******* narrow *********/

.datelist
{
	line-height:200%;
	text-indent:-.5em;
}

/* EXPANDING MENU STYLES */

.menu {
	width: 100%;
	float: left;
}

.menu li {
	list-style: none; 
	display: inline;
}

.menu a {	
	color: #333333; 
	font-weight: bold;
	display: block;
	padding: 8px 0px 8px 14px;
	border-bottom: 1px dotted #666; 
	background-color: #ffffff;
}

.menu a:hover
{
	background-color: yellow;
}

#current { background-color: #ffffff; }

.menu li a {
	font-size: 0.9em;
	padding: 8px 0px 8px 35px;
	background: #FFF url('../images/triangle_right.gif') no-repeat 23px 13px;
}

.menu li a:focus {
	font-size: 0.9em;
	padding: 8px 0px 8px 35px;
	background: yellow url('../images/triangle_right.gif') no-repeat 23px 13px;
}

#contacts {  }

#ministries {
	display: none;
	float: left;
	width: 100%;
	list-style-type: none;
}

#ministries li {
	background-color: #FFF;
	border-left: 1px dotted #666;
	border-right: 1px dotted #666;t
	border-bottom: 1px dotted #666;
	padding: 8px 0px 0px 35px;
}

#ministries a { 
	color: #000; 
	font-weight: bold;
}
#explore a:visited { color: #fff; }

#explore { 
	display: block; 
	padding: 0 5px 0 5px;
	position: relative;
}


/* row styles */

.row {
	width: 100%;
	float: left;
	display: inline;
	margin-right: -3px; 
	margin-bottom: .75em;
}

.two_cols { background: url('../images/two_cols.gif') repeat-y; }
.three_cols { background: url('../images/three_cols.gif') repeat-y; }

.two_cols .column {
	width: 354px;
	float: left;
	position: relative;
}

.three_cols .column, .box .column {
	width: 236px;
	float: left;
	position: relative;
}

.row .header {
	width: 101%;
	clear: left;
	position: relative;
	border-top: 3px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
	background: #ececec;
	padding-bottom:1px;
}

.header h1 {
	color: #333;
	float: left;
	margin: 5px 0 0 .75em;
	font-size: 1.1em;
}

.header h2 {
	font-size: 1.1em;
}

.more {
	position: absolute;
	top: 5px;
	right: 30px;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
}

.more img {
	position: absolute;
	top: 5px;
	right: -15px;
}

/* PHOTO STYLES */

.frame  { border: 1px solid #ccc; padding: 8px; }
.inline { vertical-align: middle; }

.photocap  { background-repeat: no-repeat; height: 3px; line-height: 1px; font-size: 0.1em; clear: left; }
div.photo  { width: 210px; height: 190px; float: left; margin: 0 13px; } /* gallery */
img.photo  { border-top: 1px solid #fff; border-bottom: 1px solid #fff; width: 100%; float: left; }

.photolink       { width: 100%; float: left; }
.photolink a     { color: #FFF; font-weight: bold; }
.photolink .text { float: left;	padding: 5px 0 0 5px; }

.nav_top      { background-image: url('../images/corner_nav_top.gif'); background-position: top left; }
.nav_top_smaller      { background-image: url('../images/corner_nav_top_smaller.gif'); background-position: top left; }
.nav_bottom   { background-image: url('../images/corner_nav_bottom.gif'); background-position: bottom left; }
.main_top     { background-image: url('../images/corner_main_top.gif'); background-position: top left; }
.photo_top    { width: 210px; background-image: url('../images/corner_photo_top.gif'); background-position: top left; }
.photo_bottom { width: 210px; background-image: url('../images/corner_photo_bottom.gif'); background-position: bottom left; }
.icon_top     { background-image: url('../images/corner_icon_top.gif'); background-position: top left; }
.icon_bottom  { background-image: url('../images/corner_icon_bottom.gif'); background-position: bottom left; }

.red  { background-color: #aa3d12; }
.grey { background-color: #c2c2c2; }

.icon { 
	width: 125px; 
	float: left; 
	padding: .75em 0;
}
.spacer { float: left; width: 40px; }

/* application & web container page styles - start */

.AppContentsTop {padding:.75em;}
.AppContentsBottom {padding:.75em;}
#appContents {margin: 0 1em;}

.posting-title
{ 
	color: #7c6a06; 
	font-weight: bold;
	font-size: 1.0em; 
	text-decoration: none;
}

.posting-title a:link
{ 
	color: #7c6a06; 
	font-weight: bold;
	font-size: 1.1em; 
	text-decoration: none;
}

.posting-title a:visited
{ 
	color: #7c6a06; 
	font-weight: bold;
	font-size: 1.1em; 
	text-decoration: none;
}
 
.posting-title a:HOVER
{ 
	color: #7c6a06; 
	font-weight: bold;
	font-size: 1.1em; 
	text-decoration: underline;
}

/* CSS arrows */
i {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  background:#4C9999;
}

.arrowright {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.arrowleft {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.arrowup {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.arrowdown {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

