/* Start of CMSMS style sheet 'hhbay_layout' */
body {
	margin: 0px;
	background-color: #FFFFFF;
                font-family: Arial,"Trebuchet MS", Tahoma;
                font-size: 13px;
}
.hidden {
display: none;
}
h1 {
	font-size: 18px;
	color: #DA1161;
}
h2 {
	font-size: 18px;
	color: #DA1161;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000099;
	padding-top: 5px;
	padding-bottom: 1px;
}
input , textarea, select{
		background-color: #99CCFF;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	color: #ff6600;
	text-decoration: underline;
}
img {
   border: 0;
}
div#search {
   float: left;
   width: 155px;     /* enough width for the search input box */
   text-align: left;
   padding: 0.6em 0 0.2em 0;
   margin: 5px 10px;
}

div.breadcrumbs {
   padding: 1em 0 1.2em 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 80%;             /* 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" */
}
div.breadcrumbs a{
     font-size: 100%;       
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 }


div#content {
     width: 740px;
padding: 0px;
}
td#banner {
height: 140px;
     background-image: url(uploads/page_graphics/title_images/page_01.jpg);
     background-repeat: no-repeat;
     background-position: left top;

}
div.slogan {
float: left;
margin-left: 15px;
margin-top: 85px;
color:#1E88D4;
}
#sidebar {
     width: 175px;    /* sidebar width, if you change this please also change #main margins */
     background-image: url(uploads/page_graphics/title_images/page_04.jpg);
     background-repeat: no-repeat;
     background-position: left top;
}
div#footer {
   clear:both;       /* keep footer below content and menu */
   color: #000;
}

div#footer p {
   font-size: 0.8em;
   padding: 1.5em;      /* some air for footer */
   text-align: left; /* centered text */
   margin:0;
}

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;
}


/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS 
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 of 'hhbay_layout' */

