/* CSS Document */

/*
colours
===========================
blue-dark			#669acc
blue-mid			#b0cae5
blue-light			#e1ebf5
grey				#ccc
red-dark			#cd3333
red-mid				#eaacac
red-light			#f7e1e1
*/

/* @group site defaults */

* { margin: 0; padding: 0; }

html { }

body { margin: 0 auto; width: 960px; color: #000; font: 1em/1.5 Helvetica, Arial, sans-serif; background: #e1ebf5; }
body.school {  }
body.church { background: #f7e1e1; }

a { color: rgb(32,66,148); text-decoration: underline; }
a:hover { text-decoration: none; }
p { display: block; margin: 1em 0; }
h1 { display: block; font-size: 2em; }
h2 { display: block; font-size: 1.5em; }

.left { float: left; }
.right { float: right; }
.clear { clear: both; }

img.left { margin: 0px 10px 10px 0px }
img.right { margin: 0px 0px 10px 10px }
img.center { display: block; margin: 0px auto; }

img.small { width: 100px; }
img.large { width: 250px; }

table { border-collapse: collapse; margin-bottom: 1em; }
table th { background: #b0cae5; border: #669acc solid 1px; }
table td { padding: 1px 2px; border: #669acc solid 1px; }

.error {display:none; font-size: 14px; color: red;}

/* @end */


/* @group main layout */

#header,
#footer,
#navigation-help,
#navigation-section { display: block; width: 100%; clear: both; }

/* @end */


/* @group header */

#header {  }

img#logo { float: left; }

#header ul { display: block; list-style: none; }
#header ul li { display: block; float: left; }
#header ul li a { display: block; }
#header ul li a:hover { }

ul#navigation-help { font-size: 0.8em; height: 1.8em; line-height: 1.8em; background: #ccc; }
ul#navigation-help li { float: right; padding: 0 0.5em; }
ul#navigation-help li#navigation-skip { float: left; }
ul#navigation-help li a { color: #fff; text-decoration: none; padding-left: 16px; }
ul#navigation-help li a:hover { text-decoration: underline; }

ul#navigation-focus { height: 175px; background: url(/site/images/local-church-local-school.jpg) no-repeat center top; }
ul#navigation-focus li { width: 400px; height: 87px; margin: 0 280px; }
ul#navigation-focus li a { width: 100%; height: 87px; text-indent: -10000px; }
ul#navigation-focus li a.localchurch { background: url(/site/images/local-church-local-school.jpg) no-repeat center top; }
ul#navigation-focus li a.localschool { background: url(/site/images/local-church-local-school.jpg) no-repeat center bottom; }

ul#navigation-section { list-style: none; height: 2.5em; line-height: 2.5em; padding: 1.5em 45px; }
ul#navigation-section li { display: block; float: left; margin: 0 20px; width: 405px; text-align: center; }
ul#navigation-section li a { display: block; background: #b0cae5; font-weight: bold; text-decoration: none; color: black; }
ul#navigation-section li a.current { background: #669acc; color: white; }
body.church ul#navigation-section li a { background: #eaacac; }
body.church ul#navigation-section li a.current { background: #cd3333; }
ul#navigation-section li a:hover { color: white; }

/* @end */


/* @group content */

/* @group homepage */

#homepage { background: url(/site/images/homepage-bg.jpg) no-repeat left top; height: 548px; padding: 20px 35px; }
#homepage ul { margin: 1em 1em 1em 2em; }
#homepage ul li { margin: 0.5em; }
#homepage #intro-site { width: 650px; margin: 0 auto;}
#homepage #intro-church,
#homepage #intro-school { display: block; width: 430px; margin: 30px auto; float: left; background: #eaacac; }
#homepage #intro-church p,
#homepage #intro-school p { padding: 0 2em; }
#homepage #intro-church ul,
#homepage #intro-school ul { height: 140px; }
#homepage #intro-church a,
#homepage #intro-school a { display: block; height: 60px; line-height: 60px; text-align: center; font-weight: bold; text-decoration: none; color: white; background: #cd3333; font-size: 1.2em; }
#homepage #intro-church a:hover,
#homepage #intro-school a:hover { color: black; }
#homepage #intro-school { float: right; background: #b0cae5; }
#homepage #intro-school a {  background: #669acc; }


/* @end */

#navigation-secondary { display: block; float: left; background: #b0cae5; min-height: 564px; width: 222px; }
body.church #navigation-secondary { background: #eaacac; }
*html #navigation-secondary { height: 564px; } /* ie min-height fix */

#navigation-secondary ul { list-style: none; }
#navigation-secondary ul li { display: block; float: left; clear: both; width: 100%; font-size: 0.9em; }
#navigation-secondary ul li a { display: block; float: left; width: 90%; color: #000; line-height: 1.2; padding: 0.8em 5%; text-decoration: none; }
#navigation-secondary ul li a:hover { color: white; background: #669acc; }
body.church #navigation-secondary ul li a:hover { background: #cd3333; }

#navigation-secondary ul li.current a { background: #669acc; color: white; }
body.church #navigation-secondary ul li.current a { background: #cd3333; }
#navigation-secondary ul li.current ul li { border: 0; }
#navigation-secondary ul li.current ul li a { background: #b0cae5; font-size: 0.9em; width: 80%; padding-left: 15%; color: black; }
body.church #navigation-secondary ul li.current ul li a { background: #eaacac; }
#navigation-secondary ul li.current ul li a:hover { color: white; background: #669acc; }
body.church #navigation-secondary ul li.current ul li a:hover { background: #cd3333; }
#navigation-secondary ul li.current ul li.current a { font-weight: bold; }

#content-primary { display: block; float: left; width: 456px; padding: 0 30px; font-size: 0.8em; }
#content-primary ul,
#content-primary ol { margin: 1em 2em; }

#content-secondary { display: block; float: left; min-height: 534px; width: 222px; background: #b0cae5; }
body.church #content-secondary { background: #eaacac; }
*html #content-secondary { height: 534px; width: 221px; } /* ie min-height fix */
#content-secondary ul { display: block; list-style: none; padding: 20px 0; }
#content-secondary ul li a { display: block; height: 3em; line-height: 3em; color: black; text-decoration: none; padding-left: 60px; }
#content-secondary ul li a:hover { text-decoration: underline; }
a#email { background: url(/site/images/email.png) no-repeat 25px center; }
a#print { background: url(/site/images/printer.png) no-repeat 25px center; }

/* @end */


/* @group footer */

#footer { height: 8em; background: #ccc; font-size: 0.8em; color: black; }
#footer a { color: black; }

ul#navigation-quickfind { display: block; float: left; padding-top: 1em; list-style: none; width: 210px; }
ul#navigation-quickfind li { float: left; clear: both; width: 95%; padding-left: 5%; }

#address { display: block; float: left; width: 500px; padding: 0 20px; }

ul#navigation-interaction { display: block; float: left; padding-top: 1em; list-style: none; width: 210px; text-align: right; }
ul#navigation-interaction li { float: left; clear: both; width: 95%; padding-right: 5%; }

/* @end */


/* @group form layout - wufoo */

/* form */

input { border: 0 none; padding: 0; }

form ol { margin: 0 !important; padding: 0 !important; list-style-type: none; width: 100%; }
form li { margin: 0; width: 62%; padding: 4px 5px 2px 9px; position: relative; }
form li ol li { width: auto; }

form li:after,
.buttons:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

form li,
.buttons { display: inline-block; }
* html form li,
* html .buttons { height: 1%; }

form li,
.buttons { display: block; }

form li ol li { margin: 0 4px 0 0; padding: 0 0 8px 0; }
form li ol li { float: left; }
form li.left { display: inline; width: 48%; }
form li.right { display: inline; width: 48%; }
form li.left .medium,
form li.right .medium { width: 100%; }

form li ol li label { padding-top: 3px; clear: both; color: #999; display: block; }
form li .datepicker { float: left; margin: .1em 5px 0 0; padding: 0; width: 16px; height: 16px; cursor: pointer !important; }

.info,
fieldset { border-style: none; border-bottom: 1px dotted #999; margin: 1.5em 0; padding-bottom: 1em; }
legend { font-size: 120%; font-weight: bold; color: #204294; margin-left: -7px; }
fieldset>legend { margin-left: 0; }

/* ----- fields and labels ----- */

label.desc { display: block; padding: 0 0 1px 0; line-height: 1.5; color: #000; font-weight:bold; }

input.text,
input.file,
textarea.textarea,
select.select { margin: 0; font-size: 100%; color: #000; }

input.text,
textarea.textarea,
.firefox select.select { border-top: 1px solid #7c7c7c; border-left: 1px solid #c3c3c3; border-right: 1px solid #c3c3c3; border-bottom: 1px solid #ddd; background: #fff url(/site/images/fieldbg.gif) repeat-x top; }

input.text,
input.file { padding: 2px 0 2px 0; }

input.checkbox,
input.formradio { display: block; line-height: 1.4em; margin: 6px 0 0 3px; width: 13px; height: 13px; }
label.choice { display: block; line-height: 1.4em; margin: -1.55em 0 0 25px; padding: 4px 0 5px 0; width: 90%; }
label.list { margin-left: 50px; }

textarea.textarea{ font-family: "Tahoma", Arial, Verdana, sans-serif; }

select.select { margin: 1px 0; padding: 1px 0 0 0; }
select.select[class]{ margin: 0;	padding:1px 0 1px 0; }
*:first-child+html select.select[class]{ margin: 1px 0; }
.safari select.select { margin-bottom: 1px; font-size: 120% !important; }

/* sizes */

.third { width: 32% !important; }
.half { width: 48% !important; }
.full { width: 100% !important; }

input.tiny,
select.tiny { width: 40px; }

input.small,
select.small { width: 25%; }

input.medium,
select.medium { width: 50%; }

input.large,
select.large,
textarea.textarea { width: 100%; }

textarea.small { height: 5.5em; }
textarea.medium { height: 10em; }
textarea.large { height: 20em; }

/* required */

form .req { float: none; color: red; font-weight: bold; }

/* instructions */

form li.focused { background: #e6edf7; }
form li.focused label { color: #000; }
form .instruct { position: absolute; top: 0; left: 100%; z-index: 1000; width: 42%; margin: 0 0 0 8px; padding: 8px 10px 9px 10px; border: 1px solid #fffd98; background: #fffd98; line-height: 130%; font-size: 90%; color: #000; visibility: hidden; }
form .instruct small { font-size: 105%; }
form li.focused .instruct,
form li:hover .instruct{ visibility: visible; }

/* buttons */

.buttons { clear: both; margin-top: 10px; margin-bottom: 20px; border-top: 1px dotted #fff; padding-top: 10px; }
.buttons input { width: auto; overflow: visible; border: 1px solid #7c7c7c; margin: 0px 10px; padding: 0px 10px; }

/* @end */

/* @group fancybox */

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div { position: absolute; top: 0; left: 0; width: 40px; height: 480px; background: url(/site/images/fancy_progress.png) no-repeat; }

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon { position: absolute; background: url(/site/images/fancy_loading.gif) no-repeat; z-index: 35; width: 16px; height: 16px; }

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div { xbackground: #000; xcolor: #FFF; height: 100%; width: 100%; overflow: auto; z-index: 100; }

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close { position: absolute; top: -12px; right: -15px; height: 30px; width: 30px; background: url(/site/images/fancy_closebox.png) top left no-repeat; cursor: pointer; z-index: 181; display: none; }

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico { left: -9999px; background: url(/site/images/fancy_left.png) no-repeat; }
span#fancy_right_ico { right: -9999px; background: url(/site/images/fancy_right.png) no-repeat; }

a#fancy_left:hover { visibility: visible; }
a#fancy_right:hover { visibility: visible; }
a#fancy_left:hover span { left: 20px; }
a#fancy_right:hover span { right: 20px;  }

.fancy_bigIframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: transparent; }

div#fancy_bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 70; border: 0; padding: 0; margin: 0; }
	
div.fancy_bg { position: absolute; display: block; z-index: 70; border: 0; padding: 0; margin: 0; }
div.fancy_bg_n { top: -18px; width: 100%; height: 18px; background: url(/site/images/fancy_shadow_n.png) repeat-x; }
div.fancy_bg_ne { top: -18px; right: -13px; width: 13px; height: 18px; background: url(/site/images/fancy_shadow_ne.png) no-repeat; }
div.fancy_bg_e { right: -13px; height: 100%; width: 13px; background: url(/site/images/fancy_shadow_e.png) repeat-y; }
div.fancy_bg_se { bottom: -18px; right: -13px; width: 13px; height: 18px; background: url(/site/images/fancy_shadow_se.png) no-repeat; }
div.fancy_bg_s { bottom: -18px; width: 100%; height: 18px; background: url(/site/images/fancy_shadow_s.png) repeat-x; }
div.fancy_bg_sw { bottom: -18px; left: -13px; width: 13px; height: 18px; background: url(/site/images/fancy_shadow_sw.png) no-repeat; }
div.fancy_bg_w { left: -13px; height: 100%; width: 13px; background: url(/site/images/fancy_shadow_w.png) repeat-y; }
div.fancy_bg_nw { top: -18px; left: -13px; width: 13px; height: 18px; background: url(/site/images/fancy_shadow_nw.png) no-repeat; }

div#fancy_title { position: absolute; bottom: -33px; left: 0; width: 100%; z-index: 100; display: none; }
div#fancy_title div { color: #FFF; font: bold 12px Arial; padding-bottom: 3px; }
div#fancy_title table { margin: 0 auto; }
div#fancy_title table td { padding: 0; vertical-align: middle; }

td#fancy_title_left { height: 32px; width: 15px; background: url(/site/images/fancy_title_left.png) repeat-x; }
td#fancy_title_main { height: 32px; background: url(/site/images/fancy_title_main.png) repeat-x; }
td#fancy_title_right { height: 32px; width: 15px; background: url(/site/images/fancy_title_right.png) repeat-x; }

#fancy_outer td { border: none; }

/* @end */

#emailform { background: white; border-top: 5px solid #2b2b2b; border-bottom: 5px solid #2b2b2b; padding-left: 10px; }


