/* CSS Document */

/* HTML Element changes */
body {
	margin:0;
	padding:0;
	background-color:#CFE8EF;
}

html,body,td,th,select,input,textarea {
	font-family: Trebuchet MS;
	font-size: small;
	color:#333333;
}

h1,h2,p,ul,ol,li {
	margin:0;
	padding:0;
}

p {
	margin-top:8px;
	margin-bottom:8px;
}

h1 {
	color:#D50D2A;
	font-size:medium;
	border-bottom:1px solid #D50D2A;
}

h2 {
	color:#FC7215;
	font-size:small;
}

ul,ol {
	padding-left:25px;
	margin-top:8px;
	margin-bottom:8px;
}	
ul li {
	list-style-type:circle;
	padding-left: 5px;
}

ol li {
	padding-left: 5px;
	padding-bottom:5px;
}

/* Template */
#page-print-information {
	display:none;
}


#wrapper {
	margin:0px auto;
	padding:0px;
	position:relative;
	text-align:left;
	width:800px;
	z-index:1;
}

#header_info {
	height: 20px;
	padding-top:3px;
	padding-right:10px;
	text-align:right;
}

#header {
	background-color:#D50D2A;
	padding-left:15px;
	padding-top:14px;
	padding-bottom:14px;
	color:#FFF;
	font-size:18px;
}

#header_menu {
	float: right;
	background-color:#FFF;
	position:absolute;
	top:16px;
	height:12px;
	line-height:12px;
	right:1px;
	padding: 2px;
}

#header_menu a {
	color:#D50D2A;
	text-transform:uppercase;
	text-decoration:none;
	font-size:x-small;
	padding: 3px;
	margin-right:6px;
}

#top_nav 
{
  font-size:85%;
  z-index:1000;
}

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

#top_nav li {
	list-style-type:none;
	float:left;
	padding-left: 0px;
	display:block;
}  

#top_nav ul ul {
	float:left;
	position:absolute;
	width:150px;
	margin-top: 6px;
}

#top_nav ul ul li {
	float:none;
	list-style-type:none;
	position: relative;
	border: 1px solid #330;
	background: #FFF;
	margin-bottom: -1px;
	padding:3px 6px 3px;
}

#top_nav ul ul li a {
	width: 100%;
	border-right:none;
	text-decoration:none;
	display:block;
}

#top_nav ul ul li.selected_menu {
	background:#F60;
}

#top_nav ul ul a.selected_menu {
	color:#FFF;
	font-weight:bold;
}

#content {
	margin-top:10px;
	padding:10px;
}

#footer {
	border-top: 3px solid #EFEFEF;
	margin-top:50px;
	padding-right:10px;
	font-size:9px;
	text-align:right;
	color:#999999;
}


span.chaplain_name {
	background-color:#EFEFEF;
	color:#000;
	padding:2px;
	display:block;
}

#footer a {
	color:#999999;
}


#footer a:hover {
	color:#999999;
}


/*
Tabbed Navigation
*/
#content ul.BluoraTabbedNavigation { /* general settings */
	text-align: left; /* set to left, right or center */
	margin: 0em 0 1em 0; /* set margins as desired */
	font: bold small Trebuchet MS,Verdana,Sans-serif; /* set font as desired */
	border-bottom: 1px solid #D50D2A; /* set border COLOR as desired */
	list-style-type: none;
	padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

#content ul.BluoraTabbedNavigation li { /* do not change */
	display: inline;
	
}


#content ul.BluoraTabbedNavigation li.selected a { /* settings for selected tab link */
	background-color: #FFF; /* set selected tab background color as desired */
	border-left:1px solid #D50D2A;
	border-top:1px solid #D50D2A;
	border-right:1px solid #D50D2A;
	color: #D50D2A; /* set selected tab link color as desired */
	position: relative;
	top: 1px;
	padding-top: 4px; /* must change with respect to padding (X) above and below */
}

#content ul.BluoraTabbedNavigation li a { /* settings for all tab links */
	padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
	border: 1px solid #D50D2A; /* set border COLOR as desired; usually matches border color specified in #tabnav */
	background-color: #D50D2A; /* set unselected tab background color as desired */
	color: #FFF; /* set unselected tab link color as desired */
	margin-right: 0px; /* set additional spacing between tabs as desired */
	text-decoration: none;
	border-bottom: none;
}

#content ul.BluoraTabbedNavigation a:hover { /* settings for hover effect */
	background-color: #fff; /* set desired hover color */
	color:#FF6600;
}


#content ul.tableblock
{
	border-style:none;
	margin: 0px;
	padding: 0px;
}

#content li.tablerow
{
	display: block;
	padding: 2px;
	margin: 2px;
	border:1px solid #FEA913;
	background-color:#FFF;
}

#content li.tablehead
{
	display: block;
	padding: 2px;
	margin: 2px;
	border:1px solid #FEA913;
	background-color:#FEA913;
}

#content li.a
{
	color:#FEA913;
}

/* INPUT Elements Specfic
----------------------------------------------- */

input.submit,
input.submitfield
{
	color: #333;
	border:1px solid #ABADB3;
	background-color:#E2F1F5;
}

td.textfield input,
input.textfield,
textarea.textfield,
select.textfield {
	border: 0;
	width: 99%;
	
	background-color:#E2F1F5;
}

/* TD Elements Specfic
----------------------------------------------- */

td.alignleft
{
	text-align:left;
}

td.aligncenter
{
	text-align:center;
}

td.alignright
{
	text-align:right;
}


td.textfield
{
	border:1px solid #ABADB3;
	background-color:#E2F1F5;
}


td.field_highlight {
	border: 1px solid orange;
}



tr.thead td {
	border-bottom:1px solid #333;
	color: #333;
	text-transform:uppercase;
}
/* FORMDATA
----------------------------------------------- */

td.field_explaination input,
td.field_explaination input.textfield,
td.field_explaination textarea,
td.field_explaination textarea.textfield {
	color: #CCC;
}

td.formdata_feedback {
	background-color:#FFF;
	color:#475564;
	border:2px solid #F00; 
	text-align:center;
	height:20px;
}

td.formdata_feedback_alert {
	background-color:#FFF;
	color:#FF0000;
	border:4px solid #FF0000; 
}

td.field_alert {
	border: 1px solid #A40000;
	background-color: #FF0000;
	color: #FFF;
}

td.field_alert input.textfield,
td.field_alert textarea.textfield,
td.field_alert select.textfield {
	background: #FF0000;
	color: #FFF;
}

.feedback_section {
	background-color:#F00;
	color:#FFF;
}
