@charset "utf-8";

/* ===================================================================
		Main - Homepage
*/

.main {
	width: 894px;
	margin: 0 auto;
	padding-bottom: 5px;
}

.main h2 {
	padding-top: 7px;
	padding-bottom: 5px;
	padding-left: 1px;
}

/* ------------------------------------------
		Content Highlights
*/

.main .hightlight-top {
	width: 894px;
}

.main .highlight-top h3 {
	float: left;	
}

.main .highlight-top h3.middle {
	margin-left: 8px;
	margin-right: 7px;
}

.main .highlight-center {
	background-image: url('../images/highlight-bar-repeat-bg.gif');
	background-repeat: repeat-y;
	width: 894px;
}

.main .highlight-center .content {
	float: left;
	width: 278px;
	padding-right: 8px;
	padding-left: 5px;
	padding-bottom: 7px;
	background-color: #f2f2f2;
	border-color: #82b6d5;
	border-style: solid;
	border-width: 1px 1px 0 1px;
}

.main .highlight-center .content-middle {
	margin-left: 8px;
	margin-right: 7px;
}

.main .highlight-center .content p {
	padding-top: 12px;
	line-height: 14px;
}

.main .highlight-center .content img {
	float: right;
	margin-top: 12px;
	margin-left: 8px;
}

.main .highlight-bottom {
	background-image: url('../images/highlight-bar-repeat-bg.gif');
	background-repeat: repeat-y;
	width: 894px;
}

.main .highlight-bottom .button {
	float: left;
	width: 284px;
	text-align: right;
	background-image: url('../images/highlight-bottom-trim.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	padding-right: 9px;
	padding-bottom: 10px;
}

.main .highlight-bottom .buton-middle {
	margin-left: 8px;
	margin-right: 7px;
}


/*

.main .highlight {
	padding-bottom: 10px;
	float: left;
	background-image: url('../images/highlight-bottom-trim.gif');
	background-repeat: no-repeat;
	background-position: bottom;
}


.main .highlight .button {
	height: 19px;
	text-align: right;
	padding-right: 9px;
	background-color: #f2f2f2;
	border-color: #82b6d5;
	border-style: solid;
	border-width: 0 1px;
}



*/



/* ===================================================================
		News box - Homepage (v-chrome)

	single-image background borrows from
	http://www.hedgerwow.com/360/dhtml/css_stretched_box/demo.php
	
	which also requires inclusion of ie6-layout-patch.js
*/

.v-chrome .bgnd *{
  background-image:url(/images/homepage_newsbox.png);
  _background-image:url(/images/homepage_newsbox.gif);
}

.v-chrome{
  position:relative;
  z-index:2;  
  margin: 5px 0 1px 0;
  zoom:1;
}

.v-chrome-bd{
  padding:12px 12px 12px 40px;
  /* _height:100px; */
  /* min-height:100px; */
  zoom:1;
}

.v-chrome .bgnd{
  position:absolute;
  z-index:-1;
  top:0;
  left:0;
  right:0;
  bottom:0;
  zoom:1;
  
}

.v-chrome .bgnd *{
  position:absolute;
  overflow:hidden;
  background-repeat:no-repeat;
  zoom:1;
}


.v-chrome .bgnd u.w{
  left:0;
  top:0;
  right:40px;
  height:60px;
  
}

.v-chrome .bgnd u.e{
  top:0;
  right:0;
  height:60px;
  width:40px;
  background-position:-960px 0;
  
}

.v-chrome .bgnd i.w{
  left:0;
  top:60px;
  right:40px;
  bottom:40px;
  background-repeat:repeat-y;
  background-position:-1000px 0;
}

.v-chrome .bgnd i.e{
  
  top:60px;
  right:0px;
  width:40px;
  bottom:40px;
  background-repeat:repeat-y;
  background-position:100% 0;
}

.v-chrome .bgnd b.w{
  left:0;
 
  bottom:0;
  right:40px;
  height:40px;
  background-position:0 100%;
}

.v-chrome .bgnd b.e{
  height:40px;
  bottom:0;
  right:0;
  width:40px;
  background-position:-960px 100%;
}

#newsMore .button {
	text-align: right;
	padding-top: 10px;
}

#newsMore h3 {
	color: #ef8014;
	font-weight: bold;
	margin-bottom: 10px;
}

/* orange news headline alternative

 #newsMore h3 a, #newsMore h3 a:visited {
	color: #ef8014;
	text-decoration: none;
}
*/

#newsMore a:hover {
	text-decoration: underline;
}

#newsMore .newsImage {
	float: left;
	padding: 0 10px 0 5px;
}


/* text / image replacement on home page for accessibility & engines (Gilder/Levin Method)  */

.hiddenText {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 18px;
}

#homeTag {
	width: 894px;
	height: 296px;
	position: relative;
}

	
	
#homeTag span {
	/* background: url(/images/photos/homepage-main-transp-dec08.gif) no-repeat; */
	background: url(/images/photos/homepage-main-may09.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	}
	
#homeTag img {
	padding-top: 260px;
	border: none;
}

