/* This file was compressed using MbCompression library. http://blog.mironabramson.com */ 
/*==========================================
	RESET
===========================================*/
*, body * { outline: none; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }


/*==========================================
	FONTS
===========================================*/

@font-face {
  font-family: 'RockMan';
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/Rock.eot);
  src: local('Rockwell'), url(../fonts/Rock.ttf) format('truetype');
}

@font-face {
  font-family: 'RockManBold';
  font-style: normal;
  font-weight: bold;
  src: url(../fonts/Rockb.eot);
  src: local('Rockwell'), url(../fonts/Rockb.ttf) format('truetype');
}

@font-face {
  font-family: 'RockManItalic';
  font-style: oblique;
  font-weight: normal;
  src: url(../fonts/Rocki.eot);
  src: local('Rockwell Italic'), url(../fonts/Rocki.ttf) format('truetype');
}

@font-face {
  font-family: 'RockManBoldItalic';
  font-style: oblique;
  font-weight: bold;
  src: url(../fonts/Rockbi.eot);
  src: local('Rockwell Bold Italic'), url(../fonts/Rockbi.ttf) format('truetype');
}






/*==========================================
	HTML ELEMENTS
===========================================*/

body { 
	background: #333 url(../images/bg.png) 50% 0;
	margin: 0; 
	padding: 0;
	font-size: 16px;
	font-family: RockMan, Rockwell, Georgia, "American Typewriter", "Courier New", Monospace;
}

body strong { 
	font-family: RockManBold, Rockwell, Georgia, "American Typewriter", "Courier New", Monospace;
}

body em { 
	font-family: RockManItalic, Rockwell, Georgia, "American Typewriter", "Courier New", Monospace;
}

body strong em, body em strong { 
	font-family: RockManBoldItalic, Rockwell, Georgia, "American Typewriter", "Courier New", Monospace;
}


a:link { color: #252520; }


/*==========================================
	REUSABLE CLASSES
===========================================*/

a.download:link,
a.download:visited,
a.download:hover,
a.download:active {
	padding-left: 20px;
	background: transparent url(../images/download.gif) no-repeat -800px 50%;
}
a.download:hover {
	background-position: 0 50%;
}

.col-2-l {
	width: 416px;
	margin-right: 16px;
	float: left;
}
.col-2-r {
	width: 416px;
	margin-left: 16px;
	float: right;
}


.block:first-child,
.news-item:first-child {
	border-top: none;
	padding-top: 0;
	margin-top: 0;
}
.block,
.news-item {
	border-top: solid 1px #AFAA99;
	padding-top: 1.5em;
	margin-top: 1.5em;
}


.related-date {
	float: left;
	margin: -6px 0 0 0;
	background: #EFECE0 url(../images/paper.png) repeat-x 0 -75px;
	width: 4em;
	text-align: center;
	border: solid 2px #AFAA99;
	border-width: 0 2px 2px 0;
	height: 3.3em;
	margin-right: 8px;
	color: #4E4F45;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
.related-day-name {
	font-family: 'RockManBold';
	margin-top: 7px;
	font-size: 24px;
	font-weight: bold !important;
	display: block;
}
.related-day {
	position: relative;
	top: -6px;
}

#sidebar-sub .rss {
	display: block;
	margin-bottom: 8px;
}

#sidebar-sub .notice {
	color: #fff;
}

.boxshadow {
    -moz-box-shadow: 1px 1px 3px #33342E;
    -webkit-box-shadow: 1px 1px 3px #33342E;
}

.right-img {
	float: right;
	margin-left: 10px;
}
.left-img {
	float: left;
	margin-right: 10px;
}


/*==========================================
	HEADER
===========================================*/
#header {
	background: #5d8da4 url(../images/header-bg.png) repeat-x 0 -25px;
	width: 100%;
	height: 93px;
	position: relative;
}
#logo {
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 89px;
	margin: 0 auto;
	background: transparent url(../images/logo-sm.png) no-repeat 50% 0;
	z-index: 3;
	text-indent: -9999px;
}
#logo a {
	display: block;
	width: 185px;
	height: 89px;
	margin: 0 auto;
}
#cityscape {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
#city-right {
	position: absolute;
	bottom: -1px;
	right: -5%;
	width: 100%;
	height: 93px;
	margin: 0 auto;
	background: transparent url(../images/horizon-right.png) no-repeat 100% 100%;
	z-index: 1;
}
#city-left {
	position: absolute;
	bottom: -1px;
	left: -5%;
	width: 100%;
	height: 93px;
	margin: 0 auto;
	background: transparent url(../images/horizon-left.png) no-repeat 0 100%;
	z-index: 1;
}
#shadow-left {
	position: absolute;
	top: -10px;
	left: 0;
	width: 100%;
	height: 93px;
	margin: 0 auto;
	background: transparent url(../images/shadow-left.png) no-repeat;
	z-index: 2;
}
#shadow-right {
	position: absolute;
	top: -10px;
	right: 0;
	width: 100%;
	height: 93px;
	margin: 0 auto;
	background: transparent url(../images/shadow-right.png) no-repeat 100% 0;
	z-index: 2;
}


/*==========================================
	CONTENT
===========================================*/
#content-wrap {
	width: 960px;
	margin: 48px auto 0;
}


/*==========================================
	NAVIGATION
===========================================*/

#main-nav {
	background: #33332e url(../images/nav-bg.gif);
	height: 32px;
}
#main-nav ul {
	text-align: center;
}

#main-nav li {
	display: inline;
	text-align: center;
	font-weight: normal;
	line-height: 32px;
	margin-left: 24px;
}
#main-nav li a:link,
#main-nav li a:visited,
#main-nav li a:hover,
#main-nav li a:active {
	color: #c4c0b4;
	text-decoration: none;
	border-left: solid 1px #4d4c44;
	padding-left: 23px;
}
#main-nav li:first-child a {
	border-left: none;
	padding-left: 8px;
}
#main-nav li.selected {
	position: relative;
	top: 12px;
}
#main-nav li.selected a {
	position: relative;
	top: -12px;
	font-weight: bold;
	color: #fff;
}

/*==========================================
	FOOTER
===========================================*/
#footer {
	width: 896px;
	padding: 32px;
	padding-bottom: 100px;
	overflow: auto;
	margin: 0 auto;
	color: #666;
	font-size: 13px;
	text-align: center;
}

#footer li {
	display: inline;
	padding-right: 1em; 
	margin-right: 1em;
	border-right: solid 1px #666;
	line-height: 12px;
}
#footer li:last-child {
	pading-right: 0; 
	margin-right: 0;
	border-right: none;
}

#footer address {
	display: inline; 
}
#footer a:link,
#footer a:visited,
#footer a:active,
#footer a:hover {
	color: #666;
}




/*==========================================
	ERROR
===========================================*/
#error #content {
	padding: 100px;
	text-align: center;
	color: #fff;
	font-size: 200%;
}





/*==========================================
	CONTENT
===========================================*/
#content {
	background: #252520 url(../images/content-bg.gif);
	clear: both;
	overflow: auto;
}


/*==========================================
	MAIN
===========================================*/
#main {
	background: #c5c1b5 url(../images/main-bg.gif);
	width: 600px;
	padding: 32px;
	float: right;
	margin: 32px;
	color: #32332e;
	border-bottom: solid 32px transparent;
	min-height: 360px;
}
#main.full-width {
	background: none;
	width: 896px;
	padding: 0;
	float: none;
	border-bottom: none;

}


#main h1 {
	font-size: 48px;
	font-weight: bold;
	letter-spacing: -1.5pt;
	margin-bottom: 16px;
	line-height: 50%;
	color: #44443C;
}

#main h2 {
	font-size: 32px;
	font-weight: normal;
	letter-spacing: -1.5pt;
	margin-bottom: 0px;
}

#main h3 {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1pt;
	margin-bottom: 0px;
}

#main p,
#main ul {
	margin-bottom: 16px;
	line-height: 1.5em;
}
#main li {
	margin-left: 1.5em;
	margin-bottom: 16px;
}
#main ul li {
	list-style-type: disc;
}
#main ol li {
	list-style-type: decimal;
}


/*==========================================
	POPUP
===========================================*/

#popup {
	background: #c5c1b5 url(../images/main-bg.gif);
	padding: 32px;
	color: #32332e;
}
#popup #main {
	background: none;
	width: auto;
	padding: 0;
	margin: 0;
	float: none;
	color: #32332e;
	border-bottom: none;
}
#popup #main h1 {
	font-size: 32px;
}

/*==========================================
	SIDEBAR
===========================================*/
#sidebar {
	width: 200px;
	margin: 32px;
	margin-right: 0;
	float: left;
	color: #fff;
	background-image: url(../images/paper.png);
}
#sidebar a:link,
#sidebar a:visited,
#sidebar a:hover,
#sidebar a:active {
	color: #FFF;
	text-decoration: none;
}

#sidebar h2 {
	font-size: 22px;
	font-weight: bold;
	padding: 16px 16px 10px;
}
#sidebar li {
	border-top: solid 1px transparent;
}
#sidebar li a {
	display: block;
	padding: 12px 16px;
}

#sidebar li li {
	border-top: solid 1px transparent;
	font-size: 14px;
}
#sidebar li li a {
	display: block;
	padding: 6px 16px 6px 32px;
}
#sidebar li.selected a {
	width: 168px;
	padding-right: 29px;
	background: transparent url(../images/subnav-selected-mask.png) no-repeat 100% 50%;
}
#sidebar li.selected li a {
	width: auto !important;
	background: transparent url(../images/subnav-arrow.png) no-repeat 18px 50%    !important;
}
#sidebar li.selected li a:hover {
	background-position: 20px 50% !important;
}



#sidebar-sub {
	width: 200px;
	margin: 0 32px 32px 32px;
	margin-right: 0;
	clear: left;
}


/*==========================================
	HOME PAGE
===========================================*/
#home #main { 
	color: #fff;
}
#home #main h1 { 
	color: #fff;
}

#home #main a { 
	color: #999;
}

#home-weekend-services {
	margin: 32px 0;
	padding: 32px 0;
	border: solid 1px #333;
	border-width: 1px 0;
}

#home-weekend-services p {
	margin: 0;
}



/*==========================================
	WHAT DO YOU WANT TO DO?
===========================================*/
ul#do {
	overflow: auto;
}
#do li {
	width: 200px;
	float: left;
	margin-left: 40px;
	text-align: center;
}
#do li.first {
	margin-left: 20px;
}
#do li a:link,
#do li a:visited,
#do li a:hover,
#do li a:active {
	width: 190px;
	background-image: url(../images/header-bg.png);
	border-style: solid;
	border-width: 5px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	display: block;
	padding: 1em 0;
	text-decoration: none;
	letter-spacing: -.5pt;
	-moz-border-radius: .2em;
	-webkit-border-radius: .2em;
}
#do li a:hover {
	border-color: transparent !important;
}
#do li#do-meet a {
	background-color: #93B54A;
	border-color: #495130;
	text-shadow: 1px 1px 1px #495130;
	background-position: 0px -5px;
}
#do li#do-get a {
	background-color: #54A79C;
	border-color: #374842;
	text-shadow: 1px 1px 1px #374842;
	background-position: -200px -10px;
}
#do li#do-grow a {
	background-color: #B3473C;
	border-color: #523128;
	text-shadow: 1px 1px 1px #523128;
	background-position: -400px -20px;
}
#do li#do-make a {
	background-color: #F7C83C;
	border-color: #574a29;
	text-shadow: 1px 1px 1px #574a29;
	background-position: -600px -30px;
}





/*==========================================
	FORMS
===========================================*/

fieldset {
	border: solid 1px #55544d;
	padding: 0 1em;
	margin: 2em 0;
}

fieldset legend {
	background: #C5C1B5;
	font-size: 150%;
	font-family: Rockwell, Georgia, monospace;
	color: #55544d;
}

.form-field {
	margin: 10px 0;
}
 
		
.form-field>label {
}


.form-field input[type='password'],
.form-field input[type='text'],
.form-field select,
.form-field textarea {
	border: solid 1px #ddd;
	border-color: #999 #ccc #ccc #999;
	font-size: 16px;
	-moz-box-shadow: inset 0 1px 2px rgba(33, 29, 23,0.3);
	-webkit-box-shadow: inset 0 1px 2px rgba(33, 29, 23,0.3);
	}

.form-field textarea {
	width: 100%;
}

.form-field .input-validation-error,
.form-field input.error,
.form-field textarea.error,
.form-field select.error {
	border: solid 3px #894137 !important;
}

.validation-summary-errors,
.field-validation-error,
.form-field label.error {
	color: #894137;
	display: block;
}

span.validation-summary-errors {
	font-size: 24px;
}

.validation-summary-errors li {
	margin: .25em 0 .25em 1.5em !important;
}


.check-list,
.radio-list {
	font-size: 90%;
	margin-left: 1em;
	color: #727b81;
	margin-top: .25em;
}

.check-list td label,
.radio-list td label {
	margin-left: .3em;
}

.form-field label {
	display: block;
	margin-bottom: 2px;
}
.form-field.check label {
	display: inline;
	margin-left: 5px;
	line-height: 14px;
}
.form-field.check {
	margin: 20px 0;
	line-height: 14px;
} 
.form-field span.instructions {
	margin-bottom: 2px;
	font-size: 13px;
	display: block;
	color: #55544d;
	font-family: Calibri, Arial, Helvetica, Sans-Serif;
}

.form-field a.cancel:link,
.form-field a.cancel:visited,
.form-field a.cancel:hover,
.form-field a.cancel:active {
	margin-left: 16px;
	font-size: 14px;
	color: #55544d;
}



a.button,
.form-field .button {
	font-size: 14px;
	font-weight: bold;
	font-family: Rockwell, Georgia, Monospace;
	padding: .5em 1em;
	background: #55544d url(/media/images/paper.png);
	color: #fff;
	border: solid 1px #fff;
	text-decoration: none;
}


.form-field label span.required {
	font-size: 16px;
	line-height: 14px;
	color: #894137;
}


.error {
	color: #894137;
}


#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid red;
	background-color: #fee;
	padding: 5px;
}
#tooltip h3, #tooltip div { margin: 0; }




/*==========================================
	EMAIL SIGNUP
===========================================*/
.sidebar-form {
	color: #fff;
	clear: left;
}
.sidebar-form h3 {
	font-size: 17px;
	font-weight: bold;
	margin: 16px 0 4px;
}
.sidebar-form p {
	font-size: 13px;
	line-height: 16px;
	color: #C5C1B5;
}
.sidebar-form fieldset {
	background: #33332E url(../images/nav-bg.gif) repeat scroll 0 0;
	border-color: transparent;
}
.sidebar-form label {
	font-size: 14px;
}
.sidebar-form input[type='text'] {
	width: 164px;
}
.sidebar-form .button {
	font-size: 13px;
	padding: 4px 8px;
}



/*==========================================
	ACTIVITY GROUPS
===========================================*/

#cboxOverlay { 
	background: #333 !important; 
}
#cboxLoadedContent {
	background: #C8C4B8 !important; 
	
}

#group-list {
	 position: relative;
}

#create-group {
	position: absolute;
	top: 0;
	right: 0;
}

#group-container {
	margin-left: 0px;
}

.group {
	background: transparent url(/media/images/double-arrow.gif) no-repeat 0 50%;
	padding-left: 18px;
	margin-bottom: 16px;
	list-style: none !important;
}

.group div {
	display: none;
	position: relative;
}

.group div ul {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 24px;
}

.group div ul li {
	float: left;
	margin-right: 16px;
}

.group div ul li a:link,
.group div ul li a:visited,
.group div ul li a:hover,
.group div ul li a:active {
	color: #ddd;
}

.group h3 {
	font-size: 18px !important;
	letter-spacing: 0 !important;
	line-height: 22px;
	cursor: pointer; 
}

.group.selected {
	background-position: 0 16px;
}

.group.selected h3 {
	background: #252520 url(/media/images/content-bg.gif) repeat scroll 0 0;
	color: #fff;
	display: block;
	padding: 10px;
}

.group.selected div {
	background: #d1cdc4;
	border: solid 1px #33332E;
	border-width: 0 1px 1px 1px;
}

.group.selected p.email{
	background: #33332E url(../images/nav-bg.gif) repeat scroll 0 0;
	padding: 4px 10px;
	font-size: 13px;
	font-family: Arial, Helvetica, Sans-Serif;
	line-height: 24px;
}

.group.selected p.email a:link,
.group.selected p.email a:visited,
.group.selected p.email a:hover,
.group.selected p.email a:active {
	color: #eee;
}

.group p.desc {
	padding: 0 !important;
	margin: 10px !important;
}

.group p.desc span.empty {
	font-style: oblique;
}






/*==========================================
	SMALL GROUPS
===========================================*/
.view-options {
	overflow: auto;
}

.view-options li {
	float: left;
	background: #33332E url(../images/nav-bg.gif);
	color: #999;
	padding: 4px 16px;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
	background: #AFACA4;
	color: #7F7F77;
	border-right: solid 1px #999;
}

#main .view-options li {
	list-style: none;
	margin: 4px 0 12px;
}

.view-options li.selected {
	background: #496F6A url(..//images/paper.png);
	color: #fff;
}
.view-options li.selected a {
	color: #fff;
}

.view-options li a,
.view-options li span {
	color: #777;
	text-decoration: none;
}

.view-options li.selected span {
	color: #8EAFAE;
}

#format {
	overflow: auto;
}

.view-options li:first-child {
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
}
.view-options li:last-child {
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-right: none;
}



.form-field {
	clear: both;
}
#times li, #days li {
	float: left;
	margin-right: 1em;
	font-size: 80%;
}

#times label {
	text-transform: lowercase;
}

#contents div.col-three {
	padding: 0;
}

#group-container {
}

.smallgroup {
	float: left;
    height: 100px;
    width: 279px;
	overflow: hidden;
	cursor: pointer;
	border-right: dashed 1px #AFAA99;
	border-bottom: dashed 1px #AFAA99;
	padding: 10px;
	position: relative;
}
.smallgroup.alt {
    width: 280px;
	border-right: none;
}
.smallgroup:hover {
	background: #496F6A url(../images/paper.png);
	background: #AFAA99 url(../images/paper.png);
	color: #fff;
	border-color: transparent;
	z-index: 900;
}

.smallgroup:hover * {
}

.smallgroup img {
    float: left;
    margin-right: 10px;
    width:100px;
    height:100px;
    -moz-box-shadow: 1px 1px 3px #33342E;
    -webkit-box-shadow: 1px 1px 3px #33342E;
}
.smallgroup:hover img {
}

.smallgroup-details {
}

.smallgroup-details a {
    text-decoration: none;
    font-size: 18px;
}
.smallgroup-details a:visited {
    color: #252520;
}


#main .smallgroup p {
    line-height: 100%;
}

#main p.smallgroup-name {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}

.smallgroup-date {
}

.smallgroup-date .time {
	display: block;
	font-size: 14px;
	color: #8F8D86;
}
.smallgroup-date .dayname,
.smallgroup:hover .smallgroup-date .time {
	color: #6F6D66;
}

#listContainer {
	margin-top: 32px;
	margin-top: 12px;
}

#PhotoView {

}


#TableView {
	width: 100%;
}
#TableView td {
	border-bottom: solid 1px #999;
	font-size: 13px;
	padding: 8px 16px;
}
#TableView th {
	background: #33332E url(../images/nav-bg.gif) repeat scroll 0 0;
	color: #c5c1b5;
	font-weight: bold;
	font-size: 18px;
	font-family: RockManBold, Rockwell, Georgia, "American Typewriter", "Courier New", Monospace;
	padding: 8px 16px;
}
#TableView th:last-child,
#TableView td:last-child {
	text-align: right;
	white-space: nowrap;
}



/*==========================================
	LEAP OF FAITH
===========================================*/
#leap #main {
	background: #fbfdfe url(../images/lof-gradient.png) repeat-x;
	padding: 0;
	width: 664px;
}

#lof-wrap {
	padding-top: 94px;
	background: transparent url(../images/lof-title.png) no-repeat;
}

#lof-inner {
	min-height: 400px;
	padding: 32px;
	background: transparent url(../images/lof-rock.gif) no-repeat 100% 100%;
}

#sidebar-sub #tweets {
	margin-top: 32px;
}

#sidebar-sub #tweets {
	color: #fff;
}
#sidebar-sub #tweets h2 {
	font-size: 24px;
}

#sidebar-sub #tweets p {
	font-size: 14px;
	color: #eee;
}

#tweets .hashtag {
	font-weight: bold;
	color: #C8E5EE;
}

#sidebar-sub #tweets ul {
	border-top: solid 1px #999;
	margin-top: 16px;
	padding-top: 16px;
}

#sidebar-sub #tweets li {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 16px;
}
#tweets a:link,
#tweets a:visited,
#tweets a:hover,
#tweets a:active {
	color: #fff;
	text-decoration: none;
}

#tweets .tweet-info {
	font-size: 12px; 
	line-height: 16px;
	color: #ccc;
}

#tweets a.twitter-user {
	text-decoration: underline;
	color: #ccc;
}


#sign-in {
	width: 432px;
	margin: 0 auto;
	background: #AFAA99 url(../images/paper.png);
}

#sign-in {
	width: 432px;
	padding: 64px;
	margin: 0 auto;
	background: #AFAA99 url(../images/paper.png);
	-moz-box-shadow: 0 0 15px #000;
	-webkit-box-shadow: 0 0 15px #000;
	box-shadow: 0 0 15px #000;
}
#sign-in #Email{
	width: 260px;
}


.confirm {
	font-size: 18px;
	color: Green;
}
/* -----------------------------------------
	SERVICES
-------------------------------------------*/
#services #header { background-color: #894137; }
#services #main { border-bottom-color: #894137; }
#services #main h1 { scolor: #894137; }
#services #sidebar { background-color: #894137; }
#services #sidebar li.selected {
	position: relative;
	background-color: #5c312b;
	border-top-color: #532c27;
}
#services #sidebar li { border-top-color: #954f44; }
#services #sidebar li li { border-top-color: #532c27; }
#services #sidebar li.selected a { background-color: #5c312b; }


/* -----------------------------------------
	GET INVOLVED
-------------------------------------------*/
#get-involved #header { background-color: #558f89; }
#get-involved #main { border-bottom-color: #496f6a; }
#get-involved #main h1 { scolor: #496f6a; }
#get-involved #sidebar { background-color: #496f6a; }
#get-involved #sidebar li.selected {
	position: relative;
	background-color: #365955;
	border-top-color: #2e4e4b;
}
#get-involved #sidebar li { border-top-color: #5d7f7b; }
#get-involved #sidebar li li { border-top-color: #2e4e4b; }
#get-involved #sidebar li.selected a { background-color: #365955; }


/* -----------------------------------------
	NEWS
-------------------------------------------*/
#news #header { background-color: #bf7a3d; }
#news #main { border-bottom-color: #8f5b2e; }
#news #main h1 { scolor: #8f5b2e; }
#news #sidebar { background-color: #8f5b2e; }
#news #sidebar li.selected {
	position: relative;
	background-color: #7c491d;
	border-top-color: #6f421a;
}
#news #sidebar li { border-top-color: #9f6c39; }
#news #sidebar li li { border-top-color: #6f421a; }
#news #sidebar li.selected a { background-color: #7c491d; }



/* -----------------------------------------
	ABOUT US
-------------------------------------------*/
#about-us #header { background-color: #95b157; }
#about-us #main { border-bottom-color: #677843; }
#about-us #main h1 { scolor: #677843; }
#about-us #sidebar { background-color: #677843; }
#about-us #sidebar li.selected {
	position: relative;
	background-color: #556630;
	border-top-color: #4c5c2b;
}
#about-us #sidebar li { border-top-color: #7e8f55; }
#about-us #sidebar li li { border-top-color: #4c5c2b; }
#about-us #sidebar li.selected a { background-color: #556630; }



/* -----------------------------------------
	CONTACT
-------------------------------------------*/
#contact #header { background-color: #c2af46; }
#contact #main { border-bottom-color: #958636; }
#contact #main h1 { scolor: #958636; }
#contact #sidebar { background-color: #958636; }
#contact #sidebar li.selected {
	position: relative;
	background-color: #7d7130;
	border-top-color: #70652b;
}
#contact #sidebar li { border-top-color: #a59842; }
#contact #sidebar li li { border-top-color: #70652b; }
#contact #sidebar li.selected a { background-color: #7d7130; }


/* -----------------------------------------
	LEAP OF FAITH
-------------------------------------------*/
#leap #header { background-color: #616a6b; }
#leap #main { border-bottom-color: #4d5657; }
#leap #main h1 { color: #4d5657; }
#leap #sidebar { background-color:#616a6b; }
#leap #sidebar li.selected {
	position: relative;
	background-color: #495152;
	border-top-color: #3b4142;
}
#leap #sidebar li { border-top-color: #4d5657; }
#leap #sidebar li li { border-top-color: #3b4142; }
#leap #sidebar li.selected a { background-color: #495152; }



/* -----------------------------------------
	LEAP OF FAITH
-------------------------------------------*/
#leaders #header { background-color: #616a6b; }
#leaders #main { border-bottom-color: #4d5657; }
#leaders #main h1 { color: #4d5657; }
#leaders #sidebar { background-color:#616a6b; }
#leaders #sidebar li.selected {
	position: relative;
	background-color: #495152;
	border-top-color: #3b4142;
}
#leaders #sidebar li { border-top-color: #4d5657; }
#leaders #sidebar li li { border-top-color: #3b4142; }
#leaders #sidebar li.selected a { background-color: #495152; }

#colorbox, #cboxOverlay, #cboxWrapper
{
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 9999;
}
#cboxOverlay
{
	height: 100%;
	position: fixed;
	width: 100%;
}
#cboxMiddleLeft, #cboxBottomLeft
{
	clear: left;
}
#cboxContent
{
	overflow: hidden;
	position: relative;
}
#cboxLoadedContent
{
	overflow: auto;
}
#cboxLoadedContent iframe
{
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
}
#cboxTitle
{
	margin: 0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic
{
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow
{
	cursor: pointer;
}
#cboxOverlay
{
	background: #c5c1b5;
}
#colorbox
{
	-moz-box-shadow: 0 0 30px #252520;
	-webkit-box-shadow: 0 0 30px #252520;
}
#cboxContent
{
	margin-top: 0;
}
#cboxLoadedContent
{
	background: #252520;
	padding: 0;
}
#cboxLoadingGraphic
{
	background: url(/media/images/loading.gif) center center no-repeat;
}
#cboxLoadingOverlay
{
	background: #252520;
}
#cboxTitle
{
	color: #fff;
	left: 0;
	position: absolute;
	top: -22px;
}
#cboxCurrent
{
	position: absolute;
	right: 205px;
	text-indent: -9999px;
	top: -22px;
}
#cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose
{
	background: url(/media/images/controls.png) 0 0 no-repeat;
	background: url(/media/images/close-map.png) 0 0 no-repeat;
	height: 27px;
	position: absolute;
	text-indent: -9999px;
	top: 4px;
	width: 30px;
}
#cboxPrevious
{
	background-position: 0px 0px;
	right: 44px;
}
#cboxPrevious.hover
{
	background-position: 0px -25px;
}
#cboxNext
{
	background-position: -25px 0px;
	right: 22px;
}
#cboxNext.hover
{
	background-position: -25px -25px;
}
#cboxClose
{
	background-position: -50px 0px;
	background-position: -107px -4px;
	right: 4px;
}
#cboxClose.hover
{
	
}
.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious
{
	right: 66px;
}
.cboxSlideshow_on #cboxSlideshow
{
	background-position: -75px -25px;
	right: 44px;
}
.cboxSlideshow_on #cboxSlideshow.hover
{
	background-position: -100px -25px;
}
.cboxSlideshow_off #cboxSlideshow
{
	background-position: -100px 0px;
	right: 44px;
}
.cboxSlideshow_off #cboxSlideshow.hover
{
	background-position: -75px -25px;
}
