/* Start of CMSMS style sheet 'a_Nav_Simple-Vertical' */
/********************
MENU
*********************/
#menu_vert {
   padding-left: 0;
   margin: 0;
}

#menu_vert ul {
   padding-left: 0;
   margin: 0;
}

/* 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;
   /*border-bottom: 1px solid #c0c0c0;*/
   display: block;
	 text-align: center;
}

#menu_vert ul ul li {
   border: none;
	 margin: 0 0 0 10px;
	 padding: 0;
	 text-align: left;
}

/** 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 {
	 font-size: 11px;
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 2px 4px; /* some air for it */
	 margin: 6px 0 6px 0;
   color: #999999; /* this will be link color for all levels */
	 border: 1px #999999 solid; 
  /* background: url(images/cms/arrow-right.gif) no-repeat 0.5em center; */
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
   font-size: 90%;
   padding: 2px 4px;
	 margin: 0;
	 border: 0;
   /* background-position: 1.5em center;*/
}

/* third level links, more padding */
div#menu_vert ul ul ul a {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(images/cms/dash.gif) no-repeat 2.8em center; 
}

/* hover state for all links */
div#menu_vert a:hover {
   background-color: #D8FEFE;
}

div#menu_vert ul ul a:hover, div#menu_vert ul ul ul a:hover {
   background-color: #EEEEEE;
}

div#menu_vert a.activeparent:hover {
   background-color: #C3D4DF;
   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 {
  /*background: url(images/cms/arrow-down.gif) no-repeat 0.4em center; */
   border: 1px #999999 solid;
   color: #999999;
}

div#menu_vert ul ul li a.activeparent {
   background-position: 1.5em center; 
   background-color: transparent;
   color: #18507C;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 2px 4px; /* some air for it */
	 margin: 6px 0 6px 0;
   color: #666666; /* this will be link color for all levels */
	 border: 1px #999999 solid; 
  /* background: url(images/cms/arrow-right.gif) no-repeat 0.5em center; */
   min-height:1em; /* Fixes IE7 whitespace bug */
	 font-size:11px; /* Fixes IE bug */
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
   font-size: 90%;
   color: #666666;
   padding: 2px 4px;
	 margin: 0;
	 border: 0;     
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
   font-size: 90%;
   color: #666666;
   padding: 2px 4px;
	 margin: 0;
	 border: 0; 
}

/* 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 'a_Nav_Simple-Vertical' */

/* Start of CMSMS style sheet 'caminostyle' */
body {
	font-family: arial; 
	font-size: 12px; 
	color: #666666; 
}

a:link, a:visited {
	font-family: arial; 
	font-weight: bold; 
	font-size: 12px; 
	color: #333333; 
	text-decoration: none; 
}

a:hover  {
	color: #000066; 
}

.bodytext {
	font-family: arial; 
	font-size: 12px; 
	color: #333333; 
}

.print_img {
	border: 0;
}

td {
	font-family: arial; 
	font-size: 12px; 
	color: #333333; 
}

h2 {
	font-family: arial;
	font-size: 18px;
	color: #666666; 
}

div#main img {
	border: 1px solid #333333;
	margin-top: 3px;
}

/* position for the search box */
div#search {
   /* float: right; *//
   width: 120px;
   padding: 0;
   margin: 40px 0 0 0;
	 /*text-align: right;*/
	 font-size: 11px;
}

input#m3searchinput  {
	font-family: arial; 
	font-size: 11px; 
	color: #333333;
	display: block;
	margin: 2px 0;	
}

label {
	font-family: arial; 
	font-size: 11px; 
	color: #333333;
}

input {
	font-family: arial; 
	font-size: 11px; 
	color: #333333; 
}

div#blog_left {
text-align: center;
}

div#blog_left img {
margin: 2px 0 2px 0;
border: 1px solid #333333;
}

div.NewsSummary, div#NewsPostDetailContent {
	margin: 0 0 25px 0;
	border: 1px solid #EEEEEE;
	padding: 8px;
}

div.NewsSummaryMorelink {
	/*margin: -10px 0 0 0;*/
}

div.NewsSummaryPostdate, div#NewsPostDetailDate, div#NewsPostDetailCategory {
	color: #000066;
	/*font-weight: bold;*/
}

div#NewsPostDetailContent {
	margin-top: 10px;
	border: 1px solid #EEEEEE;
	padding: 0 0 8px 12px;
}
div#footer, div#footer a:link, div#footer a:visited {
	font-family: arial; 
	font-size: 11px; 
	color: #666666; 
} 


/* ///////////////// OLD Styles from original site - still in use? ///////// */

.bodytext8 {
	font-family: arial; 
	font-size: 10px; 
}

.bodytextwhite {
	font-family: arial; 
	font-size: 12px; 
	color: #FFFFCC; 
}

.bodytext10 {
	font-family: arial; 
	font-size: 13px; 
}

.contacttext {
	font-family: arial; 
	font-size: 14px; 
}

.hometext {
	font-family: arial; 
	font-size: 11pt; 
}

.presstext {
	font-size: 13px; 
}

.headertext {
	font-family: arial; 
	font-size: 18px; 
}

.headerlink {
	font-family: lydian csv bt, Georgia; 
	font-size: 24pt; 
	font-style: italic; 
	color: #333333; 
	text-decoration: none; 
}

.headertext2 {
	font-family: arial; 
	font-size: 15px; 
	font-weight: bold; 
	font-style: italic; 
	color: #FFFFFF; 
}

.headertext2a {
	font-family: verdana,arial; 
	font-size: 11pt; 
	font-style: italic; 
}

.headertext3 {
	font-family: arial; 
	font-size: 16px; 
	color: #FFFFFF; 
}

.headertext4 {
	font-family: arial; 
	font-size: 16px; 
}

.headertext5 {
	font-family: arial; 
	font-size: 15px; 
	font-weight: bold; 
	font-style: italic; 
}

.bodylink {
	font-family: verdana, arial; 
	font-size: 10px; 
	font-weight: bold color: #000000; 
	text-decoration: none; 
}

.menulink {
	font-family: verdana, arial; 
	font-weight: bold; 
	font-size: 14px; 
	color: #000066; 
	text-decoration: none; 
}

.more {
	font-family: arial; 
	font-weight: bold; 
	font-size: 12px; 
	color: #333333; 
	text-decoration: none; 
}

.localtext {
	font-family: verdana, arial; 
	font-weight: bold; 
	font-size: 12px; 
	color: #CC0033; 
}
/* End of 'caminostyle' */

