@charset "UTF-8";

/*  IMPORTANT INFO .....................
portions of CSS code based on CSSzengarden.com code, as found on 'Tranquille' by Dave Shea, specifically as it relates to naming of selectors and basic structure of navigation and other elements. Code has been changed to suit the design and purposes of this site. If you desire to use this code, permission must be granted by both CSS Zen Garden AND Lillyconferences.com.
........................................................................ */


body  {
	font: .9em Georgia, "Times New Roman", Times, serif;
	color: #333333;
	margin: 0px;  /* it's good practice to zero the margin and padding of the 					body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The 				
							text is then set to the left aligned default in 
							the #container selector */
	background-color: #333333;
	background-image: url(../Copy%20of%20tc/images/dropshadow2.jpg);
	background-repeat: repeat-y;
	background-position:center;
	}



p {
	font: 1em/1.2em Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	text-align: left;
	font-weight: normal;
	font-size: 1em;
	}
	
h3 {
	font: italic bold 1.2em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0px;
	color: #660033;
	font-size: 19px;
	font-style: normal;
	text-align: left;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #003366;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #669933;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #660033;
	}





#container { 
	width: 955px;  /* using 20px less than a full allowable width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
		} 
#header { 
	background: #DDDDDD; 
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
		} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
		}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* background: #fff; */ /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	}

#sidebar1 h3 {
	font: italic bold 1.2em Arial, Helvetica, sans-serif; 
	margin-bottom: 0px; 
	color: #CC6600;
	}
	
#mainContent { 
	margin: 0 0 0 235px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	border-left: dotted 1px #666666;
	padding: 0 30px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
		} 





#quickSummary {
	clear:both;
	background-color: #99CCFF;
	margin: 20px 20px 20px 10px;
	width: 185px;
	float: right;
	}
#quickSummary p {
	text-align:left;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	}

#preamble {
	clear: right; 
	padding: 0px 10px 0px 10px;
	}
#supportingText {
	float:right;
	background-color:#D5E5F3;
	padding: 10px;
	width: 200px;
	margin-bottom: 40px;
	margin-left: 15px;
	text-align: center;
	}
#supportingText p {
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	}
	

/*  Misc Text stuff ............................*/

.PlenaryTableLinks {
	font-size: .8em;
	padding: 2px 5px 2px 0px;
	}

.PlenaryTableHeadingDarkText {color: #FFFFFF}
					
td {
	padding: 1px 5px 1px 5px;		
	}

/*END Misc Text stuff .........................*/


/*  The Navigation ...........................................
	these all need to be renamed more intuitivly. but for now it is three sections of lists with slightly different styling.*/



#linkList {
	margin-left: 0px;
	}
	
#linkList2 { 
	font: .8em Verdana, Arial, Helvetica, sans-serif; 
	padding: 10px; 
	margin-top: 0px; 
	width: 175px; 
	}
	
#linkList h3.select { 
	margin: 10px 0px 5px 0px; 
	width: 97px; 
	height: 16px; 
	}
	
#linkList h3.select span {
	display:none
	}
	
#linkList h3.favorites { 
	margin: 25px 0px 5px 0px; 
	width: 60px; 
	height: 18px; 
	}
	
#linkList h3.favorites span {
	display:none
	}
	
#linkList h3.suscribe { 
	margin: 25px 0px 5px 0px; 
	width: 120px; 
	height: 14px; 
	}
	
#linkList h3.suscribe span {
	display:none
	}
	
#linkList h3.resources { 
	margin: 25px 0px 5px 0px; 
	width:63px; 
	height: 10px; 
	}
	
#linkList h3.resources span {
	display:none
	}

#linkList ul {
	margin: 0px;
	padding: 0px;
	}
	
#linkList li {
	line-height: 1.2em; 
	list-style-type: none;
	display: block; 
	padding-top: 5px; 
	margin-bottom: 3px;
	margin-left: 5px;
	}
	
#linkList li a:link { 
	color: #003366;
	}
	


#linkList li a:visited {
	color: #336600;
	}
	
.feed {
	margin-left: 3px;
	padding: 0 0 0 19px;
	background: url(../Copy%20of%20tc/images/feed-icon-14x14.png) no-repeat 0 50%;
	color: #990000;
	font-weight: bold;
	font-size: 1.4em;
}


/* End Left Hand Navigation sidebar here .................... */

/*Information for footer..............................
	includes special link styles for the footer */

#footer { 
	width: 925px;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: auto;
	background:#DDDDDD;
	border-bottom: solid #688A13 8px;
} 
#footer p {
	line-height: 1em;
	text-align: right;
	font: .8em Arial, Helvetica, sans-serif;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer a:link { 
	font-weight: normal; 
	color: #003366;
	text-decoration: none; 
	}
#footer a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #669933;
	}
#footer a:hover, a:active {
	color: #660033;
	text-decoration: none;
	text-align: center;
	}

/*Extra elements for floating.............................
*/

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* Here are some stupid text alterations to show Sarah how CSS works */

.hugetextblue {
	color: #0066CC;
	font-weight: bold;
	font-style: italic;
	font-size: 2em;
}
#container #mainContent #supportingText p em {
	text-align: center;
}
#container #mainContent #supportingText p {
	text-align: center;
	color: #600;
}
#container #mainContent .style25 .style26 .style36 .style37 .hugetextblue .resources .select .PlenaryTableLinks .PlenaryTableLinks {
	font-style: normal;
}
#container #mainContent .style26 .style36 .style37 .hugetextblue .resources .select .PlenaryTableLinks .PlenaryTableLinks {
	font-style: normal;
}
#container #mainContent .style36 .style37 .hugetextblue .resources .select .PlenaryTableLinks .style37 {
	font-style: normal;
	font-size: small;
}
#container #mainContent {
	font-weight: bold;
}
#container #mainContent p .ThemeBold strong {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.Style39Blue {
	color: #036;
	font-size: 1.3em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
Style39Red {
	color: #900;
}
#container #mainContent p .style38 strong {
	color: #333333;
}
#container #mainContent table {
	font-weight: normal;
}
.BlueHeading {
	color: 003366;
	text-align: center;
}
.boldred {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #603;
	font-weight: bold;
	font-style: italic;
}
#container #mainContent h5 {
	text-align: center;
}
