/* Start of CMSMS style sheet 'Diamondbrite : 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(uploads/Diamondbrite/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(uploads/Diamondbrite/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(uploads/Diamondbrite/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 'Diamondbrite : Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'Diamondbrite : News' */
div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #FFE9AF; 
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
    padding: 0.5em 0.5em 1em 0; /* padding for the news article summary */
    margin: 0 0.5em 1em 0em; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ccc; 
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.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: 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 'Diamondbrite : News' */

/* Start of CMSMS style sheet 'Diamondbrite : Simple - Horizontal' */
/********************
MENU
*********************/

/* hack for Internet Explorer */
* html 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: #fff url(images/gradientmenu.jpg);  /* background color for the entire menu row */
   width: 760px;
   margin: 0;
   padding: 0;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {
   margin-left: 202px;
   padding: 0;
   height: 33px;
}


/* 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 #f1f1f1;
}


/* the links, that is each list item */
div#menu_horiz a {
   padding: 0.8em 1em .6em 1.4em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #000;
   font-weight: bold;
   display: block; /* IE has problems with this, fixed above */
}


/* hover state for links */
div#menu_horiz li a:hover {
   color: #666;
}
div#menu_horiz a.activeparent:hover {
   color: #666;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
   color: #666;
   text-decoration: underline;
}

div#menu_horiz h3 {
   padding: 0.8em 1em .6em 1.4em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   color: #666;
   text-decoration: underline;
   display: block; /* IE has problems with this, fixed above */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
}

/* End of 'Diamondbrite : Simple - Horizontal' */

/* Start of CMSMS style sheet 'Diamondbrite : Simple - Vertical' */
/********************
MENU
*********************/
#menu_vert {
   width: 144px;
   height: 540px;
   padding-left: 0;
   margin: 35px 0 0 27px;
}


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

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;
   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.6em 0.8em 0.6em 0.8em; /* some air for it */
   color: #000; /* this will be link color for all levels */
   min-height:1em; /* Fixes IE7 whitespace bug */ 
   border-top: 1px solid #fff;
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
   font-size: 1em;
   padding: 0.6em 0.8em 0.6em 0.8em;
   background-position: 1.5em center;
}

/* third level links, more padding */
div#menu_vert ul ul ul a {
   padding: 0.6em 0.8em 0.6em 1.6em;
   background-color: #e8e8e8;
}

/* hover state for all links */
div#menu_vert a:hover {
   background-color: #e8e8e8;
   color: #666;
}
div#menu_vert a.activeparent:hover {
   background-color: #c0c0c0;
   color: #666;
}
/* hover state for level2 links */
div#menu_vert ul ul ul a:hover {
   background-color: #e8e8e8;
   color: #666;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
   background-color: #e8e8e8;
   color: #fff;
}

div#menu_vert ul ul li a.activeparent {
   font-size: 1em;
   font-weight: bold;
   padding: 0.6em 0.8em 0.6em 0.8em;
   background-color: #c0c0c0; 
   color: #666;
   text-decoration:none;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
   background-color: #e8e8e8;
   display: block; 
   padding: 0.6em 0.8em 0.6em 0.8em;  /* some air for it */
   color: #fff;                                 /* this will be link color for all levels */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
   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: 1em;
   font-weight: bold;
   padding: 0.6em 0.8em 0.6em 0.8em;
   background-color: #c0c0c0; 
   color: #666;
   text-decoration:none;
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
   padding: 0.6em 0.8em 0.6em 1.6em;
   background-color: #e8e8e8;
   font-weight: bold;
   border-top: 1px solid #fff;margin-bottom: 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 'Diamondbrite : Simple - Vertical' */

/* Start of CMSMS style sheet 'Diamondbrite : Top menu + 2 columns' */
*
	{
	padding: 0;
	margin: 0;
	}
body
	{
	background: #a0a0a0 url(images/bg_ny.png) top center repeat-y;
	text-align: left;
	font: normal 11px/14px Tahoma, Verdana, sans-serif;
 	color: #333;
	margin:0;
	}
div
	{
	border: 0px solid #000;
	}
img
	{
	border: 0;
	}
a,
a:link 
a:active {
   text-decoration: underline;
   color: #cc0033;
}

a:visited {
   text-decoration: underline;
   color: #cc0033;
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   color: #cc0033;
}

select, textarea, input
	{
	font: normal 11px/14px Tahoma, Verdana, sans-serif;
 	color: #333;
	margin:0;
	border: 1px solid #d0d0d0;
	}

.fm_button
	{
	font: bold 11px/14px Tahoma, Verdana, sans-serif;
 	color: #333;
	padding:2px 4px 2px 4px;
	border: 1px solid #d0d0d0;
	}

/*****************
basic layout 
*****************/

/* center wrapper, min max width */
div#pagewrapper {
   position: relative;
   margin: 0 auto;     /* this centers wrapper */
   width: 760px;
}

#logo {
background-color: #fff;
padding: 10px;
position: absolute; top: 120px; left: 38px;
}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/

div#header {
   height: 150px; /* adjust according your image size */
   background: #d0d0d0 url(images/drops.jpg) no-repeat; 
   display: block; 
   height: 150px;             /* adjust according your image size */

   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}

div#search {
   float: right;
   width: 23em;     /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
}

div.breadcrumbs {
   padding: 1em 0 1.2em 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;             /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin: 0 1em;              /* css shorthand rule will be opened to be "0 1em 0 1em" */
   border-bottom: 1px dotted #000;
}

div#content {
   margin: 0 auto 2em 0; /* some air abobe and under menu and content */
}

div#main {
   width: 500px;
   float: left;
   margin-left: 18px; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
   margin-bottom: 4.5em;
   padding-top: 4.5em;
}


div#sidebar {
   float: left;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 200px;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   margin-left: 0;
   background: url(images/gradientsubmenu.png) no-repeat; 
}

/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
   padding: 0 1%;
   width: 24%;  /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}

div#footer {
   clear:both;       /* keep footer below content and menu */
   height: 20px;
   padding: 5px 0 0 0;
   text-align: center;
   color: #000;
   background: #F1F1F1;
   border-top: 1px solid #CCC;
   border-bottom: 1px solid #CCC;
   }

div#footer p a {
   color: #000; /* needed becouse footer link would be same color as background otherwise */
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}

/* relational links under content */
div.left49 {
  float: left;
  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;
}




/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1 {
   font-size: 1.5em;
   font-weight: normal;
   margin: 0;
}
div#content h2 {
   color: #118f40; 
   font-size: 1.5em; 
   text-align: left; 
   font-weight: normal;
/* some air around the text */
   padding-left: 0em;
   padding-bottom: 1px;
/* set borders around header */
   border-bottom: 0px solid #e7ab0b; 
   border-left: 0em solid #e7ab0b; 
   line-height: 1.4em;
/* and some air under the border */
   margin: 0 0 1em 0;
}
div#content h3 {
   color: #333; 
   font-size: 11px;
   font-weight: bold;
   line-height: 14px;
   margin: 0;
}
div#content h4 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content 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: normal 11px/14px;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   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 */

/* 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 1.1em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */
/* End of 'Diamondbrite : Top menu + 2 columns' */

/* Start of CMSMS style sheet 'Diamondbrite : Hem' */
*
	{
	padding: 0;
	margin: 0;
	}
body
	{
	background: #a0a0a0 url(images/bg_home.png) top center repeat-y;
	text-align: left;
	font: normal 11px/14px Tahoma, Verdana, sans-serif;
 	color: #333;
	margin:0;
	}
div
	{
	border: 0px solid #000;
	}
img
	{
	border: 0;
	}
a,
a:link 
a:active {
   text-decoration: underline;
   color: #cc0033;
}

a:visited {
   text-decoration: underline;
   color: #cc0033;
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   color: #cc0033;
}

/*****************
basic layout 
*****************/

div#pagewrapper {
   position: relative;
   margin: 0 auto;     /* this centers wrapper */
   width: 760px;
}

#logo-home {
position: absolute; top: 4px; left: 35px;
margin: 0;
padding: 0;
}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/

div#header {
   height: 150px; /* adjust according your image size */
   background: #000 url(images/header.jpg) no-repeat; 
   display: block;

   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}

div#search {
   float: right;
   width: 23em;     /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
}

div.breadcrumbs {
   padding: 1em 0 1.2em 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;             /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin: 0 1em;              /* css shorthand rule will be opened to be "0 1em 0 1em" */
   border-bottom: 1px dotted #000;
}

div#content {
   margin: 0 auto 2em 0; /* some air abobe and under menu and content */
}

div#main {
   width: 740px;
   float: left;
   margin: 0 0 20px 0; 
   padding: 20px 0 0 20px;
   display: inline;
}


div#sidebar {
   float: left;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 200px;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   margin-left: 0;
   background: url(images/gradientsubmenu.png) no-repeat; 
}

/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
   padding: 0 1%;
   width: 24%;  /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}

div#footer {
   clear:both;       /* keep footer below content and menu */
   height: 20px;
   padding: 5px 0 0 0;
   text-align: center;
   color: #666;
   background: #fff url(images/gradientmenu-home.jpg);
   border-top: 1px solid #CCC;
   border-bottom: 1px solid #CCC;
   }

div#footer p a {
   color: #000; /* needed becouse footer link would be same color as background otherwise */
}

div#flags {
	width: 100%;
	margin-top: 15px;
	text-align: center;
	}
div#flags img {
	margin: 0 4px 0 4px;
	}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}
#push-wrap
{
	background-color: #000;
	overflow: auto;
	margin-right: 20px;
	background-image: url(images/bg_sparkle.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#push-1
{
  clear: left;
  float: left;
  margin: 0;
  width: 360px;
  height: 200px;
  color: #fff;
}
#push-2
{
  float: right;
  margin: 0;
  padding-right: 20px;
  width: 320px;
  height: 200px;
  color: #fff;
}
#push-3
{
  clear: left;
  float: left;
  margin: 20px 0 0 0;
  width: 360px;
  height: 200px;
  color: #fff;
}
#push-4
{
  float: right;
  margin: 20px 0 0 0;
  padding-right: 20px;
  width: 320px;
  height: 200px;
  color: #fff;
}


/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1 {
   font-size: 1.5em;
   font-weight: normal;
   margin: 0;
   padding: 30px 0 0 25px;
}
div#content h2 {
   color: #118f40; 
   font-size: 1.4em; 
   text-align: left; 
   font-weight: normal;
/* some air around the text */
   padding: 20px 0 0 25px;
/* set borders around header */
   border-bottom: 0px solid #e7ab0b; 
   border-left: 0em solid #e7ab0b; 
   line-height: 0em;
/* and some air under the border */
   margin: 0 0 1em 0;
}
div#push-1 h2 {
   color: #e1e1e1; 
   font-size: 1.6em; 
   text-align: left; 
   font-weight: normal;
/* some air around the text */
   padding: 25px 0 0 25px;
/* set borders around header */
   border-bottom: 0px solid #e7ab0b; 
   border-left: 0em solid #e7ab0b; 
   line-height: 0em;
/* and some air under the border */
   margin: 0 0 0.5em 0;
}
div#push-2 h2 {
   color: #e1e1e1; 
   font-size: 1.6em; 
   text-align: left; 
   font-weight: normal;
/* some air around the text */
   padding: 25px 0 0 25px;
/* set borders around header */
   border-bottom: 0px solid #e7ab0b; 
   border-left: 0em solid #e7ab0b; 
   line-height: 0em;
/* and some air under the border */
   margin: 0 0 0.5em 0;
}
div#push-3 h2 {
   color: #e1e1e1; 
   font-size: 1.6em; 
   text-align: left; 
   font-weight: normal;
/* some air around the text */
   padding: 25px 0 0 25px;
/* set borders around header */
   border-bottom: 0px solid #e7ab0b; 
   border-left: 0em solid #e7ab0b; 
   line-height: 0em;
/* and some air under the border */
   margin: 0 0 0.5em 0;
}
div#push-4 h2 {
   color: #e1e1e1; 
   font-size: 1.6em; 
   text-align: left; 
   font-weight: normal;
/* some air around the text */
   padding: 25px 0 0 25px;
/* set borders around header */
   border-bottom: 0px solid #e7ab0b; 
   border-left: 0em solid #e7ab0b; 
   line-height: 0em;
/* and some air under the border */
   margin: 0 0 0.5em 0;
}
div#content h3 {
   color: #118f40; 
   font-size: 1.2em;
   font-weight: normal;
   line-height: 1.2em;
   margin: 0;
}
div#content h4 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content 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: normal 11px/14px;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   padding: 0 0 0 25px;
}
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 */

/* 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 */

a.button {
    background: transparent url('images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 11px tahoma, arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 
/* End of 'Diamondbrite : Hem' */

/* Start of CMSMS style sheet 'Diamondbrite : Simple - Horizontal - Hem' */
/********************
MENU
*********************/

/* hack for Internet Explorer */
* html 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: #fff url(images/gradientmenu-home.jpg);  /* background color for the entire menu row */
   width: 760px;
   margin: 0;
   padding: 0;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {
   margin-left: 20px;
   padding: 0;
   height: 32px;
}


/* 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 #f1f1f1;
}


/* the links, that is each list item */
div#menu_horiz a {
   padding: 0.8em 1em .6em 1.4em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #000;
   font-weight: bold;
   display: block; /* IE has problems with this, fixed above */
}


/* hover state for links */
div#menu_horiz li a:hover {
   color: #666;
}
div#menu_horiz a.activeparent:hover {
   color: #666;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
   color: #666;
   text-decoration: underline;
}

div#menu_horiz h3 {
   padding: 0.8em 1em .6em 1.4em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   color: #666;
   text-decoration: underline;
   display: block; /* IE has problems with this, fixed above */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
}
/* End of 'Diamondbrite : Simple - Horizontal - Hem' */

