/* General */
body {
	background:#F7EEA8 url('../images/bg/body.gif') top center repeat-y;
	font-family:Helvetica, "Helvetica Neue", Arial, sans-serif;
	text-align:center;
  	color:#58585A;
}

a {
	color:#000;
}

a:hover {
	color:#990000;
}

.wrapper a.pdf {
	padding-left:45px;
	height:3em;
	line-height:3em;
	display:block;
	background:url('../images/pdf.gif') left top no-repeat;
	vertical-align:middle;
}

.wrapper {
	text-align:left;
	margin:0 auto;
	width:981px;
	position:relative;
}

/*********************** Header *************************/

#header {
	font-family:Georgia, Times, serif;
	height:86px;
	background:#fff;
}

#header .wrapper {
	padding-top:30px;
}

#logo a span,
#logo a,
#logo {
	width:375px;
	height:45px;
	color:#36454F;
	margin:0;
}

#logo a {
	font-size:1.3em;
	font-weight:normal;
	text-decoration:none;
	position:relative;
	text-align:center;
	font-family:Times, "Times New Roman", Georgia, serif;
}

#logo a span {
	z-index:1;
	position:absolute;
	top:0;
	left:0;
	display:block;
	background:url('../images/iris-ministries-logo.gif') 0 0 no-repeat;
}

#logo,
#header .nav li {
	float:left;
}

#header .nav {
	list-style: none;
	margin:15px 0 0 0;
	padding: 0;
	float:right;
	font-size:1.1em;
}


#header .nav li,
#header .nav a {
	margin-right:6px;
}

#header .nav a {
	color:#AEA160;
	text-transform:uppercase;
	font-style:italic;
	letter-spacing:.05em;
	text-decoration:none;
	font-weight:normal;
}

#header .nav a:hover {
	text-decoration:underline;
}

/*********************** Header *************************/

#subheader {
	background:#8B631E url('../images/bg/subheader.jpg') top center no-repeat;
	height:417px;
}

.condensed #subheader {
	height:76px;
	overflow:hidden;
	background-color:#89621F;
}

#subheader .photo,
#subheader .side-panel {
	float:left;
	display:block;
	height:417px;
}

#subheader .side-panel {
	width:383px;
	position:relative;
	text-transform:uppercase;
	font-family:"Helvetica Bold",Helvetica,Arial;
	background:url('../images/bg/subheader.jpg') -291px 0px no-repeat;
}

#subheader .side-panel ul {
	margin-top:10px;
	list-style:none;
}

#subheader .side-panel li a {
	color:#F7EEA8;
	font-size:4.35em;
	text-decoration:none;
	font-weight:bold;
	line-height:1.005em;
	padding-left:1px;
}

#subheader .side-panel h1 {
	margin:26px 0 12px 0;
	padding-left:20px;
	font-size:2.85em;
	font-weight:bold;
	letter-spacing:1px;
}

#subheader .side-panel h1 a {
	color:#F7EEA8;
}

#subheader .side-panel h1 a:hover {
	color:#fff;
}

#subheader .side-panel h1.current span {
	background:url('../images/current-arrow.png') no-repeat;
	display:block;
	width:111px;
	height:51px;
	position:absolute;
	z-index:2;
	left:-95px;
	top:8px;
}

#subheader .side-panel h1 small {
	color:#A8CD43;
	display:block;
	font-size:0.44em;
	line-height:0.78em;
	letter-spacing:0;
}

#subheader .side-panel h3 {
	color:#fff;
	border-top:1px solid #6D5F4F;
	border-bottom:1px solid #6D5F4F;
	font-size:2.3em;
	padding:9px 0 10px 20px;
	line-height:1.2em;
	margin:0;
}

#subheader .side-panel h3 span {
	color:#74C4B0;
}

#subheader .side-panel li {
	position:relative;
}

#subheader .side-panel li.alt a {
	color:#A8CD43;

}

#subheader .side-panel li a:hover {
	color:#fff;
}

#subheader .side-panel li.current span {
	background:url('../images/current-arrow.png') no-repeat;
	display:block;
	width:111px;
	height:51px;
	position:absolute;
	z-index:2;
	left:-115px;
	top:-27px;
}

#subheader .ready {
	position:absolute;
	left:14px;
	top:367px;
}


#subheader .photo {
	background:url('../images/subheader/homepage.jpg') no-repeat;
	display:block;
    width:598px;
    height:417px;
    overflow:hidden;
    position:relative;
}

#subheader .photo img {
	position:absolute;
    width:598px;
    height:417px;
	top:0;
    left:0
}
/*****************************************/
html,body { height:100%; }

#page {
	min-height:100%;
	height:auto !important;
	height:100%;
}

#content .wrapper {
	background:#F0F0F1 url('../images/bg/content.jpg') top left repeat-x;
	padding:28px 0;
	position:relative;
}

.home-page #content .wrapper {
	background-position:0px 312px;
}

#love {
	margin-top:4px;
	background:url('../images/bg/what-does-love-look-like.gif') top left no-repeat;
	height:280px;
	display:block;
	color:#fff;
	font-size:1.275em;
}

#love p {
	padding-top:205px;
	margin:0 155px;
}

#love strong {
	font-size:1.2em;
}

#content {
	clear:both;
	position:relative;
	font-size:1.1em; /*1.2*/
	padding-bottom:70px;
}

.wrap {
	font-size:1.2em;
	padding:0 3em;
}

.wrap p {
	padding-bottom:1.5em;
}

a {
	color:#990000;
	font-weight:bold;
	text-decoration:none;
}

h1 {
	font-size:6em;
	line-height:1em;
	font-weight:normal;
	text-transform:uppercase;
}

#content h1 {
	font-family:"Times New Roman", Georgia, serif;
	display:block;
	padding:14px 0 14px 7px;
	border:1px solid #818284;
	border-width:1px 0;
	display:block;
	color:#B6D34C;
	margin:0 14px 28px 14px;
}

.hiddenFields {
	height:0;
	position:absolute;
	overflow:hidden;
	top:0;
	left:0;
}

.referenceFor {
	border-left:1px solid #818284;
	position:absolute;
	left:680px;
	top:40px;
	width:240px;
	float:left;
	padding-left:20px;
}

.referenceFor p {
	line-height:1.15em;
	margin-top:0.65em;
}

.referenceFor h3 {
	margin:0;
	padding:0;
}

.referenceFor h3 {
	font-size:1.3em;
}

.referenceFor big {
	font-size:1.25em;
}


#login {
	border-left:1px solid #818284;
	position:absolute;
	left:410px;
	top:40px;
	width:485px;
	float:left;
	overflow:hidden;
	padding-right:0;
}

div#login {
	padding:0 20px;
	height:75px;
	border:none;
	width:475px;
}

#status {
	clear:both;
	background: url('../images/bg/status.gif') top left repeat-x;
	display:block;
/*	width:95%;*/
	margin:0 auto 30px auto;
	padding:15px 0;
	text-align:center;
	height:90px;
}

html>body #status {
	height:auto;
}

#status ul {
	list-style:none;
	height:60px;
	display:block;
	margin:0 auto;
}

#status li {
	background:url('../images/bg/status-line.gif') 0 13px repeat-x;
	width:75px;
	float:left;
	text-align:center;
}

#status li.first {
	margin-left:-2px;
	background-position:55px 13px;
	background-repeat:no-repeat;
}

#status li.last {
	background-position:0px 13px;
	background-repeat:no-repeat;
}

#status li.last span,
#status li.last a {
	background:url('../images/bg/status-square.gif') top center no-repeat;
}

#status .complete span.send,
#status .complete a.send {
	background-image:url('../images/bg/status-square-complete.gif');
}

#status span,
#status a {
	background:url('../images/bg/status-incomplete.gif') top center no-repeat;
	padding-top:49px;
	font-weight:normal;
	color:#777;
	display:block;
}

#status .complete span,
#status .complete a {
	background-image:url('../images/bg/status-complete.gif');
}

#status .half a {
	background-image:url('../images/bg/status-half-complete.gif');
}

#status a:hover {
	text-decoration:underline;
}

#status .current span,
#status .current a {
	font-weight:bold;
	color:#4C6421;
	color:#000;
	text-decoration:none;
}

.notice {
	padding:0 0.5em;
	line-height:2.5em;
	color:#575C4B;
}


.good {
	background:#E1F8A8;
}

.bad {
	background:#F7EEA9;
}


.bold_is_label b {
	width:160px;
	display:block;
	float:left;
}

#content a:hover {
	text-decoration:underline;
}

#content, h2, h3, h4, h5, h6, li, ol, ul, p {
	line-height:1.5em;
	line-height:1.2em;
}

h2 {
	clear:both;
	margin-top:0.5em;
}


h3, h4, h5, h6 {
	clear:both;
	margin-top:1em;
}

li, ol, ul, p {
	line-height:1.5em;
}

h2 {
	font-weight:bold;
	font-size:1.5em;
	margin-bottom:0;
/*	text-transform:uppercase;*/
}

h2 small {
	font-size:0.6em;
	font-weight:normal;
}

form legend,
h3 {
	font-size:1.1em;
}

h4 {
	color:#789A00;
	font-size:1.25em;
}
h4.right {
	text-align:right;
}

h4.right span {
	float:left;
}

.home-page h5 {
	color:#789A00;
	font-size:1.35em;
}

.sidecolumn h5 {
	font-size:1.8em;
	line-height:1.2em;
	font-weight:normal;
	font-family:arial;
}

.home-page .sidecolumn h5.almost-closed {
	color:#9A0000;
	text-transform:uppercase;
	font-size:1.2em;
	font-weight:bold;	
}

.home-page .sidecolumn p,
.home-page .sidecolumn .light,
.home-page .sidecolumn .dates {
	padding-right:25px;
	padding-left:25px;
}

.sidecolumn .dates {
	background:#E9EAE4;
	margin:3px 0 0 0;
	padding:3px 40px 7px 15px;
	font-weight:bold;
	font-size:1.4em;
	margin-bottom:6px;
}

body.home-page .sidecolumn h5 {
	background:#fff;
	margin:0 0 0 -1px;
	padding:0.5em 0 0.25em 26px;
	line-height:1.4em;
}

.wrap {
	font-size:1.2em;
	padding:0 3em;
}

body.home-page .widecolumn {
	width:60%;
	border:0;
}

body.home-page .sidecolumn p {
	font-size:1.2em;
	padding-bottom:1em;
	color:#828282;
}

body.home-page .wrap {
	padding-right:0;
}

body.home-page .sidecolumn {
	width:338px;
	border-left:#B4B4B5 1px solid;
}

.sidecolumn .dates b {
	color:#789A00;
	line-height:1.6em;
	padding-bottom:2px;
}

body.home-page .sidecolumn .dates p b {
	padding-bottom:0;
}

body.home-page .sidecolumn .dates p {
	font-size:0.5em;
	padding:0;
	margin:0.5em 0 0.25em 0;
	font-weight:normal;
}

body.home-page .sidecolumn p.signup {
	margin-bottom:3px;
	padding:0;
	background:#A6CB42;
}

.sidecolumn p.signup a,
.sidecolumn p.signup a span {
	width:338px;
	height:87px;
	display:block;
}

.sidecolumn p.signup a {
	position:relative;
	color:#fff;
}

.sidecolumn p.signup a span {
	position:absolute;
	background:url('../images/sign-up.gif') 0 0 no-repeat;
}

.sidecolumn p.signup a:hover span {
	background-position:0 -87px;
}

.sidecolumn .dates div {
	font-size:1.65em;
	line-height:1.3em;
	color:#636363;
	border-bottom:1px solid #89A837;
	margin-right:-14px;
}


.light {
	color:#656565;
	font-family:arial;
	font-size:2.0em;
	font-weight:normal;
	line-height:0.8em;
}

.light span {
	color:#789A00;
}

.light small {
	font-size:0.55em;
}

.sidecolumn .light {
	margin-top:0;
	font-size:1.8em;
	line-height:1.2em;
	font-weight:normal;
}



.bar {
	background:#B6D34C;
	color:#343434;
	text-transform:uppercase;
	padding:5px 5px 5px 10px;
	font-size:1.2em;
	margin-bottom:0.75em;
}

.bar span {
	padding-left:380px;
	text-transform:none;
	font-weight:normal;
	font-size:0.75em;
}

.letter {
	width:485px;
	vertical-align:top;
	float:left;
	font-size:1.05em;
}


.StatusTable {
	width:355px;
	float:right;
	border:1px solid #343434;
	margin-top:5px;
}

.StatusTable h2 {
	font-size:1.5em;
	margin:3px;
	padding:0;
	
	border-bottom:1px solid #343434;
}

.StatusTable th,
.StatusTable td {
	padding:3px 7px;
}

.StatusTable td.results,
.StatusTable td.status {
	background:#343434;
	color:#fff;
	padding:5px;
}

p.unable span {
	color:#CC0000;
}

p.complete {
	color:#000;
}

.StatusTable td.results {
	color:#B6D34C;
}

form legend {
	font-weight:bold;
	padding-top:1em;
	display:block;
}

ol, ul {
	margin-bottom:1em;
	margin-left:2em;
}

p {}

.error {
	font-size:0.9em;
	vertical-align:top;
	color:#CC0000;
}

label.error,
.error label {
	color:#CC0000;
}

#footer {
	background:#fff;
	clear:both;
	color:#9D9D9D;
	margin:-70px auto 0 auto;
	text-indent:20px;
	font-size:1.2em;
	text-align:left;
	overflow:hidden;
	height:70px;
	bottom:0;
	position:relative;
}

#footer .wrapper {
	padding:0;
}

#footer p {
	line-height:70px;
	margin-bottom:1em;
}

.widecolumn {
	float:left;
	width:70%;
	padding-right:1.5em;
	border-right:#B4B4B5 1px solid;
}

.sidecolumn {
	float:right;
	width:26%;
	font-size:0.9em;
}

.leftsidecolumn {
	float:left;
	width:26%;
	font-size:0.9em;
}

.rightwidecolumn {
	float:right;
	width:70%;
	padding-left:1.5em;
	border-left:#B4B4B5 1px solid;
}

.alternate {
	background-color:#CFCFCF
}

.tuition-page .widecolumn {
	width:586px;
	border-right:#B4B4B5 2px solid;
}

.tuition-page .sidecolumn {
	width:326px;
}

.tuition-page .sidecolumn h2 {

}

.tuition-page .sidecolumn .pad {
	padding:15px;
}

.tuition-page .widecolumn p {
	font-size:0.9em;
}
.tuition-page .indent {
	padding-left:65px;
}

.tuition-page #content .wrapper {
	padding-bottom:0;
}

.tuition-page .sidecolumn h3.green {
	background:#A8CD43;
	font-size:1.5em;
	line-height:2.0em;
	margin:0 -1px 0 -5px;
	text-indent:1em;
	color:#151515;
}

.tuition-page .sidecolumn small {
	font-size:0.9em;
}

.tuition-page .widecolumn big {
	color:#353535;
	font-size:1.3em;
	line-height:1.2em;
}

.tuition-page .widecolumn h2 {
	text-transform:uppercase;
	color:#151515;
	line-height:1.5em;
	border-bottom:5px solid #A8CD43;
	width:420px;
	margin-top:1em;
	margin-left:-45px;
	padding-left:45px;
}

.tuition-page .widecolumn h3 {
	color:#151515;
	font-size:1.4em;
	margin:1em 0 0.5em 0;
}

.tuition-page .widecolumn h4 {
	color:#3E3E3E;
	font-size:1.1em;
	margin:0;
}

body.tuition-page .wrap {
	padding-right:0;
	padding-left:45px;
}


.widecolumn .alternate {
	margin:0 -19px 0 -45px;
	padding:1em 1.5em 0 45px;
}

/****************/

form p,
.wrap form p {
    clear:both;
    display:block;
    padding:5px 0;
}


form {
	padding: 0 20px;
}

form, form fieldset input, form fieldset textarea, form label {
	font-family: Helvetica, Arial;
	font-size:1em;
}

form { position:relative; /*width:520px;*/ }
form .infield {
	position:relative;
	padding: 0 10px 0 0;
}

/* when js is on, we will show this... */
form .jsOnly {
	display:none;
}

/* #content a.button, */
#content .disabled,
#content a.button,
.button-green,
.button {
	padding: 4px;
	text-transform:uppercase;
	background:#2C1E13;
	color:#fff;
	border:none;
	width:auto;
	font-weight:normal;
}

#content .disabled:hover,
#content .disabled {
	background:#CCC;
	color:#777;
}

.button-green {
	background:#769B34;
	color:#333;
}

.button-green:hover {
	color:#fff;
}

.secondary-button {
	background:none;
	color:#2C1E13;
	width:auto;
	border:none;
	text-transform:uppercase;
	text-decoration:underline;
}

.secondary-button:hover {
	color:#769B34;
}

.button:hover {
	background:#769B34;
}


form fieldset {
	width:100%;
}

form fieldset input,
form fieldset textarea {
	display: block;
	padding: 4px;
	margin: 0;
	width: 410px;
}

form fieldset textarea.writemode {
	width:800px;
	height:350px;
}

form fieldset .half input.button,
form fieldset .autosize,
form fieldset .checkbox {
	width:auto;
	display:inline;
}

form fieldset input.checkbox {
	vertical-align:middle;
	clear:left;
	border:none;
}

form fieldset.half {
	width:50%;
}

.half {
	float:left;
}

form p.submit {
	clear:both;
    padding:1.5em 0;
	display:block;
}

/*
form fieldset .half label,
form fieldset .half input,
form fieldset .half textarea {
	width:100%;
}
*/

form fieldset .half label,
form fieldset .half input,
form fieldset .half textarea {
	width:190px;
}

form fieldset .w40 label,
form fieldset .w40 input,
form fieldset .w40 textarea {
	width:150px;
}

form fieldset .w20 label,
form fieldset .w20 input,
form fieldset .w20 textarea {
	width:70px;
}

form fieldset .w25 label,
form fieldset .w25 input,
form fieldset .w25 textarea {
	width:90px;
}

form fieldset .w35 label,
form fieldset .w35 input,
form fieldset .w35 textarea {
	width:130px;
}


.large-question {
	clear:both;
	margin-top:1.5em;
}

form fieldset label {
	width: 380px;
	display: block;
	margin:5px 5px 0 6px;
	padding: 0;
	line-height:1.5em;
}

form fieldset textarea {
	padding: 2px;
}

form fieldset select,
form fieldset textarea,
form fieldset input {
	border: solid 1px #949599;
	font-size:0.9em;
}

form fieldset label {
	color: #333;
}

