@charset "utf-8";
/* CSS Document */

/* reset styles */
@import url(reset.css);


html {
  background: #fff url('/~general/img/bg1.png') repeat 0 0;
  text-align: center;
  height:100%;
  
}
body {
  background: transparent url('/~general/img/bg2.png') repeat-y 50% 2px;
  font: 0.8em/1.2em Verdana, Arial, Helvetica, sans-serif;
  margin: -2px auto;  /* prevent collapsable margins */
  padding: 1px 61px;  /* prevent collapsable margins */
  position: relative;
  text-align: left;
  width: 839px;
  min-height:100%;
}
#header {
  background: #fff url('/~general/img/hdots.gif') repeat-x 0 bottom;
  margin: 0;
  height: 31px;
  padding: 1em 1.6em;
}
  #header a {
    background: transparent url('/~general/img/logo.png') no-repeat;
    display: block;
    height: 29px;
    width: 62px;
  }
#main {
  width: 100%;
  float: left;
  background: #fff url('/~general/img/vdots.gif') repeat-y 180px 0;
  padding-bottom: 1px;
}
#content {
  color: #595959;
  float: right;
  margin-top: 2em;
  padding: 0 18px 30px 18px;
  width: 603px;
}
  #content a {
    color: #595959;
  }
  #content dt {
    width: 8em;
    float: left;
  }
  #content dd {
    margin-left: 8em;
  }
  #content h1,
  #content h2,
  #content h3,
  #content h4 {
    color: #4f4f4f;
  }
  #content h1 {
    font-size: 1.4em;
    font-weight: normal;
  }
#content h2 {
    font-size: 1.4em;
    font-weight: normal;
  }
  #content p,
  #content ul {
    margin: 15px 0;
  }
  #content .topbox {
    background: #fff url('/~general/img/hdots.gif') repeat-x bottom left;
    margin: 0 0 1em 0;
    height: auto;
    padding-bottom: 2em;
  }
    #content .topbox .image_holder {
      width: auto;
      float: left;
    }
    #content .topbox .thumbs_holder {
      float: right;
      margin: 0 -5px 0 10px;
      width: 180px;
    }
    #content .topbox .thumbs_holder img {
      float: left;
      margin: 0 5px 10px 5px;
    }
  #content .newsbox,
  #content .morenews {
    clear: both;
    background: #fff url('/~general/img/hdots.gif') repeat-x bottom left;
    float: left;
    margin: 0.5em 0 2em 0;
    padding: 0 0 1em 0;
    width: 100%;
  }
    #content .newsbox img {
      margin: 18px 0;
    }
    #content .newsbox .left {
      float: left;
      width: 165px;
    }
    #content .newsbox .right {
      float: right;
      margin-left: 15px;
      width: 415px;
    }
    #content .newsbox .date {
      color: #ed1c24;
      line-height: 2.6em;
      height: 1.7em;
      text-align: left;
    }
	
	#content .newsbox .newsDetailPhoto{
		float:left;
		margin-right:20px;
		display:inline;
	}
    
	#content .newsbox .date span {
        background: url('/~general/img/arrow-red.gif') no-repeat left 51%;
        padding: 0 0 0 0.7em;
      }
    #content .newsbox .title {
      height: 1.45em;
      line-height: 1.7em;
    }
    #content .newsbox .date,
    #content .newsbox .title {
      display: block;
      margin: 0 0 -5px 0;
      overflow: hidden;
    }
    #content .newsbox .more {
      padding-right: 1em;
      text-align: right;
    }
    #content .vfnewsbox {
      background-color: #f5f5f5;
      cursor: pointer;
    }
    #content .morenews a {
      background: url('/~general/img/arrow.gif') no-repeat 0 51%;
      list-style: outside none none;
      padding-left: 15px;
    }
    #content .morenews a:hover {
      color: #000;
    }
#nav {
  float: left;
  font-weight: bold;
  line-height: 2em;
  margin-top: 1.5em;
  text-transform: uppercase;
  width: 180px;
}
  #nav li,
  #nav li a {
    color: #4f4f4f;
    text-decoration: none;
  }
  #nav li {
    font-size: 0.85em;
    background: url('/~general/img/arrow.gif') no-repeat 0 0.75em;
    list-style: outside none none;
    padding-left: 15px;
  }
    #nav li a:hover {
      color: #000;
    }
    #nav li li {
      background: none;
      font-size: 1em;
      list-style-type: disc;
      margin-left: 15px;
      padding-left: 0;
	  line-height: 1.5em;
	  margin-top:10px;
	  margin-bottom:10px;
    }
    #nav li ul {
      display: none;
    }
  #nav li.open {
    background-image: url('/~general/img/arrow-down.gif');
  }
    #nav li.active ul,
    #nav li.open ul {
      display: block;
    }
    #nav li.active a {
      color: #ed1c24;
    }


  #nav li.openActive {
    background-image: url('/~general/img/arrow-down.gif');
  }
  
    #nav li.openActive ul {
      display: block;
    }  
    #nav li.openActive a {
      color: #ed1c24;
    }	
	
    #nav li.openActive li a {
      color: #4f4f4f;
    }	
	
    #nav li.openActive li a:hover {
      color: #000;
    }	
	
#footer {
  clear: both;
  background: #fff url('/~general/img/hdots.gif') repeat-x 0 0;
  font-size: 0.85em;
  height: 4em;
  line-height: 4em;
  margin-top: -1px;
  padding: 0 1em;
}
  #footer,
  #footer a {
    color: #656565;
  }
  #footer a:hover {
    text-decoration: none;
  }
  #footer .left {
    float: left;
    text-align: left;
    width: 50%;
  }
  #footer .right {
    float: right;
    text-align: right;
    width: 50%;
  }
.accessibility {
  position: absolute;
  left: -999em;
}
.navlink {
  color: #ed1c24;
  background: url('/~general/img/arrow-red.gif') no-repeat right 65%;
  padding: 0 1em 0 0;
  text-decoration: underline;
}
.navlink:hover {
  text-decoration: none;
}
.clearer {
  clear: both;
  width: 100%;
  height: 1px;
  overflow: hidden;
  visibility: hidden;
  margin-top: -1px;
}


.hdots {
    background: #fff url('/~general/img/hdots.gif') repeat-x bottom left;
    margin: 0 0 1em 0;
    height: auto;
    padding-bottom: 2em;
  }
  
.paging {
	background: url('/~general/img/arrow-grey-left.gif') no-repeat left 65%;
	padding-left:20px;
	
	}
  
  .padingContent {
	background: url('/~general/img/arrow-grey-right.gif') no-repeat right 65%;
	padding-right:20px;

	}
  
.paging span.active{
		color:#ed1c24;
		text-decoration:underline;
}

.paging a{
		text-decoration:none;
}

.paging a:hover{
		text-decoration:underline;
}
