@charset "UTF-8";
/* CSS Document */

body{
	/*
	background-color:#6A5E14;
	background-image:url(../img/page-bg.gif) repeat-x;
	*/
	background-color:#333;
}
#ftr{
     filter:alpha(opacity=90);
     -moz-opacity:0.90;
     -khtml-opacity: 0.90;
     opacity: 0.90;
	 color:white;
	 background-color:black;
	 text-align:center;
	 padding-top:5px;
	 padding-bottom:5px;
	 margin-top:5px;
 }
 #ftr a{
 	color:white;
}
#bkg-fill {
    background-image:url(/images/bkg.jpg);
    margin:auto;
    width:960px;
}
#site-title {
	position:absolute;
	bottom:0px;
	background:transparent url(/images/410sprite.png) no-repeat -1px -26px;
	width:170px;
	height:107px;
}
/*
 * Site Header
 */

#site-details {
	position:relative;
	margin:auto;
	width:877px;
	height:124px;
}

/*
 * Site Additional Nav
 */

 #site-permanant-nav {
 	background:transparent url(/images/410sprite.png) no-repeat -252px 0px;
 	position:absolute;
 	bottom:0px;
 	right:8px;
 	width:295px;
 	height:25px;
 	font: oblique 13px georgia, times, serif;
 	color:#F1F1F1;
 }

 #site-permanant-nav a{
 	color:#F1F1F1;
 	text-decoration:none;
 	display:block;
 	float:left;
 	margin: 5px 10px 0px 10px;
 }

 #site-permanant-nav > a:first-child {
 	margin-left:20px;
 }

#site-permanant-nav a:hover {
	color:#666;
}
.hide{display:none;}




#wrapper{
	width:960px;
	margin:auto;
}
#header{
	padding: 10px 20px;
	background-color:#6A5E14;
	color:white;
	height:50px;
	
}
#header h1{
	font-size:2em;
	font-weight:bold;
	text-align:left;
}
#content{
	background-color:white;
	clear:both;
	/*clear: both;
	color: #333;
	padding: 10px 20px 40px 20px;
	overflow: auto;*/
}
#footer {
	clear: both;
	padding: 6px 10px;
	text-align: right;
}


#login{
	width:400px;
	margin:auto;
}
#flash{
	text-align:center;
	color:red;
	font-weight:bold;
}
.organization {
	width:600px;
	margin:auto;
}

.trip,#trip {
	width:600px;
	margin:auto;
}

#register {
	width:600px;
	margin:auto;
}
#profile {
	width:600px;
	margin:auto;
}
#church_membership{
	width:600px;
	margin:auto;
}/*
#available_trips{
	width:600px;
	margin:auto;
}*/
.document_view{
	padding:10px;
}
.document_view h1{
	border-bottom: 1px solid #CCCCCC;
}
#application_group_form{
	width:700px;
}
#application_groups{
}

.one-line-listing label{
	font-weight:bold;
	padding-right:1em;
	display:inline;
}
.one-line-listing div.value{
	display:inline;
}
li label{
	font-weight:bold;
	margin:0px;
	display:inline;
	padding:0;
}
td .label{
	font-weight:bold;
}
.fundraising_goal{
	width:250px;
	background-color:#E9E9E9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #999999;
}
.fundraising_goal .title{
	background-color:#CCCCCC;
	text-align:center;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
}
#scroll_pane{
	margin-left:10px;
	font-size:1.2em;
}
#scroll_pane div{
  visibility:hidden;  
  font-size:1.2em;
 }
 #scroll_pane div.default {
   width:250px;
   height:100px;
   overflow:hidden;
   visibility:visible;
 }
 
