﻿body 
{
    margin: 0px;
    font-family: Arial, Tahoma;
    font-size: 13px;
    color: #4B4B4B;
    
}

h1
{
    font-family: Arial, Tahoma;
    font-size: 26px;
    color: #7D7D7D;
}

a:link,a:visited,a:active
{
    text-decoration:none;   
}

a:hover
{
    text-decoration:none;
}

.orange
{
    color:#ff9900;
    font-size:14px;
    font-family:Arial,Arial;   
}


#divContentWrapper{
    width:900px;
    border:0px solid red;
    margin:auto;
}

#divBanner{
    height:200px;
    width:900px;
    overflow:hidden;
    margin:auto;
    border:0px solid red;	
}

#divLogo{
    float:left;
    overflow:hidden;
    height:92px;
    width:214px;
}

#divMenu{
    margin-top:52px;
    float:left;
    background-image:url(images/menu-bar.jpg);
    background-repeat:repeat-x;
    width:686px;
    height:40px;
    border:0px solid red;
}

#divMenuWrapper{
    width:900px;
    margin:auto;    
}

#headerWrapper{
    background-image:url(images/top-bar.jpg);
    width:100%;
    height:31px;
    background-repeat:repeat-x;
}

#footerWrapper{
    background-image:url(images/bottom-bar.jpg);
    background-repeat:repeat-x;
    width:100%;
    height:66px;
}

#divHomeleftWrapper{
    float:left;
    width:600px;
    overflow:hidden;
    border:0px solid red;
}

#divHomeRightWrapper{
    float:left;
    width:300px;
    border:0px solid red;
    overflow:hidden;
}

#sitemapWrapper{
    padding:10px 30px 30px 30px;
}



a.tabLink{
    display:block;
    padding-top:10px;
}

div.rightBoxWrapper{
    padding-top:10px;
}

div.rightbox
{
    padding:10px 15px 5px 0px;   
    text-align:left;
}

div.divPageLeftMenu{
    background-image:url(images/blue-dot.jpg);
    background-repeat:repeat;
    width:131px;
    padding:3px 0px 10px 0px;
}

a.sitemapLink:link,a.sitemapLink:active,a.sitemapLink:visited{
    display:block;
    text-decoration:none;
    color: #6E6F6F;
    width:150px;
    padding:2px 0px 2px 25px;
}

a.sitemapLink:hover{
    color: #0086D0;
}




a.sitemapLinkFLvl:link,a.sitemapLinkFLvl:active,a.sitemapLinkFLvl:visited{
    display:block;
    text-decoration:none;
    color: #6E6F6F;
    width:150px;
    padding:4px 0px 4px 25px;
    font-weight:bold;
    
    background-image:url('images/bullet2.gif');   
    background-repeat:no-repeat;
    background-position:0px 3px;

}

a.sitemapLinkFLvl:hover{
    color: #0086D0;
}

img.banner{
    border:0px;
    vertical-align:bottom;
    padding-bottom:3px;
    width:900px;
    /*  hack    */
    overflow:hidden;
}

table.sitemaptbl{
    width:450px;
}

table.sitemaptbl td{
    padding-bottom:15px;
}

/* table left menu */
.tableMenu {
	border-collapse: collapse;
	margin-left: 1px;
	width: 100%;
}

.tableMenu td {
	padding: 5px 6px;
	padding-left: 15px;
	text-align:left;
	
}

.linkMenu a:link, .linkMenu a:visited
{
    text-decoration: none;
    color: #6E6F6F;
    font-weight: bold;
    font-size:12px;
    font-family: Arial ,Arial;
}
.linkMenu a:hover
{
    text-decoration: none;
    color: #0086D0;
    font-weight: bold;
    font-size: 12px;
}
.linkMenuPage a:link, .linkMenuPage a:visited
{
    font-family:Arial ,Arial;
    text-decoration: none;
    color: #0086D0;
    font-weight: bold;
    font-size: 12px;
}



.blueTitle
{
    font-size:20px;
    color:#40A4DC;   
}

.button
{
    background-image:url('images/button_bg.gif');
    background-repeat:repeat-x;
    border:0px solid white;
    /*border-top:0px solid #D7D7D7;
    border-bottom:0px solid #D7D7D7;
    border-left:1px solid #D7D7D7;
    border-right:1px solid #D7D7D7;*/
    color:#ffffff;
    height:20px;
    font-size:10px;
    font-weight:bold;
}

a.link1:visited,a.link1:hover,a.link1:active,a.link1:link
{
    text-decoration:none;
    color:#ffffff;
    font-size:11px;
    font-weight:bold;
}

a.link2:visited,a.link2:hover,a.link2:active,a.link2:link
{
    
    color:#ffffff;
    font-size:13px;
    font-weight:bold;
    color:#3E3E3E;
    text-decoration:underline;
    font-family:Helvetica ,Arial ,Arial;
}

a.link3:visited,a.link3:hover,a.link3:active,a.link3:link
{
    
    color:#ffffff;
    font-size:13px;
    color:#3E3E3E;
    text-decoration:underline;
    font-family: Arial, Tahoma;
}

a.linkbutton:visited,a.linkbutton:hover,a.linkbutton:active,a.linkbutton:link
{
    background-image:url('images/button_bg.gif');
    background-repeat:repeat-x;
    border:0px solid white;
    color:#ffffff;
    padding-top:3px;
    padding-bottom:5px;
    padding-left:10px;
    padding-right:10px;
    font-size:10px;
    font-weight:bold;
    text-align:center;
    text-decoration:none;
}

a.breadcrum:link,a.breadcrum:visited,a.breadcrum:active,a.breadcrum:hover
{
    /*font-family:Helvetica ,Arial ,Arial;*/
    font-family: Arial, Tahoma;
    font-size:11px;
    color:#666666;
    text-decoration:none;
}

a.breadcrumSelected:link,a.breadcrumSelected:visited,a.breadcrumSelected:active,a.breadcrumSelected:hover
{
    font-family: Arial, Tahoma;
    font-size:11px;
    color:#0086D0;
    text-decoration:none;
}

div.blueBox
{
    min-height:165px;
    height:auto !important;
    height:165px; 
    width:280px;
    background-color:#E6F1F6;
    border-left:2px solid #ffffff;
    border-right:2px solid #ffffff;
    font-family: Arial, Tahoma;
    float:left;
    text-align:left;
}

div.tesContent
{
    font-family: Arial, Tahoma;
    font-size:13px;
    color:#3E3E3E;
    
    
}

div.tesBy
{
    text-align:right;  
    font-family: Arial, Tahoma;
    font-size:10px; 
    color:#3E3E3E;
    padding-top:3px;
    
}

div.bullet
{
    background-image:url('images/bullet1.gif');   
    background-repeat:no-repeat;
    background-position:20px 8px;
    padding-left:35px;
    padding-top:5px;
    
}

div.bulletWhite{
    float:right;
    background-image:url('images/bullet.gif');
    background-repeat:no-repeat;
    padding-left:13px;
    background-position:0px 2px;
}

div.contentlisting
{
    background-image:url('images/bullet2.gif');   
    background-repeat:no-repeat;
    background-position:12px 9px;
    padding-left:40px;
    padding-top:10px;
    padding-bottom:10px;
}

div.contentlisting a:link,div.contentlisting a:visited,div.contentlisting a:active,div.contentlisting a:hover
{
   text-decoration: none;
    color: #6E6F6F;
    font-weight: bold;
    font-size:12px;
    font-family:Helvetica ,Arial ,Arial;
}

/* end table left menu */






/* menu*/
a.topmenu:link, a.topmenu:visited 
{
  font-family: Arial;
  background-image:url();
  line-height: 40px;
  height:40px;
  padding-bottom:10px;
  padding-left: 8px;
  padding-right: 8px;
  /*display: block;*/
  font-size: 11px;
  font-weight: bold; 
  color: white;
  text-decoration: none;
  height:100%;
  color: #666666;
}

a.topmenu:hover 
{
  font-family: Arial;
  /*background-image:url(images/menu-bottom.jpg);*/
  color:#5AA6D0;
  border-bottom:3px solid #5AA6D0;
}
div.menubox {
  width:170px;
  top:65px;
  background-color:#E0DEE0;
  position:absolute;
  z-index:100;
  border:0px solid #dcdcdc;
  border-left:1px solid #dcdcdc;
  border-right:1px solid #dcdcdc;
  border-bottom:1px solid #dcdcdc;
  padding:5px;
  
}
table.menuitem a:link, table.menuitem a:visited {
  font-family: arial, verdana, tahoma;
  font-size: 11px;
  display: block;
  padding-left: 10px;
  padding-right: 5px;
  line-height: 14px;
  padding-top: 2px;
  padding-bottom: 2px;
  color: #1675D3;
  text-decoration: none;
  padding-top:3px;
  padding-bottom:3px;
  border-bottom: 1px solid #cccccc;
  font-weight:bold;
  text-align:left;
  
}

table.menuitem a:hover {
  /*display: block;  
  background-color: #c0c0c0;*/
  background-color: #D5D1D5;
  
}

.menubg
{
    background-image:url('images/top-bar-tile.gif');
    background-repeat:repeat-x;
}
/* end menu */
