/* page level styles */

body, html {
	font-family: verdana, arial, sans-serif;
	font-size: .85em;
	line-height: 1.6em;
	color: #48525c;
}

a { color: #51a51a; }
#footer p { font-size: 11px; }

h1.arrowBlue {
	background: url(i/white_arrow_blue.gif) no-repeat; height: 17px; width: 14px;
}

h1.arrowTan {
	background: url(i/white_arrow_tan.gif) no-repeat; height: 17px; width: 14px; white-space: nowrap;
}

h1 { font-size: 17px; padding-left: 19px; color: ##4a779c; font-weight: normal; white-space: nowrap; }
h2 { font-size: 15px; color: #4a779c; padding-bottom: 0; margin-bottom: 0; }


.leftNav li {
	color: #fff;
	padding-bottom: 5px;
}

.tableHead {
	background-color: #4a779c;
	color: #fff;
	font-weight: bold;
	padding: 3px;
}

.eventsBox {
	border: 1px solid #4a779c;
	padding: 8px;
}

#left a { color: #4a779c; text-decoration: none; }
#left a:hover { color: #ff9834; text-decoration: underline; }

/*** JOB BANK ***/
#jobContainer {
	width: 450px;
}

.plusButton {
	 float: left; 
	 width: 25px; 
	 cursor: pointer;
}

.jobRow {
	float: right; 
	width: 425px;
	padding-bottom: 15px;
}

#circ-subnav ul {
	margin: 0;
	padding: 0;
}

#circ-subnav li {
	padding-left: 15px;
	list-style-type: none;
}

#circ-subnav li a:hover {
	border-left: 4px solid #fff;
	padding-left: 3px;
}

.event-table { border: 1px solid #666; border-collapse: collapse; }
.event-table td { border: 1px solid #666; }
