@charset "UTF-8";
body {
	background: url(../_images/body_bkgnd.gif);
	text-align: center;
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

#wrapper1 {
	background: url(../_images/body_bkgnd2.gif) repeat-x;
	text-align: center;
	margin: 0px;
	padding: 25px;
}

#wrapper2 {
	text-align: left;
	width: 919px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	background: url(../_images/header_bkgnd.gif) no-repeat;
	height: 126px;
	width: 919px;
	position: relative;
}

#header #logo {
	float: left;
	margin-top: 25px;
	margin-left: 10px;
}

#header #contact_img {
	position: absolute;
	top: 10px;
	right: 16px;
}

#header #needhelp_img {
	position: absolute;
	top:65px;
	right: 43px;
}	

#header p {
	position: absolute;
	top: 50px;
	right: 28px;
	font: 24px/30px "Franklin Gothic Medium", "Myriad Pro", Helvetica, sans-serif;
	text-align: center;
}


#content_wrapper {
	background: url(../_images/content_wrapper_bkgnd.jpg) repeat-y;
	min-height:600px;
	padding-right: 16px;
	padding-left: 16px;
}

#nav {
	background: url(../_images/nav_bkgnd.jpg);
	height: 44px;
	width: 887px;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#nav ul li { float: left; }

#nav ul li a {
	font: bold 14px/46px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	width: 177px;
	display: block;
	text-shadow: #333333 1px 1px 0px;
}

#nav ul li a:hover { text-decoration: underline; }

#search {
	background: url(../_images/search_bkgnd.gif) no-repeat;
	height: 100px;
	width: 887px;
	margin-top: 7px;
}

#search .search_el {
	float: left;
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 12px;
}

#search .search_el h1 {
	font: bold 14px/14px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #3E392E;
	margin: 0px;
	padding: 0px 0px 4px;
	text-align: left;
}

#search select {
	width: 210px;
	height: 19px;
	font: 13px Arial, Helvetica, sans-serif;
	color: #433D32;
}

#search input {
	width: 200px;
	font: 12px/12px Arial, Helvetica, sans-serif;
	color: #433D32;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: -3px 0px 0px;
	height: 12px;
}

#search input.input_img {
	width: 41px;
	height: 24px;
	padding: 0px;
	margin-left: 7px;
	margin-bottom: -7px;
	margin-top: -3px;
}

#search #adv_search {
	margin-left: 7px;
	margin-bottom: -7px;
	margin-top:-3px;
}

#search h1 {
	text-align: center;
	font-size:18px;
	line-height:20px;
	clear: both;
	margin: 0px;
	padding: 0px;
}

#left_column {
	width: 180px;
	margin-top: 7px;
	float: left;
}

#featured_categories {
	margin-bottom: 7px;
}

h2#IASB_logo {
 	font-size:12px; 
 	line-height:16px;
	margin-top:10px; 
	text-align:center;
}

#featured_speaker {
	background: url(../_images/featured_bkgnd.jpg) no-repeat;
	float: left;
	height: 200px;
	width: 512px;
	position: relative;
	margin-top: 7px;
	margin-left: 7px;
	color: #433D32;
}

#featured_speaker #featured_img {
	border-right: 1px solid #FFFFFF;
	float: left;
	margin: 0px 15px 0px 0px;
	height:192px;
	width:auto;
}

#featured_speaker h1 {
	font: 28px "Franklin Gothic Medium", "Myriad Pro", Helvetica, sans-serif;
	margin:15px 0px;
	padding:0;
	text-transform: uppercase;
}

#featured_speaker h2 {
	margin:0;
	padding:0;
	font: italic normal 24px "Franklin Gothic Medium", "Myriad Pro", Helvetica, sans-serif;
}

#featured_speaker h3 {
	font: bold 14px/18px Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

#featured_speaker #more {
	position: absolute;
	left: 428px;
	top: 160px;
}

#featured_speaker #rotation {
	width: 504px; /* slide width */
	height: 192px; /* slide height */
	overflow: hidden;
	position: absolute;
	left: 4px;
	top: 4px;
}

#featured_speaker #rotation div {
	background: url(../_images/featured_bkgnd.jpg) no-repeat center center;
	width: 504px; /* slide width */
	height: 192px; /* slide height */
	overflow: hidden;
}
#featured_speaker #prev { /* location of previous button */
	position:absolute;
	left: 15px;
	top: 110px;
	z-index:100;
}
#featured_speaker #next { /* location of next button */
	position:absolute;
	right: 15px;
	top: 110px;
	z-index:100;
}
#featured_speaker #rotation_nav { /* location of rotation navigation */
	position:absolute; 
	top:175px; 
	left:150px;
	width: 212px;
	text-align:center;
	z-index:100;
}
#featured_speaker #rotation_nav a { /* rotation navagation styling */
	border: 1px solid #666666;
	background: #333333;
	text-decoration: none;
	margin: 0 5px;
	padding: 2px 3px;
	font: 10px/20px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#featured_speaker #rotation_nav a.activeSlide { /* rotation navagation styling for active slide */
	background: #CCCCCC;
	color:#000000;
}
#featured_speaker #rotation_nav a:focus { outline: none; }

#content {
	float: left;
	width: 482px;
	position: relative;
	margin-top: 7px;
	margin-left: 7px;
	background: url(../_images/content_bkgnd.jpg);
	padding: 15px;
}

#content_top {
	background: url(../_images/content_top.jpg) no-repeat;
	margin: -15px -15px 0px;
	padding: 15px 15px 0px;
	height: 0px;
	line-height: 0px;
}

#content_bottom {
	background: url(../_images/content_bottom.jpg) no-repeat bottom;
	clear: both;
	padding: 15px 15px 0px;
	margin: 0px -15px -15px;
	font-size: 1px;
	line-height: 1px;
}


#speaker_img {
	float: left;
	height: auto;
	width: 125px;
	margin-right: 15px;
}

#speaker_img img {
	height: auto;
	width: 120px;
	border: 2px solid #000000;
}

#speaker_bio {
	float: left;
	width: 340px;
}

#speaker_bio h1 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#speaker_bio li {
	margin: 0px;
}
	
#speaker_bio .description {
	font-size: 12px;
	font-style: italic;
	color: #6d675b;
	font-weight: bold;
}

#video {
	float: left;
	width: 340px;
}

#other_media {
	clear:both;
	float: left;
	width: 125px;
	margin-top: 40px;
	margin-left: 0px;
	margin-right: 15px;
}

#other_media a.selected { color: #433D32; }

#tabs {
	clear: both;
	background: url(../_images/tabs_bkgnd.jpg) no-repeat;
	height: 38px;
	width: 480px;
}

#tabs ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#tabs li { float: left; }

#tabs a {
	width: 160px;
	display: block;
	line-height: 36px;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color: #433D32;
	height:38px;
}

#tabs a.selected, #tabs a:hover { color: #FFFFFF; }

#tabs #programs_tab a:hover, #tabs #programs_tab a.selected { background: url(../_images/tabs_left_over.jpg) no-repeat left top; }

#tabs #topics_tab a:hover, #tabs #topics_tab a.selected { background: url(../_images/tabs_middle_over.jpg) no-repeat left top; }

#tabs #bio_tab a:hover, #tabs #bio_tab a.selected { background: url(../_images/tabs_right_over.jpg) no-repeat right top; }


#tab_info {
	background: #e4dbc9 url(../_images/tab_info_bottom.jpg) no-repeat bottom;
	height: 250px;
	width: 480px;
	clear: both;
	padding: 0px;
	margin: 40px 0px 0px 0px;
}

#topics, #programs, #bio {
	margin: 15px;
	overflow: auto;
	height: 182px;
	clear: both;
}

#topics ul {
	width:190px;
	float:left;
}

#categories { margin-top: 15px; }

#right_col {
	width: 180px;
	float: right;
	margin-top: 7px;
	margin-left: 7px;
	position:relative;
}

#right_col #speaker_search {
	position: relative;
	height: 187px;
	float: none;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 7px;
}

.book {
	float: left;
	height: auto;
	margin: 0px 0px 8px 8px;
}



#quick_links {
	float: left;
	margin-left: 7px;
	position: relative;
	margin-top: 7px;
	height: 187px;
}

#content_extralarge {
	background: url(../_images/content_extralarge_bkgnd.jpg) repeat-y;
	width: 857px;
	padding: 15px;
	margin-top: 7px;
}

p#content_extralarge_top {
	background: url(../_images/content_extralarge_top.jpg) no-repeat;
	padding:0px;
	margin:-15px -15px 0px;
}

p#content_extralarge_bottom {
	background: url(../_images/content_extralarge_bottom.jpg) no-repeat;
	padding:0px;
	margin:0px -15px -15px;
	height:10px;
	clear: both;
}

#content_large {
	float: left;
	width: 669px;
	margin-top: 7px;
	margin-left: 7px;
	padding: 15px;
	background: url(../_images/content_large_bkgnd.jpg) repeat-y;
	text-align:left;
}

#content_large_top {
	background: url(../_images/content_large_top.jpg) no-repeat;
	margin: -15px -15px 15px;
	padding: 15px 15px 0px;
}

#content_large_bottom {
	background: url(../_images/content_large_bottom.jpg) no-repeat bottom;
	clear: both;
	padding: 15px 15px 0px;
	margin: 0px -15px -15px;
}

#content_large_col1 {
	float: left;
	width: 319px;
	border-right: 1px dotted #7E735E;
	padding-right: 15px;
}

#content_extralarge #content_large_col1 {
	width: 575px;
}

#content_extralarge #content_large_col2 {
	width: 250px;
}

#content_large_col2 {
	float: left;
	width: 317px;
	border-left: 1px dotted #7E735E;
	margin-left: -1px;
	padding-left: 15px;
}

#footer {
	clear: both;
	background: url(../_images/footer.gif) no-repeat top;
	text-align: right;
	padding-top: 30px;
	margin: 0px;
	padding-right: 7px;
}

#footer ul {
	margin: 0px 0px 5px;
	padding: 0px;
	list-style: none;
	display: block;
}

#footer ul li {
	display: inline;
	padding-right: 8px;
	padding-left: 8px;
	border-left: 1px solid #FFFFFF;
}

#footer ul li:first-child { border-left-style: none; }

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer ul li {
border-left:1px solid #FFFFFF;
}

.brown_box {
	color: #433D32;
	background: #DBD1BE url(../_images/boxes/brown_bottom.jpg) no-repeat bottom;
	width: 180px;
	font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 13px;
}

.brown_box h1, .brown_box div h1:first-child {
	font: bold 16px/48px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px 0px 0px 7px;
	background: url(../_images/boxes/brown_h1.jpg) repeat-x;
	height: 48px;
}

.brown_box h1:first-child {
	background: url(../_images/boxes/brown_h1_top.jpg) no-repeat;
	height: 55px;
	padding-top: 5px;
}

.brown_box ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.brown_box ul li {
	background: url(../_images/boxes/brown_li.jpg) repeat-x;
	height: 30px;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
}

.brown_box ul li a {
	color: #433D32;
	text-decoration: none;
	height: 30px;
	width: 162px;
	display: block;
	background: url(../_images/boxes/brown_li_list.jpg) no-repeat 7px 7px;
	padding-left: 18px;
}

.brown_box ul li a:hover { text-decoration: underline; }

.brown_box p {
	margin: 8px 10px;
	padding: 0px;
}

.red_box {
	color: #FFFFFF;
	background: #AA0505 url(../_images/boxes/red_bottom.jpg) no-repeat bottom;
	width: 180px;
	font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 13px;
}

.red_box h1 {
	font: bold 16px/48px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px 0px 0px 7px;
	background: url(../_images/boxes/red_h1.jpg) repeat-x;
	height: 48px;
}

.red_box h1:first-child, .brown_box h1.red_header {
	background: url(../_images/boxes/red_h1_top.jpg) no-repeat;
	height: 55px;
	padding-top: 5px;
	color:#FFFFFF;
}

.red_box ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.red_box ul li {
	background: url(../_images/boxes/red_li.jpg) repeat-x;
	height: 30px;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
}

.red_box ul li a {
	color: #FFFFFF;
	text-decoration: none;
	height: 30px;
	width: 162px;
	display: block;
	background: url(../_images/boxes/red_li_list.jpg) no-repeat 7px 7px;
	padding-left: 18px;
}

.red_box a {
	color: #FFFFFF;
	text-decoration: underline;
}

.red_box ul li a:hover, .red_box a:hover { text-decoration: underline; }

.red_box p {
	margin: 8px 10px;
	padding: 0px;
}

input.button {
	border:0;
	padding:0;
}

.input_img { margin-bottom: -6px; }

.success {
	display:block;
	padding:5px;
	color:#339900;
	border: 1px solid #339900;
	background: #A3FFA5;
	margin-bottom: 15px;
}

.error {
	display:block;
	padding:5px;
	color:#CC0000;
	border: 1px solid #CC0000;
	background: #FFA9B8;
	margin-bottom: 15px;
}

ul {
	margin-left:20px;
	margin-bottom:20px;
}

/******* Validate CSS ********/
input.error, textarea.error {
	background: #FFFFFF;
	border:1px dotted #CC0000;
	color: inherit;
	display: inherit;
	margin-bottom: inherit;
	padding: inherit;
}

label.error {
	background:inherit;
	border: none;
	color: #CC0000;
	display: block;
	margin-bottom: inherit;
	padding: inherit;
	font-style:italic;
	font-size:10px;
}	


/* Playlist */
#media_files {
	text-align:center;
}	
#media_files h2 {
	text-align:left;
}	
#video {
	margin: 10px auto 0px;
	width: 320px;
	padding: 15px;
	background: url(/_images/flowplayer_bkgnd.jpg) no-repeat;
	float:none;
	position:relative;
}

#playlist_wrap {
	height:80px;
	width:320px;
	position:relative;
	overflow:hidden;
}
#pl {
float:left;
height:80px;
overflow:hidden;
position:relative;
width:275px;}

#pl div.entries {
	height:80px;
	position:absolute;
	width:10000em;
}

#pl div.entries a {
	background:transparent url(/_images/entry.png) no-repeat scroll 0%;
	color:#666;
	float:left;
	font-family:"bitstream vera sans","lucida grande","verdana";
	font-size:11px;
	height:60px;
	margin:0px;
	padding:10px;
	text-decoration:none;
	width:117px;
	position:relative;
	
}

#pl div.entries a:hover {
	background-position:-140px 0;
	color:#000;
}

#pl div.entries a.playing {
	background-position:-280px 0;		
	color:#000;
}

#pl div.entries a.paused {
	background-position:-420px 0;		
	color:#000;
}

#pl div.entries a.progress {
	opacity:0.8;
}

#pl div.entries em {	
	color:red;
	font-style:normal;
	position:absolute;
	bottom:10px;
	right: 8px;
}

a.nextPage, a.prevPage {
	display:block;
	width:18px;
	height:18px;
	background:url(/_images/left.png) no-repeat;
	margin:30px 2px;
	cursor:pointer;
	float:left;
}

a.nextPage:hover, a.prevPage:hover {
	background-position:0px -18px;		
}

a.nextPage {
	background-image:url(/_images/right.png);	
}

a.nextPage.disabled, a.prevPage.disabled {
	visibility:hidden;		
}
/* container has a background image */
a.player {	
	display:block;
	background:url(/_images/flowplayer.jpg) no-repeat;
	width:324px;
	height:243px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	overflow:hidden;
	position:relative;
}

/* splash image */
a.player img {
	height: 215px;
	width: auto;
	border:0;	
}
a.player img#playbtn {
	height: 44px;
	width: 44px;
	position:absolute;
	top: 85px;
	left: 138px;
	z-index: 3px;
}

#watermark {
	position:absolute;
	z-index:100;
	top:210px;
	left:52px;
}	