/*--------------------------------------------------------------------------------------------------
Sitewide, generic Classes and primary page section DIVs and DIV specific class/tag styles go here.
--------------------------------------------------------------------------------------------------*/

body {
  background-image: url('/img/css_pattern_striped_black.gif');
	color: #000000;
  font-family:  Verdana, Helvetica, Arial, sans-serif;
}



/*--------------------------------------------------------------------------------------------------
  TYPOGRAPHY 
--------------------------------------------------------------------------------------------------*/
p {
	font-size: 1.1em; line-height:1.5em;
	margin: 1.5em 0;
}
h1 {
	font-size:1.8em; line-height: 0.9em;
	font-weight:bold;	
	margin-bottom: 1.09em;
}
h2 {
  background-image: url('/img/css_pattern_striped_red.gif');
  border-top: 3px solid #650a10;
  color: #ffffff;
	font-size:1.2em; letter-spacing: .1em;
	margin: 0;
  padding: 0.3em;
  text-align: left;
	text-transform: uppercase;
}
h2 span, h2 span select {
	font-size:0.9em;
}
h3 {
	font-size:1.5em; line-height: 1.3em;
	font-style:italic;
	font-weight:bold;
	margin-bottom: 0;
}
h4 {
  background-color: #dadad1;
  color: #000000;
	font-size:1.25em; line-height: 1.25em;
	font-weight:bold;
	margin-bottom: .25em;
	padding: .25em .5em;
}


/*--------------------------------------------------------------------------------------------------
  LISTS
--------------------------------------------------------------------------------------------------*/
ul  {
	margin:0;
	padding:0;
	padding-left:2em;
	margin-bottom:.5em;
}
ul li {
	margin:5px 0 0 0;
	padding:0;
}          
ol			{
	margin:0;
	padding:0;
	padding-left:4em;
	margin-bottom:.5em;
}
ol li		{
	margin:0;
	padding:0;
}
ol ol		{
	margin-bottom:0;
	list-style:lower-roman;
}
ol ol	li	{
	list-style-type:lower-roman;
}



ul#upcomingevents { font-size:1em; line-height: 1.5em; list-style: none; margin:0; padding:0; }
ul#upcomingevents li { border-bottom: 1px solid #cdcdcd; }
ul#upcomingevents li a { display:block; padding: 5px; text-decoration: none;}
ul#upcomingevents li a:hover { background-color: #cdcdcd; }


/*
ul#hotnews { font-size:11px; list-style: none; margin:0 0 20px 0; padding:0; }
ul#hotnews li { margin:0; padding:0; }
ul#hotnews li a { border-bottom: 1px solid #cdcdcd; display:block; margin:0; padding:8px 5px; text-decoration:none; }
ul#hotnews li a:hover { background-color:#333333; border-left: 2px solid #AA111B; color:#ffffff; }
*/
ul#hotnews { font-size:1em; line-height:1.5em; list-style:none; margin:0; padding:0; width: 95%; }
ul#hotnews li { border-bottom: 1px solid #cdcdcd; }
ul#hotnews li a { display:block; padding: 5px 15px 5px 5px; text-decoration: none; }
ul#hotnews li a:hover { background-color: #cdcdcd; }

div#newsticker { background-color:#f0f4a9; border: 1px solid #cdcdcd; margin:0 0 20px 0; padding:0; }
div#newsticker ul { background-color:#f0f4a9; list-style:none; padding:0 0 0 5px; }
div#newsticker ul li a { display:block; font-size:1em; padding: 5px; text-decoration: none; }
div#newsticker ul li a:hover { background-color:#eff76d; }



/* MAIN ID DIVs
--------------------------------------------------------------------------------------------------*/
#wrapper {
}

#container {
/*  background-color: #f0f0e9;*/
  background-image: url('/img/css_container_filler.gif');
	margin: 0 auto 0 auto;
	width: 880px;
}

#location_nav {
  background-color: #000000;
  color: #ffffff;
  font-weight: bold;
  height: 20px;
  padding: 5px 10px 2px 0;
  text-align: right;
}
#location_nav ul, #location_nav ul li {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}
#location_nav ul li {
  float: right;
  font-size: 1em;
  list-style: none;
  margin: 5px 5px 0 0;
  padding: 0;
}
#location_nav ul li a {
  color: #ffffff;
  display: block;
  margin-top: -3px;
  padding: 5px 10px;
  text-decoration: none;
}
#location_nav ul li a:hover {
  background-image: url('/img/css_pattern_striped_black.gif');
  color: #f0f0e9;
  text-decoration: none;
}
#location_nav ul li.tab {
  letter-spacing: .1em;
  text-transform: uppercase;
}
#location_nav ul li.selected, #location_nav ul li.selected a {
  background-color: #f0f0e9;
  color: #000000;
}
#location_nav ul li.selected a:hover {
  background-color: #ffffff;
  background-image: none;
}



#content {
}


#sidebar {
  float: left;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 200px;
}

div.sidebar_module {
  border-top: 2px solid #000000;
/*  position: relative;*/
  width: 200px;
}

ul#sidebar_sponsors {
  list-style: none;
  margin: 0;
  padding:10px 25px;
}
ul#sidebar_sponsors li {
  list-style: none;
  padding:0;
}
ul#sidebar_sponsors li img {
  border: 1px solid #000;
}


/* SIDE NAV
--------------------------------------------------------------------------------------------------*/
#sidenav {
  border-top: solid #4c4848 1px;
} 
#sidenav, #sidenav ul { /* remove bullets and list indents */
  background-color: #666666;
  background-image: url('/img/css_pattern_striped_gray.gif');
	float : left;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 200px;
}
#sidenav li {  /* all list items */
/*  background-color: #666666;*/
	background-color: #000000;
	position : relative;
	float : left;
  font-size: 1em;
  margin: 0;
  padding: 0;
	width: 200px;
}
#sidenav li.admin {  /* all list items */
  background-image: url('/img/css_pattern_striped_red.gif');
}
#sidenav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 200px;
	margin-top : -2.25em;
  z-index:850;
}
#sidenav li ul ul { /* third-and-above-level lists */
	left: -999em;
  z-index:900;
}
#sidenav li a {
  border-bottom: solid #4c4848 1px;
  border-left: solid #4c4848 3px;
  /*color: #fed999;*/
	color:#ffffff;
  display: block;
  font-weight: normal;
  height: 1%;
  margin: 0;
  padding: 6px 0px 6px 3px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .1em;
}
#sidenav li a.top {
  background-image: url('/img/css_nav_arrow.gif');
  background-position: right center;
  background-repeat: no-repeat;
}
#sidenav li a:hover {
  background-color: #4c4848;
  /*color: #f6b543;*/
	color: #dddddd;
}
#sidenav li:hover ul ul, #sidenav li:hover ul ul ul, #sidenav li.sfhover ul ul, #sidenav li.sfhover ul ul ul {
	left: -999em;
}
#sidenav li:hover ul, #sidenav li li:hover ul, #sidenav li li li:hover ul, #sidenav li.sfhover ul, #sidenav li li.sfhover ul, #sidenav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
	

#main_location_header {
  border-bottom:1px solid #333333;
  margin-left: 202px;
  width: 678px;
}

#main {
  background-image: url('/img/css_main_filler.jpg');
  background-repeat: repeat-x;
  margin-left: 202px;
  padding: 60px 20px 20px 20px;
  text-align: left;
}
#main ul li {
/*  font-size: 11px;*/
	margin:5px 0;
	padding:0;
}          
#main ol li {
/*  font-size: 11px;*/
	margin:5px 0;
	padding:0;
}


div.scroll_box {
  background-image: url('/img/css_scrollbox_gradient.jpg');
  background-repeat: repeat-x;
  background-color: #ffffff;
  margin: 0 0 20px 0;
  overflow: auto;
}
div.program_listing {
  background-image: url('/img/css_scrollbox_gradient.jpg');
  background-repeat: repeat-x;
  background-color: #ffffff;
  margin: 0 0 20px 0;
}



#footer {
	background-color: #000000;
	clear:both;
	color: #999999;
	line-height: 1.5em;
	height: 50px;
	margin: 175px 0 0 0;
	padding: 10px;
	text-align: left;
}
#footer a:link, #footer a:hover, #footer  a:visited, #footer a:active {
	color: #999999;
	text-decoration: underline;
}
#footer a:hover {
	color: #ffffff;
	text-decoration: none;
}

#shareLinks {
	position: absolute;
	top: 1px;
	left:10px;
}



/*--------------------------------------------------------------------------------------------------
  Misc Classes
--------------------------------------------------------------------------------------------------*/
ul.scrollbox_tabs, ul.admin_tabs {
  display: block;
  height: 22px;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.scrollbox_tabs li, ul.admin_tabs li {
  display: block;
  float: left;
  font-size: 0.9em; line-height: 0.9em;
  list-style: none;
  padding: 5px;
}
ul.admin_tabs li {
  float: right;
}
ul.scrollbox_tabs li a,  ul.admin_tabs li a {
  background-image: url('/img/css_pattern_striped_black.gif');
  color: #f0f0e9;
  display: block;
  font-weight: normal;
  letter-spacing: .1em;
  margin: 0 5px;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: uppercase;
}
ul.scrollbox_tabs li a:hover, ul.admin_tabs li a:hover {
  background-image: url('/img/css_pattern_striped_red.gif');
  color: #f0f0e9;
  text-decoration: none;
}



table.program_schedules, table.admin {
  border-collapse: collapse;
  width: 98%;
}
table.program_schedules th, table.admin th {
  background-image: url('/img/css_pattern_striped_black.gif');
  color: #f0f0e9;
  font-weight: bold;
  padding: 5px;
  text-align:left;
}
table.program_schedules td, table.admin td {
  border:  1px solid #999999;
	font-size: 1em; line-height: 1.5em;
  padding: 5px;
}
table.program_schedules td p, table.admin td p {
	font-size: 1em; line-height:1.5em;
	margin: 0;
}
table.program_schedules a.learnmore, table.admin a.learnmore {
  background-color:#333333;
  color:#ffffff;
  float:right;
  margin:2px 0px 2px 6px;
  padding:2px;
}
table.program_schedules a:hover.learnmore, table.admin a:hover.learnmore {
  background-color:#AD111E;
}
table.program_schedules a.registeronline {
  background-image: url('/img/css_pattern_striped_red.gif');
  background-color:#333333;
  color:#ffffff;
  margin:2px 0px;
  padding:2px;
}
table.program_schedules a:hover.registeronline {
  background-color:#AD111E;
  background-image: url('/img/css_pattern_striped_black.gif');
}



a.galleryphoto img {
  background-color:#ffffff;
  border:1px solid #000000;
  padding:4px;
}
a:hover.galleryphoto img {
  background-color:#999999;
}



.bordered_photo {
	background-color: #FFF;
	margin: 8px;
	padding: 5px;
}

.section_header {
		background-color: #172A47;
		border-left: 5px solid #000;
		color: #FFF;
		font-size: 110%;
		padding: 3px 3px 3px 10px;
		text-transform: uppercase;
		letter-spacing: .15em;
}

.line0 {
	background: #DDD;
}
.line1 {
	background: #CCC;
}

.intro_text {
  font-size: 1.2em;
  line-height: 1.7em;
}
p.intro_head {
  display: block;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: -.5em;
}




table.sortable {
/*  font-family:arial;*/
/*  background-color: #CDCDCD;*/
/*  margin:10px 0pt 15px;*/
/*  font-size: 8pt;*/
/*  width: 100%;*/
	text-align: left;
}
table.sortable thead tr th, table.sortable tfoot tr th {
  background-color: #000000;
/*  border: 1px solid #FFF;*/
	font-size: 8pt;
	padding: 4px;
}
table.sortable thead tr .header {
	background-image: url(/img/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.sortable tbody td {
/*  color: #3D3D3D;*/
	padding: 4px;
/*  background-color: #FFF;*/
	vertical-align: top;
}
table.sortable tbody tr.odd td {
  background-color:#F0F0F6;
}
table.sortable thead tr .headerSortUp {
	background-image: url(/img/asc.gif);
}
table.sortable thead tr .headerSortDown {
	background-image: url(/img/desc.gif);
}
table.sortable thead tr .headerSortDown, table.sortable thead tr .headerSortUp {
background-color: #333333;
}





#coalesce {
	font-size:9px;
	margin:5px auto;
	padding:5px;
	text-align:right;
	width:880px;
	}
#coalesce a {
	border:none;
	color:#666;
	font-weight:normal;	
	padding:2px 4px;
	text-decoration:none;
	}
#coalesce a:hover {
	background-color:#333;
	color:#999;
	}


