@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}
.thpage #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.thpage #header {
	background-image: url(../images/comps/topback.jpg);  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	text-align: left;
	background-repeat: repeat-x;
}
.thpage #headerHome {
	background-image: url(../images/comps/topback.jpg);  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: left;
	background-repeat: repeat-x;
}
.thpage #headerinside {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.thpage #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thpage #headerright {
	float: right;
}
.thpage #logo {
	float: left;
}
.thpage #nav {
	height: 30px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.thpage #navHome {
	margin-bottom: 40px;
	padding-top: 10px;
	padding-bottom: 5px;
}
.thpage #topnav {
	margin-top: 5px;
	margin-bottom: 5px;
}
.thpage #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.thpage #mainContent {
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
}
.thpage #adminContent {
}
.thpage #footer {
	font-size: 10px;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	margin-top: 10px;
	text-align: center;
	background-image: url(../images/footerBack.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 80px;
}
.thpage #flashimages {
	margin-top: 10px;
	margin-bottom: 10px;
}
.thpage #slideshow {
	margin-top: 10px;
	margin-bottom: 10px;
}
/*#slideshow img {
	display: none;
}
.pics img {
	display: none
}*/
.thpage #headimg {
	margin-bottom: 20px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 20px;
}
.fltrt5 { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 5px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 20px;
}
.fltlft10 { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/*styles*/
.thpage h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}
.thpage h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
.thpage p {
	margin-bottom: 10px;
}
.thpage a:link {
	color: #990000;
}
.thpage a:visited {
	color: #990000;
}
.thpage a:hover {
	color: #999999;
}
.thpage a:active {
	color: #999999;
}
/*divs*/
.navdivider {
	float: left;
}
.subheadImg {
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: left;
}
.topnavimg {
	float: right;
}
.topnavdiv {
	background-image: url(/images/nav/topnavdiv.gif);
	background-repeat: no-repeat;
	width: 20px;
	text-align: center;
	float: right;
}
.searchbutton {
	float: right;
}
/*spotlight*/
.spotlightlooper {
	width: 280px;
	margin-right: 40px;
	float: left;
}
.spotlight {
	text-align: center;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	padding-top: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.spotlightImg {
	float: left;
	margin-right: 10px;
}
.spotlightCopy {
	font-size: 12px;
	text-align: left;
}
.spotlightList {
	margin-bottom: 5px;
}
/*events*/
.eventTitle {
	font-size: 16px;
	font-weight: bold;
}
.eventSubHeader {
	font-weight: bold;
	width: 150px;
}
.eventInfo {
}
.eventImage {
	width: 220px;
}
.event {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.event table td {
	padding-bottom: 10px;
}
#calendarDiv {
	border: 1px solid #CCCCCC;
	text-align: center;
	padding: 5px;
	margin-bottom: 10px;
}
.calendarinfo {
	font-size: 10px;
	margin-bottom: 10px;
}
.calendarinfo ul {
	padding: 0px;
	margin-left: 15px;
}
/*lists*/
ul {
}
li {
	margin-bottom: 5px;
	list-style-type: square;
}
.backtotop {
	margin-top: 10px;
	font-size: 9px;
}
/*social logos*/
.sociallogos {
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 7px;
}
.logoborder {
	border: 1px solid #999999;
}
.sociallooper {
	width: 35px;
	float: left;
	margin-right: 10px;
}
/*current brochure*/
.currentbrochure {
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #CCCCCC;
}
.currentbrochure h1 {
	font-size: 12px;
	font-weight: bold;
}
.currentbrochure ul {
	list-style-image: url(../images/pdfIcon_small.gif);
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	list-style-position: outside;
}
.pdficon {
	float: left;
	margin-right: 5px;
}
.results {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
/*contest*/
.contestHeader {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 14px;
}
.contest {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.contestBio {
	margin-bottom: 5px;
}
.contestTitle {
	font-weight: bold;
}
.contestCopy {
}
/*films*/
.films {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
/*center list*/
#centerlist {
	margin-top: 20px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#centerlist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
#centerlist ul li {
	display: inline;
}
#centerlist ul li a {
	text-decoration: none;
	padding: .2em 1em;
	background-color: #fff;
}
#centerlist ul li a:hover {
	background-color: #fff;
}
/*calendar nav*/

.calendarnav {
	margin-bottom: 10px;
	text-align: right;
	padding-right: 10px;
}
/*TH90*/
.TH90 {
	float: left;
	margin-right: 10px;
	padding-top: 5px;
}
.required {
	font-weight: bold;
	color: #990000;
	font-size: 11px;
}
.onlineForm {
	padding: 5px;
	border: 1px solid #CCCCCC;
}
.onlineForm .inputbox {
	height: 20px;
	border: 1px solid #CCCCCC;
}
.homeContent {
	margin-bottom: 20px;	/*margin-left: 150px;*/
	font-size: 1.125em;
	color: #6F6F6F;
}
.essayImage {
	float: left;
}
#logoHome {
	float: left;
	padding-top: 7px;
}

