/* Start of CMSMS style sheet 'BPS-Layout' */
html,body{
margin:0;padding:0
}

body{
font: 76% arial,sans-serif;
text-align:left
}

div#localflags{
 float: right;
 padding: 4px 0px 0px 0px;
}

div#localflags img{
margin-left: 3px; 
margin-right: 3px;
}

div#localflags a{
  color: #fff;
  background-color: #fff;
}

div#header h1{
height:80px;
line-height:80px;
margin:0;
padding-left:10px;
background: #EEE;
color: #79B30B
}
div#container{
text-align:left
}
div#content p{
line-height:1.4
}
div#navigation{
background:#B9CAFF
}
div#extra{
background:#FF8539
}
div#footer{
color: #FFF
}
div#footer p{
margin:0;padding:5px 10px
}
div#container{
width:950px;
margin:0 auto;
height=50px;
}
div#content{
float:left;
width:709px;
border-right:1px solid #918f90;
padding-right:10px;
}

div#rightcontent{
float:right;
width:220px;
padding-left:10px;
}
div#rightcontent a{
  color: #fff;
  background-color: #fff;
}
div#maincontent{
float:left;
width:950px;
}
div#colspacer{
background-image: url(uploads/images/bpscards/colspacer.gif);
background-repeat: repeat-y;
float:right;
width:20px;
height:100%;
}
div#extra{
float:right;
clear:right;
width:200px
}
div#footer{
clear:both;
width:100%
}

div#mastercard{
    float:right;
}

div#copyright{
    float:left;
    color:#000;
}

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 0em;
}

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 0em;              /* css shorthand rule will be opened to be "0 1em 0 1em" */
   border-bottom: 0px dotted #000;
}

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


/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: underline;
/* 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; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #18507C;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   background-color: #BCBEC0;
   color: #385C72;
}




/****************
Newspaper layout
****************/
div.col200{
    float: left;
    width: 200px;
    padding-right: 10px;
    position: auto;
    text-align: left;
}

div.col220{
    float: left;
    width: 220px;
    padding-right: 10px;
    position: auto;
    text-align: left;
}

div.col250{
    float: left;
    width: 240px;
    padding-right: 10px;
    position: auto;
    text-align: left;
}

div.col440{
    float: left;
    width: 440px;
    padding-right: 10px;
    position: auto;
    text-align: left;
}

div.col450{
    float: left;
    width: 450px;
    padding-right: 10px;
    position: auto;
    text-align: left;
}


/******************
Div Layouts
******************/
div.leftblock{
    float: left;
    padding-right: 5px;
    display: block;
    position: auto;
    text-align: left;
}

div.homeflash{
position:absolute; 
z-index:1;
}

div.flaglinks{
color: #fff;
background-color: #fff;
}
/* End of 'BPS-Layout' */

