body
 {
/*  background-image:url("/_assets/image/bkg_contentcontainer.png");*/
  background-color: #044276;
  background-repeat:repeat-y;
  background-attachment:fixed;
  background-position:center;
  margin-top:0px;
  font: 12px/1.7em Georgia,"Times New Roman",Times,serif;
 }

#container
 {
  width:960px;
  margin-left:auto;
  margin-right:auto;
  background-color: #FFFFFF;
 }
 
#headerImage
 {
  background-image:url("/_assets/image/bkg_header.jpg");
  height:150px;
 }

#cbcsLogo
 {
  float:left;
  margin:8px;
 }

.btn-sitesearch
 {
  background: url("/_assets/image/btn_searchicon.png") no-repeat scroll center top transparent;
  float: right;
  display: block;
  width: 34px;
  height: 34px;
  text-indent: -99999px;
 }

#search-form
 {
  padding-top:114px;
  vertical-align: bottom;
 }

#search-form input:focus
 {
  background-image: none;
  background-color: rgb(255, 255, 255);
  color: rgb(31, 31, 31);
 }
 
#search-form input
 {
  font: 14px/20px Georgia,"Times New Roman",Times,serif;
  float: right;
  width: 234px;
  padding-top: 7px;
  padding-left:4px;
  margin-right:5px;
  height: 26px;
  color: rgb(1, 1, 1);
  border: medium none;
  background-color: transparent;
 }

#pageContent
 {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom:10px;
 }

div.focusBubble
 {
  background-image: url('/_assets/image/focus-background2.jpg');
  float: left;
  width: 300px;
  height: 200px;
  margin-left: 10px;
  margin-bottom: 6px;
 }
 
#footer
 {
  clear:both;
  background-image: url("/_assets/image/footer-background.gif");
  background-position: right;
  background-color:#7292a6;
  width:960px;
  height: 40px;
  border-top-style: solid;
  border-top-width: 1px;
  border-color: black;
 }
 
#breadCrumb
 {
  z-index:99;
  float:right;
  position:relative;
  margin-top:-10px;
 }
 
h1
 {
  font: 36px 'OFL Sorts Mill Goudy TT',Georgia,"Times New Roman",Times,serif;
  color: #186eb5;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
  margin-top:10px;
  white-space:nowrap;
 }
 
h2
 {
  border-bottom:1px dotted #999999;
  font:normal 24px/30px Garamond,Baskerville,"Baskerville Old Face","Hoefler Text","Times New Roman",serif;
}

p.contentWithSubtitle
 {
  margin-top:-10px;
 }
 
a[href$='.pdf']
 {
  background-image: url("/_assets/image/icons/icon.pdf.gif");
  background-repeat: no-repeat;
  background-position: right;
  padding-right:14px;
 }
 
a[target='_blank']
 {
  background-image: url("/_assets/image/icons/icon.offsite.gif");
  background-repeat: no-repeat;
  background-position: right;
  padding-right:14px;
 }

a.video
 {
  background-image: url("/_assets/image/icons/icon.video.png");
  background-repeat: no-repeat;
  background-position: right;
  padding-right:14px;
 }

a.magnify
 {
  background-image: url("/_assets/image/icons/icon.magnify.gif");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  padding-right:14px;
 }
 
a img.icon
 {
  background-image: url("/_assets/image/icons/icon.offsite.gif");
  background-repeat: no-repeat;
  background-position: right;
  padding-right:14px;
 }
 
.formField
 {
  padding: 7px;
  border: 1px solid rgb(221, 221, 221);
  background: none repeat scroll 0% 0% rgb(247, 247, 247);
  font-family: Georgia,"Times New Roman",Times,serif;
  margin-right: 10px;
 }
 
.formField:focus
 {
  background: #fff;
 }
 
.button-small
 {
  height: 64px;
  font: italic 18px/64px 'OFL Sorts Mill Goudy TT',Georgia,"Times New Roman",Times,serif;
  color: rgb(255, 255, 255) !important;
  text-align: center;
  background: url("/_assets/image/bkg_buttonsmall.png") no-repeat scroll left center transparent;
  display: block;
  width: 177px;
 }
 
.required
 {
  color: red;
  font-weight:bold;
 }
