/*----------------------------------------
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");

/*-------- 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: #666666;
}

#wrapper {
	width: 760px;
	margin: 0 auto 0 auto;
}

p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
}



/*-------- LINK STYLES --------*/

a:link, a:visited {
	color: #3E607C;
	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;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #004d72;
}

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.1em;
	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 {
	margin: .825em 0 .5em 0;
	font-size: 0.8em;
}

h5 {
	margin: .825em 0 .5em 0;
	font-size: 0.7em;
}

h6 {
	margin: .825em 0 .5em 0;
	font-size: 0.7em;
}

ul {
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 10px;
}

li {
	padding: 0 0em 0.5em 0;
}

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;}
.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: 240px;
	/*background-image: url(../images/09-1352_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;
	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;
}

#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: #8D9BA9;
}

#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 , 
#press #nav-press-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 ,
#press-sub #nav-press-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: 200px;
	float: right;
	background-color: #EAEAEA;
	padding: 0.5em;
	margin: 1em 0.5em 0.5em 1.5em;
	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;
}
.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;
}

.course-container {
	float: left;
	width: 290px;
	margin-right: 40px;
}

.faculty-container {
	width: 290px;
	float: left;
	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-2col-container {
	clear: both;
}


.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: #5F6F7E;
}

.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: 0;
	margin-right: 0;
	margin-bottom: 2em;
	margin-left: 0;
}

#agenda-subNav li {
	display: inline;
	margin: 0 5px 0	5px;
	padding: 0 0 0 15px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}

#agenda-subNav li.agenda-first {
	border-left: none;
	margin-left: 0;
	padding-left: 0;
}

.agenda-date {
	text-transform: uppercase;
	margin-bottom: 1.1em;
}

.agenda {
	background-color: #E3E7EA;
}

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: #A7B1BC;
	text-transform: uppercase;
	letter-spacing: 0.4em;
	background-color: #5F6F7E;
	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: 2.4em;
}

table .time {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5F6F7E;
	width: 125px;
}

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-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;
}
.cd-mod {
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #8D9BA9;
}


/*-------- 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;
}
#footer p {
	font-size: 10px;
}
tr .section {
	font-size: 14px;
	font-weight: bold;
	color: #0A58AB;
	line-height: 16px;
}
.section-chairs {
	font-size: 12px;
	font-weight: bold;
	color: #839438;
	line-height: 16px;
}





 /*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: #5F6F7E;
}




#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 {
	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;
}
.save-money {
	color: #42649B;
	font-weight: bold;
}
