
/* =General
-----------------------------------------------------------------------------*/

body{ 
	font-size:11px;
	font-family:'Lucinda Grande',Verdana, sans-serif;
	color:#999;
	text-align:center;
	background: #fff url(images/bg.jpg) repeat-x;
	margin:0;
	}
	
p {
	font-family:'Lucinda Grande',Verdana, sans-serif;
	margin:0px 0px 10px 0px;
	font-size:11px;
	padding-left:15px;
	padding-right:5px;
	color: #666;
	line-height: 20px;
	}
	
p.small {
	font-family:'Lucinda Grande',Verdana, sans-serif;
	margin-top:15px;
	padding:0px;
	font-size:10px;
	color: #666;
	line-height: 14px;
	}

a:link {
	color: #2980F1;
	text-decoration: underline;
		}
a:hover {
	color: #DB2D16;
	text-decoration: underline;
		}
		
a:visited {
	color: #93C0F9;
	text-decoration: underline;
		}
		
.photos { /*--Photo Border-- */
	float: right;
	margin: 0px 3px 0px 3px;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #EDEAE1;
		}

.strong {
	font-family:'Lucinda Grande',Verdana, sans-serif;
	font-size:11px;
	color: #DB2D16;
	font-weight: normal;
	}

/* =Headings
-----------------------------------------------------------------------------*/

h1 { /*--Main Headers-- */
		margin: 0px 0px 10px 5px;
		font: 16px 'Lucinda Grande',Verdana, sans-serif;
		font-weight: normal;
		color:#000;
		padding: 10px 0px 0px 10px;
		background-repeat: no-repeat;
		background-position: top left; 
		background-image: url(images/bg.h1.gif);
		}

h2 { /*--Callout Headers-- */
		margin: 5px 0px 5px 0px;
		font: 12px Arial, Georgia, sans-serif;
		font-weight: bold;
		color:#fff;
		}
		
h3 { /*--Teacher Headers-- */
		padding:10px 0px 5px 2px;
		margin:0px;
		font: 16px Arial, Georgia, sans-serif;
		font-weight: normal;
		border-bottom:1px solid #EDEAE1;
		color:#000;
		}

/* =Top Nav
-----------------------------------------------------------------------------*/


#navlist {
	margin:10px 0px 0px 10px;
	padding:0px;
	}

#navlist li {
	display: inline;
	font-weight:bold;
	list-style-type: none;
	padding: 7px 10px 8px 20px;
	background-repeat: no-repeat;
	background-position: left; 
	background-image: url(images/point.gif);
	}


#navlist a:link{
	text-decoration: none;
	color: #000;
	}

#navlist a:hover{
	text-decoration: none;
	color: #D72A20;
	}

#navlist a:visited{
	text-decoration: none;
	color: #000;
	}
	

/* =Callouts
-----------------------------------------------------------------------------*/

.callout {
	height: 109px;
	padding:8px 8px 8px 8px;
	background-repeat: no-repeat;
	background-position: top left; 
	background-image: url(images/callout.gif);
	}


/* =Lists
-----------------------------------------------------------------------------*/

.info { /*--Info Lists-- */
margin:0px 0px 20px 0px;
padding:0px;
list-style-type:none;
}

li.info {
display: block;
padding:8px 5px 8px 25px;
font: 11px Verdana, Arial, Georgia, sans-serif;
font-weight: normal;
margin:0px 10px 0px 10px;
color: #63625F;
background-repeat: no-repeat;
background-position: left; 
background-image: url(images/info.gif);
border-bottom: 1px solid #E8F2FD;
}

.plain { /*--Normal Lists-- */
margin:0px 0px 20px 0px;
padding:0px;
list-style-type:none;
}

li.plain {
display: block;
padding:8px 5px 8px 25px;
font: 11px Verdana, Arial, Georgia, sans-serif;
font-weight: normal;
margin:0px 10px 0px 10px;
color: #63625F;
background-repeat: no-repeat;
background-position: left; 
background-image: url(images/check.gif);
border-bottom: 1px solid #E8F2FD;
}

/* =pdf List

-----------------------------------------------------------------------------*/



.pdf { /*--PDF Lists-- */

margin:0px 0px 20px 5px;

padding:0px;

list-style-type:none;

}



li.pdf {

display: block;

font: 11px Verdana, Arial, Georgia, sans-serif;

font-weight: normal;

margin:0px 10px 0px 10px;

color: #63625F;

background-repeat: no-repeat;

background-position: left; 

background-image: url(images/pdf.gif);

border-bottom: 1px solid #E8F2FD;

}



.pdf a:link, .pdf a:visited {

display:block;

color: #479BEF;

padding:8px 5px 8px 30px;

text-decoration:none;

}



.pdf a:hover {

display:block;

color: #0B71CB;

background-color:#F4FAFF;

background-repeat: no-repeat;

background-position: left; 

background-image: url(images/pdf.gif);

text-decoration: none;

}



/* =Event
-----------------------------------------------------------------------------*/

.event {
	border: 1px solid #FEEC82;
	color:#6B8394;
	background-color:#FFFBE3;
	margin:20px 20px 20px 20px;
	padding:5px;
	}
	
/* =Teachers
-----------------------------------------------------------------------------*/

	.teachers { /*--Speaker Box-- */
		float:left;
		height: 110px;
		width:570px;
		margin: 10px 0px 0px 10px;
		padding:4px 0px 4px 2px;
		text-align:left;
		background: #FAFCFE;
		border: 1px solid #EDEAE1;
		}
	
	.teachers-thumb { /*--Speaker Thumbnail-- */
		float: left;
		margin: 0px 3px 0px 3px;
		padding: 4px;
		background-color: #fff;
		border: 1px solid #EDEAE1;
		}
		
	.teachers-photo { /*--Speaker Large Photo-- */
		float: right;
		margin: 0px 3px 0px 3px;
		padding: 4px;
		background-color: #fff;
		border: 1px solid #EDEAE1;
		}
		