/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html {
	height: 100%;
}

body {
	height: 100%;
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

#nonfooter {
	position: relative;
	min-height: 100%;
	width:auto;
}

* html #nonfooter {
	height: 100%;
}

#footer {
	margin-top: -2em;
}

.graylink {
color:#333333;
}

#smallcalendarwrap {
	width: 210px;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;

}

.smallcalendar {
	width: 210px;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	font-size: 10px;
	font-weight: normal;
	
}
.smallcalendardivider {
	border: 1px solid #CCCCCC;
  padding: 0px;
}

#smallcalendarhdr {
	width: 210px;
	border: 1px solid #CCCCCC;
	background-color: #CCCCCC;
}

#smallcalendardate {
	width: 203px;
	border: 2px solid #CCCCCC;
	padding: 5px 0px 2px 5px;
	margin: -6px 0px 4px 0px;
}
#smallcalendardivider td {
border:#ff0000 solid 1px;
}

a:link, a:visited, a:hover {
	color: #85371E;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana,Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 28px;
	color: #FFFFFF;
	font-style: italic;
}
#branding {
	padding: 10px 10px 0px 0px;
}


h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #cccccc;
	
	background-image: url(images/mastheadbg.png);
	background-repeat: no-repeat;
	background-color: #003E76;
	height: 78px;
}

#navBar{
	width:225px;
	padding: 0px;
	float: left;
	margin-bottom: 225px;
	margin-left:5px;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 35px 0px 5px 10px;
	color: #FFFFFF;
	width: 380px;
	float: left;
}

/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}
#date {
	font-weight: bold;
	font-size: 12px;
	padding: 2px 10px 2px 0px;
	border-bottom: 1px solid #333333;
}

/************* #globalNav styles **************/

#globalNav{
	color: #333333;
	padding: 0px 0px 0px 10px;
	white-space: nowrap;
	font-size: 13px;
	width: 500px;
	float: left;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 12px;
	padding: 0px 4px 0px 0px;
	border-bottom: 1px;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 10px;
	padding: 5px 10px 5px 10px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #333333;
	margin: 0 100px 0 20px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}
#categories {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
}
.selectedcategory {
background-color:#DDDDDD;
}
.normalcategory {
font-weight: normal;
}
#centercalendar {
position:absolute;
top:auto;
left:225px;
width:75%;
float:left;
}
#centercalendar tr.header {
  background-color: #FFFFFF;
}
#centercalendar tr.multiday {
  background-color: #CCCCCC;
	height:16px;
}

#centercalendar tr.odd {
  background-color: #DDDDDD;
}
#centercalendar th {
  text-align: left;
}
#centercalendar th.header {
  text-align: center;
}
#centercalendar th.weekday {
  width:14%;
	
}
#centercalendar th.wednesday {
  width:16%;
}
#centercalendar td.weekday {
  width:14%;
  background-color: #DDDDDD;
	min-height:50px;
}
#centercalendar td.wednesday {
  width:16%;
  background-color: #DDDDDD;
}
#centercalendar td.monthday {
  font-weight:bold;
color:#999999;
}
#centercalendar a.monthdaywithevents {
  font-weight:bold;
text-decoration:none;
}
#centercalendarwrap {
border:#CCCCCC solid 2px;
margin-left:10px;
margin-top:3px;
margin-bottom:4px;
margin-right:5px;
}

#monthviewsmallfont {
font-size:9px;
}

#rule {
border-bottom:#999 solid 1px;
margin: 4px 0px 5px 0px;
height: 1px;
    background-image: url(/news-events/images/transparent.gif);
    background-repeat: repeat-x;
}

.instructionstyle {
padding:5px 0px 5px 0px;
}
/*	*/
