a.aBreadCrumbs {
 
 	text-decoration: none;
	color: #0099FF;
	font-size: 10px;
 
 }

#ctl02_Calendar1, #Cw_maincontent2_Calendar1 {

   background-color: #FFFFFF;

}

#ctl02_Calendar1 td, #Cw_maincontent2_Calendar1 td {

   padding: 4px;

}

#ctl02_Calendar1 a, #Cw_maincontent2_Calendar1 a {

   font-weight: bold !important;

}

.tblButtonRow tr td img {

   border: 0px;
   float: left;

}


div#subtitle {
   height: 25px; /* adjust according your image size */
   background: #fff url(images/design_elements/sec-subtitle.jpg) no-repeat 0 0px; 
   display: block;
   border-bottom: 1px solid #333333;
}


* {
margin:0;
padding:0;
}


/* Start of CMSMS style sheet 'swildc.Navigation.Simple.Vertical' */
/********************
MENU
*********************/
#menu_vert {
   padding-left: 0;
   margin-left: 1.5em;
}


/* third level has some padding to have it stand out */
div#menu_vert ul ul ul {
   padding-bottom: 0.5em;
}

/* menu li block */
#menu_vert li {
   list-style:none;
   margin: 0;
}

#menu_vert ul ul li {
   list-style:none;
   border: none;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert a, div#menu_vert a:visited, div#menu_vert a:hover {
   
   ont-size: 90%;
   display: block; 
   padding: 0.8em 0.5em 0.8em 0.25em; 
   color: #006699; 
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a, div#menu_vert ul ul a:visited, div#menu_vert ul ul a:hover {
   font-size: 90%;
   padding: 0.5em 0.5em 0.5em 1.8em;
}

/* third level links, more padding */
div#menu_vert ul ul ul a, div#menu_vert ul ul ul a:visited, div#menu_vert ul ul ul a:hover {
   font-size: 90%;
   padding: 0.5em 0.5em 0.5em 2.3em;
}

/* fourth level links, more padding */
div#menu_vert ul ul ul ul a {
   font-size: 90%;
   padding: 0.5em 0.5em 0.5em 2.3em;
}


/* hover state for all links */
div#menu_vert a:hover {
 }
div#menu_vert a.activeparent:hover {
   color: #18507C;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
   color: #fff;
}

div#menu_vert ul ul li a.activeparent {
   color: #006699;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
   
   display: block; 
   padding: 0.8em 0.5em 0.8em .5em;  
   color: #006699;                           
   font-size: 1em;                           
   margin: 0;                                 
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
   font-size: 90%;
   padding: 0.3em 0.5em 0.3em 1.8em;
   background-color: transparent;
   border-bottom: none;
   color: #000;     
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
   padding: 0.3em 0.5em 0.3em 2.3em;
}

/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}



/* separator */
div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}
/* End of 'swildc.Navigation.Simple.Vertical' */



/* LISTS */
div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */
/* End of 'swildc.layout.secondary' */



div#sidebar {
   background:#EDEDDB;
}

div#sb_img {
   margin-left: 0px;
   background:#fff;
}


div#main {
   margin-left: 0%; 
   margin-right: 0%; 
   padding:20px;
}


/********************
CONTENT STYLING
*********************/

/* HEADINGS */
#tdCenterColumn h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
}

#tdCenterColumn h2 {
   color: #006699; 
   font-size: 1.5em; 
   text-align: left; 
   padding-left: 0.5em;
   padding-bottom: 1px;
   line-height: 1.5em;
   margin: 0 0 0.5em 0;
}

#tdCenterColumn h3 {
   color: #006699; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}

#tdCenterColumn h4 {
   color: #006699; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}

#tdCenterColumn h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}

h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0;  
   line-height:1.4em;
   padding: 0;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */



/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */



/* Start of CMSMS style sheet 'swildc.Navigation.Simple.Horizontal' */
/********************
MENU
*********************/

/* hack for Internet Explorer */
div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#menu_horiz {
   background-color: #ffffff;  /* background color for the entire menu row */
   width: 100%;
   margin: 0;
   padding: 0;
   background: url(images/design_elements/pri-menu-gradient.jpg) ;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {
   margin: 0;
   padding: .25em 0.0em .15em 0.0em;
   border-bottom: 1px solid #C0C0C0;
   border-left:  1px solid #C0C0C0;
   height:2.2em;
}


/* menu list items */
div#menu_horiz li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
   border-right: 1px solid #ffffff;
}


/* the links, that is each list item */
div#menu_horiz a {
   padding: .25em 1em .025em 1.3em;  /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #fff;
   display: block; /* IE has problems with this, fixed above */
   
}


.header {

   height: 151px;
   background: #fff url(images/design_elements/pri-header.jpg) no-repeat 0 0px; 
   display: block; 
}

.header_small {

   height: 77px;
   background: #fff url(images/design_elements/sec-header.jpg) no-repeat 0 0px; 
   display: block; 
}

