/* @override 
	http://localhost:4000/stylesheets/global.css
	http://localhost:4000/stylesheets/global.css
	http://www.navigators.org/us/ministries/college/navfusion/stylesheets/global.css
*/

/* @group Imports */

@import url("reset.css");

/* @end */

/*
fieldset p input
{
	display: block;
	float: left;
	text-align: top;
}
*/

fieldset p label
{
	font-size: 1.00em;
	color: #FFFF00;
}

fieldset p span
{
	font-size: 1.25em;
	font-weight: bold;
}

fieldset p input[type="button"]
{
	font-size: 1.00em;
	color: #FFFF00;
	background-color: #4e5d62;
}

/* @group Page */

body {
/* Reset Font Size 16px/20px */
	font-size: 100%;
	line-height: 20px;
	background: #4e5d62 url(../images/content-bg-bottom.jpg) repeat-y center top;

}

#content {
	background: url(../images/content-bg-top.jpg) no-repeat center top;
}

#inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

/* whole fieldset */
#primary_content {
	position: relative;
	border: none;
	padding: 32px 32px 0;
}

#primary_content :last-child {
	margin-bottom: 0;
}

/* @group Header */

#header {
	position: relative;
	height: 150px;
	background: url(../images/header-bg.jpg) no-repeat center top;
}
#header h1 {
	display: block;
	position: absolute;
	top: 38px;
	left: -3px;
	margin: 0;
	background: none;
	padding: 0;
}
#header h1 a {
	text-decoration: none;
	text-indent: -999999px;
	display: block;
	width: 188px;
	height: 79px;
	background: url(../images/navfusion-logo.png) no-repeat;
}

/* @end */

/* @group Footer */

#footer {
	clear: both;
	background: #262d35 url(../images/footer-bg.jpg) repeat-x center top;
}
#footer #inner {
	width: 960px;
	padding-top: 60px;
	padding-bottom: 40px;
	/*margin-bottom: 60px;*/
	background: url(../images/nav-ministry-logo.gif) no-repeat 382px 348px;
}

#footer p {
	margin: 0;
	padding: 0;
}

#footer ul {
	list-style: none;
	margin: 0;
	overflow: hidden;
}

#footer ul li {
	float: left;
	width: 192px;
	vertical-align: top;
}

#footer ul li a {
	display: -moz-inline-box;
	display: inline-block;
	zoom: 1;
	*display: inline;

	font-size: 1.25em;
	text-decoration: none;
	line-height: 1.5em;
	padding: 0 6px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: transparent;
	color: #89a0a3;
}
#footer ul li a:hover {
	background-color: #4e5d62;
	color: #fcf277;
}

#footer ul li.header a {
	font-size: 1.5em;
	color: #c9f2f5;
	margin-top: 10px;
}

#footer ul li.header a:hover {
	color: #fcf277;
}

#footer ul li.address {
padding: 6px 6px;
font-size: 1em;
color: #fcf277;
}

/* @end */

/* @end */



/* @group Navigation */

#nav {
	display: block;
	position: absolute;
	list-style: none;
	right: 0;
	top: 51px;
	height: 44px;
	width: 750px;
	padding: 0;
	margin: 0;
}

#nav li {
	display: inline;
}

#nav li a {
	display: block;
	float: left;
	height: 44px;
	background-image: url(../images/navigation.png);
	text-indent: -9999px;
	border: 2px solid transparent;
}

#nav a.home { width: 94px; }
#nav a.home.current { width: 94px; background-position: 0px -44px;}
#nav a.about { width: 117px; background-position: -102px 0px;}
#nav a.about.current { width: 117px; background-position: -102px -44px;}
#nav a.resources { width: 122px; background-position: -223px 0px;}
#nav a.resources.current { width: 122px; background-position: -223px -44px;}
#nav a.join { width: 106px; background-position: -347px 0px;}
#nav a.join.current { width: 106px; background-position: -347px -44px;}
#nav a.gospel { width: 169px; background-position: -462px 0px;}
#nav a.gospel.current { width: 169px; background-position: -462px -44px;}
#nav a.contact { width: 98px; background-position: -638px 0px;}
#nav a.contact.current { width: 98px; background-position: -638px -44px;}

#nav li a {
}

#nav li a:hover {
	background-color: #4e5d62;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


#subnav {
	border: 2px solid #4e5d62;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 156px;
	text-indent: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-position: inside;
	margin-top: 40px;
}

#subnav li {
	display: block;
	list-style: none;
	margin: 0;
	text-indent: 0;
	padding: 0;
	zoom: 1;
}

#subnav li.header {
	background-color: #4e5d62;
	color: #fbf176;
	padding-left: 8px;
	line-height: 1.875em;
	font-size: .875em;
	border-bottom: 1px solid #262d35;
}
html>body #subnav li {
	*margin-left: -16px;
}

#subnav li a {
	display: block;
	text-decoration: none;
	color: #9f9e88;
}

#subnav li.header a {
	color: #fbf176;
}


#subnav li a span {
	display: block;
	line-height: 18px;
	padding: 5px 20px;
}


#subnav li a.current {
	color: #fffef5;
	background: transparent url(../images/subnav-active-indicator.png) no-repeat left center;
	margin-left: -12px;
}

#subnav li a.current span {
	margin-left: 12px;
	background-color: #4e5d62;

}

#subnav li a.current:hover span {
	background-color: #4e5d62;
}

#subnav li a:hover span {
	background-color: #364144;
}



/* @end */

/* @group Link Styles */

a:link, a:visited {
	color: #ebe176;
}

a:hover, a:active {
	text-decoration: none;
	color: #fbff99;
}

/* @end */

/* @group Tag Styles */

/* @group Fonts */

/* Set Font Families */

h1, h2, h3 , h4, h5, h6, #primary_content th, caption, dt {
	font-weight: normal;
	color: #c9f2f5;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}

h3, h4, h5, h6, caption {
	color: #e9e5b7;
}

p, #primary_content td, li, dd {
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	color: #bab7a3;
	font-size: .75em;
	line-height: 20px;
}

code, pre {
	font: 10px Consolas, "Lucida Console", Monaco, monospace, mono;
}

/* Set margin-bottom for Baseline Grid (20px) */

h1, h2, h3, h4, h5, h6, caption {
	margin-bottom: 10px;
	clear: both;
}


p, ul, ol, dl, blockquote, pre, fieldset {
	margin-bottom: 20px;
}

/* @end */

/* @group Headers */

h1 {
	font-size: 1.75em;
	line-height: 30px;
	background: url(../images/hr-bg.png) repeat-x center bottom;
	padding-bottom: 10px;
	color: #fcf277;
}

h2 {
	font-size: 1.5em;
	line-height: 30px;
}

h3 {
	font-size: 1.125em;
	line-height: 20px;
}

h4, caption {
	font-size: 1em;
	line-height: 20px;
}

h5, th {
	font-size: .875em;
	line-height: 20px;
}

h6 {
	font-size: .75em;
	line-height: 20px;
}
label, tfoot td {
	font-size: 1em;
	font-weight: bold;
	line-height: 20px;
}

/* @end */

/* @group Body Text */

p {
	
}

p img {
	
}

blockquote {
	border-left: 10px solid #3b474b;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	font-size: 1.15em;
}

blockquote p {
	margin: 0;
}

cite {
	display: block;
	text-align: right;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

/* @end */

/* @group Lists */

#primary_content ul {
	padding: 0;
	margin-left: 20px;
	list-style-type: circle;
	list-style-position: outside;
	opacity: 1;
	margin-bottom: 20px;
}
#primary_content ul li {
	margin-bottom: 10px;
color: #b6b380;
}

ol {
	margin-left: 20px;
	padding: 0;
	list-style-position: inside;
	list-style-type: decimal;
	margin-bottom: 20px;
}

ol li { 
	margin-top:15px;
}

.columns {
	list-style: none;
	margin-left: 0;
	margin-bottom: 20px;
	list-style-position: inside;
	text-indent: 0;
}
.columns li {
	text-indent: 0;
	margin-left: 0;
	display: -moz-inline-box;
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 200px;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 20px;
}

ol.columns .header {
	font-size: 1.25em;
	display: block;
	color: #fcf277;
}


dl {
	padding: 0;
	list-style-position: inside;
	border: 10px solid #3a4549;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;}

dl dt {
	border-bottom: 1px solid #3a4549;
	padding-left: 10px;
	font-size: 1em;
	line-height: 36px;
	display: block;
}

dl dd {
	padding: 10px 10px;
	font-size: .875em;
}

ul p, ol p {
	margin: 0;
	padding: 0;
}

/* @end */

/* @group Code */

code {
	color: #fff;
	padding: 3px;
	background-color: #000;
}

pre {
	background-color: #000;
	padding: 10px 20px;
}

pre code {
	background-color: transparent;
	border: none;
	padding: 0;
}

/* @end


 */

/* @end */

/* @group Forms */

fieldset {
	display: block;
	width: auto;
	padding: 20px;
	border: 10px solid #3a4549;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

fieldset p {
	display: block;
	margin: 0 0 10px;
	padding: 0;
	overflow: hidden;
	clear: both;
}


input, textarea, button, label {
	display: -moz-inline-box;
	display: inline-block;
	zoom: 1;
	*display: inline;
	
	vertical-align: top;
	margin: 0;
	padding: 0;
}

label {
	display: block;
	vertical-align: middle;
}

label input {
	margin-right: 5px;
	vertical-align: middle;
}

label span {
display: block;
font-weight: normal;
}

input {
	color: #fff;
}

input[type="text"], input[type="password"], textarea {
	background-color: #55666b;
	color: #fff;
	border: 1px solid #55666b;
	padding: 6px 6px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 1em;
	line-height: 1.5;
	margin-top: 5px;
}

input[type="text"]:hover, input[type="password"]:hover, textarea:hover,
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
border-color: #fcf277;
}

input[type="submit"], button {
	cursor: pointer;
	border: 1px solid #4e5d62;
	padding: 4px 6px;
	margin: 0;
	color: #fff;
	background-color: #4e5d62;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-weight: bold;
	margin-top: 5px;
}

input[type="submit"]:hover, button:hover {
	background-color: #fcf277;
	border-color: #fcf277;
	color: #3a4549;
}

/*

 @end */



/* @group Tables */

#primary_content table {
	border-collapse: collapse;
	clear: left;
	width: 100%;
	margin-bottom: 20px;
	border: 10px solid #3a4549;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#primary_content caption {
	padding: 0;
}

#primary_content tfoot td {
	line-height: 20px;
	padding: 5px 10px;
	background-color: #fcf277;
	color: #4e5d62;
	font-size: .75em;
}

#primary_content td {
	color: #eeedd0;
	line-height: 20px;
	padding: 5px 10px;
	background-color: #4e5d62;
	font-size: .8em;
}

#primary_content tr.alt td {
	background-color: #55666b;
}

#primary_content tbody tr:nth-child(even) td {
	background-color: #55666b;
}

#primary_content tbody tr:hover td {
	background-color: #61747a;
}

#primary_content tbody tr:hover th {
	background-color: #61747a;
}

#primary_content thead th {
	line-height: 20px;
	font-size: .875em;
	font-weight: bold;
	padding: 5px 10px;
	background-color: #fcf277;
	color: #4e5d62;
}

#primary_content tbody th {
	background-color: #55666b;
	color: #fff;
	font-size: .75em;
	font-weight: bold;
	line-height: 20px;
	padding: 5px 10px;
}

#primary_content tbody tr.alt th {
	background-color: #9ba5ab;
}

#primary_content tbody tr:nth-child(even) th {
	background-color: #a6b1b8;
}

/* @end */

/* @group Helper Classes */

.left {
	float: left;
}

.right {
	float: right;
}

.clearThis {
	clear: both;
}

.small {
	font-size: .625em;
}

.large {
	font-size: 1em;
}

.soft {
	color: #D3D3D3;
}

.hide {
	display: none;
}

.absolute {
	position: absolute;
	z-index: 10000;
}

p.last, p:last-child {
	margin-bottom: 0px;
}

.hr {
	line-height: 1px;
	height: 1px;
	background: #fff url(../images/hr.gif) repeat-x;
	display: none;
}

hr {
	display: none;
}

/* @end */

/* @group Featured Content */

#feature_content {
	padding: 20px 40px 0;
	position: relative;
	height: 280px;
}
#feature_content .buttons {
	overflow: hidden;
	margin-bottom: 10px;
}

#feature_content .buttons a {
	display: block;
	float: left;
	margin-right: 10px;
}

#news-announcements {
	background: #e7eef2;
	position: absolute;
	bottom: 0;
	left: 40px;
	width: 360px;
	padding: 20px;
	height: 150px;
	overflow: auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#news-announcements h3 {
	color: #3b8fb5;
}

#news-announcements p {
	color: #5b6f72;
}

#news-announcements a {
	color: #6caab1;
}

#feature_content .slideshow {
	position: absolute;
	right: 40px;
	top: 20px;
	height: 280px;
	width: 460px;
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/* @end */

/* @group Slideshow */

.slideshow {
width: 460px;
background: #fff url(../images/loading.gif) no-repeat center center;
height:  280px;
text-align: center;
position: relative;
}
.slideshow .slide {
width: 460px;
height: 280px;
	overflow: hidden;
}
.slideshow .slide img {
width: auto;
height: 280px;
display: block;
margin:auto;
}

.slideshow_overlay {
display: block;
position: absolute;
z-index: 100000;
width: 100%;
left: 0px;
bottom: 0px;
height: 25px;
overflow: hidden;
opacity: .5;
}

.slideshow_pager {
float: right;
margin-left: 5px;
padding-left: 5px;
background-color: #000;
padding-right: 5px;
}
.slideshow_nav {
float: right;
padding-left: 5px;
padding-right: 10px;
background-color: #000;
}

.slideshow_nav a {
	display: block;
	float: left;
	text-indent: -99999px;
	padding-left: 5px;
	height: 25px;
}

.slideshow_pager a {
	display: block;
	float: left;
	text-indent: -99999px;
	padding-left: 5px;
	height: 25px;
}

.slideshow_overlay p {
float: left;
height: 25px;
line-height: 25px;
font-size: 12px;
font-weight: bold;
margin-right:10px;
color: #fff;
margin-right: 5px;
padding-right: 10px;
padding-left: 10px;
background-color: #000;
}

.slideshow a {
width: 11px;
background: url(../images/slideshow-navigation.gif) no-repeat center 0;
text-indent: -99999px;
}

.slideshow a:hover {
background: url(../images/slideshow-navigation.gif) repeat-y center -25px;
}

.slideshow a.activeSlide {
background: url(../images/slideshow-navigation.gif) repeat-y center -50px;
}
.slideshow a.prev {
background: url(../images/slideshow-navigation.gif) repeat-y center -75px;
}
.slideshow a.prev:hover {
background: url(../images/slideshow-navigation.gif) repeat-y center -100px;
}

.slideshow a.next {
background: url(../images/slideshow-navigation.gif) repeat-y center -125px;
}
.slideshow a.next:hover {
background: url(../images/slideshow-navigation.gif) repeat-y center -150px;
}

.slideshow a.play {
background: url(../images/slideshow-navigation.gif) repeat-y center -175px;
}
.slideshow a.play:hover {
background: url(../images/slideshow-navigation.gif) repeat-y center -175px;
}
.slideshow a.pause {
background: url(../images/slideshow-navigation.gif) repeat-y center -200px;
}
.slideshow a.pause:hover {
background: url(../images/slideshow-navigation.gif) repeat-y center -200px;
}

/* @end */


/* @group Portal Styles */
#content #inner > table{
	margin: 0;
}
#content #inner > table tbody tr td {
vertical-align: top;
}
.OraTableBorder #primary_content {
margin-top: 0px;
}
.OraTableBorder #secondary_content {
margin-top: 0px;
}


.OraTableBorder { border: #CCCC99 1px solid; padding:0; margin:0; }
.OraBGAccentLight { background-color:#F7F7E7 } 
.OraBGAccentMedium { background-color:#FFFFCC } 
.OraBGAccentDark { background-color:#CCCC99 }
.OraBGAccentVeryDark { background-color:#999966 }
.OraNavBarViewOnly {font-family:Arial,Helvetica,Geneva,sans-serif;font-size:0.83em;color:#336699}
.OraNavBarActiveLink {font-family:Arial,Helvetica,Geneva,sans-serif; font-size:0.83em; color:#663300}
.OraNavBarInactiveLink {font-family:Arial,Helvetica,Geneva,sans-serif; font-size:0.83em; color:#999966}
body #portal_container .OraLinkText {font-family:Arial,Helvetica,Geneva,sans-serif;font-size:0.83em;color:#663300}
.OraHiddenLabel {position:absolute;top:-999px;left:0px}
.OraCrumbsSelected {font-family:Arial,Helvetica,Geneva,sans-serif; font-size:0.75em; text-decoration:none}
.OraCrumbsEnabled {font-family:Arial,Helvetica,Geneva,sans-serif; font-size:0.75em; color:#663300}
.OraGlobalButtonText { font-family:Arial,Helvetica,Geneva,sans-serif;font-size:0.67em;color:#663300}
.OraHeaderSubSub {font-family:Arial,Helvetica,Geneva,sans-serif;font-size:0.92em;color:#336699;font-weight:bold}
.RegionNoBorder table[style] {
margin-left: 0 !important;
margin-right: 0 !important;
}
.titleorimageid1siteid0 {
	font-size: 1.25em !important;
}
.descriptionid1siteid0 {
	font-size: 1.1em !important;
	color: #848484 !important;
}
/* @end */


