﻿body
{
    background: #eee url(/content/images/wmc_back.gif) repeat-x top left;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 130%;
}

/*a
{
    color: #1E6D8C;
    text-decoration: none;
}*/

a:hover
{
    text-decoration: underline;
}

/*------------------------------------------old links -------------------*/

a, a:link
{
    color: #205A86;
	
	/*color: #51190D;*/
	color: #D0482B;
	color: #608422;

	
	text-decoration:none;
}

a:hover
{
    text-decoration: underline;
}

img, a img
{
    border: none;
}

/*-------------------------------------------------------------- end ------------*/

h1, .pagetitle, .pageTitle, .Pagetitle, .PageTitle
{
    font-size: 40px;
    line-height: 120%;
    font-weight: normal;
    color: #608422;
}

h2
{
    font-size: 140%;
    border-top: 1px solid #ddd;
    padding-top: 15px;
    font-weight: normal;
}

form
{
    margin: 0;
    padding: 0;
    display: inline;
}

input[type=submit]
{
    cursor: pointer;
}

#headerwrap, #mainnavwrap, #contentwrap, #footerwrap
{
    text-align: center;
}

#mainnavwrap
{
    margin-top: 70px;
}

#header, #mainnav, #contentinner, #footer
{
    clear: both;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    width: 968px;
}

#header
{
    position: relative;
    height: 120px;
    margin-top: 17px;
}

#logo img
{
    margin: 0 30px 30px 30px;
    border: none;
}

#search
{
    width: 922px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    background: transparent url(/content/images/search_background3.png) no-repeat top center;
    height: 30px;
	margin-top:0;
	margin-bottom:15px;
	padding:0;
}

#search input[type=submit]
{
    background-color: transparent;
    border: none;
    height: 30px;
    width: 70px;
}

#search input[type=text]
{
    border: none;
    width: 800px;
    background-color: transparent;
    height: 24px;
    color: #666;
}

#mainnav
{
    height: 41px;
    position: relative;
    background: transparent url(/content/images/mainnav.png) no-repeat top center;
}

.mainnavlist
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 0;
    margin: 0;
}

.mainnavlist li
{
    padding: 0;
    margin: 0;
    display: inline;
    list-style-type: none;
}

.mainnavlist a
{
    float: left;
    margin: 0;
    padding: 0 14px 14px 14px;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 13px;
    color: #fff;
    background: transparent url(/content/images/grad_main_nav_border.png) no-repeat bottom left;
}

.mainnavlist li:first-child a
{
    background: none;
}

.mainnavlist a:hover
{
    text-decoration: underline;
}

#widewrap
{
    background: transparent url(/content/images/content_back3.png) repeat-y top center;
}

#contentinner
{
    padding: 0;
    width: 922px;
}

#sidecontent
{
    width: 200px;
    float: left;
}

#mainfeature
{
    background-position: left top;
    width: 922px;
    float: right;
    position: relative;
    height: 375px;
    margin-right: 24px;
    background-color: #eee;
}

.featpanel, .featpanel img
{
    width: 372px;
    height: 298px;
}

#mainfeaturecarousel
{
    position: absolute;
    left: 0;
    top: 0;
}

#mainfeatureitems
{
    width: 346px;
    height: 270px;
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 10px;
    background: transparent url(/content/images/alpha_flame_feature_back.png) no-repeat top right;
}

#mainfeatureitems > div
{
    position: relative;
    height: 51px;
    cursor: pointer;
}

#mainfeatureitems img
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 56px;
    height: 42px;
    border: solid 1px #fff;
}

#mainfeatureitems p
{
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #fff;
    position: absolute;
    left: 69px;
    right: 10px;
    top: 5px;
}

#mainfeaturedetail
{
    height: 104px;
    overflow: hidden;
    position: absolute;
    background-color: #fff;
    border-left: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff url(/content/images/grad_headline_back.png) repeat-x bottom left;
}

#mainfeaturedetail > div
{
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px 10px 0 10px;
    font-size: 13px;
    display: none;
    height: 104px;
    overflow: hidden;
}

#mainfeaturedetail > div:first-child
{
    display: block;
}

#mainfeaturedetail h1
{
    margin: 0;
    padding: 5px 0 5px 0;
    font-weight: normal;
    font-size: 22px;
    line-height: 24px;
}

#mainfeaturedetail a, #mainfeaturedetail p
{
    margin: 0;
    padding: 0;
}

#mainfeaturedetail a, #mainfeaturedetail h1 > a
{
    color: #a4351e;
    text-decoration: none;
}

#mainfeaturedetail a:hover
{
    text-decoration: underline;
}

#subcontent h1, .sidebox h1
{
    font-weight: normal;
    color: #608422;
    font-size: 20px;
    margin: 0;
}

.sidebox
{
    background: #fff url(/content/images/sidebox.png) no-repeat top left;
    padding: 0 10px 0 10px;
    border-bottom: solid 1px #ddd;
}

/*.sidebox > .ourlist
{
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
} */

.sidebox h1
{
    padding: 5px 0 10px 0;
    font-weight: normal;
}

#subcontent h1
{
    padding: 0px 0 10px 0px;
    font-weight: normal;
}

#subcontent
{
    float: right;
    width: 740px;
    padding: 20px 0 0 0;
}

.subfeature
{
    width: 320px;
    padding: 0;
    margin: 0;
    float: left;
    margin: 0 0px 0 0px;
}

.rightyfeature
{
    margin-left: 40px;
}

.subfeature ul, .sidebox ul
{
    margin: 0;
    padding: 0;
}

.subfeature li, .sidebox li
{
    list-style-type: none;
    margin: 0;
    padding: 10px 0 10px 0;
    font-size: 13px;
}

.sidebox li
{
    border-top: solid 1px #ddd;
}

.subfeature li
{
    border-bottom: solid 1px #ddd;
}

.subfeature li:first-child
{
    border-top: solid 1px #ddd;
}

.subfeature h2
{
    margin: 0;
    padding: 0 0 5px 0;
    font-weight: normal;
    font-size: 13px;
    border: 0px;
}

div.clear
{
    clear: both;
}

#footer
{
    height: 156px;
    padding: 0px 0 0 0px;
    background: transparent url(/content/images/footer_back3.png) no-repeat bottom center;
    text-align: center;
}

#footer h1
{
    color: #999;
    font-size: 22px;
}


.footopen
{
    color: #999;
    font-size: 22px;
    line-height: 24px;
    font-weight: normal;
    padding-top: 60px;
}

#footer, #footer a
{
    color: #fff;
}

.subfooter
{
    float: left;
    width: 290px;
    padding: 0 0 0 20px;
}

.subfooter h1
{
    color: #c0e31c;
    margin: 0;
    padding: 0 0 5px 0;
    font-size: 14px;
    border-bottom: solid 1px #4e5b0b;
}

#footer ul
{
    margin: 0;
    padding: 0;
}

#footer ul li
{
    margin: 0;
    padding: 4px 0 4px 0;
    list-style-type: none;
}

#newsletter
{
    display: block;
    margin-top: 10px;
    position: relative;
}

#newsletter input[type=text]
{
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px 0 0 5px;
    width: 200px;
    height: 19px;
    border: none;
}

#newsletter input[type=submit]
{
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding-top: 2px;
    padding-left: 5px;
    width: 80px;
    height: 23px;
    text-transform: lowercase;
    border: solid 1px #2C3941;
    background: #40505E url(/content/images/grad_footer_button.png) repeat-x bottom left;
    color: #96AAB8;
    font-size: 13px;
    font-weight: bold;
}

.stepcarousel
{
    position: relative; /*leave this value alone*/
    border: 0px;
    overflow: scroll; /*leave this value alone*/
    width: 515px; /*Width of Carousel Viewer itself*/
    height: 349px; /*Height should enough to fit largest content's height*/
}
.stepcarousel .belt
{
    position: absolute; /*leave this value alone*/
    left: 0;
    top: 0;
}
.stepcarousel
{
    float: left; /*leave this value alone*/
    overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
    margin: 0px; /*margin around each panel*/
    width: 515px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

#maincontent
{
    float: left;
    width: 674px;
    min-height: 500px;
}

#maincontent
{
    padding: 0 24px 0 24px;
}

#widecontent
{
    padding: 0;
}

.breadcrumbs
{
    margin: 0;
    padding: 0;
}

.breadcrumbs li
{
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0 20px 0 0;
}

.cal
{
    width: 100%;
    border-collapse: collapse;
    border: solid 1px #ccc;
}


/* handle the calendar nav */

.cal-navigator
{
    background-color: #718f36;
    padding: 8px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
}

.cal-navigator select, .cal-navigator input
{
    font-size: 11px;
    text-transform: uppercase;
    vertical-align: middle;
}

.cal-navigator a
{
    color: #fff;
    margin-right: 30px;
}

.cal-navigator b
{
    color: #fff;
    margin-right: 30px;
    border: 1px solid #fff;
    padding: 2px 6px 2px 6px;
}

.cal-navigator .cal-label
{
    color: #fff;
}

/*-------------------------------------------*/

.cal-viewtype
{
    background-color: #eee;
    padding: 8px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
}

.cal-viewtype a
{
    color: #1e6d8c;
    margin-right: 30px;
}

.cal-viewtype b
{
    color: #666;
    margin-right: 30px;
    border: 1px solid #666;
    padding: 2px 6px 2px 6px;
}

.cal-viewtype .cal-label
{
    color: #000;
}

/*-------------------------------------------*/

.cal-month-picker
{
    background-color: #999;
    padding: 8px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
}

.cal-month-picker select, .cal-month-picker input
{
    font-size: 11px;
    text-transform: uppercase;
    vertical-align: middle;
}

.cal-month-picker a
{
    color: #fff;
}

.cal-month-picker .cal-label
{
    color: #fff;
}

.cal-label
{
    font-weight: bold;
    font-size: 11px;
    width: 100px;
    text-transform: uppercase;
    display: block;
    float: left;
}

.cal-col
{
    width: 14.3%;
}

.cal-header
{
    border: solid 1px #ccc;
}

.cal-day
{
    vertical-align: top;
    border: solid 1px #ccc;
    height: 150px;
    font-size: 13px;
}

.cal-day-weekend
{
    vertical-align: top;
    border: solid 1px #ccc;
    height: 150px;
    font-size: 13px;
}

.cal-day-unused
{
    border: solid 1px #ccc;
    background: #ccc;
    height: 150px;
}

.cal-daynum
{
    text-align: center;
    border-bottom: solid 1px #ccc;
    background-color: #eee;
}

.cal-item
{
    padding: 7px;
}

.inset
{
    float: right;
    padding: 0 0 20px 20px;
    background-color: #fff;
}

/*---------------bread-----------------------------------------*/

/*ul.breadcrumbs, ul.breadcrumbs li
{
    display: inline;
    margin-left: 0;
}



ul.breadcrumbs
{
    padding: 0px;
    display: block;
    margin: 0px;
    margin-bottom: 20px;
}

ul.breadcrumbs li
{
    margin: 0px 5px 0px 0px;
    padding: 0px 0px 0px 5px;
    display: inline;
    margin-right: 5px;
    background: transparent url('/content/images/bread-back.png') no-repeat right top;
	border-left: solid 1px #ddd;
    color: #fff;
    font-size: 11px;
    padding: 3px 12px 4px 6px;
	line-height:normal;

}


ul.breadcrumbs a
{
    text-decoration: none;
    color: #000;
}

ul.breadcrumbs a:hover
{
    text-decoration: underline;
}*/


.breadcrumbs
{
    padding:0;
    margin:0;
}

.breadcrumbs li
{
    display:inline;
    list-style-type: none;
}

.breadcrumbs a
{    
    float:left;
    background: transparent url(/content/images/bread-back.png) no-repeat top right;
    border: none;
    border-left: solid 1px #ddd;   
    position:relative;
    height:21px;
    font-size:11px;
    line-height:21px;
    padding: 0 12px 0 7px;
    margin: 0 5px 0 0;
    text-decoration: none;
    color:#000;
}

.breadcrumbs a:hover
{
text-decoration:underline;
}

/*-------------------end bread---------------------------------*/

.search-summary
{
    font-weight: bold;
    padding-top: 10px;
}

.section-top
{
    font-size: 22px;
    line-height: 24px;
    font-weight: normal;
    padding-bottom: 7px;
    color: #608422;
}

.section-top a
{
    color: #608422;
}

.ourlist-selected
{
    background-color: #eee;
    font-weight: bold;
    padding-left: 20px;
}

.sidebox .ourlist a
{
	color:#000;
}

.sidebox .section-top
{
    padding-top: 10px;
}

.sidebox li:first-child
{
    font-weight: normal;
}

.ourlist-selected LI
{
    border: 0px solid #ddd;
    font-weight: normal;
    padding-bottom: 0px;
}

.brt-related-list h2
{
    border: 0px;
    padding-top: 0px;
}

#sidecontent p
{
    padding-left: 20px;
}

.visionstatement
{
    margin-top: 20px;
    color: #666;
}

.visionstatement h1
{
    color: #A4351E;
}

.blog-author
{
    float: right;
    width: 200px;
    padding: 0 0 20px 20px;
    background: #fff;
}

.mapdiv
{
    background-color: #fff;
}

.flright
{
    background-color: #fff;
    padding-left: 20px;
    padding-bottom: 20px;
}

li.ourlist-selected
{
    padding-left: 10px;
}

.tableback
{
    background-color: #f2f2f2;
    border: 1px solid #ccc;
}

.tableback td
{
    padding: 5px;
}

.rowconfirm
{
    background-color: #577382;
    color: #fff;
}

.rowheader
{
    background-color: #577382;
    color: #fff;
}

.more-small
{
    font-size: 11px;
    margin-left: 10px;
    text-decoration: underline;
}

.our-flex-grid
{
    height: 270px;
    overflow: hidden;
    float: left;
    width: 178px;
    padding: 10px;
    margin: 5px;
    border: 1px solid #ccc;
    text-align: center;
    background: #fff url('/content/images/people_shading.gif') repeat-x bottom;
}

.our-flex-grid h2
{
    border: 0px solid #fff;
    padding: 0px;
	margin:0;
	margin-bottom:10px;
}

.our-flex-grid img
{
    background: #fff;
    padding: 8px;
    border: 1px solid #ccc;
    margin-bottom: 8px;	
	width:100px;
	height:120px;
}

.flex-email
{
    padding-left: 20px;
    background: url('/content/images/mail_send.png') no-repeat;
}

/*    slideshow stuff  */

#home-slideshow
{
    position: relative;
    margin: 10px 20px 0px 20px;
    height: 420px;
}

#home-slideshow #panel
{
    position: absolute;
    height: 420px;
    width: 560px;
    left: 0px;
    top: 0px;
    z-index: 1;
}

#home-slideshow #thumbs
{
    position: absolute;
    top: 30px;
    bottom: 30px;
    width: 145px;
    right: 0px;
    overflow: hidden;
}

#home-slideshow #thumbs > div
{
    width: 145px;
    position: relative;
    top: 0px;
}

#home-slideshow #thumbs > div > div
{
    position: relative;
    width: 105px;
    height: 79px;
    border: solid 1px #ccc;
    margin-top: 11px;
    margin-left: 18px;
}

#home-slideshow #thumbs > div > div > div
{
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 24px;
    font-size: 10px;
    line-height: 12px;
    background-color: #000000;
    filter: alpha(opacity=75);
    -moz-opacity: .75;
    opacity: .75;
    color: #ffffff;
    overflow: hidden;
    margin: 0px;
    padding: 2px;
}

#home-slideshow #thumbs > div > div > div > a
{
    color: #ffffff;
    text-decoration: none;
    display: block;
    padding-left: 3px;
    padding-right: 3px;
}

#home-slideshow #thumbs > div > div:first-child
{
    margin-top: 0px;
}

#home-slideshow #thumbs img
{
    width: 105px;
    height: 79px;
}

#home-slideshow #overlay
{
    position: absolute;
    height: 100px;
    width: 560px;
    left: 0px;
    bottom: 0px;
    z-index: 2;
    background-color: #000000;
    filter: alpha(opacity=75);
    -moz-opacity: .75;
    opacity: .75;
    color: #ffffff;
}







div.feature
{
    position: relative;
    width: 560px;
    height: 420px;
    line-height: normal;
}

div.feature > div
{
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 75px;
    background-color: #000000;
    filter: alpha(opacity=75);
    -moz-opacity: .75;
    opacity: .75;
    color: #ffffff;
    overflow: hidden;
    padding: 15px;
    font-size: 14px;
    font-weight: normal;
}

div.feature > div a, div.feature > div h1
{
    color: #fff;
    font-size: 22px;
    margin: 0px;
    paddding: 0px;
    font-weight: normal;
}

.feature p
{
    margin: 0px;
    padding: 0px;
}

.feature a
{
    text-decoration: none;
}

div.feature > div.vidicon
{
    position: absolute;
    left: 220px;
    top: 130px;
    height: 40px;
    width: 60px;
    background-color: #000000;
    filter: alpha(opacity=50);
    -moz-opacity: .50;
    opacity: .50;
    cursor: pointer;
    padding: 5px 5px 5px 50px;
    font-size: 12px;
    background: #000000 url(/content/images/play.png) no-repeat 5px 5px;
}

.hidden
{
    display: none;
}

/* end of slideshow stuff */

.box
{
    width: 310px;
    height: 382px;
    overflow: hidden;
    float: left;
    background: url(/content/images/div_box.png) no-repeat bottom left;
    font-size: 13px;
    line-height: normal;
    margin-left: 21px;
}

.boxother
{
    width: 260px;
    height: 382px;
    overflow: hidden;
    float: left;
    background: url(/content/images/div_box_other.png) no-repeat bottom left;
    font-size: 13px;
    line-height: normal;
}

.box h1, .boxother h1
{
    margin: 0;
    padding: 15px 20px 3px 20px;
    color: #608422;
    font-size: 22px;
	font-size: 18px;
    font-weight: normal;
}

.box ul, .boxother ul
{
    margin: 0;
    padding: 0 20px 15px 20px;
    list-style: none;
}

.box ul li
{
    margin: 0;
    padding-top: 7px;
    padding-bottom: 7px;
    color: #666;
    font-size: 13px;
    border-top: 1px solid #ccc;
}

.boxother ul li
{
    background: url(/content/images/btn_other_place.png) no-repeat left top;
    padding: 6px 0 8px 36px;
    margin-top: 2px;
}

.boxother b
{
    color: #608422;
}

.boxother #ministryinaction
{
    padding: 0 20px 0 20px;
    font-size: 12px;
}

#ministryinaction p
{
    text-align: right;
    padding: 0;
    padding-top: 10px;
    margin: 0;
}

.box ul li a, .boxother ul li a
{
    color: #000;
    font-size: 13px;
    display: block;
}

.box p
{
    text-align: right;
    padding: 0;
    padding-top: 5px;
    margin: 0;
}

/* slider stuff */


#slider
{
    width: 920px;
    height: 445px;
    position: relative;
    margin-bottom: 20px;
}

#slider .headline
{
    position: absolute;
    top: 0;
    left: 0;
    width: 407px;
    height: 309px;
    overflow: hidden;
    background: url(/content/images/slider_headline_back3.png) no-repeat top left;
    font-size: 14px;
    color: #333;
    line-height: normal;
    padding: 20px;
}

#slider .headline h1
{
    margin: 0;
    padding: 0 20px 15px 0;
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
}

#slider .headline h1
{
    color: #608422;
}

#slider .headline div
{
    width: 367px;
    height: 350px;
}

#slider .headline p
{
    font-size: 14px;
    color: #333;
    padding: 0px 20px 20px 0;
    margin: 0;
    line-height: 22px;
}

#slider .image
{
    position: absolute;
    top: 0;
    right: 0;
}

#mygallery, #mygallery > img
{
    position:absolute;
    top:0;
    right:0;
}

#mygallery div.panel img
{
    height: 349px;
    width: 515px;
}

#slider .image img
{
    height: 349px;
    width: 515px;
}

#slider .image div
{
    position: absolute;
    top: 0;
    right: 0;
    height: 16px;
    width: 16px;
    background: url(/content/images/slider_corner2.png) no-repeat top right;
}

#slider .thumbleft, #slider .thumbright
{
    border: solid 1px #ccc;
    position: absolute;
    bottom: 0;
    width: 16px;
    height: 55px;
    padding: 39px 5px 0 5px;
    background: #fff url(/content/images/slider_nav_back.png) repeat-x bottom left;
}

#slider .thumbleft
{
    padding: 39px 5px 0 6px;
    left: 0;
}

#slider .thumbright
{
    padding: 39px 6px 0 5px;
    right: 0;
}

#slider .thumbleft img, #slider .thumbright img
{
    cursor: pointer;
}

#thumbpanel
{
    position: absolute;
    left: 29px;
    right: 0;
    height: 94px;
    bottom: 0;
    overflow: hidden;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    text-align: center;
    background: #fff url(/content/images/slider_nav_back.png) repeat-x bottom left;
}

#thumbpanel > div
{
    position: relative;
    width: 215px;
    height: 95px;
    float: left;
    cursor: pointer;
    border-right: solid 1px #ccc;
}

#thumbpanel > div.selected
{
    background-color: #ddd;
}

#thumbpanel > div img
{
    width: 66px;
    height: 45px;
    position: absolute;
    top: 15px;
    left: 77px;
    border: 1px solid #ccc;
}

#thumbpanel > div > p
{
    position: absolute;
    left: 4px;
    right: 4px;
    top: 64px;
    bottom: 4px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    font-size: 10px;
    line-height: normal;
}

/* end slider stuff */

#footercontact
{
    padding: 20px 0 30px 0;
    text-align:center;
    background-color: #eee;
    color: #666;
    font-size: 12px;
}

.slideinfo
{
color:#853521;
font-size:10px;
display:block;
margin-top:15px;
}