/* default.asp style sheet */
	

@media screen {


#home_page {
	position: absolute;
	top: 200px;
	left: 0; right: 0;
	width: 754px;
	margin: auto;
	background-color: #FFF;
	height: auto;
	border-left: 3px solid #666;
	border-right: 3px solid #666;
	}

#home_page A { text-decoration: none; }


#home_page_headings { 
	width: 345px;
	padding: 15px;
	/* height: 380px; */
	float: left;
}

#home_page_headings H1 { margin: 0; }

#home_page_headings H2 { margin: 2em 0 .5em 0; font-size: 1em; }

#home_page_headings P { margin-top: 0; }

#home_page H3 {
	font-size: 1em;
	background: url(/art/h3-leftnav.gif) #E8E8E8 no-repeat left center;
	padding: 2px 0 2px 30px;
	margin: 0 0 10px 2px;
	border-top: 2px solid #666;
	border-bottom: 1px solid #999;
	}

#panels {
	float: right;
	width: 375px;
	background-color: #DFD; /* to cover the Background Highlights panel when the Centre panel is longer */
	}

#panel_centre {
	float: left;
	width: 190px;
	background-color: #EDB;
	/* height: 430px; */
}

#events {
	padding-bottom: 10px;
	background: url(/art/homepage/border.gif) no-repeat left top;
	width: 190px;
	}
	
#services {
	/* height: 174px !important; height: 161px; */
	padding-bottom: 10px;
	background: url(/art/homepage/border2.gif) #EAF4FF no-repeat left top;
	}
	
#services P {
	font-size: 0.9em;
	}
	
#services ul li {
	margin-left: 11px !important; margin-left: 15px;
	}


#panel_right {
	float: right;
	width: 185px;
	background-color: #DFD;
	/* height: 430px; */
}

#popular_topics {
	/* height: 120px; */
	padding-bottom: 12px;
	background: url(/art/homepage/border-sm.gif) #EAF4FF no-repeat left top;
}

#panel_right P, #panel_centre P {
	margin: .2em 0.8em 0 0.8em;
}

#panel_right IMG {
	border: 0;
	margin-right: .5em;
}

#panel_right A, #panel_right A:visited {
	color: #369;
}

#panel_right A:hover {
	color: #00F;
}

#program_highlights {
	background: url(/art/homepage/border2.gif) no-repeat left top;
	padding-bottom: 10px;
	}

#program_highlights P {
	clear: both;
	margin: 0 0 .5em 0.8em;
	padding-top: 10px;
	width: 90%;
	line-height: 1.05em;
	font-size: .9em;
}

#program_highlights IMG {
	margin: -10px .2em .5em 0;
	border: 0;
}


#home_page_images {
	position: absolute;
	top: 73px;
	left: 0px;
	height: 123px;
	width: 760px;
	background-color: #fff;
	border-top: 1px solid #FFF;
	border-bottom: 3px solid #009;
}

.more_link {
	font-size: .9em;
	text-align: right;
}

#arrows #panel_centre UL LI {
	margin-bottom: .1em;
}


#smog_heat {
	margin: 15px 15px 5px 15px;
	}
	
#smog_heat P {
	padding-bottom: 5px;
	}
	
#copyright {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #999;	
	background-color: #E8E8E8;
	}

#copyright P {	
	font-size: 0.8em;
	margin: 0;
	}
	
.image_alert {
	padding-right: 7px;
	}	
	
UL.events_ul{
	margin-top: 0px;
	margin-bottom: 0px;
}
/*hide or show homepage highlights -- carlson sept 12, 2011*/
#hlt {
	clear: both;
    font-size: 0.9em;
    line-height: 1.05em;
    margin: 0 0 0.5em 0.8em;
    padding-top: 10px;
    width: 90%;
}
#inv{
	display:none;
	clear: both;
    font-size: 0.9em;
    line-height: 1.05em;
    margin: 0 0 0.5em 0.8em;
    padding-top: 10px;
    width: 90%;;
}

