/*Index Page*/
div#headerinfo {
  height:38px;
  margin-top:-10px;
}

span#crumb h1 {
  display:block;
  font-size:180%;
}

span#crumb h1 span {
  color:#999;
  font-size:60%;
  font-weight:bold;
}

span#login {
  margin-top:5px;
}

div#center {
  float:left;
  width:800px;
}

div#rightside, div#center {
  padding-top: 10px;
}

div#messages {
	top: -40px;
}
div#header {
	top: -180px;
}
div#content {
	top: 190px;
}

div.mainteaser {
  background:none;
  float:left;
  width:480px;
  /*background:url('../img/divborder.gif') repeat-x bottom left;*/
}

div.mainteasertext {
  width:225px;
  float:right;
  padding-bottom:10px;
  margin-right:0;
}

div.mainteaser img {
  float:left;
  margin:0px 0px 2px 0px;
}

h2, h3 {
  margin-bottom:5px;
}

div.teaser {
  float:right;
  width:300px;
  background:url('../img/divbordergrey.gif') repeat-x bottom left;
  padding:0px 0px 5px 0px;
  margin-bottom:5px;
}

div.smallteaser {
  float:left;
  width:140px;
  padding:0px 5px 5px 0px;
  margin-bottom:5px;
}

div.smallteaserright {
  padding:0px 0px 5px 5px;
}

div.teaser img {
  float:right;
  margin:2px 10px 0px 0px;
}

div.highlighted img {
  float:right;
  margin-left:10px;
  margin-right:0px;
}

div.highlighted {
  background:none;
}

div.teasercont h3.heading {
  color:#333;
  background:url('../img/divborder.gif') repeat-x bottom left;
  padding-bottom:5px;
  margin-bottom:5px;
}

div.noline {
  background:none;
}

div#adcontainer {
  float:right;
  padding:0px 0px 5px 0px;
  width:310px;
}

div#adcontainer div.ad, div#adcontainer span {
  padding:0px 0px 0px 10px;
}

div.teasercont {
  float:left;
  width:300px;
  padding-left:20px;
}

div#bottomcenter hr {
  visibility:hidden;
  height:1px
}

div.dottedline{
  background:url('../img/divborder.gif') repeat-x bottom left;
  height:1px;
  margin-bottom:10px;
  margin-left:20px;
  padding:10px 0px 0px 20px;
}

div.dottedline_long {
  background:url('../img/divborder.gif') repeat-x bottom left;
  height:1px;
  margin-bottom:8px;
}

div#bottomcenter {
  width:640px;
  float:right;
}

div.tile img {
  border:none !important;
}

div.otherheadlines a {
  display:block;
  padding:2px 0px 2px 10px;
  background:url('../img/navpointer3.gif') 0em 0.6em no-repeat;
}

p.clear {
  margin:0px;
  padding:0px;
  line-height:5px;
}

div#lead_image {
  background-color:#F0F0F0;
  border:dotted 1px #B31B34;
  padding:2px;
  width:232px;
  float:left;
  margin-bottom:10px;
}

div#lead_image_no_border {
  padding:2px;
  width:232px;
  float:left;
  margin-bottom:10px;
}

/* audio and video icons start */
.mainteaser H2 IMG {
    float: none;
    border: 0 !important;
    vertical-align: middle;
}

.teasercont H3 IMG {
    float: none;
    margin: 0;
    border: 0 !important;
    padding: 2px 0 0 0;
    vertical-align: top;
}

.mainteaser H2 A.indextoolsvideo:hover,
.mainteaser H2 A.indextoolsvideo:hover,
.teasercont H3 A.indextoolsvideo:hover,
.teasercont H3 A.indextoolsvideo:hover
 {
    text-decoration: none;
}
/* audio and video icons end */


* html div#center {
	/* fix for IE6 disappearing header */
	margin-left: 1px;
}
* html div#rightside {
	/* fix for IE6 disappearing header */
	margin-left: 15px;
}


form#local-mole{
	background-color: #f5f5f5;
	border-bottom: 1px solid #6A7497;
	border-top: 1px solid #6A7497;
	clear: both;
	padding: 0;
	position: relative;
}
form#local-mole fieldset{
	border: 0 none;
	display: inline;
	left: 5px;
	margin-bottom: -10px;
	position: relative;
	top: -10px;
	z-index: 10;
}
form#local-mole input{
	margin-right: 5px;
	padding: 2px;
}
form#local-mole .logo{
	position: absolute;
	top: 0;
	right: 5px;
	z-index: 0;
}
