﻿body{
  background-image: url('/img/gradient.png');
  background-repeat: repeat-x;
  text-align: center;
  margin: 0 auto;
  font-family: verdana,arial,sans-serif;
  padding:0;
  font-size:10px;
}
#logowrapper{
  background-image: url('/img/logo.png');
  background-repeat: no-repeat;
  background-position: center 200px;
  width: 100%;
  min-height: 800px;
  margin: 0 auto;
}
#content{
  width: 950px;
  margin: 30px auto;
}
ul.navigation{
  background-image: url('/img/navigation-bg.gif');
  height: 23px;
  padding: 0 0 0 4px;
  margin: 0 0 0 0;
}
.navigation li{
  list-style: none;
  float: left;
  color: #fff;
  padding: 2px 4px 0 6px;
  font-size: 12px;

}
.navigation li a{
  text-decoration: none;
  color:#fff;  
}
.navigation li a:hover{
  text-decoration: underline;
}
.navigation li a:visited{
  color:#fff;
}
.box h1{color: red; font-size: 18px; font-weight: normal;margin-top:10px;}
.box h2{color: #7d7d7d; font-size: 14px; font-weight: bold;margin-bottom:6px;}
.box strong{color: #7d7d7d;}

div.box,
td.box{
  background: url('/img/box-bg.png');
  color: #4e1714;
  text-align: left;
  padding: 8px;
  font-size: 11px;
  line-height: 17px;
  border: 1px solid #ccc;
  padding: 18px 20px 18px 20px;

/*td.box{
  padding:20px 35px 20px 35px;
  padding: 18px 20px 18px 20px;
  }*/}
  
p {
  font-size: 11px;
  line-height: 17px;

}
input {
  font-size: 11px;			
}

select {
  font-size: 11px;						
}

h1{
  line-height: 1em;}
div.box h3,
td.box h3{
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5em;
  color: red;}
div.box h5,
td.box h5{
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  color: #666;}
div.center{padding: 20px 30px 20px 30px;min-height:100px;}
ul.leftcol{
  width: 100%;
  margin: 0;
  padding: 0;}
ul.leftcol li{
  font-size: 14px;
  list-style: none;
  padding: 5px 0 5px 0;
  text-align: right;
  border-bottom: 1px solid red; }
.footer {
  color: #666;
  padding-top: 30px;
  font-size: 10px;
  line-height: 1.8em;  
  }
  
.footer a {
	  color: #666;
	
}
 
td{font-size: 12px;}
/* search box in navbar */
li input{
 font-size: 10px;
 height: 18px;
 margin-right: 4px;}
div.leftlinks{
  text-align: right;
  padding: 8px 8px 8px 0;
  border-bottom: 1px solid red;
}
ul.leftcol li a,
.leftlinks a{
  color: #4e1714;
  text-decoration: none;
  font-size: 13px;
  line-height: 19px;
  background-image: none;
}
ul.leftcol li a:visited,
.leftlinks a:visited{
  color: #777;
  background-image: none;
}
a{
  color: #4e1714;
  text-decoration: none;
  background-image: none;
  }
a:visited{color: #777; background-image: none;}
a:hover{text-decoration: underline; background-image: none;}
ul.category{margin-left: 0;padding:0;}
ul.category li{ 
 list-style: none; 
   font-size: 11px;
  line-height: 17px;

 }
