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

/*
 * jQuery Nivo Slider v2.0
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:-35px;
	color:#07354b;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width: 930px;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
	text-align: center;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/*
 * Note: Include the nivo-slider.css file that comes
 * with the main download before including this file.
 */

#slider {
	position:relative;
	margin:0px 0px 80px 5px;
	background:#202834 url(/images/graphics/loading.gif) no-repeat 50% 50%;
	-moz-box-shadow:0px 0px 10px #333;}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
}

.nivo-controlNav {
	position:absolute;
	left:47%;
	bottom:-60px;
}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(images/graphics/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-10px 0;
}

.nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	background:url(images/graphics/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	
}
a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}










/* IMPORTANT for the functioning of the script. */
#twicker_container{
	position: relative;
	margin-bottom: 10px;
	white-space: nowrap;
	overflow: hidden;
	height: 40px;
	left: 5px;
	width: 920px;
	border-style: solid;
	border-color: #000000;
}

#twicker_contents{
	position: absolute;
	top: 1px;
	padding-right: 1px;
	position: absolute;
	padding-right: 1px;
}

#twicker_container .tweet{
	display: inline;
	margin-left:20px;
}

/* APOSTOLOS */

#apostolos-nav-container {
	margin-bottom: 10px;
	}
	#apostolos-nav li {
		display: inline;
		float: left;
		margin-right: 5px;
	}
	#apostolos-nav a {
		display: block;
		width: 218px;
		height: 35px;
		text-indent: -9999px;
		display: block;
	}
		#apostolos-nav a.home {
			background-image: url(/images/graphics/apostolos-home.png);
		}
		#apostolos-nav a.schedule {
			background-image: url(/images/graphics/apostolos-schedule.png);
		}
		#apostolos-nav a.speakers{
			background-image: url(/images/graphics/apostolos-speaker.png);
		}
		#apostolos-nav a.register {
			background-image: url(/images/graphics/apostolos-register.png);
		}
		#apostolos-nav a.home:hover {
			background-position: 0 -35px;
		}
		#apostolos-nav a.schedule:hover {
			background-position: 0 -35px;
		}
		#apostolos-nav a.speakers:hover{
			background-position: 0 -35px;
		}
		#apostolos-nav a.register:hover {
			background-position: 0 -35px;
		}
		
		/* SPEAKER BIOS PAGE */
		.apostolos .speaker {
			margin: 20px 20px 40px;
			}
			.apostolos .speaker-photo {
				float: left;
				width: 200px;
			}
			.apostolos .speaker-bio {
				float: left;
				width: 650px;
				margin-left: 30px;
			}
			.speaker-bio p {
				font-size: 12px;
			}
			h4.apostolos-name {
				text-align: center;
			}
			
		/* REGISTRATION PAGE */	
	
		#apostolos-register {
			display: block;
			background-image: url(/images/graphics/apostolos-reg.jpg);
			width: 200px;
			height: 93px;
			text-indent: -9999px;
		}
		
		#apostolos-register:hover {
			background-image: url(/images/graphics/apostolos-reg-hover.jpg);
		}

		/*  SCHEDULE  */
		.day {
			float:left;
			margin-left:19px;
			min-height:300px;
			width:210px;
			}
			
			.day p {
				font-size: 12px;
			}
			
			h6.time-block {
				text-shadow: #fff 0 1px 1px;
			}		
			h3.date {
				text-shadow: #fff 0 1px 1px;
				padding: 0;
				text-align: center;
				}
				
				
				
			.time-block {
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				margin-bottom: 5px;
				padding: 5px;
				background-color: #eee;
				border: 1px solid #aaa;
					}	
				
				.null {
					
					}
				.meal {
					}
				.devotion {
					
					}
				.debrief {
					min-height: 60px;
					}
				.session {
					min-height: 120px;
					}
				.journey {
					
					}
				.table-talks {
					
					}
				.worship {
					
					}
				.free {
					
					}
				
				/*.min30 {
					height: 30px;
					}
				
				.min60 {
					height: 77px;
					}
				
				.min90 {
					height: 124px;
					}
				
				.min120 {
					height: 191px;
					}
				
				.min150 {
					height: 238px;
					}
				
				.min180 {
					height: 345px;
					}*/
				
				

/* URBANA */
#urbana_title_text p{
	}
	
#urbana_title_photo {
	}

#urbana_video_summary_container {
	margin-top: 30px;
}
.urbana_video_summary {
	height: 200px;
}

.urbana_social {
	vertical-align: middle;
}

#urbana_share_info {
	padding:5px 5px 0px 10px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: #222 2px solid;
	background: #07354b;
	background: #07354b -webkit-gradient(linear, 0% 0%, 0% 90%, from(rgba(100, 100, 100, .5)), to(rgba(90, 90, 90, .1)));
	-webkit-box-shadow: 0 1px 1px #333;
	-moz-box-shadow:0 1px 1px #333;
	box-shadow:0 1px 1px #333;
	text-shadow: #000000 0 1px 1px;
}
	#urbana_share_info p {
		color: #ededed;
	}
/*Twicker*/
/*body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	margin:0px;
	padding:0px;
}*/


/*.tweet .avatar,
.tweet .user,
.tweet .time{
	float:left;
}*/



/* Everything after here is purely stylistic, and can be changed. */
/*.tweet, .tweet .user, .tweet .time, .tweet .txt{
	vertical-align: baseline;
	border: 1px solid #FF0000;
}*/

.tweet img{
	vertical-align: middle;
}

.tweet .time{
	text-transform:uppercase;
	font-size:10px;
	color:#AAAAAA;
	white-space:nowrap;
}


.tweet .avatar img{
	width:36px;
	height:36px;
	border:0px solid #eeeeee;
	margin:0 5px 5px 0;
}

.tweet .user{
	font-weight:bold;
}

#twicker_container a, #twicker_container a:visited {
	color:#DC5D20;
	text-decoration:none;
	outline:none;
}

#twicker_container a:hover{
	text-decoration:underline;
}
/* END URBANA */

body {
	background-image:url(http://www.uscwm.org/images/graphics/bg_gradient.png);
	background-repeat:repeat-x;
	background-color:#f2f9fc;
}

/* GLOBAL CLASSES */

h1, h2, h3, h4, h5, h6 {
	text-shadow:#333;
	color:#07354b;
}

a:link {
	color:#dc5d20;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
}

a:visited {
	text-decoration: none;
	color:#7e5a44;
}

p {
}

p.content {
	padding-right:20px;
}

li {
	list-style-type:disc;
}

p.quote {
	font-style:italic;
        color:#07354b;
}

.padded-text {
	padding-left: 20px;
	}

.blockquote {
	font-weight:bolder;
}

/* IMAGES  */
.photo_left {
	float:left;
	padding-right:20px;
}

/* Content Classes */
#content_text_container li {
         list-style-type:disc;
         margin-left:20px;
}

#content_text_container ul {
         margin-top:10px;
         margin-bottom:10px;
}

#content_text_container p {
}

/* HEADER */

#header {
	position:relative;
	height:68px;
}

#top_search {
	position:absolute;
	right:5px;
	background-color:#f9e7dd;
	padding:5px;
	top:3px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#search_results {
	padding-left:30px;
	overflow: hidden;
	height: 1000px;
}

#logo {
	padding-top:4px;
}


/** CONTENT WRAPPER **/	

#content_wrapper {
}

#content_detail_top_rounded {
	background-image:url(http://www.uscwm.org/images/graphics/content_sec_nav_top_rounded.png);
	height:12px;
}

#content_container {
	background-image:url(http://www.uscwm.org/images/graphics/content_bg.png);
	background-repeat:repeat-y;
}

#content_top_rounded {
	background-image:url(http://www.uscwm.org/images/graphics/content_top_rounded.png);
	height:12px;
	width:940px;
	z-index:2;
	
}

#content_bottom_rounded {
	background-image:url(http://www.uscwm.org/images/graphics/content_bottom_rounded.png);
	height:16px;
	width:940px;
}

/**  MISC CONTENT **/
.content_quote_container {
	margin-top:50px;
}

.content_double_quote {
	width:430px;
}

.content_single_quote {
	position:relative;
	left:20px;	
}

/** HOME  **/

#home_main_graphic {
}

#home_summary_container {
	margin-top:10px;
	padding-left:5px;
}

.home_summary_text p{
        font-size:0.9em;
}


.home_summary_text p a {
	display: list-item;
	font-size: 11px;
	font-weight: bold;
	list-style-image: url(http://www.uscwm.org/images/graphics/link_arrow.png);
	list-style-position: inside;
	text-decoration: none;
}

/** Featured Content on Home Page **/

#featured_top_rounded {
	background-image:url(http://www.uscwm.org/images/graphics/featured_top_rounded.png);
	height:12px;
	width:940px;
        margin-top:10px;
}

#featured_content_container {
	background-image:url(http://www.uscwm.org/images/graphics/featured_bg.png);
	background-repeat:repeat-y;
}



#featured_bottom_rounded {
	background-image:url(http://www.uscwm.org/images/graphics/featured_bottom_rounded.png);
	height:12px;
	width:940px;
}

/* ENGAGE */
#engage_top_rounded {
	background-image:url(http://www.uscwm.org/images/graphics/engage_top_rounded.png);
	height:12px;
}

.engage_top_text {
	padding-left:15px;
	margin-bottom:10px;
}

.engage_top_text p{
	color:#777;
}

.engage_top_text  span {
	color: black;
}

#engage_left_menu {
	background-image:url(http://www.uscwm.org/images/graphics/engage_menu_bg.png);
	background-repeat:repeat-y;
	padding-top: 30px;
}

#engage_left_menu .selected {
	background-image:url(http://www.uscwm.org/images/graphics/engage_menu_selected.png);
	background-repeat:no-repeat;
	display: block;
	height: 57px;
	padding-top:15px;
	color:#dc5d20;
	padding-right: 30px;
}

#engage_left_menu a:hover {
	background-image:url(http://www.uscwm.org/images/graphics/engage_menu_hover.png);
	background-repeat:no-repeat;
}

#engage_left_menu a:active {
	background-image:url(http://www.uscwm.org/images/graphics/engage_menu_hover.png);
	background-repeat:no-repeat;
}

#engage_left_menu li {
	list-style-type: none;
	vertical-align: text-bottom;
	text-align: right;
	margin-left:0;
	font-size: 1.1em;
	font-weight:normal;
	position: relative;
}
	
#engage_left_menu a {
	display: block;
	height: 57px;
	text-decoration: none;
	padding-top:15px;
}

#engage_left_menu a span {
	padding-right: 30px;
}

#engage_left_menu a:active {
}

.function a{
color:#7e5a44;
}

.audience a{
color:#07354b;
}

.engage_category_container {
	position: relative;
	left: -15px;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	background-color:#547484;
	border-style:solid;
	border-width:thin;
	border-color:#ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.engage_list {
	padding-left:20px;
}

.engage_heading {
	align:center;
}

#engage_menu_bottom_rounded {
	background-image:url(http://www.uscwm.org/images/graphics/engage_menu_bottom_rounded.png);
	height:10px;
}

.content_summary_description p{
	padding-right:20px;
	padding-top:10px;
	font-size:1.15em;
	color:white;
	font-weight:bolder;
}

#content_summary_headline p{
	font-weight:bold;
	font-size:1.75em;
	color:#07354b;
}

.orange_button {
	margin-right:-20px;
}

.orange_button a {
	background-image:url(http://www.uscwm.org/images/graphics/button_orange_wide.png);
	display:block;
	height:48px;
	width:188px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	font-size:1.8em;
	text-transform:lowercase;
	text-decoration:none;
	color:#FFF;
}

.orange_button a:visited {
}


#content_quote_container {
	margin-top:50px;
}

#content_double_quote {
	width:430px;
}

#content_single_quote {
	width:800px;
}

.content_listing_button {
	background-image:url(http://www.uscwm.org/images/graphics/listing_button.png);
        background-repeat:no-repeat;
        background-position:right;
	height:48px;
        font-size:1.5em;
	text-transform:lowercase;
	text-decoration:none;
	font-weight:bold;
	color:#FFF;
}

#listing_container_header p {
	display:block;
	vertical-align:middle;
	text-align:center;
	font-size:1.8em;
	text-decoration:none;
	color:#FFF;
}

#listing_container_header {
	background-image:url(http://www.uscwm.org/images/graphics/listing_header.png);
	width:820px;
	margin-left:60px;
}

#listing_container {
	background-image:url(http://www.uscwm.org/images/graphics/listing_container_bg.png);
	background-repeat:repeat-y;
	margin-left:60px;
	padding-top:20px;
}

#listing_container_footer {
	background-image:url(http://www.uscwm.org/images/graphics/listing_container_bottom_rounded.png);
	height:10px;
	width:820px;
	margin-left:60px;
}

#content_listing_heading p {
	font-size:1.5em;
	padding-left: 20px;
	padding-right:20px;
}


#content_listing_quote {
}

#table {
}

.table_heading {
	background-image:url(http://www.uscwm.org/images/graphics/listing_heading_button.png);
	background-repeat:no-repeat;
	display:block;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	font-size:1.8em;
	text-transform:lowercase;
	text-decoration:none;
	color:#FFF;
}

.table_item_container {
	height: 200px;
}

.table_logo {
	width:130px;
        margin-top:10px;
}

.table_description {
	font-size:12px;
	color:#000;
	text-transform:none;
	font-weight:lighter;
}

.engage_table_item p {
	margin-bottom:10px;
	font-size: 0.95em;
	color:#000;
	text-transform:none;
	font-weight:lighter;
	padding: 7px;
}

.engage_table_item {
	font-size:12px;
	color:#000;
	text-transform:none;
	font-weight:lighter;
        margin-bottom:20px;
	background-color: #efefef;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
}

/*  PUBLICATIONS  */

#publications_left_menu {
	background-image:url(http://www.uscwm.org/images/graphics/engage_menu_bg.png);
	background-repeat:repeat-y;
}

#publications_left_menu li {
	list-style-type: none;
	vertical-align: text-bottom;
	text-align: right;
	margin-left:0;
	padding-right: 15px;
	font-size: 1em;
	font-weight:normal;
	position: relative;
}

#publications_left_menu .selected {
	background-image:url(http://www.uscwm.org/images/graphics/engage_menu_selected.png);
	background-repeat:no-repeat;
	display: block;
	height: 57px;
	padding-top:17px;
	color:#7e5a44;
	padding-right: 15px;
}

#publications_left_menu a:hover {
	background-image:url(http://www.uscwm.org/images/graphics/engage_menu_hover.png);
	background-repeat:no-repeat;
}

#publications_left_menu a:active {
	background-image:url(http://www.uscwm.org/images/graphics/engage_menu_hover.png);
	background-repeat:no-repeat;
}


#publications_left_menu a {
	display: block;
	height: 57px;
	text-decoration: none;
	padding-top:15px;
}

#engage_left_menu a span {
	padding-right: 30px;
}

#engage_left_menu a:active {
}

.publications_summary_logo {
	}

.publications_summary_description {
	margin-bottom:40px;
}

#publications_detail_description {
	margin-bottom:20px;
        padding-right:90px;
}

.publications_text_container p{
	padding-right: 20px;
}

/* COURSES LISTING */

#courses_listing_container {
        padding-left:10px;
}

#courses_listing_container h1, h2, h3, h4, h5, h6{
	
}

#courses_listing_side_graphic {
	background-image:url(http://www.uscwm.org/images/graphics/course_listing_side_graphic.png);
	background-position:right;
	width:140px;
	height:625px;
}

.course_tagline {
	height:50px;
}

.course_tagline p{
	color:#07354b;
	text-align:center;
}

#courses_listing_course {
}

#courses_listing_course_wrapper {
	margin-bottom:20px;
}

.courses_listing_logo {
	padding-left:10px;
}

.courses_listing_description p{
        padding-left: 10px;
	padding-right:20px;
}


/*  RESOURCES  */
#audience_key {
	padding-left: 10px;
}

.audience_key_button {
	background-image:url(http://www.uscwm.org/images/graphics/audience_button.png);
	background-repeat:no-repeat;
}

.audience_key_students {
	background-image:url(http://www.uscwm.org/images/graphics/icon_student_small.png);
	background-repeat:no-repeat;
	round-attachment:fixed;
	background-position: 12px 7px;
}

.audience_key_missionaries{
	background-image:url(http://www.uscwm.org/images/graphics/icon_missionary_small.png);
	background-repeat:no-repeat;
	round-attachment:fixed;
	background-position: 17px 5px;
}

.audience_key_church_leaders {
	background-image:url(http://www.uscwm.org/images/graphics/icon_church_small.png);
	background-repeat:no-repeat;
	round-attachment:fixed;
	background-position: 17px 5px;
}

.audience_key_general_audiences {
	background-image:url(http://www.uscwm.org/images/graphics/icon_other_small.png);
	background-repeat:no-repeat;
	round-attachment:fixed;
	background-position: 17px 5px;
}

.audience_key_button a{
	display:block;
	color:white;
	height:38px;
	padding-left:60px;
	padding-top: 3px;
	width:200px;
}

.audience li {
}

.audiences {
	list-style-image:url(http://www.uscwm.org/images/graphics/link_arrow.png);
	list-style-position:inside;	
	color:#07354b;
}

.resource_type {
	background-image:url(http://www.uscwm.org/images/graphics/listing_heading_button.png);
	background-repeat:no-repeat;
	display:block;
	vertical-align:middle;
	position:relative;
	left:25px;
}

.resource_type_text {
	display:block;
	text-align:center;
	width:160px;
}

.resource_type a:link {
	color:#07354b;
}

.resource_type a:visited {
	color: #07354b;
}


.resource_type_icon {
	position:relative;
	right:20px;
}

.resources_header_container {
	background-image:url(http://www.uscwm.org/images/graphics/resources_top_rounded.png);
	width:940px;
	height:36px;	
	margin-top:10px;
}

.resources_header_icon {
	width:127px;
	height:36px;
	margin-left:30px;
}

.resources_multimedia {
	background-image:url(http://www.uscwm.org/images/graphics/recources_media_icon.png);
}

.resources_books {
	background-image:url(http://www.uscwm.org/images/graphics/recources_media_icon.png);
}

.resources_articles {
	background-image:url(http://www.uscwm.org/images/graphics/recources_media_icon.png);
}

.resources_links {
	background-image:url(http://www.uscwm.org/images/graphics/recources_media_icon.png);
}

.resources_header_description {
	font-size:1.45em;
	color:#FFF;
	padding-top:5px;
}

.resources_content_container {
	background-image:url(/images/graphics/resources_content_bg.png);
	width:940px;
}

.resources_content_spacer {
}

.resources_teaser {
        padding-top:20px;
}

.resources_item_container {
	padding-top:60px;
}

.resources_link_container {
	padding-top:20px;
}

.resources_image_container {
	padding-left:20px;
}

.resources_container {
	padding-left:20px;
        padding-top:20px;
}
#resources_complete_list_link {
	padding-left:30px;
	font-size:1.1em;
	font-style:italic;
}

.resources_list_categories {
	text-align: center;
	padding-top:20px;
}

.resources_list_categories a{
	padding-right:20px;
}

.resources_full_list { 
	padding-top:30px;
}

#resources_detail_media_embed {
}

#resources_detail_media_info {
	   padding-left:20px;
}

#resources_detail_media_description {
	padding-left:50px;
	padding-top:50px;
}

.resources_detail_description {
}

#resources_footer {
	background-image:url(http://www.uscwm.org/images/graphics/resources_bottom_rounded.png);
	height:12px;
	width:940px;
}

.resources_detail_related {
	background-color:#f2f9fc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border:thin solid;
	border-color: lightgrey;
	margin-top: 20px;
	padding-left: 10px;
}

.resources_detail_related_media {
	margin-left: 20px;
}

.resources_detail_related a {
	font-size: .8em;
}

.resources_detail_related li {
	list-style-position: inside;
}

#twitter_share {
	padding-top: 5px;
	padding-right: 10px;
}

#facebook_share {
	height: 30px;
}
/* MISC */
.related_content_container {
	background-color:gray;
}

.related_content_list {
	list-style-position:inside;
}


table.ow_preorder_cases th{
        width: 60px;
	text-align:left;
}

table.ow_preorder_cases td{
        width: 150px;
	height:30px;
	padding-right:5px;
}

table.ow_preorder_form th{
        width: 150px;
	height:30px;
	padding-right:5px;
}

table.ow_preorder_form td{
        width: 400px;
	height:30px;
	padding-right:5px;
}


/* FOOTER */
.footer {
	margin-top:20px;
	text-align:center;
}

.footer a:visited {
color:#dc5d20;
}

.footer p {
	text-align:center;
	}


/* CONTENT CLASSES  */
.pad_left {
	padding-left:30px;
}

.resource_title {
	font-weight:bold;
	color:#07354B;
}

.right_document_list {
	padding-top:30px;
}	



/* MAIN NAV */
/*
*	Setup
*/
#main_nav {
	background-image:url(http://www.uscwm.org/images/graphics/main_nav_drop_shadow.png);
	height:50px;
	width:940px;	
	margin-top: 1px;
}

ul.main_nav {
	list-style: none;
	}

.displace {
	position: absolute;
	left: -5000px;
	}

ul.main_nav li {
	float: left;
	margin-left:0;
	list-style-type:none;
	}

ul.main_nav li a {
	display: block;
	width: 156px;
	height: 50px;
	background: url('http://www.uscwm.org/images/graphics/main_nav.png');
	}
	


/*
*	normal links - main nav
*/
ul.main_nav li.home a {
	background-position: 0px 0;
	}
	
ul.main_nav li.engage a {
	background-position: -156px 0;
	}

ul.main_nav li.publications a {
	background-position: -312px 0;
	}

ul.main_nav li.courses a {
	background-position: -468px 0;
	}
	
ul.main_nav li.resources a {
	background-position: -624px 0;
	}

ul.main_nav li.about a {
	background-position: -780px 0;
	}
	
/*
*	Hover Links - main nav
*/

ul.main_nav li.home a:hover {
	background-position: -0px -50px;
	}
	
ul.main_nav li.engage a:hover {
	background-position: -156px -50px;
	}

ul.main_nav li.publications a:hover {
	background-position: -312px -50px;
	}

ul.main_nav li.courses a:hover {
	background-position: -468px -50px;
	}
	
ul.main_nav li.resources a:hover {
	background-position: -624px -50px;
}

ul.main_nav li.about a:hover {
	background-position: -780px -50px;
}

/*
*	Clicked Links - main nav
*/
ul.main_nav li.home a:active {
	background-position: -0px -100px;
}

ul.main_nav li.engage a:active {
	background-position: -156px -100px;
}

ul.main_nav li.publications a:active {
	background-position: -312px -100px;
}

ul.main_nav li.courses a:active {
	background-position: -468px -100px;
	}
	
ul.main_nav li.resources a:active {
	background-position: -624px -100px;
	}

ul.main_nav li.about a:active {
	background-position: -780px -100px;
	}

/*
*	Selected/Active Links - main nav
*/
ul.main_nav li.home a.selected {
	background-position: -0px 0px;
}

ul.main_nav li.engage a.selected {
	background-position: -156px -150px;
}

ul.main_nav li.publications a.selected {
	background-position: -312px -150px;
}

ul.main_nav li.courses a.selected {
	background-position: -468px -150px;
}
	
ul.main_nav li.resources a.selected {
	background-position: -624px -150px;
}
	
ul.main_nav li.about a.selected {
	background-position: -780px -150px;
}

/** HOME FEATURED CONTENT NAVIGATION  **/

#featured_nav_list {
	text-align:right;
	padding-right:0px;
}

#featured_nav_list li {
	height:inherit;
	padding-right:30px;
	padding-top:3px;
	list-style-type:none;
}

#featured_nav_list li a  {
	font-style:oblique;
	color:#07354b;
	text-decoration: none;
}

#featured_nav_list li a:hover  {
	color:#000;
}

#featured_nav_list li a:visitied {
	text-decoration:none;
}

#featured_nav_list li#featured_selected {
	background-image:url(http://www.uscwm.org/images/graphics/featured_selected.png);
	background-repeat:repeat-y;
}

/* LEFT MENU WIDE */
#left_menu_wide_top_rounded {
	background-image:url(http://www.uscwm.org/images/graphics/content_left_menu_wide_top_rounded.png);
	height: 12px;
	width: 940px;
}

#left_menu_wide_container {
	}

#left_menu_wide {
	background-image:url(http://www.uscwm.org/images/graphics/left_menu_wide_bg.png);
	background-repeat:repeat-y;
}

#left_menu_wide li {
	list-style-type: none;
	vertical-align: text-bottom;
	text-align: right;
	margin-left:0;
	padding-right: 15px;
	font-size: 1.1em;
	font-weight:normal;
	position: relative;
}

#left_menu_wide .selected {
	background-image:url(http://www.uscwm.org/images/graphics/left_menu_wide_selected.png);
	background-repeat:no-repeat;
	display: block;
	height: 43px;
	padding-top:10px;
	color:#7e5a44;
	padding-right: 15px;
}

#left_menu_wide a:hover {
	background-image:url(http://www.uscwm.org/images/graphics/left_menu_wide_hover.png);
	background-repeat:no-repeat;
}

#left_menu_wide a:active {
	background-image:url(http://www.uscwm.org/images/graphics/left_menu_wide_hover.png);
	background-repeat:no-repeat;
}

#left_menu_wide a {
	display: block;
	height: 43px;
	text-decoration: none;
	padding-top:10px;
}

#left_menu_wide a:link {
	text-decoration: none;
	color:#7e5a44;
}


#left_menu_wide_bottom_rounded {
	background-image:url(http://www.uscwm.org/images/graphics/left_menu_wide_bottom_rounded.png);
	background-repeat:no-repeat;
	height: 15px;
}


