/* CSS Document */
/* ----- LAYOUT STYLES ----- */
html{
      overflow-y: scroll;
}

body{
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    background: #666666;
    font-family: arial, helvetica, sans-serif ;
    font-size: 12px;
    line-height: 18px;
    color: #333333;
    }
a.backtotop{
      color: #333333;
      text-decoration: none;
}
a.backtotop img{
      border: none;
}
.MasterContainer{
    width: 730px;
    text-align: left;
    padding: 10px;
    background-color: #fff;
    }
.Header{
    height: 100px;
    width: 730px;
    }
.TopImages{
    width: 730px;
    margin-top: 5px;
    height: 150px;
    } 
.TopImage1{
    width: 240px;
    height: 150px;
    float: left;
    }
.TopImage2, .TopImage3{
    width: 240px;
    height: 150px;
    float: left;
    margin-left: 5px;
    }
.ContentContainer{
    width: 730px;
    margin-top: 5px;
    }
.ContentContainer.Home{
		background:transparent url(../images/content-container-home-bgr.gif) repeat-y right top;
	 }
.Navigation{
    width: 185px !important;
    float: left;
		margin: 12px 5px 0 0 !important;
    }

.Navigation ul{
      margin: 0;
      padding: 0;
}

.Navigation ul li{
      margin: 0;
      padding: 0;
      list-style: none;
	  list-style-image: none;
}
    
.Navigation a, .Navigation a:link, .Navigation a:visited{
    color: #333333;
    display: block;
    width: 90px;
    line-height: 30px;
    text-decoration: none;
    margin: 0px;
    padding-left: 20px;
    margin-left: 20px;
    background: url('../images/nav-border.gif') left bottom repeat-x !important;
    }
.Navigation img{
    padding-left: 20px;
    }

p.crdts{
    margin: -20px 0 0 -190px !important;
    position: absolute;
    padding: 1px;
    text-align: left;
    font-size: 0.8em !important;
    line-height: 13px;
    color: #333333;
    text-decoration: none;
}
p.crdts a{
    color: #333333;
    text-decoration: none;
}
.MainContent{
    width: 325px;
    float: left;
    background: #f3f3f4;
    padding: 5px 15px 15px 15px;
    overflow: visible;
}
.MainContent.Home{
		background: none;
}
.Content{
    width: 510px;
    float: left;
    background: #f3f3f4;
    padding: 5px 15px 15px 15px;
    overflow: visible;
}
.Content h2, .MainContent h2, .News h2{
      font-family: helvetica, arial, sans-serif;
      font-size: 14px;
      font-weight: bold;
}
.News {
    width: 160px;
    float: left;
    padding: 10px 10px 10px 15px;
}
.News a {
  font-family: helvetica, arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #00746a;
  text-decoration: none;
}
.News p {
  margin: 0;
  padding: 0;
}

.Nav1{
    width: 540px !important;
    float: left;
    background: #f3f3f4;
    }
.Nav1-Home{
    float: left;
    }
.Nav2{
    width: auto;
    float: left;
		margin: 0 !important;
    padding: 18px 10px 5px 10px !important;
    }
.Nav3{
		width: auto !important;
    float: left;
    padding: 12px 0px 10px 12px;
		margin-bottom: -10px;
    }
p {
    margin: 8px, 0px
}
.divider{ background: url(../images/divider.gif) repeat-x; height:1px;}

.Nav2, .Nav2 a, .Nav2 a:link, .Nav2 a:visited{
    TEXT-DECORATION: none;
    color: #333333;
    padding: 0px 3px;
    font-size: 11px;
    font-weight: bold;
}
.NavTwo, .NavTwo a, .NavTwo a:link, .NavTwo a:visited{
    TEXT-DECORATION: none;
    color: #333333;
    padding: 0px;
    font-size: 10px;
}
.NavTwo a:hover, .NavTwo a:active{
    TEXT-DECORATION: none;
    color: #BCBE00;
    padding: 0px;
    font-size: 10px;
}
.green a, .green a:link, .green a:visited { TEXT-DECORATION: none; color:#bcbe00; }

ul li {
	margin-left:-20px;
	list-style-image: url(../images/3-ourS-arrow-small.gif);
}
