
body{
margin:0;
font-family: Arial, Helvetica, sans-serif;
}


  #tagline {
    font: bold italic 11px Verdana,Arial,Helvetica,sans-serif;
    text-align: left;
	padding-left: 40px;
    color: #036;
    margin: 10px 0 10px 0;
  }

/* tabs */ 
#navcontainer {
	clear: left;
	z-index: 3;
	position:relative;
	margin: 0 0 0 5px;
	width: 600px;
}
#navlist {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	clear:both;
	font: bold normal 12px Verdana,Arial,Helvetica,sans-serif;
}

#tabbar {
	position:relative;
	background: #036;
	font: bold italic 10px Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
	clear:both;	 
	border-bottom: 14px solid #036;	
	margin:0;	
}
#navlist ul, #navlist, #navlist li  {
	margin: 0;
	padding: 0;
}
#stats li  {
	list-style-type: none;
}
#navlist li
{
  float: left;
  display: block;
  width:19.5%;
  min-height: 20px; 
  min-width: 80px; 

}
#navlist li a
{
  position: relative;
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;

}

#taba, #tabb, #tabc, #tabd, #tabe {
  padding:4px;
  background-color: #546F9E

}
#taba
{
  background: #496289 url(images/slanter1.png);
  background-position: bottom left;
  padding-left:25px;
  margin-right: -1px;
}
#tabb, #tabc, #tabd
{
  background: #496289;
  margin-right: -1px;
  border-left: 1px solid #fff;
}

#tabe
{
  background: #496289 url(images/slanter1.png);
  background-position: bottom right;
  border-left: 1px solid #fff;
  padding-right:25px;
}
#taba:hover, #tabb:hover, #tabc:hover, #tabd:hover, #tabe:hover
{
  background-color: #738AB5;
  color: #fff!important;
}
#navlist li a.active, #navlist li a:active
{
  padding-bottom: 5px;
  color: #fff; 
  background-color: #036;
}

  #stats {
    margin-right: 10px;

    width:150px;
    color:#333;
    font: bold 10px Verdana,Arial,Helvetica,sans-serif;
  }

/* tabs  end */


#tabbar {
	position:relative;
	background: #036;
	font: bold italic 12px Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
	clear:both;	 
	border-bottom: 14px solid #036;	
	margin:0;	
	color: #CCCCCC;
}


  .clearfix:after { /* This can be replaced by the alternative fix below if it doesn't kill CatFish */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  .clearfix {
    display:block;
  }

  * html .clearfix { /* This should be moved to ie.css, as IE7 doesn't support * html */
    height: 1%;
  }

/* search */

  #search {
    padding: 5px 12px;
    background:#738FBF url(images/gradient4.gif) repeat-x;
    margin:0;
    border-bottom: 1px solid #4D6EA7!important;
    border-width: 0 0 1px 0;
	font: bold normal 12px Verdana,Arial,Helvetica,sans-serif;

  }

#search label
{
font-weight: bold;
color:#fff;

}

#search input
{
padding: 1px;
border-width: 1px;
font: bold normal 12px Verdana,Arial,Helvetica,sans-serif;
margin: 2px;
}

#search form
{
display: block;
text-align: center;
width: 100%;
margin: 0;
}