@charset "utf-8";
/* CSS Document */

/********************************/
/*    BROWSER DEFAULT RESET
/********************************/

body,div,dl,dt,dd,ul,ol,li,h1, h2, h3, h4, h5, h6, pre,form,fieldset,input,textarea,p {    
    margin:0;   
    padding:0;   
} 
table {  
    border-collapse:collapse;   
    border-spacing:0;   
} 
fieldset,img {    
     border:0;   
} 
address,caption,cite,code,dfn,th,var {  
    font-style:normal;   
     font-weight:normal;   
 } 

 caption,th {  
     text-align:left;   
 } 

q:before,q:after {  
    content:'';   
} 
abbr,acronym { border:0;   
}  

#content ul {
margin:0 2em;
}

/********************************/
/*        GLOBAL
/********************************/

body {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
background-image:url(../images/slices/footer_bkgd.gif);
margin:15px 0;
font-size:80%;
color:#000066;

}

#container {
background:url(../images/slices/container_bkgd.gif) repeat-y;
height:auto;
width:960px;
margin:0 auto;
}

/********************************/
/*        HEADER
/********************************/


/*image replacement technique*/
.nodisplay {
display:none;
}

/********************************/
/*   LEFT COLUMN POSITIONING
/********************************/

#leftcol {
position:relative;
float:left;
width:167px;
}

/********************************/
/*           NAV
/********************************/

#nav ul {
position:relative;
left:10px;
top:10px;
width:145px;
}

#nav ul li {
list-style:none;
text-align:left;
border-bottom: dotted 2px #000066; 
}

#nav ul li a {
color:#000066;
font-weight:800;
text-decoration:none;
display:block;
padding:5px 0;
}

#nav ul li a:hover {
color:#000033;
font-weight:100;
}


#subnav {
background-color:#F1CF98;
width:735px;
margin:0 0 20px 0;
}

/*subnav-only on program pages*/

#subnav ul {
margin:0 auto;
position:relative;
text-align:center;
}

#subnav ul li {
display:inline;
}

#subnav ul li a {
padding:0 40px;
color:#000066;
text-decoration:none;
line-height:3em;
font-weight:800;
}

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


/********************************/
/*        QUOTES
/********************************/

#quotes {
font-size:.9em;
width:150px;
line-height:1.1em;
margin:20px 0 20px 10px;
}

/********************************/
/*      CONTENT AREA
/********************************/

#content {
min-height:440px;
padding:0 0px 20px 0px;
width:735px;/*do not adjust. IE will hate you*/
margin:25px 0 0 195px;
}

#content p {
line-height:1.2em;
}

#content h1 {
line-height:.9em;
}

#content a {
color:#CC6600;
text-decoration:underline;
}

#content a:hover {
text-decoration:none;
color:#000066;
}


/********************************/
/*       FOOTER
/********************************/

#footer {
background-image:url(../images/slices/footer_bkgd.gif);
height:7em;
width:960px;
border-top:1px solid #000066;
font-size:.9em;
line-height:1.1em;
}

#footer p {
width:400px;
}

#footer #contact {
width:470px;
float:left;
position:relative;
left:8px;
margin:10px 0 0 0;
}

#footer #copyright {
margin:10px 0 0 550px;
text-align:right;
}

/********************************/
/*       FORMATTING STYLES
/********************************/

.floatl {
position:relative;
float:left;
margin:0 10px 10px 0;
}

.floatr {
position:relative;
float:right;
margin:0 0 10px 20px;
}


p {
margin:1em 0;
}

.name {
font-size:110%;
font-weight:bold;
}

.clear {
clear:both;
}

.blue {
color:#000066;
}

.registernow {
text-transform:uppercase;
color:#CC6600;
font-size:120%;
font-weight:800;
}

h2 {
color:#CC6600;
}

.orange {
color:#CC6600;
}

.speakername {
color:#CC6600;
font-weight: bold;
vertical-align: top;
}

.faculty {
	padding: 3px 0px;
	text-align: left;
}
.line {
vertical-align: top;

}

