html, body {
	margin: 0 auto;
	padding: 0;
	background: #FFFFFF;
	text-align: center;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #4D565B;
}
h2 {
	font-size: 18pt;
	letter-spacing: -1px;
	margin: 15px 0 15px 0;
}
h3 {
	margin: 0;
	font-size: 11pt;
}
p {
	margin-top: -5px;
	margin-right: 10px;
	font-size: 11pt;
}
a {
  /*
color: #4D565B;
*/
	color: #163A79;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.slideshowlist a:hover {
  text-decoration: none;
}
/* IE */
hr {
	border: #CAD0D7 1px solid;
	height: 1px;
	margin: 2px 0 2px 0;
}
/* Mozilla & Safari */
*> hr {
	margin: 2px 0 2px 0;
	border: 1px;
	background-color: #CAD0D7;
	height: 1px;
}
img {
	border: 0;
}
div.clear {
  clear: both;
  font-size: 0pt;
  height: 0;
}
#header-container {
	width: 100%;
	height: 111px;
	max-height: 111px;
	background: url("/media/images/header-gradient.gif") top repeat-x;
}
#header {
	width: 960px;
	text-align: left;
	margin: 0 auto;
}
#logo {
	float: left;
	margin: 18px 0 0 7px;
	text-indent: -10000px;
	background: url("/media/images/logo.gif");
	width: 188px;
	height: 80px;
}
#searchbox {
	float: right;
	margin: 45px 0 0;
	vertical-align: text-top;
}
#searchbutton {
	margin-left: 5px;
}
#searchtext {
	margin-top: 4px;
	color: #4D565B;
}

#searchbox a {
	margin-top: 7px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
}
#searchbox a:hover {
	text-decoration: underline;
}
#searchbox img {
	margin: 0 18px;
}
#searchbox input, 
#searchbox img, 
#searchbox a {
	float: left;
}

/* --- nav-category --- */
#nav-category-container {
	width: 100%;
	height: 35px;
	background: url("/media/images/nav-category-gradient.gif") top repeat-x;
	text-align: center;
}
#nav-category {
	width: 940px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	padding-left: 10px;
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 14px;
	font-weight: 700;
}
#nav-category a {
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
}
ul#nav-category li {
	height: 35px;
	float: left;
	background: url("/media/images/nav-tab-background.gif") right bottom no-repeat;
}

ul#nav-category li#nav-category-selected,
ul#nav-category li:hover,
ul#nav-category li.iehover {
	background: url("/media/images/nav-tab-selected-background.gif") bottom repeat-x; 
}

ul#nav-category li#nav-category-selected div,
ul#nav-category li:hover div,
ul#nav-category li.iehover div {
	float: left;
  height: 35px;
	background: url("/media/images/nav-tab-selected-left.gif") bottom left no-repeat;
}

ul#nav-category li#nav-category-selected div div,
ul#nav-category li:hover div div,
ul#nav-category li.iehover div div {
	background: url("/media/images/nav-tab-selected-right.gif") bottom right no-repeat;
}

/* link formatting */
ul#nav-category li a {
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  background: none;
}
ul#nav-category li#nav-category-selected a,
ul#nav-category li:hover a,
ul#nav-category li.iehover a,
ul#nav-category li.iehover a:hover {
  color: #0D254E;
	padding-right: 20px;
  background: none;
}
ul#nav-category li.haschildren a {
	padding-right: 33px;
	background: url("/media/images/nav-tab-arrow.gif") right 17px no-repeat;
}
ul#nav-category li#nav-category-selected.haschildren a,
ul#nav-category li.haschildren:hover a,
ul#nav-category li.haschildren.iehover a {
	padding-right: 33px;
	color: #0D254E;
	background: url("/media/images/nav-tab-arrow-selected.gif") right 17px no-repeat;
}

/* --- end: nav-category --- */

/* --- nav-category submenu (flyout) --- */
ul#nav-category ul {
  margin: 0;
  padding: 0;
  padding-top: 7px;
	padding-bottom: 20px;
  width: 260px;
  border: 1px solid #1B1D27;
	border-top: none;
	background: #FFFFFF;
  font-size: 8pt;
	font-weight: 600;
	color: #163A79;
}
ul#nav-category ul li,
ul#nav-category ul li:hover,
ul#nav-category ul li.iehover {
	height: auto;
	background: #FFFFFF;
}
ul#nav-category li.haschildren ul li a,
ul#nav-category li.haschildren:hover li a,
ul#nav-category li.haschildren.iehover li a,
ul#nav-category li#nav-category-selected.haschildren:hover li a,
ul#nav-category li#nav-category-selected.hashchildren.iehover li a {
	color: #163A79;
	font-size: 8pt;
	background: #FFFFFF;
}
ul#nav-category li.haschildren:hover li a:hover,
ul#nav-category li.haschildren.iehover li a:hover,
ul#nav-category li#nav-category-selected.haschildren:hover li a:hover,
ul#nav-category li#nav-category-selected.haschildren.iehover li a:hover {
  text-decoration: underline;
}
/* --- end: nav-category submenu (flyout) --- */

#content-container {
	width: 100%;
}
#content {
	width: 960px;
	text-align: left;
	margin: 0 auto;
	background: url("/media/images/menu-border.gif") left repeat-y;
}
#left-column{
	float: left;
	margin: 0 10px;
	padding: 0;
	width: 180px;
	background: #FFFFFF; 
}
/* IE hacks */
* html #left-column {
	margin: 0;
	margin-right: 0;
	margin-left: 5px;
}


/* end: IE hacks */
#menu-container {
	background: url("/media/images/category-menu-background.gif") top right no-repeat;
  border-right: #CAD0D7 1px solid;
}

/* --- audience-menu --- */
#audience-menu {
	width: 179px;
}
ul#audience-menu {
	margin: 0;
  padding: 0;
}
ul#audience-menu li {
	
}
ul#audience-menu li {
	margin: 0;
  padding: 0;
	padding-bottom: 8px;
	padding-top: 8px;
	list-style-position: inside;
	list-style-image: url("/media/images/audience-menu-bullet-nochildren.gif");
  background: url("/media/images/audience-menu-background.gif") bottom right no-repeat;
}
ul#audience-menu li.haschildren {
	 list-style-image: url("/media/images/audience-menu-bullet-closed.gif");
}
ul#audience-menu li.haschildren.open {
	list-style-image: url("/media/images/audience-menu-bullet-open.gif");
	background: url("/media/images/audience-menu-background-open.gif") bottom right no-repeat;
}
ul#audience-menu li.haschildren ul {
    display: none;
}
ul#audience-menu li.haschildren.open ul {
    display: block;
	list-style: none;
	list-style-image: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
	margin-left: 7px;
  padding-left: 7px;
}
ul#audience-menu li ul li {
  background: none;
	padding-top: 6px;
	padding-bottom: 0;
	padding-left: 20px;
	list-style-position: outside;
}
ul#audience-menu a {
  padding: 0;
	text-decoration: none;
	color: #0D254E;
	font-size: 9pt;
	font-weight: 700;
	position: relative;
	left: -20px;
	padding-left: 20px;
}
ul#audience-menu ul a {
  font-size: 8pt;
	font-weight: normal;
	left: 0;
	padding-left: 0;
	text-indent: 0;
}
ul#audience-menu ul a:hover {
	text-decoration: underline;
}

/* IE hacks */
* html ul#audience-menu li {
	padding-top: 20px;
	padding-bottom: 0px;
  margin-left: -3px;
}
*:first-child+html ul#audience-menu li {
  padding-top: 20px;
  padding-bottom: 0px;
  margin-left: -3px;
}
*:first-child+html ul#audience-menu li ul li {
  padding-top: 6px;
  padding-bottom: 0px;
}
* html ul#audience-menu a { /* IE6 */
  top: -12px;
	margin-left: 10px;
}
*:first-child+html ul#audience-menu a { /* IE7 */
  top: -12px;
  margin-left: 10px;
}
/* end: IE hacks */

/* --- end: audience-menu --- */

#quick-links {
	width: 169px;
	background: url("/media/images/quick-links-background.gif") left repeat-y;
	color: #163A79;
	margin-bottom: 20px;
}
#quick-links h3 {
	margin: 0;
	color: #4D565B;
	font-size: 11pt;
}
#quick-links ul {
	list-style-position: outside;
	list-style-image: url("/media/images/quick-links-bullet.gif");
	margin-left: -20px;
	margin-top: 5px;
}
#quick-links li {
	line-height: 1.5;
}
/* IE hacks */

* html #quick-links ul { /* IE 6 */
  margin-left: 20px;
	margin-top: 0px;
}
*:first-child+html #quick-links ul { /* IE 7 */
  margin-left: 20px;
  margin-top: 0px;
}

* html #quick-links li { /* IE 6 */
	padding-top: 5px;
	padding-bottom: 0;
}
*:first-child+html #quick-links li { /* IE 7 */
  padding-top: 5px;
  padding-bottom: 0;
}

* html #quick-links li a { /* IE 6 */
	position: relative;
  top: -6px;
}
*:first-child+html #quick-links li a { /* IE 7 */
  position: relative;
  top: -6px;
}
/* end: IE hacks */
#quick-links a {
	text-decoration: none;
	font-weight: 700;
	color: #163A79;
	font-size: 8pt;
}
#quick-links a:hover {
	text-decoration: underline;
}
#quick-links-top {
	background: url("/media/images/quick-links-top.gif") top left no-repeat;
}
#quick-links-bottom {
	background: url("/media/images/quick-links-bottom.gif") bottom left no-repeat;
	padding: 10px;
}
#right-column {
	float: right;
	width: 760px;
}
/* IE hacks */
* html #right-column {
	width: 750px;
}
/* end: IE hacks */
.yellowbar {
	margin: 0;
	margin-top: 25px;
	margin-bottom: 2px;
	padding: 0;
	height: 8px;
	font-size: 0px;
	border: #EDCA23 1px solid;
	background: url("/media/images/yellowbar-background.gif") top repeat-x; 
}
#main-banner {
	width: 760px;
	/*height: 1px;*/
	/*
height: 280px;

  background: url("/media/images/breadcrumbs-background.gif") bottom left no-repeat;*/
}

#rotating-images-home {
	width: 748px;
	margin: 0;
	/*margin-bottom: 10px;*/
	border: #CAD0D7 1px solid;
	padding: 0;
}
* html #rotating-images-home {
	width: 747px;
	height: 142px;
	max-height: 142px;
  padding-right: 0;
	padding-left: 1px;	
}
#rotating-images-home div.rotating-image-home {
  width: 248px;
	height: 140px;
	float: left;
	border: 1px solid #fff;
	border-right:0;
	/*padding: 0;
	margin: 1px;
	margin-right: 0;*/
	/*border: none;*/
}
* html #rotating-images-home div.rotating-image-home {
  margin-left: 0;
	/*margin-right: 1px;
	margin-bottom: 0;	*/
	border: 1px solid #fff;
	border-right:0;
}
#rotating-images {
	width: 748px;
	margin: 0;
	/*margin-bottom: 10px;*/
	border: #CAD0D7 1px solid;
	padding: 0;
}
* html #rotating-images {
	width: 747px;
	height: 188px;
	max-height: 188px;
  padding-right: 0;
	padding-left: 1px;	
}
#rotating-images div.rotating-image {
  width: 248px;
	height: 186px;
	float: left;
	/*padding: 0;
	margin: 1px;
	margin-right: 0;
	border: none;*/
	border: 1px solid #fff;
	border-right:0;
}
* html #rotating-images div.rotating-image {
  margin-left: 0;
	/*margin-right: 1px;
	margin-bottom: 0;*/	
}
#breadcrumbs-container {
	width: 760px;
	height: 20px;
  padding: 10px 0 7px 0;
}
#breadcrumbs {
  padding-top: 2px;
	padding-left: 10px;
	font-size: 8pt;
}
#breadcrumbs a {
	color: #4D565B;
	text-decoration: underline;
}
#main-content {
	background: url("/media/images/video-column-border.gif") right repeat-y;*
  	margin: 0;
	padding: 0;
}
/* IE hacks */
* html #main-content {
	width: 750px;
	border: #FFFFFF 0px solid;
  margin: -1px;
}
/* end: IE hacks */
#main-content-left {
	float: left;
	width: 500px;
	margin: 0;
	margin-left: 10px;
}
/* IE hacks */
* html #main-content-left {
	width: 490px;
	margin-left: 5px;
}
/* end: IE hacks */
.newsevents {
	float: left;
	width: 230px;
	margin-right: 15px;
	font-size: 8pt;
	line-height: 1.5;
}
.newsteaser p {
  margin: 0;
	font-size: 8pt;
}
.newsevents p.event {
	text-indent: -42px;
	padding-left: 42px;
	padding-right: 5px;
	margin: 5px 0;
	font-size: 8pt;
}
div.newsteaser {
	margin-bottom: 10px;
}
.newsevents a {
	color: #35548B;
	text-decoration: none;
}
.newsevents a:hover {
	text-decoration: underline;
}
.newsevents b {
	font-variant: small-caps;
	font-size: 8pt;
}
.newsevents h3 {
	border-bottom: #CAD0D7 1px dotted;
	margin-bottom: 10px;
}
.newsevents h4 {
	font-weight: 600;
	font-size: 9pt;
	margin: 0;
}
h3#news {
	text-indent: 20px;
	background: url("/media/images/news-icon.gif") left top no-repeat;
}
h3#events {
	text-indent: 20px;
	background: url("/media/images/events-icon.gif") left top no-repeat;
}

#main-content-right {
	width: 232px;
	float: left;
	margin-left: 10px;
	padding-top: 20px;
	overflow: hidden;
}
* html #main-content-right {
	width: 232px;
	margin-left: -5px;
	float: right;
}
#main-content-right img {
	clear: both;
	float: right;
	margin-bottom: 20px;
}
/* IE hacks */
* html #main-content-right img {
  margin-bottom: 0;
}
/* end: IE hacks */
#featured-video-top {
	width: 480px;
	background: url("/media/images/featured-video-top.gif") top left no-repeat;
	margin-bottom: 5px;
}
#featured-video-bottom {
	width: 480px;
	background: url("/media/images/featured-video-bottom.gif") bottom left no-repeat;
	margin: 0;
	padding: 4px 0 4px 0;
}
#featured-video {
	width: 480px;
	min-height: 180px;
	background: url("/media/images/featured-video-background.gif") left repeat-y;
}
#featured-video h3 {
	font-size:14px;
 	padding-top: 8px;
	padding-bottom: 1px;
	color:#FFF;
}
#featured-video hr {
	width: 150px;
	color:#b3b3b3;
	background-color:#b3b3b3;
	margin-bottom:-7px;
}
#featured-video p {
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 9pt;
	line-height: 1.1;
}
#video {
	margin-left: 7px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#video1, #video2, #video3 {
	width: 0px;
	height: 0px;
	visibility: hidden;
}
#featured-video a {
	font-size: 8pt;
	font-weight: 600;
	text-decoration: none;
	color: #CCC;
}
#featured-video a:hover {
	color: #FFF;
}
#featured-video b {
	font-size: 8pt;
	font-weight: 600;
}
#featured-video ul {
	list-style-position: outside;
	list-style: none;
	padding-left: 12px;
	margin-left: 10px;
	margin-bottom: 0;
	line-height: 0.9;
}
#featured-video li {
	margin-bottom: 5px;
}
#featured-video li.vidselected {
	list-style-image: url("/media/images/video-bullet.gif");
}
.right-sidebar-divider {
	height: 1px;
	font-size: 0pt;
	width: 200px;
	background: url('/media/images/right-sidebar-divider.gif') left top no-repeat;
	position: relative;
	left: -10px;
}
* html .right-sidebar-divider {
	left: -18px;
}
.right-sidebar {
	margin-left: 10px;
	padding-bottom: 10px;
	font-size: 8pt;
}
.right-sidebar h3 {
	font-size: 12pt;
}
.right-sidebar p {
	margin-top: 10px;
	font-size: 8pt;
}
#contextmenu {
	margin: 0;
	margin-top: 5px;
	margin-left: 10px;
	padding: 0;
	width: 220px;
}
#contextmenu h3 {
	font-size: 12pt;
}
* html #contextmenu h3 {
	margin-top: 5px;
	margin-bottom: 10px;
}

/* --- */
#contextmenu ul {
  list-style-position: outside;
  list-style-image: url("/media/images/quick-links-bullet.gif");
  margin-left: -20px;
  margin-top: 5px;
}
#contextmenu li {
  line-height: 1.5;
}
/* IE hacks */

* html #contextmenu ul { /* IE 6 */
  margin-left: 20px;
  margin-top: 0px;
}
*:first-child+html #contextmenu ul { /* IE 7 */
  margin-left: 20px;
  margin-top: 0px;
}

* html #contextmenu li { /* IE 6 */
  padding-top: 5px;
  padding-bottom: 0;
}
*:first-child+html #contextmenu li { /* IE 7 */
  padding-top: 5px;
  padding-bottom: 0;
}

* html #contextmenu li a { /* IE 6 */
  position: relative;
  top: -6px;
}
*:first-child+html #contextmenu li a { /* IE 7 */
  position: relative;
  top: -6px;
}
/* end: IE hacks */
#contextmenu a {
  text-decoration: none;
  font-weight: 700;
  color: #163A79;
  font-size: 8pt;
}
#contextmenu a:hover {
  text-decoration: underline;
}
/* ---- */
#footer-container {
  width: 100%;
}
#footer {
  width: 960px;
  text-align: left;
  margin: 0 auto;
}
.footer-format {
	margin: 10px;
	font-size: 7pt;
}
.footer-format a {
	color: #35548B;
	text-decoration: underline;
}
.footer-format a:hover {
	text-decoration: none;
}
p.faq {
	margin: 0;
	margin-bottom: 20px;
}

/* Contact Us page */
#contact-us-content {
	padding-left: 10px;
	padding-bottom: 30px;
	margin-left: 40px;
}
#contact-us-content h4 {
	margin-bottom: 0;
	margin-top: 10px;
	font-size: 8pt;
}

#default-content {
	margin-left: 10px;
	margin-right: 10px;
}
#news-article {
	margin-left: 10px;
}
#staff-directory {
	margin-left: 10px;
}
#staff-directory h4 {
  font-size: 14pt;
}
#staff-directory div b.name {
	font-size: 12pt;
	margin-right: 10px;
}
#staff-directory div div {
	float: left;
	margin-top: 5px;
	margin-bottom: 30px;
	margin-right: 20px;
}
#staff-directory div div a {
  text-decoration: underline;
}
#staff-directory div div a:hover {
  text-decoration: none;
}
div#letter-list {
  padding-left: 0;
}
div#letter-list a {
  font-size: 10pt;
  text-decoration: underline;
  font-weight: 700;
}
div#letter-list a:hover {
  text-decoration: none;
}
a#selected-letter {
  border: #ababab 2px solid;
  padding: 2px;
}
#search-results {
	margin-left: 10px;
	margin-right: 10px;
}
div#search-results ol li {
	margin: 0 0 10px 0;
}
div#search-results ol li a {
	font-weight: 600;
	text-decoration: underline;
}
div#search-results ol li a:hover {
  text-decoration: none;	
}

/* Calendar */

#calendar {
  width: 98%;
  border: 1px solid #C0C0C0;
  border-collapse: collapse;
  }
#calendar th {
  width: 14%;
  text-align: center;
  background: url(../images/inside_navigation.jpg);
  padding: 2px;
  }
#calendar td {
  padding: 4px;
  height: 80px;
  vertical-align: top;
  background: white;
  border: 1px solid #C0C0C0;
  }
#calendar td a {
	font-size: 10pt;
}
#calendar td.empty {
  border: 0px;
  }
#calendar td.selected {
  background: #F0F0F0;
  }   
#calendar td div.day {
  float: left;
  font-weight: bold;
  padding: 0 1em 0.5em 0;
  }
#calendar td p {
	clear: both;
}
.calendarSelect {
  float: right;
  border: 1px solid #C0C0C0;
  border-collapse: collapse;
  position: relative;
  top: -2.5em;
  margin-right: 2em;
  }
.calendarSelect th {
  text-align: center;
  background: url(../images/inside_navigation.jpg);
  padding: 2px;
  }
.calendarSelect td {
  padding: 2px;
  background: white;
  border: 1px solid #C0C0C0;
  }
.calendarSelect td.selected {
  background: #F0F0F0;
  }
.calendarDetail {
  border-collapse: collapse;
  margin: 1em;
  }
.calendarDetail p {
  margin: 0;
	margin-bottom: 10px;
	font-size: 10pt;
}
.calendarDetail th {
  text-align: right;
  padding: 4px 8px;
  }
.calendarDetail td {
  padding: 4px 8px;
  }


.homeads-slider { height: 300px; width: 169px; display: block; }
.homeads-holder, .homeads-slider .jcarousel-clip { height: 300px; width: 169px; position: relative; overflow: hidden; }
.homeads-holder ul { list-style: none; height: 300px; position: relative; overflow: hidden; padding: 0px; margin: 0px; }
.homeads-holder ul li { float: left; height: 300px; width: 169px; }

