/*  
  These styles override the defaults in layout.css
*/


.kwicks { list-style: none;position: relative;margin: 0;padding: 0;}
.kwicks li.kwick{height: 160px ;width: 275px;display: block;overflow: hidden;padding: 0;cursor:pointer}
.kwicks li.notfirst{ background: url('../images/divider.jpg') no-repeat ;} 
.kwicks li.kwick div#titletext {font-weight: normal ;color: #858585 ;font-size: 0.7em;position: absolute ;left: 80px ;top: 5px ;width: 150px ;}
.kwicks li.kwick div#links {font-weight: bold ;color: #0055a5 ;font-size: 0.7em;position: absolute ;left: 10px ;top: 90px ;width: 250px ;cursor:default}
.kwicks li.kwick div.moretext {font-weight: normal;color: #0055a5;font-size: 0.7em;position:absolute;left: 235px;top:67px ;width:35px ;}
.kwicks li.kwick div a {text-decoration: none ;color: #0055a5;}
.kwicks li.kwick img { margin-top: 5px ; margin-left: 10px }
.kwicks.horizontal li {margin-right: 5px;float: left;}
.kwicks.vertical  li{margin-bottom: 5px;}
.kwicks.horizontal #kwick_3 {margin-right: 0;}
.kwicks.vertical #kwick_3 {margin-bottom: 0;}

div#contentholder {
  top: 165px ;
  height: 320px;
  background: url('../images/contentbg.jpg') no-repeat ;
}

div#content {
  margin-right: 0px ;
  margin-left: 10px ;
  margin-right: 10px ;
  margin-top: 5px; 
  width: 480px ;
  float: right ;
}

div#sidemenu {
  margin-left: 10px ;
  margin-top: 10px ;
  width: 265px ;
}

div#titletext p {
  font-size: 0.85em ;
  margin-top: 1px ;
}

div#links p {
  margin-top: 0 ;
  font-size: 0.85em ;
  color: #858585 ;
  padding-bottom: 5px ;
  margin-bottom: 0px ;
}