/* Layout Styles */ 
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333B72;
	font-size: 62.5%;
	margin: 0;
	padding: 0; 
	background-color: #fff;
	}

#header {
	margin: 0;
	padding: 0;
	height: 140px;  
	width: 100%;
	background-image: url("/images/GLC_header.jpg");
	background-repeat: no-repeat;
	background-color: #17234F;
	}

#c-col {
	padding: 0;
	margin: 0 0 50px 35px;
	width: 650px;
	}

#c-col-subnav { /* use for left navigation */
	padding: 0;
	margin: 0 0 50px 250px;
	width: 550px;
	} 

/* Top Navbar Styles */ 
#top_navbar {
	margin: 0 0 30px 0;
	padding: 0;
	height: 25px;
	width: 100%;
	background-color: #52638D;
	border-top: 1px solid #818DAC;
	border-bottom: 1px solid #373C49; 
	}

.top_nav_link {
	margin: 0;
	padding: 4px 8px 0 8px; 
	float: left;
	height: 21px;
	border-right: 1px solid #6C7B9F;
	text-decoration: none;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #E5ECFF;
	}

	.top_nav_link:hover {
		color: #fff;
		text-decoration: none;
		background-color: #6A7BA6;
		}

.top_nav_link_hi {
	margin: 0;
	padding: 4px 8px 0 8px;
	float: left;
	height: 21px;
	border-right: 1px solid #6C7B9F;
	text-decoration: none;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #fff;
	background-color: #6A7BA6;
	font-weight: bold;
	}

	.top_nav_link_hi:hover {
		color: #E5ECFF;
		text-decoration: none;
		}

#top_nav_spacer {
	margin: 0;
	padding: 0;
	height: 25px; 
	width: 30px;
	float: left;
	border-right: 1px solid #6C7B9F;
	}

/* Side Navbar Styles */ 
#side_nav {
	position: absolute;
	top: 230px;
	left: 35px;
	width: 181px;
	}

.nav_item {
	border-bottom: 1px dotted #A4B9DF;
	padding: 4px 5px;
	text-decoration: none;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #4068EB;
	}

	.nav_item:hover {
    	color: #30508E;
    	text-decoration: none;
    	background-color: #E7F0FF;
    	}

.first_nav_item { border-top: 1px dotted #A4B9DF; }

a.nav { text-decoration: none; }

/* Info Box Styles */
#info_box {
	float: right;
	margin: 0 0 10px 10px;
	width: 225px;
	background-color: #D6E6FF;
	}
 
#info_box_content {
	font-size: 0.9em;
	border-top: 1px solid #30508E;
	border-left: 1px solid #30508E;
	border-right: 1px solid #30508E;
	padding: 2px 5px 0 5px;
	}

	#info_box_content p { line-height: 1.3; }
 
#info_box_bottom {
	margin: 0;
	padding: 0;
	height: 12px;
	width: 225px;
	background-repeat: no-repeat;
	background-image: url("/images/info_box_bottom2.gif");
	} 

/* Type Styles */ 
p, ul, ol {
	margin: 0;
	font-size: 1.4em;
	line-height: 150%;
	color: #333B72;
	}

p {
	border: 0;
	padding: 0;
	padding-bottom: 10px;
	}

ul, ol { padding: 0 0 10px 30px; }

ul { list-style-image: url("/images/ul_arrow.gif"); }

h1, h2, h3, h4, h5, h6 {
	padding-bottom: 8px;
	margin: 0;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	color: #434E8D;
	}

h1 { font-size: 1.8em; }
h2 { font-size: 1.7em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.5em; }
h5, h6 { font-size: 1.4em; }

a {
	color: #4068EB;
	text-decoration: none;
	}

	a:hover { text-decoration: underline; }

/* site title is hidden but legible for screen readers */ 
h1.hidden, h2.hidden { 
	position: absolute; 
	left: -9999px; 
	top: -9999px; 
	width: 1px; 
	height: 1px; 
	overflow: hidden;
	}
 
/* Footer Styles */
#footer_bar {
	width: 100%;
	height: 20px;
	border-top: 1px solid #30508E; 
	background-color: #D6E6FF;
	margin: 0 0 15px 0;
	padding: 0;
	}

#partner_logos {
	float: left;
	margin: 0 0 50px 35px;
	padding: 0;
	width: 156px;
	height: 45px;
	background-image: url("/images/partner_logos.jpg");
	background-repeat: no-repeat;
	}

#footer_text {
	margin: 0 0 50px 35px;
	padding: 0;
	width: 550px;
	}

#footer_text_subnav {
	margin: 0 0 50px 250px;
	padding: 0;
	width: 550px;
	}

#footertext {
	font-size: 1.1em;
	line-height: 125%;
	color: #333B72;
	}

/* registration tweaks */
.edu-uiuc-webservices-form-label { 
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 0 0 0;
	font-size: 1.5em;
	color: #333B72;
	}

.edu-uiuc-webservices-form-intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 150%;
	color: #333B72;
	}

	.edu-uiuc-webservices-form-intro h1 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.4em;
		margin-left: -15px;
		}

.edu-uiuc-webservices-form-instruction {
	font-size: 1.5em;
	color: #333B72;
	}

.edu-uiuc-webservices-form-section-header {
	font-size: 1.7em;
	margin: 30px 0 0 0;
	}

.edu-uiuc-webservices-form-radio-option { 
	font-size: 1.4em; 
	color: #333B72;
	}

.edu-uiuc-webservices-form-checkbox-option { font-size: 1.4em; }

.edu-uiuc-webservices-blog-comment-text { font-size: 1.5em; }

	.edu-uiuc-webservices-blog-comment-text p { 
		font-size: 1.0em;
		line-height: 1.2;
		}

/* virtual school events page */
.edu-uiuc-webservices-pc-content-description {
	font-size: 1.0em;
	padding: 0;
	line-height: 1.5;
	}

.edu-uiuc-webservices-pc-content-padding {
	color: #333B72;
	font-family: Arial,Helvetica,sans-serif;
	}

	.edu-uiuc-webservices-pc-content-padding a {
		color: #4068EB;
		text-decoration: none;
		}

		.edu-uiuc-webservices-pc-content-padding a:link {
			color: #4068EB;
			text-decoration: none;
			}
		.edu-uiuc-webservices-pc-content-padding a:visited {
			color: #4068EB;
       		text-decoration: none;
			}
		.edu-uiuc-webservices-pc-content-padding a:hover { 
			text-decoration: underline; 
			color: #4068EB;
			}
		.edu-uiuc-webservices-pc-content-padding a:visited:hover { color: #4068EB; }

.edu-uiuc-webservices-pc-content-title {
	font-size: 1.6em;
	margin: 0 0 10px 0;
	padding: 0;
	}
	
	.edu-uiuc-webservices-pc-content-title a {
		color: #4068EB;
		text-decoration: none;
		}

		.edu-uiuc-webservices-pc-content-title a:link {
			color: #4068EB;
			text-decoration: none;
			}
		.edu-uiuc-webservices-pc-content-title a:visited {
			color: #4068EB;
			text-decoration: none;
			}
		.edu-uiuc-webservices-pc-content-title a:hover { 
			color: #4068EB;
			text-decoration: underline; 
			}
		.edu-uiuc-webservices-pc-content-title a:visited:hover { color: #4068EB; }

.edu-uiuc-webservices-pc-content-pubdate {
	color: gray;
	font-size: 1.1em;
	font-style: italic;
	margin: 0;
	padding: 10px 0 0 20px;
	}

.edu-uiuc-webservices-pc-event-seperator {
	border-bottom: 1px solid gray;
	padding-bottom: -20px !important;
	padding-top: 0;
	} 

#article p { font-size: 1.4em; }

#article h4 { 
	font-size: 1.6em;
	color: #434E8D;
	font-family: Arial Narrow,Arial,Helvetica,sans-serif;
	margin: 0;
	padding-bottom: 8px;
	}

#article a {
	color: #4068EB;
	text-decoration: none;
   	}

	#article a:link {
   		color: #4068EB;
		text-decoration: none;
       	}
	#article a:visited {
		color: #4068EB;
       	text-decoration: none;
       	}
	#article a:hover { text-decoration: underline; }

#article ul { 
	font-size: 1.4em; 
	list-style-image: url("/images/ul_arrow.gif");
	}

.pc-date, .pc-time { font-size: 1.0em; }

#article .article-info-text { font-size: 1.0em; }

#article .article-info a { font-size: 1.0em; }

.edu-uiuc-webservices-calendar-event-list-data p {
	font-size: 1.0em;
	line-height: 1.25em;
	}

.edu-uiuc-webservices-calendar-event-list-link a:link {
	font-size: 1.0em;
	line-height: 1.25em;
	} 
.edu-uiuc-webservices-calendar-event-list-link a:visited {
	font-size: 1.0em;
	line-height: 1.25em;
	}
.edu-uiuc-webservices-calendar-event-list-link a:hover {
   	font-size: 1.0em;
   	line-height: 1.25em;
   	}

.edu-uiuc-webservices-calendar-event-list-data li { 
	font-size: 0.7em; 
	line-height: 1.4;
	margin-bottom: 5px;
	}

