/*----------------------------------------
Name: global.css
Developed by: A. Magonagle - amagonagle@gomindworks.com
Date Created: Month/Day, 2008
Last Updated: Month/Day, 2008
Copyright: Mindworks Comunications
----------------------------------------*/

/* Imports
----------------------------------------*/
@import url("reset.css");



.intro-screen {
	text-align: center;
	vertical-align: middle;
	margin: 35px auto 0 auto;
}

#start {
	margin: 0;
	padding: 0;
	color: #333;
	background-color: #4e6b82;
	background-image: none;
}

/*-------- ELEMENTS --------*/

#header h1,
#header h2,
#header h3 {
	display: none;
}

body {
	background: #3E607C url(../images/body-bg.gif) repeat-y center top;
}



body, p, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.875em;
	line-height: 1.6em;
	color: #444444;
}

#wrapper {
	width: 760px;
	margin: 0 auto 0 auto;
}

p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}

strong, .bold {
	font-weight:bold;
	
	}

/*-------- LINK STYLES --------*/

a:link, a:visited {
	color: #0064A6;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a:hover, a:active {
	color: #036;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3E607C;
	font-weight: bold;
}


.presentation-no, .presentation-yes {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 10px;
	text-transform: uppercase;

	}
	


.presentation-no {
	color: #666;

	}
	
a:link.presentation-yes {
	color:#03C;
	}	
a:visited.presentation-yes {
	color: #609;
	}



h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003b62;
}

h1 {
	margin: .825em 0 .5em 0;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.3em;
}

h2 {
	margin: 1em 0 .3em 0;
	font-size: 1.15em;
	line-height: normal;
	font-weight: bold;
	letter-spacing: -0.03em;
}

h3 {
	margin: .825em 0 .5em 0;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.2em;
}

h4 {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	border-bottom: dotted 1px #ccc;
	font-size: 0.85em;
	display: block;
	padding: 0px;
	margin: 2.9em 0 1em 0;
	color:#749628;

}

h5 {
	margin: .825em 0 0 0;
	font-size: 0.87em;
	font-family:Verdana, Geneva, sans-serif;
	font-weight: bold;
}

h6 {
	margin: .825em 0 .5em 0;
	font-size: 0.7em;
}

ul {
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 20px;
}

li {
	padding: 0 0 0.5em 0;
}
ul .first {
	margin-top: 0px;
	padding-top: 0px;
}


ol {
	margin-left: 25px;
	
}

dt img {
	float: right;
}

blockquote {
	margin: 0 0 18px 18px;
	color: #666666;
	font-style: italic;
}

.strong {
	font-weight: bold;
}

.em {
	font-style: italic;
}

/*-------- Standard Definitions --------*/

.left 		{float: left;}
.left-w-padding	{float: left; padding-right:10px;}
.jut-left {
	margin-bottom: 10px;
	margin-left: -10px;
}

.right 		{float: right;}
.clearThis 	{clear: both;}
.small		{font-size: .625em;}
.large		{font-size: 1em;}
.soft		{color: #D3D3D3;}
.hide		{display: none;}
p.last		{margin-bottom: 0px;}
.superscript {vertical-align: super; font-size: 50%;}
.small-cap {font-variant: small-caps; font-family:inherit;}
.company { font-variant: small-caps;}

#header { /* Replace 760x240_header_template.png with new art. Rename file "header-bg.png" */
	width: 760px;
	height: 260px;
	/*background-image: url(../images/09-1925_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;*/
	margin: 0px;
	padding: 0px;
	top: 0px;
}

/*-------- Nav ------*/

#mainNav {
	width: 760px;
}

#mainNav ul {
	list-style-type: none;
	margin: 0;
	padding: 5px 0 5px 0;
	/*padding: 5px 0 5px 50px;*/
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	font-size: .9em;
	text-align: center;
	font-weight: bold;
	line-height: normal;
	text-transform: uppercase;
	/*height: 30px;*/
}

#mainNav li {
	display: inline; /* Make the list horizontal. */
	padding: 0 0.5em 0 0.7em; /* Draw a divider line to the left of every item. */
	border-left-width: 0.08em;
	border-left-style: dotted;
	border-left-color: #999999;
}

#mainNav li.first {
 	padding-left: 0; /* The first item should not be spaced away from the left edge. */
 	border: 0; /* The first item should not have a border on its left edge. */
}

#mainNav li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003b62;
}

#mainNav li a:hover {
	color: #C2CBD1;
	border-bottom: none;
}

#home #nav-home a,
#overview #nav-overview a,
#faculty #nav-faculty a,
#agenda #nav-agenda a,
#hotel #nav-hotel a,
#register #nav-register a,
#exhibitors #nav-exhibitors a ,
#video-sub #nav-video-sub a 
{ /* declarations to style the current state */
	color: #022A4D;
}

#home #nav-home a:hover,
#overview #nav-overview a:hover,
#faculty #nav-faculty a:hover,
#agenda #nav-agenda a:hover,
#hotel #nav-hotel a:hover,
#register #nav-register a:hover,
#exhibitors #nav-exhibitors a:hover ,
#video-sub #nav-video-sub a:hover 
{ /* declarations to style the hover effect of the current state */
	color: #022A4D;
}
		
/*-------- MAIN CONTENT --------*/

#content {
	background: url(../images/content-bg-grad.gif) repeat-x top center;
	/*min-height: 700px; */
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 40px;
	padding-left: 50px;
}

div.hotelPics{
	width: 250px;
	float: right;
	background-color: #EAEAEA;
	padding: 0.5em;
	margin: 1em 0 0.5em 1.1em;
	text-align: right;
}

div .sidebar {
	width: 180px;
	/*float: right;*/
	/*background-color: #EAEAEA;*/
	padding: 0.5em;
	/*margin: 1em 0.5em 0.5em 2em;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1em;
	text-align: center;
	font-size: .8em;
	border: solid 1px #ccc;
}

div .sidebar-container{
	width: 160px;
	float: right;
	margin: 1em 0.5em 10em 2em;
	text-align: center;
	/*background-color: #EAEAEA;
	padding: 0.5em;
	margin: 1em 0.5em 0.5em 2em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1em;
	
	font-size: .8em;
	border: solid 1px #ccc;*/
}

div .sidebar-outer {
	width: 145px;
	/*float: right;*/
	background-color: #eef1f3;
	padding: 7px;
	border: solid 1px #ccc;	
	text-align: left;

	/*margin: 1em 0.5em 10em 2em;*/
	
}

div .sidebar-outer p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.4em;
	text-align: left;
	font-size: .8em;
	
	}

.sidebar-outer h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:17px;
	margin-bottom:7px;
	padding-bottom:5px;
	text-align: left;
	}

.sidebar  p {
	font-size: 10px;
	line-height:14px;
	text-align: left;
	}

.sidebar h2 {
	font-size: 1.4em;
}


div .sidebar h3 {
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	margin-top: 20px;
}

div.figure {
	width: 180px;
	float: right;
	background-color: #EAEAEA;
	padding: 0.5em;
	margin: 1em 0.5em 0.5em 2em;
	text-align: center;
}

div.figure p {
  text-align: center;
  font-size: 0.75em;
}

div.figure strong {
	text-align: center;
	font-size: 1.2em;
	text-indent: 0;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0em;
}

div.figure img {
	margin: 0 0 0.5em 0;
}
div.figure h3 {
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	margin-top: 20px;
}
#video-sub .sidebar {
	text-align: center;
	width: 225px;
	margin-bottom: 25px;
	font-size: 12px;
	color: #333;
}
#video-sub .sidebar .head {
	background-color: #3E607C;
	height: 25px;
	color: #FFF;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 10px;
}

#video-sub .sidebar p {
	line-height: 16px;
	font-size: 12px;
	margin-left: 22px;
	text-align: left;
}

#video-sub .sidebar h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	letter-spacing: -0.02em;
	color: #FFF;
}
#video-sub .sidebar h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #314B62;
	padding-top: 0px;
	margin-left: 0px;
	border-top-style: none;
	text-align: left;
}
#video-sub .sidebar .number {
	float: left;
	width: 20px;
	margin-top: 0px;
}





.learning-objectives li {
	list-style-type: none;
	background: url(../images/right_arrow.png) no-repeat 0.5em 0.3em;
	padding-left: 1.8em;
	margin-bottom: 0.04em;
}
.learning-objectives-head {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#course-container {
	float: left;
	width: 290px;
	margin-right: 40px;
}

#faculty-container {
	/*width: 290px;*/
	clear:left;
	float: left;
	width: 100%;
	
}
.col-1 {
	float:left;
	width: 290px;
	margin-right:40px;
	
	}
	
.col-2 {
	float:left;
	width: 290px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #ccc;
	padding-left: 10px;
	
	}

.course-director {
	margin-bottom: 1.5em;
	display: block;
}

#section-chair {
}

.faculty-head {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	border-bottom: dotted 1px #ccc;
	font-size: 0.8em;
	display: block;
	padding: 0px;
	margin: 0 0 1em 0;
}

.faculty-name {
	padding: 0px;
	margin: 0 0 0 70px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 0.9em;
	color: #333;
}

.facultydiv{
	/*clear: left;*/
	padding-bottom: 2em;
}

.facultydiv .faculty-mug{
	float: left;
	width: 60px;
	height: 76px;
	border: 1px solid #E3E7EA;
	margin-top: 5px;
}

* html .facultydiv p { /* IE 3px jog hack*/
	height: 1%;
}

.facultydiv p{
	font-size: 0.8em;
	margin-top: 0;
	margin-left: 70px;
	line-height: 1.3em;
}

#agenda-subNav {
	list-style-type: none;
	margin-top: -10px;
	margin-right: 0;
	margin-bottom: 2em;
	margin-left: 0;
	padding-left: 0;
}

#agenda-subNav li {
	display: inline;
	margin: 0 0px 0	3px;
	padding: 0 0 0 5px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666;
}

#agenda-subNav li.agenda-first {
	border-left: none;
	margin-left: 0;
	padding-left: 0;
}

#agenda-subNav li a {
	color: #7B8B9B;
}

#agenda-subNav li a:hover {
	color: #C2CBD1;
}

.agenda-date {
	text-transform: uppercase;
	margin-bottom: 1.1em;
}

.agenda-session-head {
	text-transform: uppercase;
	margin-top:4em;
	height:20px;
	background-color:#003b62;
	color:#FFF;
	padding:10px;




}



.agenda {
	background-color: #fff;
}

table {
	position: relative;
	/*top: -4px;
	left: -4px;*/
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	line-height: 1.1em;
}

table caption {
	margin: 0;
	padding: 8px 20px 8px 15px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #E3E7EA;
	font-variant: small-caps;
	font-size: 1.3em;
	background-color: #8D9BA9;
	letter-spacing: 0.06em;
}

table th, table td {
	margin: 0;
	padding: 8px 15px;
	text-align: left;
	border-bottom: 1px solid #E3E7EA;
	vertical-align: top;
}

table th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003B62;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	background-color: #D5DDE3;
	/*  background-image: url(../images/th_arrow.png);
	background-repeat: no-repeat;
	background-position: 12px 50%; */
	padding-top: 0.5em;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left:1em;
	font-size:1.2em;
}

table .time {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5F6F7E;
	width: 150px;
}

table tr {
	background-color: #fff;
}

table tr.alt {
	background-color: #F4F5F7;
}

table td.topic {
	color: #434F58;
	line-height: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size: 1.2em;
	padding-top: 6px;
	padding-bottom: 8px;
}

table .speaker {
	font-weight: normal;
	color: #5F6F7E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.3em;
}

.banyan-bg {
	background-color: #EFFDDF;
}

.cases-bg {
	background-color: #DBE7F2;
}

.cases-text {
	font-size: 16px;
	font-weight: bold;
	color: #326085;
	}
.cd-mod {
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #8D9BA9;
}

#hotel table {
	position: relative;
	top: 0;
	left: 0;
	width: 350px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	line-height: 0.8em;
}

#agenda table {
	margin-bottom:0px;
	
	}

/*-------- FOOTER --------*/

#footer {
	width: 660px;
	margin-top: 40px;
	background-color: #F9FAFB;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
}

#accreditation {
	width: 650px;
	float: left;
}

#accreditation p {
	font-size: .7em;
	line-height: 1.5em;
	color: #666666;
	margin-bottom: 1em;
}

#accreditation strong {
	color: #666;
}

#sponsor {
	width: 180px;
	float: right;
	padding: 30px 0 0 0;
	font-size: 0.75em;
	line-height: 1.6em;
}

#sponsor p {
	margin-bottom: 1em;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	min-height: 1px;
	clear: both;
}

* html .clear {
	height: 1px;
}
.pub-text {
	text-align: left;
	padding-right: 10px;
	padding-left: 15px;
}
.fineprint {
	font-size: .7em;
	line-height: 1.3em;
}

.not-approved-for-credit{
	font-size: .7em;
	line-height: 1.5em;
	font-style:italic;
	font-weight:normal;
}

#footer p {
	font-size: 10px;
}
tr .section {
	font-size: 16px;
	font-weight: bold;
	color: #0A58AB;
	line-height: 16px;
}
.section-chairs {
	font-size: 12px;
	font-weight: bold;
	color: #839438;
	line-height: 16px;
}

.track-head {
	text-transform: uppercase;
	margin-bottom:0.8em;
	font-size: 1.3em;
	font-weight: bold;
	color: #000;
}



 /*FORM CONTROLS*/

#formStyle table {
	border: 1px solid #d6d6d6;
	left: 0px;
	top: 0px;
}



#formStyle table table {
	border: 0px;
	padding: 0px;

}



#formStyle TD {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	border: 0px;
	text-align: left;
	color: #000;
	line-height: 14px;
	vertical-align: top;

}



#formStyle P {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;

}



#formStyle b.black12 {
font-family: arial, helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #000;

}
.required {
	color: #C00;
}




#formStyle .inp {

	/*font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	border: 1px solid #666666;*/

}
#formStyle .header {
	color: #FFF;
	background-color: #003b62;
}




#buttonStyle P {
text-align: center

}

#formStyle .fineprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	text-align: left;
}


 /*END FORM CONTROLS*/
.italic, em {
	font-style: italic;
}
.top-callout {
	padding: 0px;
	margin: 0 -50px 20px -50px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #8D2B12;
}
.top-callout p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #8D2B12;
	text-align: center;
	margin: 0px;
	padding: 0px;
	letter-spacing: -0.02em;
}
.home-head1 {
	font-size: 28px;
	margin: 0 0 14px; 0;
}
#home h3 {
	display: inline;
}

.home-head2 {
	font-size: 20px;
	margin: .825em 0 0 0;
	color:#369;
}
.reservation-deadline {
	color: #749628;
}

.kauai-highlight-container {
	margin-bottom: 25px;
	
}

.resources {
	background-color: #D5DDE3;
	padding: 10px;

}

.New2011 {
	background-color:  #eaf1dd;
	padding: 10px;
	width:420px;

}


