/*  service.css

	This stylesheet controls the specific appearance of the
	online section of the site.

	Note: Changes should not be made to this stylesheet
	unless the desired result is a change to the online
	section pages.
*/

/* Load the basic and layout stylesheets - IMPORTANT! */
@import url(basic.css);
@import url(layout.css);

/* Basic Element Styles */

div#content {
	
}

#main h1.title {
	overflow: hidden;
	height: 0;
	padding-top: 30px;
	background: transparent url(/images/forms.jpg) left top no-repeat;
}

div#sidebar {
	
}
#sidebar h1 {
	color: #FFF;
	}
#sidebar li {
	
}
/* Sub Navigation Custom Styles */
#subnav li.on,
#subnav li.on:hover {
	background: #FFF url(/images/link_online.jpg) left top repeat-y;
}