/* Start of CMSMS style sheet 'Layout: Top menu + 2 columns' */
{
margin:0;
padding:0;
}

body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1em;
}


div {
   font-size: 1em;
}


img {
   border: 0;
}

a,
a:link 
a:active {
   text-decoration: none;
   background-color: inherit; 
   color: #4d99a9; 
}

a:visited {
   text-decoration: none;
   background-color: inherit;
  color: #4d99a9;                
}

a:hover {
   text-decoration: underline;
   background: transparent; 
   color: #4d99a9;
}


body {
   background: #fff url(uploads/images/bg.jpg) repeat-x;
   color: #333;
   margin:0px; 
  border-top: 5px solid #fff;
}

div#pagewrapper {
   border: 0px solid #985aa4;
   margin: 0 auto;  
   max-width: 600px; 
   min-width: 600px;
   background: #fff;
   color: #4d99a9;
}


div#header {

   height: 180px;
   background: transparent; 
  border-bottom: 0px solid #000;          
width: 413px;
padding-top: 10px;
}


div#header2 {
   height: 80px;
  margin: 0 auto;
   background: #4d99a9 url(uploads/images/headertop.jpg) no-repeat; 
  border-bottom: 0px solid #b8b8b8;    

 

}
div#header2:hover {
  margin: 0 auto;
   height: 80px;
   background: #4d99a9 url(uploads/images/headertophover.jpg) no-repeat; 
  border-bottom: 0px solid #b8b8b8;      


}

div#search {
   float: left;
   width: 151px;     /* enough width for the search input box */
   text-align: left;
   padding-bottom: 10px;
   padding-left: 10px;
   margin-bottom: 10px;
border-bottom: 1px dotted #4d99a9;
}

#search input {
	width: 136px;
	color: #ccc;
            height: 18px;
	border: 1px solid #ccc;
      background: #fff  url('uploads/images/search.jpg') no-repeat right;
   padding: 2px;
}
#search input.searchbutton {
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	background: #c0dffd; 
	padding: 2px 3px; 
            width: 34px;
            height: 27px;
	color: #333;	
	border: 1px solid #749fe3;	
}


div.breadcrumbs {
   padding: 1em 0 1.2em 0; 
   font-size: 90%; 
   color: #4d99a9;
   background: #f1f3f3; /* same bg color as in header */
   padding: 10px;
   float: left;
   border-bottom: 1px dotted #4d99a9;



}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 }


div#content {
   margin: 0 auto; 
background: #fcfcfc;
border: 0px solid #fff;
   min-height: 500px;

   border-right: 0px solid #efefef;
   border-left: 0px solid #efefef;
   border-top: 1px dotted #4d99a9;

}

div#main {
   margin-left: 29%; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
   margin-right: 2%;
   text-align: justify;
height: 100%;
   color: #666; 
text-transform: uppercase;
font-size: 83%;

}


div#taal {
   clear:both;       /* keep footer below content and menu */
   color: #4d99a9;
   background: #f1f3f3; /* same bg color as in header */
   padding: 10px;
   float: left;
width: 141px;
   border-bottom: 1px dotted #4d99a9;
   margin-bottom :10px;
}

div#taal p {
   font-size: 1em;
   padding: 1.5em;      /* some air for footer */
   text-align: center; /* centered text */
   margin:0;
}

div#taal a {
   color: #4d99a9; /* needed becouse footer link would be same color as background otherwise */
   text-decoration: none;
}

div#sidebar {
   float: left;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 27%;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   margin-left: 0;
   border-right: 1px dotted #4d99a9;
padding-top: 0px;
height: 100%;
text-transform: uppercase;
font-size: 90%;
}

/* 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 */
   color: #777;
   background: #fff; /* same bg color as in header */
   border-top: 1px dotted #4d99a9;
   margin: 0 auto; 
text-transform: uppercase;
}

div#footer p {
   font-size: 0.7em;
   padding: 0.7em;      /* some air for footer */
   text-align: center; /* centered text */
   margin:0;
}

div#footer p a {
   color: #4d99a9; /* needed becouse footer link would be same color as background otherwise */
 text-decoration: underline;
}

/* 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: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
   color: #fff; 
   background: #bad7dd;
   font-size: 1em; 
   text-align: right; 
   padding-right: 5px;
   padding-bottom: 1px;
   border-bottom: 0px solid #e7ab0b; 
   border-left: 0em solid #e7ab0b; 
   line-height: 1.8em;
   margin: 1.1em 0em 0.5em 0;
text-transform: uppercase;
}

div#content h5 {
   color: #ccc; 
   background: #fff;
   font-size: 1em; 
   text-align: center; 
   padding-right: 0px;
   padding-bottom: 1px;
   border: 1px solid #ccc; 
 
   line-height: 1.8em;
   margin: 1.1em 0em 0.5em 0;
text-transform: uppercase;
}

div#content h3 {
   color: #4d99a9; 
   border-bottom: 1px solid #4d99a9; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #294B5F; 
   font-size: 1.2em;
   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;  /* some air around p elements */
   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 */

/* 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 'Layout: Top menu + 2 columns' */

