/* 
---- GLOBAL STYLES ----*/
body { 
  background: #73869E;
  margin: 0;
  text-align: center;
  font-family: verdana, tahoma, sans-serif;
  color: #333;
  overflow: -moz-scrollbars-vertical;
  }
.index-scroll { width: 350px !important; width/**/: 390px; display: table;}
a {text-decoration:none;}

a:link {color:#0000ff;}
a:visited {color:#0000ff;}
a:active {color: #ff8600;}
a:hover {color: #ff8600;}


/* 
---- HEADER GRAPHICS ----*/
#header-top {
  width: 760px;
  background: url("/images/top-middle.jpg") repeat-x bottom;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  }
  .left-corner { 
    float: left;
    width: 30px;
	height: 80px;
	display: block;
	background: url("/images/top-left.jpg") no-repeat bottom left;
	margin-right: 468px;
	}
  .header-top {
    float: left;
	width: 135px;
	height: 80px;
	background: url("/images/header-top.jpg") no-repeat bottom;
	}
  .right-corner {
    float: right;
    width: 30px;
	height: 80px;
	display: block;
	background: url("/images/top-right.jpg") no-repeat bottom right;
	}
#header-graphic {
  width: 760px;
  height: 138px;
  background: url("/images/header.jpg") no-repeat;
  margin-left: auto;
  margin-right: auto;
  }



/* 
---- MIDDLE AREA ----*/
#wrapper { 
  width: 760px;
  background: url("/images/wrapper-bg.jpg") repeat-y left;
  display: table;
  margin-left: auto;
  margin-right: auto;
  }
/*    
  navigation   */
	#left-nav {
	  width: 183px;
	  background: url("/images/left-nav-gfx.jpg") no-repeat bottom;
	  float: left;
	  text-align: left;
	  }
	#p7TMnav {
	  margin: 0px;
	  padding: 0px;
	  padding-top: 5px;
	  font-size: 90%;
	  list-style-type: none;
	  margin-bottom: 187px;
	  width: 100%;
	  display: block;
	  background: url("/images/left-bg-top.jpg") no-repeat top left;
	  }
	  #p7TMnav div {
	    border-bottom: 2px solid #407ba8;
		margin: 0px;
		padding: 3px 0  3px 5px !important;
		padding/**/: 3px 0 3px 0;
		}
	  #left-nav a:link { color: #fff; text-decoration: none;}
	  #left-nav a:visited { color: #fff; text-decoration: none;}
	  #left-nav a:active { color: #ff8600; text-decoration: none;}
	  #left-nav a:hover { color: #ff8600; text-decoration: none;}
/*
  content area   */
	#content { 
	  float: right;
	  text-align: left;
	  width: 577px;
	  padding-top: 0px;
	  background: #fff url("/images/content-bg.jpg") repeat-y right;
	  font-family: Verdana, sans-serif;
	  font-size: x-small;
	  }
	  #content p { 	  padding: 10px;}
/*
  headline   */
	.headline {
	  /*display: block;*/
	  /*width: 100%;*/
	  background: url("/images/title-bg.jpg") repeat-x top;
	  }
	.headline span {
	  display: block;
	  color: #515765;
	  font-weight: bold;
	  font-size: xx-small;
	  background: url("/images/title-right.jpg") no-repeat top right;
	  padding-left: 10px;
	  padding-top: 7px;
	  }
	  /*.headline span { float: left;}*/
	  .headline marquee {width: 375px;}
	  /*.headline span.bg { padding-right: 1px; background: url("/images/title-right.jpg") no-repeat top right;}*/
	.headline b {
	  font-weight: bold;
	  color: #c1782b;
	  }
/*
  blurb boxes */
	#blurb1 {
	  margin-left: 5px;
	  }
	.blurb {
	  display: block;
	  float: left;
	  margin-right: 5px;
	  width: 182px;
	  background: #f6eadc;
	  }
	.blurb span { 
	  display: block;
	  padding: 10px;
	  padding-top: 5px;
	  font-size: x-small;
	  font-family: tahoma, arial;
	  color: #444;
	  }
	  .clear { clear: both; color: #fff; width: 90%; border: 0px;}


/* 
---- FOOTER ----*/
#footer {
  clear: both;
  width: 760px;
  height: 30px;
  background: url("/images/footer.jpg") no-repeat;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  }
#wmlink a {font-size:xx-small;}  
