/* 
 * Place your override styles here.
 * 
 * To completely override an existing stylesheet, such as core.css or pagelayout.css, copy it into this
 * directory and then modify it.  That will override the original.
 */
 
 
 /* Header */
 
 

.pagewidth {
  width: 960px;
  margin: 0 auto;
}

#layout-inner {
  padding:0 10px 0 18px;
}

#header {
  height:179px;
  padding-top:62px;
  
}
 
#main-container {
  overflow: hidden;
}

#sidebar-left{
  width: 222px;
}

#sidebar-right{
  width:255px;
}


#content, .page-title {
  width: 920px;
}

.layout-sidebar-left #content, .layout-sidebar-right #content, .layout-sidebar-left .page-title, .layout-sidebar-right .page-title {
  width:656px;
}

.layout-sidebar-right.layout-sidebar-left #content {
  width:452px;
}

.col, .colLeft {
  float: left;
}

.colRight {
  float: right;
}


/*
.footer .inner {
  padding:19px 10px 3px; 
}*/

.clearfix:after{
  clear: both;
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
 
.clearfix {
  display: block;
}

.clearfixLeft {
  clear:left;
}
  
/*
ul#breadcrumb li {
  display: inline;
  padding: 2px 5px 5px 0;
  list-style: none;
  background: none;
}*/

.col-2{
  width:400px;
}

