/* Start of CMSMS style sheet 'AM: Left sidebar + 1 column' */
/*****************
AM: Left sidebar + 1 column
******************/
img {
   behavior: url('js/pngbehavior.htc'); 
   border:0;
}
.container {
	background:  url('images/cms/frame-bg.jpg');
}
.MsoNormal {}
body {
	background-image: url('images/cms/bg-tile.gif');
}

div#bloginfo {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 0.8em;
   margin: 170px 0 0 60px;
}
div#bloginfo a {
  color: #4d8fce;
}

div#bloginfo a:hover {
  color: #16243b;
}

dl.profile-datablock {
  padding: 0 0 0 0.5em ;
  margin:0;
}
dd.profile-data {
  padding: 0;
  margin:0;
}
.profile-link {
  padding: 0 0 0 0.5em ;
  margin:0;
}



.sidebar-title {
  margin:1.5em 0 .75em;
  font-size:0.7em;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#333333;

}

div#main {
   margin-left: 24px; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
   margin-right: 60px; /* and some air on the right */
   margin-top: 120px;
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 0.8em;
}

div#mainsubpage {
   background: url('images/cms/subpage-divider.jpg') no-repeat 0px 0px;
   margin-left: 20px; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
   margin-right: 60px; /* and some air on the right */
   margin-top: 120px;
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 0.8em;
   padding: 0 0 0 40px  ;
   height:100%
}

div#mainsubpage h1{
   font-size:140%;
   padding:0;
   margin:0;
}
div#mainsubpage h2{
   font-size:120%;
   padding:0;
   margin:0;
}
div#mainsubpage h3{
   font-size:110%;
   padding:0;
   margin:0;
}
div#mainsubpage h4{
   font-size:100%;
   text-transform:uppercase;
   padding:0;
   margin:0;
}
div#mainsubpage h5{
   font-size:90%;
   font-weight:bold
   text-transform:uppercase;
   padding:0;
   margin:0;
}

div#mainsubpage img {
   border: 0;
}

div#mainsubpage p img {

}

div#mainsubpage p {
   margin: 0 0 1em 0;

}

div#mainsubpage a {
  color: #4d8fce;
}

div#mainsubpage a:hover {
  color: #16243b;
}


div#mainarticlepage {
   background: url('images/cms/subpage-divider.jpg') no-repeat 0px 0px;
   margin-left: 20px; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
   margin-right: 60px; /* and some air on the right */
   margin-top: 120px;
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 0.8em;
   padding: 0 0 0 40px  ;
   height:100%
}
div#mainarticlepage img {
   border: 1px solid #d3d3d3;
}

div#mainarticlepage p img {
   padding:0 ;
   margin:0 1em 1em 0  ;
   float:left;
   clear:left;
}

div#mainarticlepage p {
   padding: 0 0 0.7em 0 ;
   margin:0;
   clear:right;
}

div#mainarticlepage a {
  color: #4d8fce;
}

div#mainarticlepage a:hover {
  color: #16243b;
}


div#main a {
  color: #4d8fce;
}

div#sidebar {
   float: left;        /* set sidebar on the left side. Change to right to float it right instead. */
   display: inline;  /* FIX IE double margin bug */
   margin: 0;
   padding: 0;
}
.footer  {
  font-size:0.7em;
  padding: 1em 0 0 0 ;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.footer a{
  text-decoration: none;
  color:#000;
}

.footer a:hover{
  text-decoration: none;
  color:#000;
}

.footer a:visited{
  text-decoration: none;
  color:#000;
}
.vertbar {
   background-image: url('images/cms/vert-bar.gif');
   background-repeat: repeat-y;
}


div.breadcrumbs {
   padding: 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 75%;        /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin: 0;        /* css shorthand rule will be opened to be "0 1em 0 1em" */
   font-family: Georgia, "Times New Roman", Times, serif;
}

div.breadcrumbs a {
  color: #000;
  text-decoration: none;
}
div.breadcrumbs  a:hover {
  text-decoration: underline;
}

div.breadcrumbs span.lastitem { 
  color:#FFF;
} 


/* END AM: Left sidebar + 1 column */
/* End of 'AM: Left sidebar + 1 column' */

/* Start of CMSMS style sheet 'AM: Simple - Vertical' */
/* CSS Layout: Navigation: Simple - Vertical */

/********************
MENU
*********************/
div#sidebar {
   float: left;        /* set sidebar on the left side. Change to right to float it right instead. */
   display: inline;  /* FIX IE double margin bug */
   margin: 0;
   padding: 0;
}

#menu_vert {
   padding: 0;
   margin: 0;
   font-family: Georgia, "Times New Roman", Times, serif;
  width:260px;
}


/* third level has some padding to have it stand out */
div#menu_vert ul ul ul {
   padding:0 0 0 0;
   margin: 0 0 0 0;
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;
   border-bottom: 1px solid #8faf63;
   display: block;
}

#menu_vert ul ul li {
   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 {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.3em 0em 0.3em 1.2em; /* some air for it */
   color: #18507C; /* this will be link color for all levels */
   background: url(images/cms/arrow-right.gif) no-repeat 0.5em center; 
   min-height:1em; /* Fixes IE7 whitespace bug */ 
   margin: 0;
}

/* next level links, more padding and smaller font */
/* next level links, more padding and smaller font */

div#menu_vert ul  {

}
div#menu_vert ul ul {
   background: url('images/cms/submenu-gradient.gif') repeat-y; 
   padding-bottom: 10px;
}
div#menu_vert ul li.activeparent {
   background: url('images/cms/submenu-gradient.gif') repeat-y ; 
   padding: 0 ;
   margin: 0;
}
div#menu_vert ul li.currentpage {
   background: url('images/cms/submenu-gradient.gif') repeat-y ; 
   padding: 0;
   margin: 0;
}


div#menu_vert ul ul a {
   font-size: 0.6em;
   padding: 0em 0em 0em 1.2em;
   background-position: 0em center;
   margin: 0;
}

/* third level links, more padding */
div#menu_vert ul ul ul a {
   padding: 0em 0em 0em 1.9em;
   background: url(images/cms/dash.gif) no-repeat 0.9em center; 
   margin: 0;
}
div#menu_vert ul ul ul li li li {
   padding: 0em 0em 0em 1.9em;
   background: url(images/cms/dash.gif) no-repeat 0.9em center; 
   margin: 0;
}

/* hover state for all links */
div#menu_vert a:hover {
   color: #16243b;
}

div#menu_vert a.activeparent:hover {
   color: #16243b;
}

/* 
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.5em center; 
   color: #7baa42;

}

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

}


div#menu_vert ul ul li a.activeparent {
   background-position: 0em center; 
   padding: 0em 0em 0em 1.2em;

}


/* 
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: 0.3em 0em 0.3em 1.2em; /* some air for it */
   color: #7baa42;
   background: url(images/cms/arrow-right-active.gif) no-repeat 0.5em center; 
   min-height:1em; /* Fixes IE7 whitespace bug */ 
   margin: 0;
   font-size: 1em;

}


/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
   font-size: 0.6em;
   font-weight: normal;
   background-position: 0em center;
   background-color: transparent;
   border-bottom: none;
   color: #000; 
   padding:0 0 0 1.2em ;
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
   padding: 0 0 0 1.9em ;
   margin: 0 0 0 0;
   background: url(images/cms/arrow-right-active.gif) no-repeat 0.7em center; 
}

/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 14px;
   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 'AM: Simple - Vertical' */

/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
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 */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'AM: News' */
div#news {
  margin: 0 0 0 14px ;  /* margin for the entire div surrounding the news list */
  padding:0 0 0 0;
  width:375px;
  color: #6c6c6d;

}

div#news h2 {
   text-indent: -999em;  /* this hides the text */
   /* background: url('images/cms/featured-work.gif') no-repeat ; */
   font-size:0.0em;
   height:0;
   margin:0;
   padding:0;
}

.NewsSummary {
    background-color: #eff2f5; 
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:0.8em;
    padding: 0 0 1em 28px  ; /* padding for the news article summary */
    margin: 0 0 0 0; /* margin to the bottom of the news article summary */
    line-height:2em;
}

.NewsSummaryContent {
    padding: 0 20px 0 0; /* padding for the news article summary */
    margin:0;
}
.NewsSummaryContent P {
    padding:0;
    margin:0 0 1em 0;
}
.NewsSummaryContent a {
    color: #000
}


.NewsSummaryContent IMG {
  border:0;
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.6em;
    padding-bottom:0.2em;
}
.NewsSummaryLink a {
   color: #7baa42;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'AM: News' */

