/* Start of CMSMS style sheet 'Print' */
/*
Sections that are hidden when printing the page. We only want the content printed.
*/


body {
color: #000 !important; /* we want everything in black */
background-color:#fff !important; /* on white background */
font-family:arial; /* arial is nice to read ;) */
border:0 !important; /* no borders thanks */
}

/* This affects every tag */
* {
border:0 !important; /* again no borders on printouts */
word-wrap: break-word;
}

/* 
no need for accessibility on printout. 
Mark all your elements in content you 
dont want to get printed with class="noprint"
*/
.accessibility,
.noprint
 {
display:none !important; 
}

/* 
remove all width constraints from content area
*/
div#content {
display:block !important;
width:100% !important;
border:0 !important;
padding:1em !important;
}

/* hide everything else! */
div.breadcrumbs,
div#search,
div#news,
div.right49,
div.left49  {
   display: none !important;
}

div#header h1 a img {
   width: 100%;
}

div#imagebar {
   width: 1200px;
   margin-bottom: 150px;
   margin-top: 10px;
}


div#imagebar img{
   float: left;
}

div#main {
   margin: 0px 0px 25px 155px;
   border-left: dotted 1px !important;
   padding: 0px 25px 0px 25px;
}

div#sidebar {
   clear: left;
   float: left;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 150px;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   margin: 0;
   padding: 0;
}
div#rightbar {
   float: right;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 150px;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   font-style: italic;
   text-align: left;
   border-top: 1px solid #00539B !important;
   border-bottom: 1px solid #00539B !important;
   padding-top: 25px;
   padding-bottom: 25px;
   margin: 25px 0px 25px 50px;
}
div#rightbar a,
                 a:link
                 a:active
                 a:visited {
   text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #18507C; 
}

img#rightimage {
   display: inline;
   clear: right;
   float: right;  /* set sidebar on the left side. Change to right to float it right instead. */
}

div#content {

}

/* HEADINGS */
div#content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
}

/* TEXT */
p {
   width: 525px;
   min-width: 1%;
   font-size: 1em;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
}

blockquote {
   font-style: italic;
   text-align: center;
   border-top: 1px solid #00539B !important;
   border-bottom: 1px solid #00539B !important;
   padding-top: 5px;
   padding-bottom: 5px;
   margin: 25px 150px 25px 50px;
}

#menu_horiz{
}

/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb { clear: both; }
#menuwrapper-x { 
   /* Fix for Opera 8 */ 
   /*   overflow: hidden;  */ 
   background-color: #00529b;
   width: 100%;
}

#primary-nav-x, #primary-nav-x ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
}

#primary-nav-x ul { 
   position: absolute; 
   top: auto; 
   display: none; 
}

#primary-nav-x li { 
   margin-left: -1px;
   float: left; 
}

#primary-nav-x li dfn { 
   display: none;
} 

#primary-nav-x li a { 
   text-decoration: none;
   color: #FFFFFF;
   padding-left: 20px;
   padding-right: 15px;
   border-left: 1px solid #C0C0C0 !important;
   border-right: 1px solid #C0C0C0 !important;
}

#primary-nav-x li ul {
   display: none;
} 


#primary-nav-y li.menuactive-y { 
   background-image: url(/images/selected_bullet.jpg);
}

#primary-nav-y li.menuparent-y { 
   background-image: none;
}

#primary-nav-y li dfn { 
   display: none;
} 

#primary-nav-y li li dfn { 
   display: none;
} 
/* End of 'Print' */

