/* Faculty CSS Stylesheet
   Author:  Meridith R Wells
   Created:  09.14.06 mrw 
   Updated:  06.03.09 mrw */

/**********/
/* STYLES */
/**********/



body {
	margin: 0em;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
}
td {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
th {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
ul {
	list-style-type: elipse;


}
.home {
	padding: 10px;
	font-size: 14px;
	line-height: 17px;
}
.home-title {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 17px;
	line-height: 15px;
	text-align: center
}
.home-subtitle {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 13px;
	line-height: 13px;
	text-align: left

}
.home-bullet-link {
	display: block;
	text-indent: -8px; 
	margin-left: 8px;
	font-size: 11px;
	line-height: 15px;
}
a:link.home-bullet-link { color:#373FDC; text-decoration: none; }
a:visited.home-bullet-link { color:#73748C; text-decoration: none; }
a:hover.home-bullet-link { color:#008000; text-decoration: underline; }


}
.home-highlight {
	padding-top: 0px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 11px;
	line-height: 17px;
}
.inthissection {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 15px;
	font-size: 12px;
	line-height: 15px;


a:link.inthissection-title { color:#73748C; text-decoration: none; }
a:visited.inthissection-title { color:#73748C; text-decoration: none; }
a:hover.inthissection-title { color:#008000; text-decoration:underline; }

}
.inthissection-bullet-link {
	display: block;
	text-indent: -8px; 
	padding-left: 12px;
	font-weight: bold;

}
.inthissection-title {
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: bold;
	font-size: 15px;
	line-height: 16px;
	color: #FF0000;
}
.inthissection-subtitle {
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
}


.inthissection-bullet-link-1 {
	display: block;
	text-indent: -4px; 
	padding-left: 14px;
	
}
a:link.inthissection-bullet-link { color:#373FDC; text-decoration: none; }
a:visited.inthissection-bullet-link { color:#73748C; text-decoration: none; }
a:hover.inthissection-bullet-link { color:#008000; text-decoration:underline; }


}
.facility {
	padding: 10px;
	font-size: 14px;
	line-height: 17px;
}
.facility-title {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
}
.facility-subtitle {
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: bold;
	font-size: 12px;
	line-height: 13px;
}
.facility-bullet-link {
	display: block;
	text-indent: -8px; 
	padding-left: 12px;
	line-height: 15px;
}
a:link.facility-bullet-link { color:#373FDC; text-decoration: none; }
a:visited.facility-bullet-link { color:#73748C; text-decoration: none; }
a:hover.facility-bullet-link { color:#008000; text-decoration:underline; }


}
.home-feature {
	padding: 10px;
	border-left: #666666 solid 1px; 
	border-right: #666666 solid 1px;
	background-color:#ffffff;
	font-size: 16px;
	line-height: 18px;
}
.feature {
	padding: 10px;
	border: #666666 1px solid;
	background-color:#ffffff;
	font-size: 16px;
	line-height: 15px;
}
.feature-title {
	display: block;
	padding-top: 10px;
	padding-bottom: 4px;
	font-weight: bold;
	font-size: 16px;
	line-height: 15px;
}

.feature-subtitle {
	display: block;
	padding-top: 8px;
	padding-bottom: 2px;
	font-weight: bold;
	font-size: 14px;
	line-height: 13px;
}
.feature-bullet-link {
	display: block;
	text-indent: -8px; 
	padding-left: 8px;
}
a:link.feature-bullet-link { color:#373FDC; text-decoration: none; }
a:visited.feature-bullet-link { color:#73748C; text-decoration: none; }
a:hover.feature-bullet-link { color:#008000; text-decoration:underline; }


