/* CSS Document */

#mainField {
	height: 100%;	/* fix the Win32 IE float bug */
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 36px;  /* padding set to accommodate page banner graphic */
	/* background-image: url( );
	background-repeat: no-repeat;
	background-position: inherit; */
	valign: top;
	color: #000;
	width: 625px; /*body text width */
	min-height: 350px; /*Firefox hack to manage long page when shifting to the left */
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
	position: relative;
	z-index: 1;
}

p.backlink {
	color: #509492;
	font-family: Trebuchet, Tahoma, sans-serif;
	font-size: 12px;
	/* margin-left: -40px; */
	position: relative;
	z-index: 2;
}

h1.subhead2 {
	font-family: Trebuchet, Tahoma, sans-serif;
	font-style: normal;
	position: clear;
	font-size: 14px;
	margin-bottom: .5px;
	color: #509492;
	letter-spacing: .2em;
	/* margin-left: -16px; */
	z-index: 2;
}

/* Renderings - Two Cells */
#render_left {
float: left;
width: 48%;
padding-right: 5px;
margin-top: 1.7em;
}

#render_right {
float: left;
width: 48%;
border-left: #509492 solid 1px;
padding-left: 5px;
margin-top: 1.7em;
}

/* Nested Articles - Two Cells */
#nestArticle {
	float: left;
	width: 240px;
	padding-right: 5px;
	margin-left: 10px;
	margin-right: 10px;
	padding-right: 20px;
}
#nestArticle h2 {
	font-family: Trebuchet, Tahoma, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #509492;
}
#nestArticle p {
	font-family: Trebuchet, Tahoma, sans-serif;
	margin-top: -6px;
	font-size: 10px;
	font-style: normal;
	color: #509492;
}

#nestArticleRight {
	float: left;
	width: 240px;
	margin-left: 10px;
	margin-right: 10px;
	padding-right: 20px;
}
#nestArticleRight h2 {
	font-family: Trebuchet, Tahoma, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #509492;
}
#nestArticleRight p {
	font-family: Trebuchet, Tahoma, sans-serif;
	margin-top: -6px;
	font-size: 10px;
	font-style: normal;
	color: #509492;
}

/* Triple Nested Cells */
.nestTriplet {
	float: left;
	width: 196px;
	margin-right: 10px;
	vertical-align: top;
}

h2.nestTriplet {
	font-family: Trebuchet, Tahoma, sans-serif;
	font-size: 14px;
	color: #666666;
	margin-top: -6px;
}

p.nestTriplet {
	font-family: Trebuchet, Tahoma, sans-serif;
	font-size: 9px;
	color: #509492;
	line-height: 1.8em;
}
	

/* Property Cells */
.addition {
	position: relative;
	
}
h3.addition {
	font-family: Trebuchet, Tahoma, sans-serif;
	font-style: normal;
	font-size: 14px;
	color:#509492;
	margin-top: 20px;
	margin-bottom: -5px;
}

p.addition {
	font-family: Trebuchet, Tahoma, sans-serif;
	font-size: 10px;
	color: #999999;
	line-height: 1.8em;
}

img.addition {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	border: none;
}


-->