/* Start of CMSMS style sheet 'BDC-Main' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */






/* SITE SPECIFIC LAYOUT */

/* FILL THE SCREEN - MOZILLA */
  
html, body, #pagewrapper, #content, #main {
    min-height: 100%;
}

   html, body, #pagewrapper, 
   #header, #header img, #header h1 a, #content, #footer, #menudiv, #menu-vert, #padder, 
   #left49, #right49, #right40, #left49,
   #extras, #extras form {
      margin: 0;
      padding: 0;
      border: 0;
}
    body {
        text-align: center;
        font-size: 1.0em;
        font-stretch: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        color: #fff;
        background-color: #000;
    }

       div#pagewrapper {
          width: 100%;
          max-width: 100em;
          min-width: 50em;
         text-align: left;
         margin-top: 1.2em;
      }

     /* HEADER */
        div#header {
             height: 90px;
             text-align: left;
	    overflow: hidden; 
        }
  
      div#header h1 a {
        position: absolute;
            background:  url(uploads/images/templatepics/BDC-Logo88GoldonBlack.jpg) no-repeat 15px 2px; 
            display: inline; 
            height: 90px;
            text-indent: 150px;
            width: 60%;
            line-height: 1em;
            vertical-align: bottom;
            text-decoration:none;
        }
    /* END HEADER */
    
    
    /* CONTENT */
        div#content {
           position: absolute;
       }
        
     /* MAIN */
         div#main {
        /*    background-color: #c8c8c8; */
background-color: #FFFFFF;
            border-top: 1px solid #c8c8c8;
            font-size: 0.9em;
            clear: right;
           height: 100%;
           min-height: 100%;

         }
        /* END MAIN */
        
        /* MENUDIV*/
            div#menudiv {
              width: 17%;
              margin-top: 30px;
              float: left;
              overflow: hidden;
   
              background-color: #FFBE00;      
            }
        /* END MENUDIV*/

       /* PADDER - for rounded top left corner*/
           div#padder {
              margin-left: 17%;
              background-color: #c8c8c8;
  background-image: url(uploads/images/templatepics/greytile.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
          }

        div#padder *{
        display: inline;
}
        /* END PADDER*/


        
    /* END CONTENT */
    
    
    /* FOOTER */
        div#footer {
         background-color: #fff;
            clear: right;
        }

        div#footer p {
            font-size: 0.8em;
            margin: 0;
            text-align: center;
        }
    /* END FOOTER */
/* END LAYOUT */



div.breadcrumbs {
   text-align: right;
   font-size: 90%;
   margin: 0;
   width: 100%;
   
}

div.flags {
  float: right;
  width: 18px;
  padding: 1em 0;
  text-align: right;
  margin: 0 1em 0 0;
}

div.left49 {
  float: left;
  width: 49%;
  }

div.right49 {
  float: right;
  width: 49%;
  }

div.left40 {
  text-align: left;
  float: left;
  width: 40%;
  }

div.right40 {
  float: right;
  width: 40%;
  text-align: right;
  }

#extras {
  line-height: 1em;
  font-size: 0.8em;
  text-align: center;
  line-height: 1em;
  background-color: #FFBE00;
  color: #000000;
  min-height: 40em;
}

#padder {
   font-size: 0.8em;
  text-align: right;
  background-color: #c8c8c8;
  color: #000000;
  margin: 0;
  padding-right: 2%;
}
#extras img, #padder img {
  vertical-align: middle;
  border: 0;
  margin: 0;
  padding:0;
}
#padder form, #padder input {
  display: inline;
  margin:0;
  padding:0;

}

/**** MULTIPLE COLUMN TEXT ***/

.\2cols, #main> .\2cols {
    column-count: 2;
    column-width: 45%;
    column-gap: 10%;
    column-rule: thin dotted #FFD700;

    moz-column-count: 2;
    moz-column-width: 45%;
    moz-column-gap: 10%;
    moz-column-rule: thin dotted #FFD700;

 }

/****END MULTIPLE COLUMN TEXT ****/


/* TYPOGRAPHY */
	body {
		text-align: left;
		font-size: 75.01%;
	}
	div {
		font-size: 1em;
	}

	img {
		border: 0;
                margin: 10px;
	}
	
/* LINKS */
	a,
	a:link 
	a:active, a:visited {
		text-decoration: underline;
	}

        div#footer a, 	
        div#footer a:link 
	div#footer a:active, div#footer a:visited {
         }

	a:hover {
	text-decoration: none;
	}
/* END LINKS */
	
/* HEADINGS */
	h1 {
		font-size: 3em;
               /* width: 75%;*/
	}

#header>h1.sIFRtext {
  display: inline;
  width: 60%;
  color: #cc9933;
}

#header>h1.accessible {
  display: inline;

}
        #main h1 {
                width: 50%;
		font-size: 4em;
	        margin: 0.5em 0 0 0 0;
        }
	#main h2 {
                width: 50%;
		font-size: 2.5em;
	        margin: 0;
		padding: 0;
	}
	#main h3 {
                width: 50%;
		font-size: 2em;
		margin: 0 0 0 0;
		padding:0;
	}
#main>div.right49>h3 {
		font-size: 2em;
		line-height: 1.3em;
                text-align: right;
		margin: 0 0 0 0;
		padding:0;
	}
	#main h4 {
                width: 50%;
		font-size: 1em;
		margin: 2em 0 0.5em 0;
		padding: 0;
	}
	h5 {
		font-size: 1em;
		margin: 0 0 0.25em 0;
		padding: 0;
	}
	#main h6 {
                width: 50%;
		font-size: 1em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
	}
/* END HEADINGS */

/* TEXT */

	p {
		margin: 0 0 1.5em 0;
		padding: 0;
	}

#header img {
  float: right;
  vertical-align: top;
  border: 0;
  height: 88px;
  /*margin-top: 0;*/
  margin-right: 5em;
  border: 0;
  z-index: 1000;
  margin-top: -1px;
}

	blockquote {
		border-left: 10px solid #cc9933;
		margin-left: 10px;
	}
	pre {
		font-family: monospace;
	}
	strong, b {
		font-weight: bold;
	}
	em, i {
		font-style:italic;
	}
    code {
        font-family: "Courier New", Courier, monospace;
        font-size: 1em;
        /*white-space: pre;*/
        display: inline;
    }

.indentedquote {
        float: right;
 	width: 10em;
	text-align: center;
	text-decoration: none;
	font-family: Georgia, "Georgia Ref", "MS Serif", "New York", serif;
        font-style: italic;
	font-size: 1.6em;
  	line-height: 1.0em;
	padding: 1.0em;
}

div#nextprev {
       text-align: center;
        clear: both;
}

/* END TEXT */
	
/* LISTS */


	#main ul {
                font-size: inherit;
                line-height:1.4em;
		margin: 0 3em 0 2em;
		padding: 0;
	}
	#main ul li {
	       list-style: square;
               margin-bottom: 1.25em;
	}
	ol {
		line-height: 1.4em;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	ol li {
		margin: 0 0 0.25em 30px;
		padding: 0;
                margin-bottom: 1.25em;
	}
	dl {
		margin: 0 0 1.5em 0;
		padding: 0;
		line-height: 1.4em;
	}
	dl dt {
		font-weight: bold;
		margin: 0.25em 0 0.25em 0;
		padding: 0;
	}
	dl dd {
		margin: 0 0 0 30px;
		padding: 0;
	}
/* END LISTS */
	
	
/* TABLE */
	table {

	       margin: 0 0 1.5em 0;
               padding: 0;
	}
	table caption {
		font-weight: bold;
		margin: 0 0 0 0;
		padding: 0 0 1.5em 0;
	}
	th {
                font-size: inherit;
		font-weight: bold;
		text-align: left;
	}
	td {
              font-size: inherit;
	}
/* END TABLE */	
	
	hr {
		display: none;
	}

	div.hr {
		height: 1px;
		margin: 1em 10px;
		border-bottom: 1px dotted black;
	}

	
/* END TYPOGRAPHY */	

/* NAV BAR AT THE TOP, LOCAL NAVIGATION ON THE LEFT AND ONE COLUMN OF CONTENT */
    div#content {
        position: relative;
        text-align: left;
    }

    div#main, div#footer {
        margin-left: 17%;
        padding-left: 2em;
        padding-right: 2em;
        padding-top: 0;
        background-color: #fff;
        color: #000;
    }


    div#menu_vert {
       width: 100%;
       padding-top: 30px;
    }


/* END CONTENT */


/*** sFIR ****/
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... use letter-spacing to make the browser text metrics match up with the sIFR text metrics. Any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash #content>#main>h2, #content>#main>h3,  #content>#main>ol>li>h2 {
    visibility: hidden;
    letter-spacing: -6px;
} 
.sIFR-hasFlash #content>#main>h1 {
    visibility: hidden;
    letter-spacing: -6px;

} 

.sIFR-hasFlash #header>h1 {
    visibility: hidden;
    letter-spacing: -6px;

} 
/*
.sIFR-hasFlash
        #div.calendar-event>h2, #div.calendar-list>h2, #div.calendar-upcominglist>h2, 
        #div.calendar-event>h2>div.calendar-event>h3,
        #div.calendar-list>h2div.calendar-event>h3,
        #div.calendar-upcominglist>h2div.calendar-event>h3,
       /* #main>#newsflash.calendar-event>h2*/

 {
  visibility: hidden;
}
*/
/****END OF SFIR ****/







/* End of 'BDC-Main' */

