/* General page font styles
/* Modified by Jeff Ginger 02.04.2009
/* This stylesheet is reserved for font/paragraph/content style modifications on the CII main website */

ul{
list-style:square;
}

li{
margin:0;
}

p{
margin-top: 0px;
margin-bottom: .85em;
}

/* main navigation section styles */

#links{
/* See SpryMenuBarHorizonal.css */
}
	
	/* The top-level navigation (horizontal blue bar) are p's */
	/* We didn't want the navigation to be important enough to be headers, 
	skiplinks will be provided instead */
	#links p{
	padding:0;
	margin:0;
	cursor:pointer;
	text-align:center;
	}
	
/* subpage is the main content area on subpages */
#subpage{}
	
	/*subpage sidbar styles */
	#subpage .sidebar h2, #subpage .sidebar h3, #subpage .sidebar p{
	margin:0 6px 6px 12px;
	}
	
	#subpage .sidebar h3{
	color:#004986;
	}
	
	#subpage .sidebar h4{
	margin:4px 0 0 12px;
	}
	
	#subpage .sidebar hr{
	width:90%;
	margin-left:10px;
	color:#6C8BC1;
	}

	/*subpage main content styles */
	#subpage .content h2{
	font-size:150%;
	}
	
	#subpage .content h3{
	color:#2a569f;
	border-bottom:1px dotted #EBF0F6;
	margin-bottom:8px;
	}
	
	#subpage .content h4{
	font-weight:normal;
	font-size:85%;
	margin-top:0;
	}
	
	/*links in the subpage area, main content and sidebar */
	#subpage a:link, #subpage a:visited{text-decoration:none;color:#004986;}
	#subpage a:active, #subpage a:hover{text-decoration:underline;color:#6C8BC1;}

/* Font stylings in the main feature on the home page. Specifically the text
to the right of it on the light blue box. */
#feature{}

	#feature .content h2{
	color:#004986;
	margin-bottom:12px;
	font-size:135%;
	}
	
	#feature .content p, #feature .content li{
	font-size:100%;
	text-align:justify;
	}
	
	/* The text in the subtitle/caption beneath the main feature picture */
	#feature .caption{
	font-size:90%;
	color:#FFF;
	text-align:center;
	}
	
	/* Link styles for everything in the feature area, caption and content text */
	#feature .caption a:link, #feature .caption a:visited{color:#F38B12;text-decoration:underline;}
	#feature .caption a:active, #feature .caption a:hover{text-decoration:none;color:#FEBC17;}
	#feature .content a:link, #feature .content a:visited{color:#004986;text-decoration:none;}
	#feature .content a:active, #feature .content a:hover{text-decoration:underline;}
	
/* The styles for the main area on the home page, beneath the feature section. */
#main{
}

	#main p{
	font-size:100%;
	}
	
	/* Leftcol is the tabbed box area on the left. */
	#leftcol p{
	margin-top:0;
	}
	
	#leftcol h3{
	margin-top:6px;
	}
	
	#leftcol a:link, #leftcol a:visited, #rightcol a:link, #rightcol a:visited{color:#004986;text-decoration:none;}
	#leftcol a:active, #leftcol a:hover, #rightcol a:active, #rightcol a:hover{color:#6C8BC1;cursor:pointer;}
	
	/* Spotlight & resources are in the dark blue box in the center of the main area */
	#spotlight, #resources{
	color:#FFF;
	font-size:100%;
	}
	
		#spotlight strong{
		color:#F38B12;
		}
		
		#spotlight h2{
		margin-bottom:6px;
		}
	
		#spotlight a:link, #spotlight a:visited{text-decoration:none;color:#F38B12;}
		#spotlight a:active, #spotlight a:hover{text-decoration:underline;color:#FEBC17;}
		
/* The orange secondary feature at the bottom. */
#secfeature{}

	#secfeature h3{
	font-size:120%;
	margin:8px 0 6px 0;
	padding-bottom:4px;
	border-bottom:1px solid #000;
	}
	
	#secfeature h4{
	text-transform:uppercase;
	font-size:100%;
	margin:0;
	}
	
	#secfeature p{
	margin:0;
	font-size:100%;
	}
	
	#secfeature li{
	font-size:110%;
	}
	
	#secfeature a:link, #secfeature a:visited{color:#003366;text-decoration:none;}
	#secfeature a:active, #secfeature a:hover{text-decoration:underline;}
	
	#secfeature .profile a{font-weight:bold;}

/* formats Webtool Javascript include on homepage. */
.edu-uiuc-webservices-rssmanager-982-JS_10-date 
	{
		font-size: 80%;
		font-weight: bold;
		margin: .3em 0 0 0;
		font-family: "Calibri",Verdana,sans-serif;
	}

.edu-uiuc-webservices-rssmanager-982-JS_10-title 
	{
		font-size: 90%;
		line-height: 110%;
		margin: 0 0 0 .4em;
		font-family: "Calibri",Verdana,sans-serif;
	}
