/* YUI CSS reset
----------------------------------------------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:normal;
}

ul {
	margin-left: 0;
	margin-bottom: 15px;
	padding-left: 30px;
	list-style-type: disc;
}

ul ul {
	margin-bottom: 0px;
}

ol {
	margin-left: 0;
	padding-left: 30px;
	margin-bottom: 15px;
}

ol ol {
	margin-bottom: 0px;
}

caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
/* End of reset
----------------------------------------------------------------------------------------------------*/
body { z-index: -100; font: 12px Arial, Helvetica, sans-serif; background: #77797c;}

#shadow {
	width: 1020px;
	margin: 0 auto;
	background-image: url(bg_shadow.png);
	background-repeat:repeat-y;
}

#header {
	z-index: 2;
	height: 78px;
	background-color: #fff;
	background-image: url(whiteheaderbg_121910.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#header img { /* floats logo image left */
	float:left;
}
    
#content {
	clear: both;
	padding-top: 25px;
	padding-bottom: 15px;
	font: 14px/20px Arial, Helvetica, sans-serif;
	background-color: #FFF;
	padding-left: 10px;
	width: 960px;
	padding-right: 10px;
}

#content-top {
	height: 0px;
	width: 0px;
	padding: 0px;
	margin: 0px;
	display: none;
}

a {
	color: #556190;
}

a:hover {
	color: #42B6E7;
}

/* Footer styles
----------------------------------------------------------------------------------------------------*/
#footer {
	height: 15px;
	color: #EFEFEF;
	text-shadow: 0px -1px 0px #222;
	width: 970px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 10px;
	background: #444;
	background-image: url(bg_footer.png);
	background-repeat:repeat-x;
	background-position: top;
}

#footer a {
	color: #EAEAEA;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* 960 Grid System Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}

.container_9 {
	width: 720px;
}

.container_narrow {text-align:center; width: 980px; margin-top: 0px; margin-left: auto; margin-right: auto; 
}

/* Grid >> 960 Grid System Global
----------------------------------------------------------------------------------------------------*/
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 15px;
	margin-right: 15px;
}
/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}
.omega {
	margin-right: 0;
}
/* Grid >> 2 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .grid_1 {
	width:50px;
}
.container_12 .grid_2 {
	width:130px;
}
.container_12 .grid_3 {
	width:210px;
}
.container_12 .grid_4 {
	width:290px;
}
.container_12 .grid_5 {
	width:370px;
}
.container_12 .grid_6 {
	width:450px;
}
.container_12 .grid_7 {
	width:530px;
}
.container_12 .grid_8 {
	width:610px;
}
.container_12 .grid_9 {
	width:690px;
}
.container_12 .grid_10 {
	width:770px;
}
.container_12 .grid_11 {
	width:850px;
}
.container_12 .grid_12 {
	width:930px;
}
/* Prefix Extra Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .prefix_1 {
	padding-left:80px;
}
.container_12 .prefix_2 {
	padding-left:160px;
}
.container_12 .prefix_3 {
	padding-left:240px;
}
.container_12 .prefix_4 {
	padding-left:320px;
}
.container_12 .prefix_5 {
	padding-left:400px;
}
.container_12 .prefix_6 {
	padding-left:480px;
}
.container_12 .prefix_7 {
	padding-left:560px;
}
.container_12 .prefix_8 {
	padding-left:640px;
}
.container_12 .prefix_9 {
	padding-left:720px;
}
.container_12 .prefix_10 {
	padding-left:800px;
}
.container_12 .prefix_11 {
	padding-left:880px;
}
/* Suffix Extra Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .suffix_1 {
	padding-right:80px;
}
.container_12 .suffix_2 {
	padding-right:160px;
}
.container_12 .suffix_3 {
	padding-right:240px;
}
.container_12 .suffix_4 {
	padding-right:320px;
}
.container_12 .suffix_5 {
	padding-right:400px;
}
.container_12 .suffix_6 {
	padding-right:480px;
}
.container_12 .suffix_7 {
	padding-right:560px;
}
.container_12 .suffix_8 {
	padding-right:640px;
}
.container_12 .suffix_9 {
	padding-right:720px;
}
.container_12 .suffix_10 {
	padding-right:800px;
}
.container_12 .suffix_11 {
	padding-right:880px;
}
/* Push Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .push_1 {
	left:80px;
}
.container_12 .push_2 {
	left:160px;
}
.container_12 .push_3 {
	left:240px;
}
.container_12 .push_4 {
	left:320px;
}
.container_12 .push_5 {
	left:400px;
}
.container_12 .push_6 {
	left:480px;
}
.container_12 .push_7 {
	left:560px;
}
.container_12 .push_8 {
	left:640px;
}
.container_12 .push_9 {
	left:720px;
}
.container_12 .push_10 {
	left:800px;
}
.container_12 .push_11 {
	left:880px;
}
/* Pull Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .pull_1 {
	right:80px;
}
.container_12 .pull_2 {
	right:160px;
}
.container_12 .pull_3 {
	right:240px;
}
.container_12 .pull_4 {
	right:320px;
}
.container_12 .pull_5 {
	right:400px;
}
.container_12 .pull_6 {
	right:480px;
}
.container_12 .pull_7 {
	right:560px;
}
.container_12 .pull_8 {
	right:640px;
}
.container_12 .pull_9 {
	right:720px;
}
.container_12 .pull_10 {
	right:800px;
}
.container_12 .pull_11 {
	right:880px;
}

/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* Suckerfish Menu Styles
----------------------------------------------------------------------------------------------------*/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:	none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			12em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	border-right: dotted #333 1px;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left:			0;
	top:			37px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul, ul.sf-menu li:hover li li:hover ul, ul.sf-menu li.sfHover li li.sfHover ul {
	left:			12em; /* match ul width */
	top:			-1px; /* to accomodate top border */
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left:			12em; /* match ul width */
	top:			0;
}
.sf-menu {
	float:			left;
	margin-bottom:	0em;
	width: 950px;
	padding-left: 10px;
}
.sf-menu a { /* top level menu items */
	padding: 		12px 10px;
	text-decoration:none;
}
.sf-menu li li a {
	border-bottom: 1px solid #000; /* sub menu borders */
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding: 10px 12px;	/* set drop down menu height by adjusting the 10px value */
}
.sf-menu li li:first-child {
	border-top: 1px solid #000; /* sub menu top border */
	/*NEW - tlk*/border-right: none;
}
.sf-menu a, .sf-menu a:visited { /* main level menu color */
	color: #FFF;
	text-shadow: 0px -1px 0px #222;
}
.sf-menu li li a, .sf-menu li li a:visited { /* sub menu text color */
	color: #FFF;
	text-shadow: none;
}
.sf-menu li li a:hover { /* sub menu text hover color */
	color: #42B6E7;
}
.sf-menu li li, .sf-menu li li li {
	background-color: #222; /* drop-down menu background color */
	border-right: none;
}
.sf-menu li:hover, .sf-menu li.sfHover {
	background-image: url(nav-bg-hov_trans.png);
	background-position: top;
}
.sf-menu li li:hover, .sf-menu li li.sfHover {
	background-color:#000;
}
.sf-menu li li, .sf-menu li li li {
	background-image: none;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
}
.sf-menu li li:hover, .sf-menu li li.sfHover, .sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
	background-image: none;
	outline:		0;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			10px;
	top:			17px; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}

li li .sf-sub-indicator {
	top:			13px; /* IE6 drop down arrow position */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			14px;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}

li li a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			10px;
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
	background-position:  -10px 0;
}
.sf-menu ul a > .sf-sub-indicator {
	background-position:  0 0;
}
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
/* Styles for vertical Suckerfish menu - probably not used
----------------------------------------------------------------------------------------------------*/

/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
	width:	210px;
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul, .sf-vertical li.sfHover ul {
	left:	210px; /* match ul width */
	top:	0;
}
/*** alter arrow directions ***/
.sf-vertical .sf-sub-indicator {
	background-position: -10px 0;
} /* IE6 gets solid image only */
.sf-vertical a > .sf-sub-indicator {
	background-position: 0 0;
} /* use translucent arrow for modern browsers*/
/* hover arrow direction for modern browsers*/
.sf-vertical a:focus > .sf-sub-indicator, .sf-vertical a:hover > .sf-sub-indicator, .sf-vertical a:active > .sf-sub-indicator, .sf-vertical li:hover > a > .sf-sub-indicator, .sf-vertical li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/* Type styles
----------------------------------------------------------------------------------------------------*/
p {
	padding-bottom: 10px;
}
h1 {
	font: normal 28px/34px Arial, Helvetica, sans-serif;
	color: #111;
	letter-spacing: -1px;
	margin-bottom: 10px;
	border-bottom: 1px #222 solid;
	padding-bottom: 5px;
}
h2 {
	font: bold 22px/28px Arial, Helvetica, sans-serif;
	color: #222;
	margin-bottom: 10px;
}
h3 {
	font: normal 20px/26px Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	color: #444;
	font-weight: bold;
}
h4 {
	font: normal 18px/24px Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
}
h5 {
	font: bold 16px/21px Arial, Helvetica, sans-serif;
	color: #444;
	margin-bottom: 5px;
}

/* Navigation wrapper styles
----------------------------------------------------------------------------------------------------*/
#nav {
	z-index: 10;
	position: relative;
	font: 12px Arial, Helvetica, sans-serif;
	height: 36px;
	background-color: #444;
	background-image: url(nav-bg_20x40.png);
	background-repeat:repeat-x;
	background-position: center center;
	border-bottom: #000 1px solid;
}

/* Sidebar content and nav styles
----------------------------------------------------------------------------------------------------*/
.rightsidebar {
	width:210px;
	height: 100%;
	float: right;
	position: relative;
	display:inline;
	margin-left: 15px;
	margin-right: 15px;
}
.leftsidebar {
	width:210px;
	height: 100%;
	float: left;
	position: relative;
	display:inline;
	margin-left: 15px;
	margin-right: 15px;
}


.simple {
	margin-bottom:15px;
}
.simple ul{
	list-style-type:none;
	padding-left:0px;
}
.simple ul li a {
	display: block;
	padding: 4px 4px 6px 10px;
	border-bottom: 1px solid #DDD;
	font-size: 12px;
	line-height: 18px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.simple ul li a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #556170;
}


.sidebarbox { 
	background: #DDD;
	border: 1px solid #000;
	margin-bottom:15px;
}
.sidebarbox h3 {
	font-weight: bold;
	color: #fff;
	text-shadow: 0px -1px 0px #222;
	background-color: #444;
	background-image: url(nav-bg_20x40.png);
	background-repeat:repeat-x;
	background-position: center center;
	padding: 8px;
	font-size: 16px;
	line-height: normal;
	margin-bottom: 0px;
}

.sidebarbox p {
	padding:8px;
}
.sidebarbox ul {
	margin: 0px;
	padding: 3px 3px 2px 3px;
	background: #FFF;
}

.sidebarbox ul li {
	list-style: none;
	display: inline;	
}

.sidebarbox ul li a { 
	display: block;
	padding: 4px 4px 6px 10px;
	line-height: 18px;
	background: #DDD;
	text-decoration:none;
	font-size: 12px;
	font-family:
	Arial, Helvetica, sans-serif;
	font-weight:bold;
	border-bottom:1px solid #FFF;
	color: #111;
}
.sidebarbox ul li a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #556170;
}

.sidebarbox li ul {
	padding: 0px;
}

.sidebarbox li li a {
	line-height: 11px;
	font-size: 11px;
	font-weight: normal;
	padding-left: 18px;
	background: #EEE;
}

.sidebarbox li li a:hover {
	background: #87909d;
	color: #fff;
}

.sidebarbox li li li a {
	line-height: 11px;
	font-size: 11px;
	font-weight: normal;
	padding-left: 35px;
}

.sidebarbox li li li a:hover {
	background: #87909d;
	color: #fff;
}

/* Slideshow styles (various widths)
----------------------------------------------------------------------------------------------------*/

.slidewrap {
	width:980px;
	margin:0 auto;
	background: #000;
}

.slidewrap_690 {
	width:690px;
	margin:0 auto;
	background: #000;
	border: solid 1px;
}

.slidenavwrap { width:980px; margin:0 auto; background-color: #333; border-top: #000 1px solid;
}

.slidenavwrap_basic { width:100%; margin:0 auto; margin-bottom: 10px;
}

.slide960 { height: 175px; width: 960px; overflow: hidden; margin-top: 0px; margin-right: auto; margin-bottom: 0; margin-left: auto; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0px; 
}

.slide980 { height: 175px; width: 980px; overflow: hidden; margin-top: 0px; margin-right: auto; margin-bottom: 0; margin-left: auto; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0px; 
}

.slide690 { height: 225px; width: 690px; overflow: hidden; margin-top: 0px; margin-right: auto; margin-bottom: 0; margin-left: auto; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0px; 
}

.slide980 img {
	height: 175px;
	width: 980px;
	top:0;
	left:0;
}

.slide960 img {
	height: 175px;
	width: 960px;
	top:0;
	left:0;
}
.slide930 {
	height: 175px;
	width: 930px;
	padding:0;
	margin:0;
	overflow: hidden;
}
.slide930 img {
	height: 175px;
	width: 930px;
	top:0;
	left:0;
}

.slide690 img {
	height: 225px;
	width: 690px;
	top:0;
	left:0;
}

.slide980tall { height: 250px; width: 980px; overflow: hidden; margin-top: 0px; margin-right: auto; margin-bottom: 0; margin-left: auto; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0px; 
}

.slide980tall img {
	height: 250px;
	width: 980px;
	top:0;
	left:0;
}


/* Slideshow navigation styles
----------------------------------------------------------------------------------------------------*/
#slidenav { text-align:right; height:28px; line-height:25px; font: 11px/25px Arial, Helvetica, sans-serif; padding-top:3px; padding-right: 25px; padding-left: 25px; margin: 0px auto;

}
#slidenav a {
	border: 1px solid #222;
	background: #556170;
	text-decoration: none;
	margin: 0 2px;
	padding: 3px 5px;
	color:#FFF;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
#slidenav a.activeSlide {
	background: #87909d;
	border: 1px solid #222;
	color:#FFF;
	font-weight: bold;
}
#slidenav a:focus {
	outline: none;
}


/*U of U header links and search bar
----------------------------------------------------------------------------------------------------*/

.uheaderlinks {
	float: right;
	text-align: right;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 8px;
	padding-bottom: 8px;
	color: #bb8d49;
	background-image: url(headerlinksbg_121910.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.uheaderlinks a {
	color:#FFF;
	text-decoration:none;
}
.uheaderlinks a:hover {
	color: #bb8d49;
}

.usearchbar {
	padding-top: 10px;
	padding-right: 15px;
	clear: right;
	float: right;
}

.usearchbar input {
	font-family: Arial, Helvetica, sans-serif;
}

.searchbutton {
    border: none;
    background: none;
	font-weight: bold;
}

.searchbutton:hover {
	cursor: pointer;
	color: #555;
}


/*Contact form styles - tlk
----------------------------------------------------------------------------------------------------*/

form.contact_us input {
	margin-bottom: 3px;
}


/*Contact table style - tlk
----------------------------------------------------------------------------------------------------*/

table.contact {
	border: none;
	margin-bottom:10px;
	border-collapse: collapse;
}
table.contact th {
	padding: 5px 10px 5px 10px;
	vertical-align: top;
	font-weight:bold;
	border-bottom:1px;
	border-bottom-style:solid;
	border-bottom-color:#000;
	font-size: 12px;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

table.contact th.category {
	background-color:#eaeaea;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	border-top: 0px;
	border-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

table.contact td {
	border: none;
	padding: 5px 10px 5px 10px;
	vertical-align: top;
	border-bottom:1px;
	border-bottom-style: solid;
	border-bottom-color: #eaeaea;

}

/*Basic table style - tlk
----------------------------------------------------------------------------------------------------*/

table.basic {
	border: none;
	margin-bottom: 10px;
}
table.basic th {
	padding: 2px 10px 2px 10px;
	font-size: 14px;
	vertical-align: top;
	font-weight:bold;
	border-bottom:1px;
	border-bottom-style:solid;
	border-bottom-color:#000;
	font-family: Arial, Helvetica, sans-serif;
}

table.basic td {
	border: none;
	padding: 2px 10px 2px 10px;
	vertical-align: top;
}

/*Borders table style - tlk
----------------------------------------------------------------------------------------------------*/

table.borders {
	margin-bottom: 10px;
	border-collapse: collapse;
}
table.borders th {
	padding: 2px 10px 2px 10px;
	font-size: 14px;
	border-width: 1px;
	border-style: solid;
	border-color: #eaeaea;
	font-weight:bold;
	vertical-align: top;
	background-color:#eaeaea;
	font-family: Arial, Helvetica, sans-serif;
}

table.borders th.highlight {
	padding: 2px 10px 2px 10px;
	font-size: 14px;
	border-width: 1px;
	border-style: solid;
	border-color: #DDD;
	font-weight:bold;
	vertical-align: top;
	font-weight: bold;
	background: #DDD;
	font-family: Arial, Helvetica, sans-serif;
}

table.borders td {
	padding: 2px 10px 2px 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #eaeaea;
	vertical-align: top;
}


/*Quick links table and content - tlk
----------------------------------------------------------------------------------------------------*/

table.quicklinks {
	border: none;
}

table.quicklinks td {
	border: none;
	vertical-align: top;
	width: 185px;
	padding: 0px;
}

table.quicklinks td ul {
	padding-bottom: 0px;
}

/* Secondary horizonal menu
----------------------------------------------------------------------------------------------------*/
#navlist2
{
padding: 3px 0;
margin-left: 0;
border-bottom: 1px solid #666;
font: 12px Arial, Helvetica, sans-serif;
}

#navlist2 li
{
list-style: none;
margin: 0;
display: inline;
}

#navlist2 li a
{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #666;
border-bottom: none;
background: #DDD;
text-decoration: none;
color: #111;
}

#navlist2 li a:hover
{
color: #fff;
background: #87909d;
}

/*Can add class to highlight current list item*/
#navlist2 li a.current
{
background: white;
border-bottom: 1px solid white;
}

#navlist2 li a.current:hover
{
color: #111;
}


/* Alert
----------------------------------------------------------------------------------------------------*/
.alert {
	padding: 10px;
	margin-bottom: 20px;
	background-color: #FFC;
	border: #CC0000 dashed 1px;
}

.alert h2 {
	font-size: 16px;
	text-transform:uppercase;
	margin-bottom: 5px;
	color: #CC0000;
	font-weight: bold;
}

/* Misc styles
----------------------------------------------------------------------------------------------------*/
.toppad { /* Generic style applied anywhere top padding needed */
	padding-top:20px;
}

h2.greybar { /*Forms a greybar across page for h2 headers*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #111;
	background-color:#CCC;
	padding: 8px;
	font-size: 17px;
	line-height: normal;
	margin-top: 5px;
}

img.pixLeft { /* this class can be used to put a border on an image and float it left */
	float: left;
	margin: 2px 10px 10px 0;
}
img.pixRight {  /* this class can be used to put a border on an image and right it left */
	float: right;
	margin: 2px 0 10px 10px;
}

em {
	font-style:italic;
}

blockquote {
	margin-left: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	border-left: 1px solid #DDD;
}

h1.chaulkboard {/*This is for TCO chaulkboard headers*/
	background-image: url(chaulkboard_bg2.gif);
	background-repeat:no-repeat;
	border: none;
	height: 55px;
	width: 563px;
	display: block;
	font: "Comic Sans MS", cursive;
	font-style:italic;
	font-size:35px;
	font-weight: normal;
	color:#EBEBEB;
	text-align:right;
	padding-right: 127px;
	padding-top: 45px;
	clear:both;
	float:none;
}


ul.style1 {
list-style-type: none;
padding-left: 15px;
margin: 0px;
}
ul.style1 ul {
list-style-type: none;
padding: 0px;
margin: 0px;
}
ul.style1 li {
background-image: url("check.png");
background-repeat: no-repeat;
padding-left: 35px;
line-height: 35px;
}
ul.style1 li a {
	font-weight: bold;
}

