/* Start of CMSMS style sheet 'diversIT' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Helvetica, Arial, sans-serif;
   font-size: 14px;
   line-height: 24px;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 14px;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: none;
   font-weight:bold;
   color: #056fb9; 
}

a:visited {
  color: #056fb9;
}


a:hover {
   color: #056fb9;
   border-bottom:1px dotted #056fb9;
}

/*****************
basic layout 
*****************/
body {
   background-color: white;
   color: #686868;
   margin:0px;
}


div#search {
   float: right;
   width: 27em;     /* 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.breadcrumbs span.lastitem { 
   font-weight:bold; 
 }


div#main {
}


div#footer {
   height:64px;
   clear:both;
   border-top:1px solid #bedaed;
   border-bottom:1px solid #bedaed;
   background-image:url(images/footer.jpg);
   background-repeat:no-repeat;
   background-position:center;
}


/* 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 */
h1 {
   font-size: 52px;
   line-height:60px;
   color:#bdbdbd;
   margin:0px;
   padding:0px;
   font-weight:normal;
   letter-spacing:2px;
}
h2 {
   color: #04a1e2;
   font-size: 21px;
   text-align: left;
   line-height: 30px;
   font-weight:normal;
   margin:0px;
   padding:0px;
}
h3 {
   color: #3192d1;
   font-size: 24px;
   text-align: left;
   line-height: 1.5em;
   font-weight:normal;
   margin-bottom:0px;
   padding:0px;
}
h4 {
   color: #999;
   font-size: 18px;
   text-align: left;
   line-height: 26px;
   font-weight:normal;
   margin-bottom:4px;
   padding:0px;
}
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 {
   margin: 14px 0 0 0;
   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 */
#main ul,
#main ol,
#main dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 6px 0 16px 0;
}
#main ul li,
#main ol li {
   margin: 0 0 0.25em 22px;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */

select {
padding:0px;
margin:0px;
min-width:60px;
}


.newstitle a {
font-size:15px;
font-weight:bold;
color:#808080;
}

.newssummary p {
margin:0px;
line-height:20px;
}

.newsteaser {
float:left;
width:250px;
margin-right:60px;
}

#searchbox {
color:white;
}

#searchbox label {
color:white;
vertical-align:middle;
}

#searchbox input {
border:1px solid #838383;
vertical-align:middle;
height:21px;
}

#cntnt01searchinput {
border:1px solid #838383;
height:20px;
width:150px;
vertical-align:middle;
padding-top:3px;
font-size:13px;
}

#searchbox input[type=submit] {
width:40px;
height:21px;
font-size:1px;
background:url(images/gobutton.jpg) no-repeat top center;
border:0px;
margin-left:4px;
}

#footah a {
color:white;
}

#footah a:hover {
border-bottom:1px white dotted;
}

.simplefield {
background:url(images/input_bg.jpg) no-repeat top left;
width:116px;
height:20px;
border:0px;
}

.submitbutton {
background:transparent url(images/go.gif) no-repeat top left;
font-size:1px;
width:28px;
height:28px;
border:0px;
vertical-align:middle;
color:white;
}
/* End of 'diversIT' */

