/* Start of CMSMS style sheet 'HP_main' */
* { padding: 0; margin: 0; }
body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; background-color: #001119; background-image: url(uploads/images/sitepics/bg100.jpg); background-repeat: repeat-x; }
#wrapper { margin: 10px auto; width: 922px; border: solid 1px #c8c8c8; }
#faux { background-color: transparent; background-image: url(uploads/images/sitepics/faux_layout.gif); background-attachment: scroll; background-position: 0 0; margin-bottom: 0; overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
  }
#header {
 color: #333;
 width: 922px;
 height: 261px;
 margin: 0 0 0;
 background: #d1dbdb url(../0644_topBilder_1.jpg) no-repeat;
}
#navigation { color: #333; background: #BACAD3; margin: 0; width: 100%; height: auto; overflow: auto; }
#navleft { width: 536px; height: auto; float: left; margin: 0; padding: 10px 10px 10px 15px; display: inline; }
#navright { text-align: right; position: relative; width: 341px; height: auto; float: left; margin: 0; padding: 10px; display: inline; }
#leftcolumn { display: inline; color: #333; padding: 0; width: 217px; float: left; }
#content { float: left; color: #333; padding: 20px; width: 665px; display: inline; position: relative; }
#left_content { float: left; color: #333; background-color: #f60; width: 415px; height: auto; display: inline; }
#right_content { float: left; color: #333; background-color: #8ed700; width: 250px; display: inline; position: relative; height: auto; }
.2col_leftTable { background-color: #f60; width: 405px; height: auto; }
.2col_rightTable { background-color: #800080; width: 250px; height: auto; overflow: hidden; }
#footer { width: 902px; clear: both; color: #333; font-size: 11px; background: #bacad3; text-align: right; margin: 0 0 0; padding: 10px; }
.clear { clear: both; background: none; }
/* set all links to have underline and bluish color */
a,
a:link 
a:active { color: #567483; text-decoration: none; }
a:visited { color: #567483; text-decoration: none;                /* a different color can be used for visited links */
}
/* remove underline on hover and change color */
a:hover {
   text-decoration: underline;
   background-color: #bacad3;
   color: #000;
}
div.hr { height: 1px; margin-top: 1em; margin-bottom: 1em; padding: 1em; border-bottom: 1px dotted black; }
/* relational links under content */
div.left49 {
  width: 49%; /* 50% for both left and right might lead to rounding error on some browser */
}
div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}
img {
   border: 0;
}
content img {padding: 5px; margin: 5px;
}
/********************
CONTENT STYLING
*********************/
div#content {

}
/* HEADINGS */
div#content h1 {
   font-size: 2em; /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 { color: #567483; font-size: 1.5em; text-align: left; 
/* some air around the text */
	padding-bottom: 1px;
/* set borders around header */
	border-bottom: 2px solid #c8c8c8; line-height: 1.5em;
/* and some air under the border */
        margin: 0 0 0.5em; }
div#content h3 {
   color: #567483; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em;
}
div#content h4 {
   color: #567483; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em;
}
div#content h5 {
   color: #567483; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em;
}
h6 {
   color: #294B5F; 
   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; /* some air around p elements */
   line-height: 1.4em;
   padding: 0;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
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%;


}
/* Separating the divs on the template explanation page, with some bottom-border */
div.templatecode {
  margin: 0 0 2.5em;
}
/* END TEXT */
/* LISTS */
/* lists in content need some margins to look nice */
div#content ul,
div#content ol,
div#content dl {
   font-size: 1.0em;
   line-height: 1.4em;
   margin: 0 0 1.5em 0;
}
div#content ul li,
div#content ol li {
   margin: 0 0 0.25em 3em;
}
/* definition lists topics on bold */
div#content dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#content dl dd {
   margin: 0 0 1em 1em;
}
div#content dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}
/* END LISTS */
/********************
MENU
*********************/
#menu_vert {
   padding-left: 0;
   margin-left: 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 #fff;
   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.8em 0.5em 0.8em 1.5em; /* some air for it */
   color: #567483; /* this will be link color for all levels */
   background-color: transparent; background-repeat: no-repeat; background-attachment: scroll; background-position: 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: 0.5em 0.5em 0.5em 2.8em;
   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: #C3D4DF;
}
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 { color: #000; background-color: #bacad3; background-repeat: no-repeat; background-attachment: scroll; background-position: 0.4em center; }
div#menu_vert ul ul li a.activeparent {
   background-position: 1.5em center; 
   background-color: transparent;
   color: #567483;
}
/* 
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 1.5em;  /* some air for it */
   color: #000;                                 /* this will be link color for all levels */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
   background-color: #bacad3; background-repeat: no-repeat; background-attachment: scroll; background-position: 0.4em center; margin: 0;                                  /* as <h3> normally has some margin by default */
}
/* 
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 2.8em;
   background-position: 1.4em center;
   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 4.3em;
   background: url(images/cms/arrow-right-active.gif) no-repeat 2.7em center; 
}
/* 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 */
}
/********************
NEWS
*********************/
div#news { font-size: 1em; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; margin-right: 0; margin-bottom: 1em; margin-left: 0; }
div#news h2 { color: #567483; font-size: 1em; font-weight: bold; line-height: 2em; background: #bacad3; text-align: center; padding-top: 6px; padding-bottom: 6px; }
.NewsSummary {
    padding: 0.5em 0.5em 1em; /* padding for the news article summary */
    margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ccc; 
}
.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: normal;
 }
.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}
.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: normal;
  }
#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 'HP_main' */

