/*  press section */

/*
sienna brown color: #b05822
greybrown: #9c9682
*/
html {
	margin: 0px; padding: 0px;
}

body {
	background-color: #ffffed; 
	text-align: center; /* ie centering */
}


.PageTitles {
	color: #9c9682; /* brown, overriding the sitewide styles by virtue of the cascade */
}

.PageSubHeads {
	color: #9c9682; /* brown, overriding the site styles  */
}

a:link {  color: #b05822; text-decoration: none; }
a:visited {  color: #b05822; text-decoration: none; }
a:hover {  color: #676F85; background-color: transparent; text-decoration: underline; }

.backgroundMain {
	width: 1079px;
	min-width: 1079px;
	margin: 0 auto;
	background-image: url(interface/press_background.jpg); /* 1079x798 */
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #ffffed;
	height: 770px; /*694px*/
	min-height: 770px;
	position: relative;
}

#content {  /* for flash file canvas */
	width: 1079px;
	min-width: 1079px;
	position: absolute;  /* to fix the flash movie */
	height: 755px;
	min-height: 755px;
	top: 44px;
	margin-left: -540px; /* trick to center in IE */
	left: 50%;
	margin-top: 0;
	padding: 0;
	overflow: visible;
	text-align: left;
}

#indexLinks { margin: 0 auto; padding: 10px; width: 600px;}

#indexLinks li {
	display: inline;
	padding: 5px 10px 0 0;
}



/* * * * * Secondary pages  * * * * * */

.background2nd {
	width: 846px;
	margin: 0 auto 0 auto;
	background-image: url(interface/press_background_inside.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #ffffe7;
	min-height: 900px;
}


#content2nd {  
	position: relative;
	margin: 35px 85px 0px 110px;
	padding-left: 0px;
	overflow: visible;
	min-height: 800px;
	border: 0px solid #ff0033;
}

#leftColumn {
	float: left;
	width: 228px;
	border: 0px solid #000;
	margin: 180px 0 0 0;
	text-align: left;
	padding: 5px 5px 0 0;
}

code {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 11.5px;
}

.sectionLinks ul,
.sectionLinks li {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 11.5px;
	color: #3d3c38;
	margin: 5px 0;
	line-height: 160%;
}
.sectionLinks li {
	list-style-image: url(/interface/adobe_pdf-bullet.gif);
	margin: 0 0 0 -10px;
}

.sectionLinks a {
	color: #3d3c38; /*blackish*/
}


.contactBlock {
	border-left: 2px solid #666;
	padding: 0 0 0 5px;
	margin: 0 0 0 10px;
}

.notBold {
	font-weight: normal;
}


/*#oneColumn {
	margin: 200px 20px 0 0;
	text-align: left;
	padding: 10px;
}*/

#rightColumn {
	float: right;
	width: 355px;
	border: 0px solid #000;
	margin: 155px 20px 0 0;
	text-align: left;
	padding: 0;
}

#rightColumn h1 {
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 100%;
	color: #3d3c38;
}

#rightColumn p {
	font-family: "Times New Roman", Times, serif;
	color: #3d3c38;
	font-size: 14px;
	line-height: 150%;
}


#rightColumn .photoblock p {
	font-family: "Times New Roman", Times, serif;
	color: #666;
	font-size: 13px;
	line-height: 110%;
	text-align: center;
	margin: 0;
	padding: 0 0 1em 0;
}

#rightColumn .photoblock img {
}



/* photo gallery */

/* article index in left column */

.articleIndex {
	position: absolute;
	width: 225px;
	margin: 60px 10px;
}

.articleIndex table td {
	vertical-align: top;
	margin: 0;
	padding: 3px;
	font-family: "Times New Roman", Times, serif;
	color: #3d3c38;
	font-size: 14px;
	line-height: 110%;
}

.articleIndex table td.date {
	font-weight: bold;
	padding-right: 10px;
}

.fullArticleIndex {
	margin: 10px 0;
}


.fullArticleIndex table td {
	vertical-align: top;
	margin: 0;
	padding: 3px 3px 3px 0;
	font-family: "Times New Roman", Times, serif;
	color: #3d3c38;
	font-size: 14px;
	line-height: 110%;

}
.fullArticleIndex table td.date {
	font-weight: bold;
	padding-right: 10px;
}

h1.padding {
	padding: .5em 0 .5em 0;
}



#content2nd hr {
	clear: both;
	visibility: hidden;
}


