/* a fix for IE6 only - see Star Hack in Stylin' with CSS to see how the comments and * html hide this hack from other browsers \*/
* html * {
	zoom:100%; 
/* triggers IE6 "haslayout" - google 'IE6 haslayout' for details*/
	}
/* without the above hack, IE6 does not draw the header until the page is resized */
/* the problem is triggered by the universal * selector below that resets the margins, but I need to do that, hence the hack */
* {
	margin:0;
	padding:0;
	}
body {
	font: 1em "trebchet ms", Arial, sans-serif; /* 1em = 16pts */
}
.float_left {float:left; margin: 0 .3em .3em 0;}      /* apply this class to any image or element with width - text will wrap it to the right */
.float_right {float:right;  margin: 0 0 .3em .3em;} /* apply this class to any image or element with width  - text will wrap it to the left */

/* DEFAULT TAG STYLES - font sizes, margins, padding, etc. */
/* NOTE: text colors follow below */
body {background-color:#FFF;}
#main_wrapper {background-color:#FFF;}
#header {background-color:#516fa6;}
#nav {background-color:#BFBFAC;}
#content {background-color:#FFFFE6;}
#promo {background-color:transparent;}
#footer {background-color:#D9D9C3;}

h1, h2, h3, h4, h5, h6, ul, ol, dl {
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	} 
/* TEXT COLORS */
h1 {
	color:#FFF;
	}
h2, h3, h4, h5 {
	color:#666;
	}
h6 {
	color:#000000;
	}
p {
	color:#000;
	}
ul, ol, dl, blockquote, cite {
	color:#808073;
	}
#nav ul, #nav a {
	color:#FFF;
	}
table, form {
	color: #BFBFAC;
	}
a {
	color:#808073;
	}
a:hover, #nav a:hover {
	color:#000;
	}	
#footer p {
	margin:0;
	}
/* CLASS:MCD TAG STYLES - font sizes, margins, padding, etc. */
/* NOTE: text colors follow below */
body.mcd {background-color:#516fa6;}
.mcd #main_wrapper {background-color:#cbd1d9;}
.mcd #header {background-color:#fff;}
.mcd #nav-top {background-color:#fff;}
.mcd #nav {background-color:#cbd1d9;}
.mcd #content-top {background-color:#516fa6;}
.mcd #content {background-color:#fff;}
.mcd #content2 {background-color:#fff;}
.mcd #promo {background-color:#fff;}
.mcd #logos {background-color:#fff;}
.mcd #footer {background-color:#fff;}

h1, h2, h3, h4, h5, h6, ul, ol, dl {
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	} 
/* CLASS:mcd TEXT COLORS */
.mcd h1 {
	color:#516fa6;
	}
.mcd 2, .mcd h3, .mcd h4, .mcd h5 {
	color:#666;
	}
.mcd h6 {
	color:#000000;
	}
.mcd p {
	color:#666;
	}
.mcd ul, .mcd ol, .mcd dl, .mcd blockquote, .mcd cite {
	color:#666;
	}
.mcd #nav ul, .mcd #nav a {
	color:#516fa6;
	}
.mcd table, .mcd form {
	color: #666;
	}
.mcd a {
	color:#000;
	}
.mcd a:hover {
	color:#666;
	}	
.mcd #nav a:hover {
	color:#516fa6;
	}
.mcd #nav-top a:hover {
	color:#000;
	}
.mcd #content a {
	color:#666;
	text-decoration:underline;
	}
.mcd #content a:hover {
	color:#526fa6;
	text-decoration:underline;
	font-weight:bold;
	}
.mcd #content2 a {
	color:#666;
	text-decoration:underline;
	}
.mcd #content2 a:hover {
	color:#526fa6;
	text-decoration:underline;
	font-weight:bold;
	}
.mcd #promo a {
	color:#666;
	}
.mcd #promo a:hover {
	color:#526fa6;
	text-decoration:underline;
	}
.mcd #footer a {
	color:#666;
	}
.mcd #footer a:hover {
	color:#666;
	font-weight: normal;
	text-decoration:underline;
	}
.leftimg {
	float: left;
	margin: 5px 20px 0 0;
	}
.leftimgspeaker {
	width: 130px;
	float: left;
	margin: 5px 20px 0 0;
	}
.rightimg {
	float: right;
	margin: 1em 0;
	}
.centerimg {
	margin: 1em 10px;
	align:center;
	}		
.leftimg_promo {
	float: left;
	clear: both;
	margin: 5px 5px 0 0;
	}
.thumbwrap {
	border: solid #ccc;
	border-width: 1px;
	padding: 2px 5px 5px 5px;
	margin: 0 0 5px 0;
	overflow: auto;
	}	
.speakername {
        font-family: verdana, "trebuchet ms", helvetica, sans-serif;
        font-size: 9px;
        text-align: left;
        line-height:9px;
        text-indent: 0;
        margin: 10px 0 0 0;
        padding: 10px 0 0 0;
        }
  .speakers{
	border-bottom: #ccc 1px solid;
	margin: 0 0 1em 0;
	padding: 0 0 2em 0;
	}	
.speakers p {
	font-family: georgia, times, serif;
	font-size:.75em;
	line-height:1.25em;
	text-indent: 2em;
	margin: 0;
	}	
      
.speakers a {
	font-weight: normal;
	text-decoration:none;
	}	
.speakers a:hover {
	font-weight: normal;
	text-decoration:none;
	}	


/* FONT SIZES */
h1 {font-size:1.5em; /* 24pt */
	}
h2 {font-size:1.375em; /* 22pt */
	line-height:1.25;
	padding:.5em 0 0 0;	
	}
h3 {font-size:1.125em; /* 18pt */
	line-height:1.25;
	}
h4 {font-size:1.125em; /* 18pt */
	}
h5 {font-size:1em; /* 16pt */
	}
h6 {font-size:.875em; /* 14pt */
	}
p  {
	font-family: verdana, sans-serif;
	font-size:.75em;
	line-height:1.75; /* on 15pt */
	margin-bottom:.75em; /* 12pts of space */
 	}
a {
	text-decoration:none;	
	}
a:hover {
	text-decoration:none;
	font-weight:bold;
	}

/* basic list styling - more-styled lists in list.css */
ul, dl, ol {
		margin:0 1em .75em 1em; /* lists without specific classes */
		font-size:.8em;
		line-height:1.5;}
li, dd {
		padding:0em 0; /* lists without specific classes */
		margin-left:2em;
		}
#nav-top p {
		font-family: 'Trebuchet MS', Verdana, sans-serif;font-size: .875em; text-align: center;
		}

#content-top p {
		font-family: 'Trebuchet MS', Verdana, sans-serif; font-weight: bold; color: #fff; font-size: .875em; text-align: right;
		}

#nav ul, #nav dl, #nav ol {
		line-height: 2em; margin:.5em 1em .75em 1em;
		}
#nav li {
	list-style-type:none;
	margin-left:0
	}
#promo p {
		font-family: Verdana, sans-serif;font-size: .55em; line-height: 1.25em;padding-top: 5px;
		}

#promo ul, #promo dl, #promo ol {
		margin:.5em 1em .75em 1em;
		}
#promo li {
	list-style-type:none;
	margin-left:0
	}		
#footer p {
		font-family: Verdana, sans-serif;font-size: .6em; line-height: 1.5em; padding-top: 5px;
		}
.table_type {
		font-family: Verdana, sans-serif; color: #666; font-size: .75em; text-align: left;
		}


dt {font-weight:bold;}

code {font-size:1.25em;}
* html code {font-size:1.1em;} /* default size is smaller in IE */
	
cite {
	font-size:.85em;
	font-style:italic;
	}
blockquote {
	border-top:2px solid;
	border-bottom:2px solid;
	width:50%;
	margin:1em 0 1em 20%;
	padding:.3em 1em;
	}
blockquote p {
	margin-bottom:.1em;
	}
blockquote p:before { /* IDWIMIE 6 and 7 */
	content: open-quote;
	color:#cccc8f;
}
blockquote p:after {  /* IDWIMIE 6 and 7 */
	content: close-quote;
	color:#366;
}
blockquote cite {
	font-size:.85em;
	}
abbr, acronym {
	border-bottom:1px dashed #000;
	cursor:default;
	}
address {
	margin:0 1em .75em 1em;
	}
img {
	border:0;
	}

/* basic table styling  - more-styled tables in tables.css */
table caption {
	font-weight:bold;
	font-size:1em;
	margin-top:.6em;
	}
/*table {
	margin: .3em 1em 1em 1em;
	border-top:1px solid #069;
	border-collapse:collapse;
	font-size:.8em;
	}*/
/*table th	{
	padding: .3em .5em .3em .5em;
	border-bottom:2px solid #069;
	}*/
/*table td	{
	padding: .3em .5em .3em .5em;
	border-bottom:1px solid #069;
	}*/
/* THE ALSETT CLEARING METHOD */
	.clearfix:after {
 content: ì.î;
 display: block; 
 height: 0;
 clear: both;
 visibility: hidden;
}
.clearfix {display: inline-table;}
/* backslash hack hides from IE mac \*/ LEAVE THIS COMMENT RIGHT HERE! 
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end backslash hack */ 
