/* *************** ZUDA *************** */

/* dark blue #021e46 medium blue #174688 light orange #eb6302 dark orange #ba3d0c */
html {
	font-size: 125%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	/* font-size: 0.8em; */
	font-size: 50%;
	background:#fff;
	margin:0;
}
#header, #navigation, #intro_banner, #main_content, #footer {
	width:993px;
	margin:0 auto;
	background-color:white;
}
#intro_banner {
	height: 331px;
}

.hidden { 
	position:absolute; 
	left:0px; 
	top:-500px; 
	width:1px; 
	height:1px; 
	overflow:hidden; 
} 
.nowrap {
	white-space: nowrap;
}

/* *************** Header *************** */

#header {
	padding:11px 0 8px 0;
	position:relative;
}

/* *************** Navigation *************** */

#navigation {
	background:#174688 url(../images/navigation_bg_redux.gif) repeat-x;
	background:#fff url(../images/navigation_bg_redux.gif) repeat-x;
	height:39px;
	font-weight:bold;
/*	text-transform:lowercase;*/
	z-index:100;
	position:relative;
	border-bottom:5px solid #fff;
}
#navigation a:link, 
#navigation a:visited {
	color:#fff;
	text-decoration:none;
}
#navigation a:hover {
	color:#fff;
	text-decoration:none;
}

#nav_list, #nav_list ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#nav_list {
	margin-left:8px;
}

#nav_list a {
	display: block;
}

#nav_list li { /* all list items */
	float: left;
	margin-left:12px;
	font-size: 1.3em;
}
#nav_list li li { /* second level list items */
	font-size: 1em;
	width: 13.5em; /* width needed or else Opera goes nuts */
	border-bottom:1px solid #174688;
	margin-left:0px;
	background:transparent url(../images/bullet_circle_orange_on_darkblue.gif) no-repeat .8em .4em;
	width: 200px;
	border-bottom:1px solid #B0C9E1;
	background:none;
}
#nav_list li li:hover {
	background:#174688 url(../images/bullet_circle_white_on_blue.gif) no-repeat .8em .4em;
	background: none;
}
#nav_list li li a:link, 
#nav_list li li a:visited {
	padding:.3em .3em .3em 1.8em;
	color:#95b7e7;
	padding: .8em .8em .8em 12px;
	color: #174688;
}
#nav_list li li a:hover {
	color:white;
}
#nav_list li li li {
	background:transparent url(../images/bullet_circle_orange_on_blue.gif) no-repeat .8em .4em;
	border-bottom:1px solid #021e46;
	background:none;
	border-bottom:1px solid #B0C9E1;
}
#nav_list li li li:hover {
	background:#ba3d0c url(../images/bullet_circle_white_on_orange.gif) no-repeat .8em .4em;
	background:none;
}

#nav_list li ul { /* second-level lists */
	position: absolute;
	background: #021e46;
	width: 13.5em;
	background: #9BBAD9;
	width: 200px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav_list li ul ul { /* third-and-above-level lists */
	margin: -1.6em 0 0 13.5em;
	background: #174688;
	margin: -2.6em 0 0 200px;
	background: #9BBAD9;
}

#nav_list li:hover ul ul, #nav_list li.sfhover ul ul {
	left: -999em;
}

#nav_list li:hover ul, #nav_list li li:hover ul, #nav_list li.sfhover ul, #nav_list li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

.nav_level_1 {
	height:39px;
}
li:hover .nav_level_1, li:hover .nav_level_1 span { /* hovered tab */
	/* background:#021e46 url(../images/navigation_hovered_tab.gif) repeat-x; */
}

.nav_level_1 span {
	display:block;
	height:23px; /* 44 - 16 = 28 */
	margin-left:2px;
	padding:16px 10px 0px 10px;
	padding:16px 20px 0px 10px;
}

.section_01 .sublist_01,
.section_02 .sublist_02,
.section_03 .sublist_03,
.section_04 .sublist_04,
.section_05 .sublist_05,
.section_06 .sublist_06,
.section_07 .sublist_07,
.section_08 .sublist_08 {
	background:transparent url(../images/navigation_tab_redux.gif) top left  /*!important*/;
	padding: 0 0 0 6px;
}
.section_01 .sublist_01 a:link,
.section_02 .sublist_02 a:link,
.section_03 .sublist_03 a:link,
.section_04 .sublist_04 a:link,
.section_05 .sublist_05 a:link,
.section_06 .sublist_06 a:link,
.section_07 .sublist_07 a:link,
.section_08 .sublist_08 a:link, 
.section_01 .sublist_01 a:visited,
.section_02 .sublist_02 a:visited,
.section_03 .sublist_03 a:visited,
.section_04 .sublist_04 a:visited,
.section_05 .sublist_05 a:visited,
.section_06 .sublist_06 a:visited,
.section_07 .sublist_07 a:visited,
.section_08 .sublist_08 a:visited {

}

.section_01 .sublist_01 span,
.section_02 .sublist_02 span,
.section_03 .sublist_03 span,
.section_04 .sublist_04 span,
.section_05 .sublist_05 span,
.section_06 .sublist_06 span,
.section_07 .sublist_07 span,
.section_08 .sublist_08 span {
	color: #705C53 !important;
	background: url(../images/navigation_tab_redux.gif) top right                /*!important*/;
}

#intro_banner img {
	vertical-align: top;
}

/* *************** Main Content *************** */

#main_content {
	/* background:white url(../images/main_content_bg.gif) repeat-y; */
	background:white;
	color:#263f60;
}

#main_content strong {
	/* color:#982d03; */
}

#column_1 {
	width:253px;
	float:left;
	/* background-color:#ba3d0c; */
}
#column_2 {
	width:487px;
	float:left;
}
#column_3 {
	width:253px;
	float:left;
	/* background-color:#ba3d0c; */
}

/* Home page feature spots */

#home #main_content {
	background:white url(../images/home_col_bg.gif) repeat-y;
}

#home #column_1 {
	width:331px;
	min-height: 214px;
	float:left;
	padding: 33px 0 7px;
	background: #705C53;
}
#home #column_2 {
	width:332px;
	min-height: 214px;
	float:left;
	background: #fff url(../images/home/shiva.jpg) right bottom no-repeat;
	padding: 33px 0 7px;
}
#home #column_3 {
	width:330px;
	min-height: 214px;
	float:left;
	padding: 33px 0 7px;
	background: #9BBAD9;
}


#home #column_1 h2 {
	height: 34px;
	width: 269px;
	background: url(../images/home/ten-days-for-ten-dollars.gif) center top no-repeat;
	margin: 0 auto 7px;
}
#home #column_1 h2 a {
	display: block;
	height: 34px;
	width: 269px;
}
#home #column_1 h3 {
	height: 15px;
	width: 269px;
	background: url(../images/home/introductory-special.gif) center top no-repeat;
	margin: 0 auto 14px;
}
#home #column_1 h3 a {
	display: block;
	height: 15px;
	width: 269px;
}
#home #column_1 h4 {
	height: 52px;
	width: 236px;
	background: url(../images/home/best-of-sacramento.gif) center top no-repeat;
	margin: 0 auto;
}
#home #column_1 p {
	color: #fff;
	font: 1.1em/1.6 Verdana, sans-serif;
	margin: 0 auto 11px;
	padding: 0 45px;
	text-align: center;
}
#home #column_1 p a:link, 
#home #column_1 p a:visited {
	color: #9DCAEA;
}
#home #column_1 p a:hover {
	color: #fff;
}


#home #column_2 h2 {
	height: 24px;
	width: 271px;
	background: url(../images/home/we-train-teachers.gif) left top no-repeat;
	margin: 0 0 10px 21px;
}
#home #column_2 h3 {
	font: normal 1.2em/1.3 Verdana, sans-serif;
	color: #174688;
	margin: 0 7px 13px 23px;
}
#home #column_2 p {
	font: bold 1.2em/1.6 Verdana, sans-serif;
	margin: 0 23px 7px;
}
#home #column_2 p a:link, 
#home #column_2 p a:visited {
	color: #705C53;
	text-decoration: none;
}
#home #column_2 p a:hover {
	color: #174688;
}

#home #column_3 h2 {
	height: 53px;
	width: 266px;
	background: url(../images/home/workshops-retreats-training.gif) left top no-repeat;
	margin: 0 0 10px 21px;
}
#home #column_3 p {
	font: bold 1.2em/1.6 Verdana, sans-serif;
	margin: 0 23px 7px;
}
#home #column_3 p a:link, 
#home #column_3 p a:visited {
	color: #fff;
	text-decoration: none;
}
#home #column_3 p a:hover {
	color: #174688;
}

/* Containers */

.container_1 {
	background:#ec6402 url(../images/container_1_middle_bg.gif) repeat-y;
	background:none;
	width:230px;
	margin:1em auto 0 auto;
	position:relative;
}
.container_1 h3 {
	text-align:center;
	padding:8px 0 7px 0;
	margin:0 1px;
}
.container_1 .container_1_top {
	width:230px;
	height:5px;
	position:absolute;
	top:0;
	background:transparent url(../images/container_1_top.gif) no-repeat;
	background:none;
}
.container_1 .container_1_top_gradient {
	width:230px;
	height:22px;
	position:absolute;
	background:transparent url(../images/container_1_top_gradient.gif) no-repeat;
	background:none;
}
.container_1 .container_1_bottom_gradient {
	width:230px;
	height:62px;
	position:absolute;
	background:transparent url(../images/container_1_bottom_gradient.gif) no-repeat;
	background:none;
	bottom:0;
}
.container_1 .container_1_content {
	z-index:10;
	position:relative;
	padding:0 0 16px 17px;
}

.list_1 {
	padding: 0;
	margin: 0 0 .5em 0;
	list-style: none;
}

.list_1 li {
	padding:.5em 0 0 1em;
	background:transparent url(../images/bullet_doublearrow_lightorange.gif) no-repeat 0em .7em;
}

.list_1 a {
	color:white;
	font-weight:bold;
	text-decoration:none;
}

/*  CONTAINER_2 list_1 */
.container_2 .list_1 {
	padding: 0;
	margin: 0 0 .5em 0;
}

.container_2 .list_1 li {
	padding:.5em 0 0 1.4em;
	background:transparent url(../images/bullet_doublearrow_darkblue.gif) no-repeat 0em .8em;
	font-weight:normal;
	color:#666;
}

.container_2 .list_1 li a {
	color:#174688;
	font-weight:bold;
	text-decoration:none;
}

.container_2 .list_1 li a:hover {
	font-weight:bold;
	color:#ba3d0c;
	text-decoration:underline;
}
/*  CONTAINER_2 list_1 */

/*  list_2 */

.list_2 {
	padding: 0;
	margin: 0 0 .5em 0;
	list-style: none;
}
.list_2 li {
	padding:.5em 0 0 1.4em;
	background:transparent url(../images/bullet_doublearrow_darkblue.gif) no-repeat 0em .8em;
	font-weight:bold;
	color:#021c3f;
}

.list_3 {
	padding: 0;
	margin: 0 0 .5em 0;
	list-style: none;
}

.list_3 li {
	padding:.5em 0 0 1.4em;
	background:transparent url(../images/bullet_doublearrow_darkblue.gif) no-repeat 0em .8em;
}

.list_4 {
	padding: 0;
	margin: 0 0 .5em 0;
	list-style: none;
}

.list_4 li {
	padding:.5em 0 0 1.4em;
	background:transparent url(../images/bullet_doublearrow_darkblue.gif) no-repeat 0em .8em;
}

.list_4 li a {
	font-weight:bold;
	color:#1b55a6;
	text-transform:uppercase;
	text-decoration:none;
}

.list_4 li a:hover {
	font-weight:bold;
	color:#ba3d0c;
	text-decoration:underline;
}

.container_resources {
	width:230px;
	height:144px;
	background:transparent url(../images/container_resources.gif) no-repeat;
	margin:1em auto 0 auto;
}
.container_resources div {
	width:122px; /* 128 - 6 */
	padding:10px 0 0 6px;
}
.container_resources h3 {
	margin:0 0 10px 0;
}

.container_stuff {
	width:230px;
	height:144px;
	background:transparent url(../images/container_stuff.gif) no-repeat;
	margin:1em auto 0 auto;
}
.container_stuff div {
	width:122px; /* 128 - 6 */
	padding:10px 0 0 107px;
}
.container_stuff h3 {
	margin:0 0 10px 0;
}

.quote_and_feedback {
	background-color:#174688;
	padding:12px;
	border-top:1px solid #9DCAEA;
}

.quote_and_feedback blockquote {
	width:230px;
	padding:10px 28px 0 28px;
	position:relative;
	background:transparent url(../images/quote_left.gif) no-repeat;
	float:left;
	margin:10px 30px 0 20px;
	color:#eb6302;
}
.quote_and_feedback blockquote p {
	background-color:#174688;
	margin:0;
}
.quote_and_feedback blockquote div {
	position:absolute;
	width:26px;
	height:24px;
	right:0;
	bottom:0;
	background:transparent url(../images/quote_right.gif) no-repeat;
}

span.quote {
	color:#fff;
	font-weight: bold;
}
span.author {
	color:#fff;
	display:block;
	text-align:right;
}

/* *************** Subpage *************** */

.container_schedules {
	width:162px;
	position:absolute;
	right:77px;
	top:61px;
}

#main_content.subpage_content {
	/* background:#ba3d0c none; */
	color: #174688;
	background: #fff none;
}

.subpage_content a:link, 
.subpage_content a:visited {
	color: #705C53;
}
.subpage_content a:hover {
	color: #9BBAD9;
}

.subpage_content h2 {
	color: #174688;
	font: bold 3em/1.3 Arial, Helvetica, Verdana, sans-serif;
	font-weight:bold;
}
.subpage_content h2 span {
	color:#705C53;
	font-size:0.7em;
	display:block;
}

.subpage_content h3 {
	color:#174688;
	font: bold 1.8em/1.3 Arial, Helvetica, Verdana, sans-serif;
	margin:2em 0 .5em;
	padding:0;
}
div.container_2 h3 {
	margin:0 0 .5em;
}
h5 + h3 {
	margin:2em 0 .5em !important;
}
ul + h3 {
	margin:2em 0 .5em !important;
}

.subpage_content h4 {
	color:#705C53;
	font: bold 1.6em/1.3 Arial, Helvetica, Verdana, sans-serif;
	margin:0 0 .5em;
	padding:0;
}
h5 + h4 {
	margin:1em 0 .5em !important;
}

.subpage_content h5 {
	color:#174688;
	font: bold 1.5em/1.3 Arial, Helvetica, Verdana, sans-serif;
	margin:0 0 .5em;
	padding:0;
}
/*
h4 {

	color:#02193a;
	font-size:1.1em;
	margin:10px 0 0 0;
	font-weight:bold;
	text-transform:uppercase;
}
*/
.subpage_content p {
	color:#174688;
	font: 1.4em/1.8 Arial, Helvetica, Verdana, sans-serif;
	margin:0 0 1em;
	padding:0;
}
.subpage_content li {
	color:#174688;
	font: 1.4em/1.4 Arial, Helvetica, Verdana, sans-serif;
	margin:0 0 .7em;
}
.subpage_content td {
	color:#174688;
	font: 1.4em/1.8 Arial, Helvetica, Verdana, sans-serif;
	margin:0;
	padding:0;
}

#column_a {
	width:579px; /* 644 - 43 - 22 */
	padding:0 43px 0 22px;
	float:left;
}

#column_b {
	width:337px; /* 349 - 12 */
	padding:0 12px 0 0;
	float:left;
}

#column_b .container_2 {
	border-left: 1px solid #9BBAD9;
	background: url(../images/zuda-logo-watermark.gif) left top no-repeat;
	padding: 24px 0 24px 19px;
	min-height: 197px;
}

#column_b .container_2 h3 {
	color:#705C53;
	font-weight:bold;
	font: 1.8em/1.3 Arial, Helvetica, Verdana, sans-serif;
	margin: 0 0 .5em;
}
#column_b .container_2 p {
	color:#705C53;
	font: 1.2em/1.5 Arial, Helvetica, Verdana, sans-serif;
	margin:0 0 1em;
	padding:0;
}
#column_b .container_2 li {
	color:#705C53;
	font: 1.2em/1.3 Arial, Helvetica, Verdana, sans-serif;
}

#column_b .container_2 a:link, 
#column_b .container_2 a:visited {
	color:#705C53;
}
#column_b .container_2 a:hover {
	color:#174688;
}

#column_b .container_2 .list_1 li a:hover {
	font-weight:bold;
	color:#ba3d0c;
	text-decoration:underline;
}

/*  container_2 */

.container_2 {
	background:#fff;
	position:relative; /* Make this the containing block of the corner spans */
	margin-bottom:20px;
	float:left;
	min-height:5.4em; /* Adjust height of box */
	padding:26px;
	padding:0;
}
.container_2 .bottom_right {
	position:absolute;
	width:10px;
	height:10px;
	font-size:1px;
	bottom:0px;
	right:0px;
	/* background: url(../images/container_2_white_on_orange_corners.gif) top left no-repeat; */
}
.container_2 .bottom_left {
	position:absolute;
	width:10px;
	height:10px;
	font-size:1px;
	bottom:0px;
	left:0px;
	/* background: url(../images/container_2_white_on_orange_corners.gif) top right no-repeat; */
}
.container_2 .top_right {
	position:absolute;
	width:10px;
	height:10px;
	font-size:1px;
	top:0px;
	right:0px;
	/* background: url(../images/container_2_white_on_orange_corners.gif) bottom left no-repeat; */
}
.container_2 .top_left {
	position:absolute;
	width:10px;
	height:10px;
	font-size:1px;
	top:0px;
	left:0px;
	/* background: url(../images/container_2_white_on_orange_corners.gif) bottom right no-repeat; */
}

/* *************** Footer *************** */

#footer {
	text-align:center;
	padding: 18px 0;
	color: #705C53;
	font-family: Verdana, sans-serif;
	font-size: 1.1em;
}
div.footer_left_col {
	width: 506px;
	float: left;
	text-align: left;
	padding: 10px 0 0 0;
}
div.footer_right_col {
	width: 486px;
	width: 350px;
	width: 331px;
	float: right;
}
div#connect_email {
	float: left;
	width: 252px;
	padding: 10px 0 0 0;
}
div#connect_social {
	float: right;
	width: 79px;
	padding: 9px 0 0 0;
}
div#connect_social div {
	width: 36px;
	float: right;
}
div#zuda_twitter {
	margin-left: 5px;
}
div.footer_right_col div p {
	text-align: left;
	margin: 0 0 6px;
}
#footer address {
	font-style: normal;
	margin: 0 0 6px;
	text-align: left;
}
#footer address strong {
	color: #78B3DD;
}
#footer address span {
	color: #ccc;
}
div.footer_right_col a:link, 
div.footer_right_col a:visited {
	color: #78B3DD;
}
div.footer_right_col a:hover {
	color: #174688;
}
/* *************** Misc *************** */
/*
h2 {
	border-bottom:1px solid #8a2903;
	color:#8a2903;
	margin-top:15px;
}

h3 {
	background-color:#7c1314;
	color:#f89752;
	font-size:1.3em;

}
*/


.workshops {
	color:#ba3d0c;
	font-size:1.3em;
	margin:0;
	line-height:15px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
}
/*
h4 span {
	color:#e76102;	
	font-size:0.8em;
}

h5 {
	color:#8a2903;
	margin-top:25px;
	font-size:1.6em;
	text-align:center;
}
*/
.align_pic_left {
	text-align:left;	
	float:left;
	padding-right:15px;
}

.align_pic_right {
	text-align:right;	
}

.add_padding {
	padding:13px;
}

.scroll_container {
	height:300px;
	overflow:scroll;
}
/*
.scroll_container h1 {
	border-bottom:2px dotted #999;
	color:#8a2903;
	margin-top:0.5em;
	font-size:1.4em;
	text-transform:uppercase;
}

.scroll_container h2 {
	border-bottom:2px dotted #999;
	color:#8a2903;
	margin-top:0.5em;
	font-size:1em;
}
*/
.italictextbold {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	line-height: 20px;
	font-weight: bold;
	color: #7c1314;
	font-style: italic;
	text-align:center;
}

img {
	border:0;
}

#column_b img {
	border:#fa7617 solid 1px;
	border: none;
}

.cleaner {
	clear:both;
}
/*
.hidden {
	display: none;
}
*/
ol li {
	margin-bottom:15px;	
}

ol li strong {
	font-size:1.2em;
/*	color:#000; */
}

.align_center {
	text-align:center;	
}

.italicbodytextbold, .italicbodytextbold2 {
	font: bold italic 1.8em/1.5 Georgia, serif;
	color: #174688;
}

th {
	font-size: 1.1em;
	color:#666;
	text-transform:uppercase;
	line-height: 20px;
	font-weight: bold;
	text-align:left;
}

th span {
	color:#747474;
	font-weight:normal;
	text-transform:lowercase;
	font-size:1em;
}

.table_team p {
    font-size:1.2em;
	font-weight:bold;
	float:left;
	width:169px;
	text-align:center;
	overflow:hidden;	
	padding: 0 1% 20px 0;
}

.table_team p a {
	color:#184e9a;
	text-decoration:none;	
}

.table_team p a:hover {
	color:#1b55a6;
	text-decoration:underline;
}

.table_team img {
	display:block;
	margin:0 auto;
}
.table_poses p {
    font-size:1em;
	float:left;
	width:128px;
	text-align:center;
	overflow:hidden;	
}
.table_poses img {
	display:block;
	margin:0 auto;
	padding: 0 1% 30px 0;	
}

.align_right {
	text-align:right;	
}


