@charset "UTF-8";
/* CSS Document */

/*****************************************************************************/
/*This css file controls all the template styles (i.e. interior page content)*/
/*****************************************************************************/

/*****************************************************************************/
/*This section controls global template css (affects all templates)*/
/*****************************************************************************/

/*************/
/*Link styles*/
a:link {
/* was	color: #003366;*/
	color: #993366;
	text-decoration: none;
}
a:visited {
	color: #993366;
	text-decoration: none;
}
a:hover {
	color: #993366;
	text-decoration: none;
}
a:active {
	color: #993366;
	text-decoration: none;
}
.button {
	height: 30px;
	border: 1px solid #000;
	display:block;
	background-image: url(../images/buttonBackground.jpg);
	background-repeat: repeat-x;
	color: #fff;
}
img
{  border-style: none;
}

/*************/
/*Text styles*/
h1 {
	color: #003046;
	font-size:18px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color:#999;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 10px 0px;
}
h2 {
	color: #003046;
	font-size:13px;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}
p {
	line-height: 17px;
}

/*************/
/*List styles*/
ul {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 15px;
}
ol {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
}
li {
	margin: 3px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 17px;
}

/*************************************************************************************/
/*Template "twoColLeftWide"*//*All content must fit inside a 640px wide container*/
/*************************************************************************************/
.twoColLeftWide #contentContainer {
	clear: both;
	width: 100%;
	margin: 0px 0px 20px 0px;
}
.twoColLeftWide #leftColumn {
	float: left;
	display: inline;
	width: 389px; /*This is 389px to account for 1px border*/
	padding: 0px 20px 0px 0px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999;
}
.twoColLeftWide1001 #rightColumn {
	float:left; 
	display: inline;
	width: 250px;
	padding: 10px 0px 0px 0px;
	text-align: left;
}
/* For automating photo borders */
.twoColLeftWide #rightColumn {
	float: left;
	display: inline;
	width: 150px;
	padding: 0px 0px 20px 20px;
	text-align: left;

}

.twoColLeftWide #rightColumn img.border {
	display: block;
	padding:8px;
	border:solid;
	border-color: #ffffff #ffffff #aaaaaa #cccccc;
	border-width: 2px 2px 2px 1px;
	background-color:white;
}

/*************************************************************************************/
/*Template "twoColRightWide"*//*All content must fit inside a 640px wide container 3/23/10 Steve Luiting */
/*************************************************************************************/
.twoColRightWide #contentContainer {
	clear: both;
	width: 100%;
	margin: 0px 0px 20px 0px;
}

.twoColRightWide #rightColumn {
	float: left;
	display: inline;
	width: 389px; /*This is 389px to account for 1px border*/
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 5px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999;
}
.twoColRightWide1001 #leftColumn {
	float: left;
	display: inline;
	width: 250px;
	padding: 0px 0px 20px 0px;
	text-align: center;
}
/* For automating photo borders */
.twoColRightWide #leftColumn {
	float: left;
	display: inline;
	padding: 0px 0px 20px 0px;
	text-align: center;
}

.twoColRightWide #leftColumn img.border {
	display: block;
	padding:8px;
	border:solid;
	border-color: #ffffff #ffffff #aaaaaa #cccccc;
	border-width: 2px 2px 2px 1px;
	background-color:white;
}

/*************************************************************************************/
/*Template "twoColEqual"*//*All content must fit inside a 640px wide container*/
/*************************************************************************************/
.twoColEqual #contentContainer {
	clear: both;
	width: 100%;
	margin: 0px 0px 20px 0px;
}
.twoColEqual #leftColumn {
	float: left;
	display: inline;
	width: 319px; /*This is 389px to account for 1px border*/
	padding: 0px 10px 0px 0px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999;
}
.twoColEqual #rightColumn {
	float:left; 
	display: inline;
	width: 320px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
	text-align: left;
}


/*************************************************************************************/
/*Template "oralhistoryDetails"*//*All content must fit inside a 640px wide container*/
/*************************************************************************************/
.oralhistoryTitle {
	color: #660033;
	font-size:20px;
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 25px 0px;
}

.oralhistoryDetails #contentContainer {
	clear: both;
	width: 100%;
	margin: 0px 0px 20px 0px;
}
.oralhistoryDetails #summary {
	display: none;
}
.oralhistoryDetails #leftColumn {
	float: left;
	display: inline;
	width: 389px; /*This is 389px to account for 1px border*/
	padding: 0px 20px 0px 0px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999;
}
.oralhistoryDetails1001 #rightColumn {
	position: relative;
	float: left;
	display: inline;
	width: 250px;
	padding: 10px 0px 0px 0px;
	text-align: left;
}
/* For automating photo borders */
.oralhistoryDetails #rightColumn {
	float: left;
	display: inline;
	padding: 0px 0px 20px 20px;
	text-align: left;
	width: 150px;
}

.oralhistoryDetails #rightColumn img.border {
	display: block;
	padding:8px;
	border:solid;
	border-color: #ffffff #ffffff #aaaaaa #cccccc;
	border-width: 2px 2px 2px 1px;
	background-color:white;
}

.oralhistoryDetails #rightColumn img.watermark {
	position: absolute;
	top: 10px
	left: -10px;
	height:30px;
	width:80px;
	z-index:2;
}

/*************************************************************************************/
/*Template "contactForm"*//*All content must fit inside a 640px wide container*/
/*************************************************************************************/
.formRow {
	clear: both;
	width: 700px;
	padding: 5px 0;
	margin-bottom: 20px;
}
.label {
	display: block;
	float: left;
	width: 120px;
	margin-right: 5px;
	text-align: right;
}
.inputFields {
	display: block;
	float: left;
	margin-right: 5px;
}
label.error {
	width: 250px;
	display: block;
	float: left;
	color: red;
	padding-left: 10px;
}
.inputFields input[type=text], textarea, select {
	float: left;
	width: 300px;
}
.submitButtonContainer {
	margin-left: 120px;
}
/*************************************************************************************/
/*Template "biographies"*//*All content must fit inside a 640px wide container*/
/*************************************************************************************/
.biographies #contentContainer {
	clear: both;
	width: 100%;
	margin: 0px 0px 20px 0px;
}


/* For automating photo borders */
.biographies #contentContainer {
	float: left;
	display: inline;
	padding: 0px 0px 20px 20px;
	text-align: left;

}

.biographies #contentContainer img.border {
	display: block;
	padding:8px;
	border:solid;
	border-color: #ffffff #ffffff #aaaaaa #cccccc;
	border-width: 2px 2px 2px 1px;
	background-color:white;
	margin: 0px 10px 0px 5px;
}

#oneColumnPDF {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: 370px;
	background-image:url(images/layout/homepageFooterBox.gif);
	background-repeat: none;
}