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

/* dark blue #021e46 medium blue #174688 light orange #eb6302 dark orange #ba3d0c */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background:#000 url(/images/body_background.gif) repeat-x;
	margin:0;
}
#header, #navigation, #main_content, #footer {
	width:993px;
	margin:0 auto;
	background-color:white;
}

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

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

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

#navigation {
	background:#174688 url(/images/navigation_bg.gif) repeat-x;
	height:39px;
	font-weight:bold;
/*	text-transform:lowercase;*/
	z-index:100;
	position:relative;
	border-bottom:5px solid #ec6402;
}
#navigation a {
	color:#efeaea;
	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;
}
#nav_list li li { /* second level list items */
	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;
}
#nav_list li li:hover {
	background:#174688 url(/images/bullet_circle_white_on_blue.gif) no-repeat .8em .4em;
}
#nav_list li li a {
	padding:.3em .3em .3em 1.8em;
	color:#95b7e7;
}
#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;
}
#nav_list li li li:hover {
	background:#ba3d0c url(/images/bullet_circle_white_on_orange.gif) no-repeat .8em .4em;
}

#nav_list li ul { /* second-level lists */
	position: absolute;
	background: #021e46;
	width: 13.5em;
	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;
}

#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;
}

.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.gif) /*!important*/;
}
.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 {
	background:#eb6302 url(/images/navigation_tab.gif) top right                /*!important*/;
}

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

#main_content {
	background:white url(/images/main_content_bg.gif) repeat-y;
	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;
}

.container_1 {
	background:#ec6402 url(/images/container_1_middle_bg.gif) repeat-y;
	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;
}
.container_1 .container_1_top_gradient {
	width:230px;
	height:22px;
	position:absolute;
	background:transparent url(/images/container_1_top_gradient.gif) no-repeat;
}
.container_1 .container_1_bottom_gradient {
	width:230px;
	height:62px;
	position:absolute;
	background:transparent url(/images/container_1_bottom_gradient.gif) no-repeat;
	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 #f89752;
}

.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;
}

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

.container_schedules {
	width:244px;
	position:absolute;
	right:8px;
	top:12px;
}

#main_content.subpage_content {
	background:#ba3d0c none;
}

.subpage_content h2 {
	border-bottom:1px dotted #631e02;
	color:white;
	font-size:1.7em;
	font-weight:bold;
}
.subpage_content h2 span {
	color:#f89650;
	font-size:0.7em;
	display:block;
}

.subpage_content h3 {
	color:#ba3d0c;
	font-size:1.3em;
	font-weight:bold;
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	border-bottom:#9bbad9 1px dotted;
}

#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 h3 {
	color:#174688;
	font-weight:bold;
	text-align:center;
}

#column_b .container_2 a {
	color:#23578a;
	text-decoration:none;
}

#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;
}
.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:.6em 0 .6em 0;
	color:#174688;
}

/* *************** Misc *************** */

h2 {
	border-bottom:1px solid #8a2903;
	color:#8a2903;
	margin-top:15px;
}

h3 {
	background-color:#7c1314;
	color:#f89752;
	font-size:1.3em;
/*	text-transform:lowercase;*/
}

h4 {
	color:#02193a;
	font-size:1.1em;
	margin:10px 0 0 0;
	font-weight:bold;
	text-transform:uppercase;
}

.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;
}

.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-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	line-height: 20px;
	font-weight: bold;
	color: #ba3d0c;
	font-style: italic;
}

.italicbodytextbold2  {
	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;	
}

