
/* general formatting */
.event_td
{
	padding:5px 2px 5px 3px;
}

.hr_dotted
{
	background-image: url("../images/schedule/hr_dotted.gif.html");
}

.eventdefs_menu
{
	font-size:10px;
	font-family: verdana, arial, geneva;
	color:#000000;
}

.field
{
	height:19px;
	font-size:10px;
	font-family: verdana, arial, helvetica;
}

/* text */
.schedule_hd
{
	font-family: verdana, arial, helvetica;
	color:#6949A1;
	font-size:14px;
}

.schedule_sh
{
	font-family: verdana, geneva, arial;
	color:#6949A1;
	font-size:12px;
}

.schedule_body
{
	font-family: verdana, arial, helvetica;
	color:#B9B9B9;
	font-size:11px;
}

.schedule10
{
	font-family: verdana, arial, helvetica;
	color:#B9B9B9;
	font-size:10px;
}

.event_info
{
	font-size:10px;
	font-family: verdana, arial, helvetica;
	color:#B9B9B9;
}

.event_info_sm
{
	font-size:9px;
	font-family: verdana, arial, helvetica;
	color:#B9B9B9;
}

.error
{
	font-size:10px;
	font-weight:bold;
	color:#ffffff;
	background-color:#cc0000;
	padding:3px;
}

.yellow_sh
{
	font-family: verdana, arial, helvetica;
	color:#6949A1;
	font-size:12px;
}

.detail_sh
{
	font-family: verdana, geneva, arial;
	color:#6949A1;
	font-size:11px;
}

.white
{
	color:#FFFFFF;
}

/* links */
a.event_info
{
	text-decoration:underline;
	font-weight:normal;
	color:#B9B9B9;
}

a.event_info:hover
{
	background-color:transparent;
	color:#B9B9B9;
}

a.event_button:hover
{
	background-color:transparent;
}

a.detail_sh:hover
{
	background-color:transparent;
	color:#6949A1;
	text-decoration:underline;
}

.backto
{
	color:#42BBFF;
	font-weight:bold;
	font-size:10px;
}

/* printable content */
.print_body
{
	margin:10px;
	background-color:#ffffff;
}

.print_header
{
	font-family: verdana, geneva, arial;
	color:#F8981C;
	font-size:13px;
	font-weight: bold;
}

.print_day_sh
{
	font-family: verdana, geneva, arial;
	color:#000000;
	font-size:11px;
}

.print_sh_td
{
	padding-top:6px;
	padding-bottom:6px;
}

.print_border_td
{
	padding: 6px 10px 6px 0px;
	border-top: 1px dashed #000000;
}

.print_event_sh
{
	font-size:10px;
	font-family: verdana, arial, helvetica;
	color:#000000;
}

.print_event_info
{
	font-size:9px;
	font-family: verdana, arial, helvetica;
	color:#000000;
}

.print_detail
{
	font-family: verdana, geneva, arial;
	color:#000000;
	font-size:12px;
}

table.tablesched
{
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #cccccc;
	border-collapse: separate;
}

table.tablesched td
{
	padding: 4px;
}

table.tablesched th
{
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	/*border-left: 1px solid #C1DAD7;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;*/
	background:#799847;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 1px 6px 1px 12px;
}

table.tablesched th a:link {
    color: #fff;
    text-decoration: none;
}

table.tablesched th a:visited {
    color: #fff;
    text-decoration: none;
}
table.tablesched th a:hover, a:focus {
    color: #fff;
    text-decoration: underline;
}
table.tablesched th a:active {
    color: #fff;
    text-decoration: underline;
}


div.tabArea {
  font-size: 110%;
  font-weight: bold;
  margin-top:20px;
  margin-bottom:20px;
  /* border-bottom: 10px solid #cb742a; */
  background-color:#799847;
  padding:0;
  line-height:normal;
}

a.tab {
  background-color: #799847;
  padding: 0px 19px 0px 19px;
  text-decoration: none;
}

a.tab:link, a.tab, a.tab:visited {
  color: #fff;
}

a.tab:hover, a.tab.activeTab {
  background-color: #E2A132;
  color: #fff;
}

.orangebold {
	color:#799847;
	font-weight:bold;
		letter-spacing: 2px;
	text-transform: uppercase;
}

.orangeboldtitle {
	color:#799847;
	font-weight:bold;
	font-size:14px;
}

#page-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 900px;
}

body {
	
	font-size: 0.75em;
    line-height: 1.5em;
	font-family: Arial,Helvetica,"Nimbus Sans L",sans-serif;
	color: #797979;

}

body#headerimg {
	background-image: url("../images/newheaderbg.jpg");
	background-repeat:no-repeat;
	background-position:center top;
}
	


body#noheaderimg {
	background-image:none;
	padding-left:10px;
}


h1 {
	
	    font-size: 2em;
    line-height: 1.5em;
    margin: 0.75em 0;
	color: #799847;
}

h2 {
	
	    font-size: 1.5em;
    line-height: 1.5em;
    margin: 0.75em 0;
	color: #799847;
}

a:link {
    color: #4597CF;
    text-decoration: none;
}
a:visited {
    color: #4597CF;
    text-decoration: none;
}
a:hover, a:focus {
    color: #4597CF;
    text-decoration: underline;
}
a:active {
    color: #4597CF;
    text-decoration: underline;
}


div#bookmarks {
	margin-top:25px;
}

.region-bottom {
    background: url("../images/bgmountains.jpg") no-repeat scroll 0 0 transparent;
    height: 129px;
    margin: 10px auto;
    padding-bottom: 0;
    width: 996px;
}

#block-menu-block-2 ul li.leaf {
    list-style-image: none;
	display:inline;
	padding-left:10px;
	padding-right:10px;
}

#block-menu-block-2 ul {
    text-align: center;
}


#block-menu-block-2 ul {
    padding-top: 100px;
    text-align: center;

}
ul.menu {
    border: medium none;
    list-style: none outside none;
}

li.leaf {

  margin: 0;
}

#block-nice-menus-1 {
background:#678346;
	/* IE10 */ 
background-image: -ms-linear-gradient(top, #acbc98 0%, #678346 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #acbc98 0%, #678346 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #acbc98 0%, #678346 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #acbc98), color-stop(1, #678346));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #acbc98 0%, #678346 100%);

margin-top:0px;
	height:30px;
	
}
}
#block-menu-block-1 ul li.leaf, #block-menu-block-1 ul li.expanded, #block-menu-block-1 ul li.collapsed {
    list-style: none;
}
#block-menu-block-1 ul {
    padding-left: 0;
}
#block-menu-block-1 li {
    padding-left: 10px;
    padding-right: 10px;
	list-style:none;
}




ul.nice-menu-down .menuparent a {
    padding-right: 15px;
}
ul.nice-menu a {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    padding: 7px 15px 5px;
    display: block;
}


ul.nice-menu li {
  
    border-top: 0 none;
    float: left;
    min-height: 29px;
}
ul.nice-menu li {
    background-image: none;
    margin: 0;
    padding-left: 0;
	list-style:none;
}
ul.nice-menu-down li {
    border-top: 1px solid #CCCCCC;
}
ul.nice-menu li {

    border-top: 0 none;
    float: left;
    min-height: 29px;
}
ul.nice-menu li {
    position: relative;
}


ul.nice-menu li a:link {
    color: #fff;
    text-decoration: none;
}
ul.nice-menu li a:visited {
    color: #fff;
    text-decoration: none;
}
ul.nice-menu li a:hover, a:focus {
    color: #fff;
    text-decoration: none;
	background-color:#EBC37B;
}
ul.nice-menu li a:active {
    color: #fff;
    text-decoration: none;
	background-color:#EBC37B;
}

body, div#header img {
	margin:0;
	padding:0;
}

#header {
	height: 175px;
	position:relative;
}

#header .section {
}

#logo /* Wrapping link for logo */ {
position:  absolute;
    top:  0;
    left: 0;
}

#logo img {
  vertical-align: bottom;
}

#descheadertext {
position:absolute;
top:45px;
left:645px;
}

#sitewidesearch {
position:absolute;
top:115px;
left:645px;
}

