body {
 font-family: sans-serif;
    margin:0;
    padding:0;
    background-image: url(img/gradient.png);
    background-color: #cecece;
    background-position: top;
    background-repeat: repeat-x;
    }
    
#wrap {    
    margin:0 auto;
    width:900px;
    background-image: url(img/bg-shadow.png);
    background-repeat: no-repeat;
    padding: 0 25px 0 25px;
    margin-top: 20px;
    }
    
#mainbg {
    background-image: url(img/mainbg.png);    
    background-repeat: repeat-y;
    width:900px;    
}
    
#header {
    background:#4081bf;
}
#nav {
    width:700px;
    height:30px;
    background: #fff;
    float:left;  
    font-size: 12px;
    }
    
#search {
  background: #fff;
  width:200px;
  height: 30px;
  float:right;
}

#sitemaptop {
  margin:0;
  font-size: 120%;
  font-weight: bold; 
  color: #274f75;
}

#sitemaptop img {
vertical-align: middle;
}

#menushadowl {
  background-image: url(img/menushadowl.png);
  background-color: #fff;
  height: 10px;
  width: 700px;
  float:left; 
  
}

#menushadowr {
  background-image: url(img/menushadowr.png);
  background-repeat: no-repeat;
  background-color: #ccc;
  height: 10px;
  width: 200px;
  float:right; 
}



#footerl {
  background-image: url(img/footerimgl.png);    
    width:700px;
    float: left;
    height: 75px;
    }
    
#footerl p {
  margin: 28px 0 0 100px;  
  font-size: 13px;
  color: #555;
}

#footerr {
  background-image: url(img/footerimgr.png);  
  width: 200px;
  float: right;
  height: 75px;
}

#footerr p {
  margin: 28px 0 0 0;  
  font-size: 13px;
  text-align: center;
  
  

}


.clearboth {
  clear:both;
}

#main {
    background:#fff;
    float:left;
    width:657px;
    padding: 15px 20px 20px 20px;
    font-size: 12pt;
    }
#sidebar {
    background:#eee;
    float:right;
    width:179px;
    border-left: 1px solid #999;
    padding: 0 10px 10px 10px;
    font-size: 12px; 
    }
    
#sidebar ul {
  margin: 0;
  padding: 0;
  list-style: inside;
}

    
#sitemap {

    margin:10px auto;
    width:900px;
    text-align:center;
}

.tinyrow {
  font-size: 1px;
}

#sitemapcontent {
color:#666666;
background-color: #ececec;
text-align:center;
border-top: solid 1px #999;
font-size: 75%;
padding: 20px 0 20px 0;
}

#sitemaptop {
background-color: #ececec;
cursor: pointer;
}

.clickable {
cursor: pointer;
}

#sitemapcontent ul {

list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
}

#sitemapcontent ul li {
  display:block;
  float:left;
  font-weight:bold;
  width:120px;
  margin:0;
  padding:0;
}

#sitemapcontent ul li ul li {
  font-weight:normal;
  padding-left: 0px;
}
    

h1 {
  /* color: #780C0F;*/
  color: #274f75;
  margin-top: 0px;
}
h2 {
  color: #274f75;
}
h3 {
  color: #274f75;
}
a:link {color: #274f75}     /* unvisited link */
a:visited {color: #000044}  /* visited link */
a:hover {color: #0000ff}   /* mouse over link */
a:active {color: #999900}   /* selected link */

p.testimonial {
  font-style: italic;
  
}



table.uploadedit td {
  padding: 5px;
}

table.download {
  font-size: 75%;  
  border-bottom: solid 1px #999999;
  border-collapse: collapse;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  table-layout: fixed;
}

table.download th {
  font-weight: bold;  
  background-color: #4081bf;
  color: white;
  border: solid 1px #4081bf;
  padding-left: 3px;
  
}

table.download td  {
  border-left: solid 1px #999999;
  border-right: solid 1px #999999;
  padding: 3px;
}
table.download tr.dark {
  background-color: #eee;
}
table.download td.prodcol {
  background-color: #dddddd;
}


#searchbox {
  width: 140px;
  font-size: 12px;
}

.headerwithsubscript {
  margin-bottom: 2px;
}
.subscript {
  margin-top: 0px;
  font-style: italic;
}


