/* standard elements */
html {min-height: 100%;}
body   
{
padding-left:10%;
padding-right:10%;
font: 16px/1.2 helvetica-neue, helvetica, arial, san-serif;

color:#454545;
background-color: #fff;


}         
       
               
.container {
        float:center;
        /*
        border-left:1px solid #eee;
        border-right:1px solid #eee;
        border-bottom:1px solid #eee;
*/
        
        color: #5d5d5d; 
      /* font-family: 'courier new',courier,monospace;*/  
        background: #fff;
	margin: 0 auto;
	
	}


/* navigation */

.navigation {float:left; font-size:7pt;width:750px;/* url('images/01.gif') no-repeat;*/}
.navigation li {list-style-type:none;display:inline;float:left;  margin:0; padding:0px 7px;text-align:center;}
.navigation a:link {display:block;text-decoration:none;}

.navigation a:hover { 
                      /*font-weight:bold;*/
                      text-decoration:underline;
                      
}

/* main */
.main { 
	text-align: justify;

	font-weight: normal;
	border-top: 1px solid #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
        border-radius: 5px;
}

h1 {
font-size:14pt;
font-style: normal;

color: #222;

font-weight: lighter;

}








h2 {


font-size:16pt;

text-align: left;
font-weight: lighter;
color: #222;


}
h3 {




text-decoration: none;
font-weight: bold;

color: #5d5d5d;


}

h4 {

font-size: 14px;

text-align: left;

text-decoration: none;

color: #333333;

font-weight: bold;

}



img
{  border-style: none;
  
}

ul {list-style-type:none;}

#fadeshow{
background-color: #ffffff;
  font-weight: bold;

}

.notices {color:#454545;font-size:9pt;width:70%;border-right:1px solid #eee;}
.notices a:link { color:#3a65bb;} /* for unvisited links was #1985b5 then 297cd9*/
.notices a:visited {color:#3a65bb;} /* for visited links was #1985b5*/ 
.notices a:hover {text-decoration:underline;}/* when link is active */



.btx a:hover{ text-decoration:none;}
.btx {
  position:relative;
  
  font-size:12pt;
  
  height:70px;  
}
.drop{
     
     z-index:20;
   }







p,code,ul {padding-bottom: 1.2em;}




/*links were #297ccf then #1985b5 then 297cd9*/
a:link { color: #3a65bb; text-decoration: none;} /* for links was #1985b5*/
a:visited {color:#3a65bb;  text-decoration:none;} /* for visited links was #1985b5*/ 
a:hover {text-decoration:underline;}/* when link is active */

.headlnk a  {text-decoration:underline;}
.trailnk a  {text-decoration:none;}
a:hover span.tooltip {
  text-decoration:none;
  position: absolute;
  width:100px;  
  top: -50px;
  right: -50px;
  font-size:9pt;
  background-color:#fff;
  display: inline;
  border: 1px solid gray;
  
  
  }


a span {display: none;}
a {position: relative;}






a:hover span.above {
  position: absolute;
  top: -97px;
  left: -77px;
  display: block;
  background: #fdd;
  border: 1px solid red;
  font-size: 8 pt;
  text-decoration:none;
  } 
a:hover span.left {
  position: absolute;
  top: -97px;
  left: -77px;
  display: block;
  background: #fdd;
  border: 1px solid red;
  font-size: 10 pt;
  text-decoration:none;
  } 
a:hover span.sm {
  position: absolute;
  top: 0px;
  left: 107px;
  display: block;
  background: #fff;
  border: 1px solid red;
  font-size: 67% ;
  text-decoration:none;
  } 



code {  font-size:7pt;
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
   



/* misc */
.clearer {clear: both;}
.center {float:center;}
.left {float: left;}
.right {float: right;}

#catdrop {font-size:8pt;font-stretch:ultra-condensed;} 
#catdrop a {text-decoration:underline;}
                     

#box  {border: 1px solid #000;padding:5px;font-size:9pt;font-weight:normal;}
#box a {text-decoration:underline;}
.linkbutton a:link {
  text-decoration : none;
  
}
.linkbutton a:hover { text-decoration : underline;color:#930;
                     background-color:#fdf7f8; }

#fadeshow2 .descpanelfg {
        opacity: .9;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; // first!
	filter: alpha(opacity=90);					// second!
	font-family:'courier new',courier,monospace;
        color: gray!important;
        background-color: white!important; 
       	height:12px;
} 


.rounded { -moz-border-radius: 7px;
	-webkit-border-radius: 7px;

}
.square { border: 1px solid gray

}

#listform { height:150px;}


/* header */

       

.header {
        
        background: url('../images/bannersm.gif') no-repeat;
        height: 50px;
	margin: 0 auto;
	
	
}









/* carousel elements other css for carousel in css folder */

#wide-wrapper
{
	background:url(example_assets/bg.jpg) repeat-x;
	height:600px;
}


#header
{
	width:280px;
	margin:0px auto;
	padding-top:75px;
}


#carousel-container
{
	width:870px;
	height:450px;
	margin:0px auto;
	padding:0px;
}

/*
arranges the images in a grid

this style will be applied only before the 
carousel is instantiated or if the user doesn't have
javascript enabled;

feel free to replace this style with your preferred one
*/
#carousel-container ul
{       
	list-style:none;
	padding:0px;
}

#carousel-container ul li
{
	float:left;
}

#carousel-container ul li .tooltip, #carousel-container ul li .bigImage, #carousel-container ul li .title, #carousel-container ul li .description
{       
	position:absolute;
	left:-9999px;
}


#text
{
	width:650px;
	margin:0px auto;
	margin-top:-110px;
}


#text p
{	
	padding: 5px 10px;
}


#text #selected-title
{
	width:80px;
	background-color:#fff;
	font-style:italic;
}


#text #selected-description
{
	background-color:#fff;
}


#controls
{
	width:234px;
	margin:0px auto;
}


#controls a
{
	margin:0px 20px;
	cursor:pointer;
}


#controls #left
{
	background:url(carousel-assets/images/arrows.png);
	width:38px;
	height:38px;
	float:left;
}


#controls #right
{
	background:url(carousel-assets/images/arrows.png) -38px 0px;
	width:38px;
	height:38px;
	float:left;
}


#controls #auto-scroll
{
	background:url(carousel-assets/images/playpause.png);
	width:38px;
	height:38px;
	float:left;
}


#description
{
	margin:0px;
	padding:0px;
	background-color:#eee;
	border-top:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
}


#description p
{
	
	font-style:italic;
	width:750px;
	margin:0px auto;
	padding:10px 0px;
}


#description #navigation
{
	width:300px;
	height:25px;
	margin:10px auto 0px;
}


#description #navigation a
{
	background-color:#F1F1F1;
	text-decoration:none;
	color:#666;
	padding:5px 10px;
	margin:0px 5px;
	border:#CCC solid 1px;
}

/* the div that holds the date picker calendar for adding events*/
.dpDiv {
	}
 
 
/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}
 
 
/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}
 
 
/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}
 
 
/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}
 
 
/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}
 
 
/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}
 
 
/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}
 
 
/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}
 
 
/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}
 
 
/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}
 
 
/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}
 
 
/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}
 
 
/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}
 
 
/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}
 
 
/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}
 
 
/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}
