/* HTML tag styles in this document build on the general definitions in base.css. */
/*************************************************************************
@layout_zones
*************************************************************************/
/*
use div.twoColumn or div.threeColumn to switch layouts

two-column layout:
-div.navArea, div.contentArea

 three-column layout: 
- div.navArea, div.contentArea, div.featureArea
 */
 /* the following div.zoneMain styles build on the definition in base_layout.css*/
div.zoneMain {
	background-image:url(/images/bg_content_interior.gif);
	background-repeat:repeat-y;
}
div.twoColumn div.zoneMain {
	background-image:url(/images/bg_content_interior2.gif);
	background-repeat:repeat-y;
}
div.threeColumn div.zoneMain {
	background-image:url(/images/bg_content_interior.gif);
	background-repeat:repeat-y;
}

div.navArea {
	width:240px;
	overflow-x:hidden;
	float:left;
	padding-top:199px;
	padding-bottom:32px;
	background-image:url(/images/bg_arrows.gif);
	background-repeat:no-repeat;
}
div.contentArea {
	width:416px; /*use a default width*/
	overflow-x:hidden;
	float:left;
	/*position:relative;*/
	padding: 22px 32px 32px 32px;
	background-image:url(/images/shadow_interior_tnav.gif);
	background-repeat:repeat-x;
	line-height:1.3em;
}
div.twoColumn div.contentArea {
	width:656px;
}
div.threeColumn div.contentArea {
	width:416px;
}
div.featureArea {
	width:240px;
	overflow-x:hidden;
	float:left;
	padding-bottom:32px;
	background-image:url(/images/shadow_interior_tnav.gif);
	background-repeat:repeat-x;
}
/*************************************************************************
@nav_area
*************************************************************************/
/*builds on style in menu.css*/
div.navArea  div.navUtility {
	border-top:solid 1px #FFFFFF;
}
/*overrides padding in menu.css*/
div.navUtility ul {
	padding: 40px 0px 40px 0px;
}
/*************************************************************************
@content_area
*************************************************************************/
div.contentArea div.pageHeader {
	position:relative;
	overflow-x:hidden;
	width:100%;
}
div.contentArea div.pageHeader .printable {
	position:absolute; /*relies on div.pageHeader using position:relative */
	right:0px;
	top:0px;
	margin:0;
	padding:0;
	z-index:1;
}
.printable a,.printable a:active,.printable a:visited {	
	display:block;
	color:#cdcabc;
	font-size:0.9em;
	text-decoration:none;
	background-image:url(/images/icon_print.gif);
	background-repeat:no-repeat;
	background-position:0% 50%;
	padding-left:10px;
	margin:0;
	font-weight:normal !important;
}
/*ensure <br /> takes same space as  line of text*/
div.contentArea br {
	line-height:100%;
}
div.contentArea a,div.contentArea a:visited,div.contentArea a:hover,div.contentArea a:active {
	font-weight:bold;
}
div.contentArea h2 {
	color:#cdcabc;
	font-size:0.9em;
	font-weight:normal;
	padding-right:3.0em;
}
div.contentArea h3 {
	color:#666666;
	font-size: 1.6em;
	margin-top:0.5em;
	margin-bottom:1.5em;
}
div.contentArea h3 img {
	display:block;
}
div.contentArea h4 {
	margin-bottom:2.0em;
}
div.contentArea h4.hi {
	color:#aba68f;
	margin-bottom:1.0em;
}
div.contentArea h5 {
	font-weight:bold;
	margin-bottom:1.0em;
}
div.contentArea ul {	
	margin-bottom:1.1em;
}
div.contentArea li {
	list-style-image:url(/images/bullet_arrow.gif);
}
div.contentArea div.hr {
	height:1px;
	background-color:transparent;
	background-image:url(/images/bg_dottedline.gif);
	background-repeat:repeat-x;
	padding-bottom:1.0em;
}
div.contentArea div.hr.foot {
	margin-top:3em;
}
div.contentArea div.hr hr {
	display:none;
}
div.contentArea a.backtotop {
	color:#aba68f;
	font-weight:normal;
	padding-right:11px;
	background-image:url(/images/arrow_up.gif);
	background-repeat:no-repeat;
	background-position:100% 68%;
}
/*for iAPPS text container*/
div.contentArea div.freeText{
	
}
/*for iAPPS XML container*/
div.contentArea div.freeXML,div.contentArea div.freeXMLEdit{
	
}
div.contentArea div.freeXMLEdit object{
	margin-top:10px;
	margin-bottom:10px;
}
/*following classes are applied in iAPPS WYSIWYG*/
div.contentArea .headline {
	font-weight:bold;
	margin-bottom:1.8em;
}
div.contentArea .subheadLight {
	color:#aba68f;
	font-weight:bold;
}
div.contentArea ul.noBullet, div.contentArea  ul.noBullet li, div.contentArea  li.noBullet, div.contentArea .noBullet {
	list-style:none;
	list-style-image:none;
	margin-left:0;
	padding-left:0;
}
div.contentArea ul.noBulletIndent, div.contentArea  ul.noBulletIndent li, div.contentArea  li.noBulletIndent, div.contentArea .noBulletIndent {
	list-style:none;
	list-style-image:none;
	margin-left:0.5em;
	padding-left:0;
}
div.contentArea .indent {
	margin-left:0.5em;
}
div.contentArea .smallText {
	font-size:0.9em;
	line-height:1.2em !important;
}
/*ensure <br /> takes same space as  line of text*/
div.contentArea .smallText br {
	line-height:90%
}

/*************************************************************************
@content_area intro
*************************************************************************/
div.contentArea div.intro {
	margin-bottom:1.5em;
	display:table;
	width:100%;
}
div.contentArea div.intro div.photo {
	float:right;
}
div.contentArea div.intro div.photo img {
	padding-left:30px;
}
div.contentArea div.intro div.freeText {
}
/*************************************************************************
@feature_area
*************************************************************************/
div.featureArea {
	background-image:url(/images/bg_content_interior3.gif);
	background-repeat:no-repeat;
}
div.featureArea img.photo {
	display:block;
	width:240px;
}
div.featureArea div.sidebarText {
	padding:25px 30px 0px 35px;
}
div.featureArea div.sidebarText h4 {
	color:#aba68f;
	margin-bottom:1.0em;
}
div.featureArea object, div.featureArea object img {
	display:block;
	width:240px;
}
div.featureArea div.flash {
	height:426px;
}
div.featureArea object {
	height:426px;
	margin-bottom:12px;
}
div.featureArea div.imageLink {
	border-top:solid #FFF 1px;
	border-bottom:solid #FFF 1px;
	margin-bottom:-1px;
}
div.featureArea div.imageLink img {
	display:block;
}
div.featureArea div.imageLink a, div.featureArea div.imageLink a:visited, div.featureArea div.imageLink a:hover, div.featureArea div.imageLink a:active {
	color:#aba68f;
	text-decoration:none;
	font-weight:bold;
	font-size:0.9em;
	text-align:center;
	display:block;
}
/*for iAPPS XML container*/
div.featureAreaBox{

}
div.featureArea div.sidebarXMLEdit div.imageLink{
	margin-bottom:auto; /*override of -1px margin in div.featureArea div.imageLink for front-end, to allow bottom edit border*/
}
div.featureArea div.sidebarXMLEdit object{
	margin-top:10px;
	margin-bottom:10px;
}
/*************************************************************************
@contact page
*************************************************************************/

/* viewEmailsProperty is for edit mode only */
.viewEmailsProperty
{
	margin-bottom:15;
	border:solid 1px gray !important;
	height:15px !important;
}

div.contactForm {
	margin-top:1.5em;
}
div.contactForm input.txtFld {
	height:1.2em;
}
div.contactForm select {
	height:1.4em;
}

/*************************************************************************
@item title list block (used on job openings page)
*************************************************************************/
ul#titleList {
	list-style-image:none;
	list-style:none;
	margin:-1.0em 0em 2.0em 0em;
	padding-left:0;
}
ul#titleList li{
	list-style-image:none;
	list-style:none;
	font-size:0.9em;
	line-height:1.2em;
}
/*************************************************************************
@content list block (used on news, management & job openings pages)
*************************************************************************/
ul#contentList {
	margin-left:0;
	padding-left:0;
	list-style:none;
	list-style-image:none;
}
ul#contentList li {
	list-style:none;
	list-style-image:none;
	clear:both;
	display:table;
	width:100%;
	padding-bottom:1.0em;
	background-image:url(/images/bg_dottedline.gif);
	background-repeat:repeat-x;
}
ul#contentList h5 { 
	margin-top:1.0em;
	font-size:0.9em;
	margin-bottom:0;
}
ul#contentList a.toggle, ul#contentList cite { 
	display:block; /*changed to display:none by JS page onload event*/
	width:auto;
	font-size:0.9em;
	line-height:1.2em;
	font-style:normal;
	font-weight:normal;
}
ul#contentList a.main {
	font-weight:bold;
}
ul#contentList  div.detail a.main {
	display:block;
	padding-top:1.1em;
}
ul#contentList div.detail {
	clear:both;
	display:table; 
	width:100%;
	margin-top:1.1em;
	font-size:0.9em;
	line-height:1.2em;
}
ul#contentList.hidePartial div.detail {
	display:none; /*changed to display:block by JS page onload event*/
}
/*following 3 classes used for bio*/
ul#contentList div.detail.withPhoto img.photo {
	float:left;
	display:block;
	width:137px;
	height:141px;
	margin:0;
	margin-right:20px;
	margin-bottom:1.1em;
	/*padding:7px;
	background-color:transparent;
	background-image:url(/images/bg_bio_photo.gif);
	background-repeat:no-repeat;*/
}
ul#contentList div.detail.withPhoto div.text {
	float:left;
	width:474px; /*div.detail - div.detail.withPhoto img.photo*/
}

ul#contentList div.detail.withQuoteNoPhoto div.text {
	float:left;
	width:474px;
}
ul#contentList div.detail.withPhoto.withQuote div.text {
	float:left;
	width:325px; 
}
ul#contentList div.quote{
	float:left;
	width:120px;
	padding-left:40px;
	color:#aba58d;
	font-weight:bold;
	font-family:verdana, sans-serif;
	font-size:1.1em;
	line-height:1.35em;
	text-indent:-0.6em;
}
ul#contentList div.quote p{
	margin:0;
}
/*following classes used for news*/
ul#contentList div.date {
	float:left;
	width:90px;
	padding-top:2.2em;
	font-size:0.9em;
}
ul#contentList div.date p {
	margin:0;
}
ul#contentList div.teaser {
	float:left;
	width:305px;
}
/*following classes used for job openings*/
ul#contentList.job li {
	padding-bottom:0.8em;
	line-height:1.2em;
	font-size:0.9em;
}
ul#contentList.job h5 {
	margin-top:1.9em;
}
ul#contentList.job div.info {
	padding-right:110px;
	position:relative;
	width:545px;
}
ul#contentList.job div.links {
	position:absolute;
	right:5px;
	bottom:0px;
}
ul#contentList.job div.links p {
	margin:0;
	float:left;
}
ul#contentList.job div.links a.backtotop {
	
}
/*************************************************************************
@site map
*************************************************************************/
div.mapsection  {
	position:relative; /*necessary for absolute positioning of backtotop link*/
}
div.mapsection a.backtotop {
	display:block;
	position:absolute;
	bottom:0px;
	right:5px;
}
div.mapsection ul {
	list-style:none;
	list-style-image:none;
	margin-top:0;
	margin-bottom:0
}
div.mapsection li {
	list-style:none;
	list-style-image:none;
}
div.mapsection ul {
	margin-left:0;
}
div.mapsection ul ul {
	margin-left:1.0em;
}
div.mapsection ul ul ul {
	margin-left:1.0em;
}
div.mapsection h4 {
	margin:0;
}
div.mapsection h4 a,div.mapsection h4 a:visited,div.mapsection h4 a:hover,div.mapsection h4 a:active{
	color:#666666;
}
div.sitemap div.hr {
	margin-top:0.5em;
	margin-bottom:0.5em;
}
