@charset "utf-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #DDDDDD url(../design/body_bg.jpg) repeat-x scroll left top;
	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: #000000;
}
.thrColFixHdr #wrapper {
	width: 978px;
	margin-right: auto;
	margin-left: auto;
}

.thrColFixHdr #container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	padding-right: 14px;
	padding-left: 14px;
	background: url(../design/container_bg.png) repeat-y center top;
} 

.thrColFixHdr #header {
	padding: 0px;  /* 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. */
	margin: 0px;
} 
.thrColFixHdr #mainContent .pageHeading {
	background: #000000 url(../design/headlines_bg.jpg) repeat-x left top;
	font-weight: bold;
}
.thrColFixHdr #headlines {
	background: #222222;
	height: 130px;
	padding-top: 6px;
	margin-bottom: 10px;
}


.thrColFixHdr #headlines p {
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #headlines .headlinesWrap {
	float: left;
	width: 295px;
	color: #888888;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #555555;
	line-height: 15px;
	margin-top: 3px;
	height: 115px;
}
.thrColFixHdr #headlines .headlinesWrap a {
	color: #0066FF;
	text-decoration: none;
}
.thrColFixHdr #headlines .headlinesWrap a:hover {
	color: #0066FF;
	text-decoration: underline;
	font-size: 12px;
}
.thrColFixHdr #mainContent {
	margin-bottom: 15px;
}



.thrColFixHdr #headlines .headlinesWrap h2 {
	color: #BBBBBB;
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #headlines .headlinesWrap h1 {
	font-size: 12px;
	font-weight: bold;
	color: #0066FF;
	margin: 0px 0px 6px;
	padding: 0px;
}

.thrColFixHdr  #column1 {
	float: left; /* since this element is floated, a width must be given */
	width: 295px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px; /* padding keeps the content of the div away from the edges */
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #555555;
	color: #555555;
	line-height: 1.5em;
}
.thrColFixHdr #column1 p {
	margin-top: 8px;
	margin-bottom: 14px;
}

.thrColFixHdr  #column3 {
	float: right; /* since this element is floated, a width must be given */
	width: 297px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px;
}
.thrColFixHdr #column3 a {
	color: #555555;
	text-decoration: underline;
}
.thrColFixHdr #column3 p {
	margin-top: 8px;
	margin-bottom: 14px;
}
.thrColFixHdr #column3 .recentAlbums {
	margin-bottom: 4px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AAAAAA;
	height: auto;
}



.thrColFixHdr  #column2 {
	padding: 10px 10px 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #555555;
	margin-right: 320px;
	margin-left: 318px;
	line-height: 1.5em;
	color: #555555;
} 
.thrColFixHdr #column2 p {
	margin: 8px 0px 7px;
	padding: 0px;
}

.thrColFixHdr #contentPad {
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
.thrColFixHdr #contentPad p {
	line-height: 1.8em;
	margin: 0px 0px 8px;
}
.thrColFixHdr #contentPad h2 {
	font-size: 1em;
	font-weight: normal;
	color: #0066FF;
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #contentPad h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #0066FF;
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #contentPad a {
	color: #0000FF;
	text-decoration: none;
}
.thrColFixHdr #contentPad a:hover {
	color: #0000FF;
	text-decoration: underline;
}

.thrColFixHdr #contentPad .quickContact {
	background: #DDDDDD;
	padding: 3px;
	float: right;
	margin-right: 15px;
	width: 403px;
	margin-top: 8px;
}
.thrColFixHdr #contentPad .fullSchedule {
	display: block;
	float: right;
	width: 400px;
	border: 1px dotted #AAAAAA;
	padding: 3px;
}
.thrColFixHdr #contentPad .eventImage {
	border: 3px solid #BBBBBB;
}
.thrColFixHdr #contentPad .partnersLine {
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AAAAAA;
}
.thrColFixHdr #contentPad .galleriesPhoto {
	width: 350px;
	display: block;
	float: right;
}
.thrColFixHdr #contentPad .galleriesPhoto img {
	border: 2px solid #BBBBBB;
	margin-right: 8px;
	margin-bottom: 8px;
}
.thrColFixHdr #contentPad .galleriesLine {
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AAAAAA;
}
.thrColFixHdr #contentPad .articleStory img {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 3px solid #BBBBBB;
}
.thrColFixHdr #contentPad .articleStory p {
	line-height: 1.5em;
	margin: 0px 0px 14px;
	padding: 0px;
}








.thrColFixHdr #archiveArea {
	background: #DDDDDD;
	padding: 10px 20px;
	margin-top: 10px;
	line-height: 1.5em;
}
.thrColFixHdr #archiveArea .news-date {
	font-size: 0.9em;
}

.thrColFixHdr #archiveArea ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.thrColFixHdr #archiveArea .galleries {
	float: right;
	width: 440px;
}
.thrColFixHdr #archiveArea .galleries img {
	margin-top: 6px;
	margin-right: 6px;
	border: 1px dotted #555555;
}

.thrColFixHdr #archiveArea strong {
	font-weight: bold;
	color: #555555;
}
.thrColFixHdr #archiveArea a {
	color: #555555;
	text-decoration: underline;
}



.thrColFixHdr #partnersRow {
	background: #222222;
	padding: 10px;
}


.thrColFixHdr #footer {
	padding: 10px;
	color: #AAAAAA;
} 
.thrColFixHdr #footer  a {
	color: #555555;
}
.thrColFixHdr #footer  p {
	margin: 0px 0px 3px;
	padding: 0px;
}
.thrColFixHdr #footerRight {
	float: right;
}

.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: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.thumb {
	margin-right: 3px;
	margin-bottom: 3px;
	border: 2px solid #BBBBBB;
}
.scheduleSpacer   {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AAAAAA;
	background: #EEEEEE;
}
.scheduleEvent {
	font-weight: bold;
	color: #555555;
}
.scheduleDate {
	font-weight: normal;
	color: #0066FF;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #888888;
	font-size: 12px;
}
.scheduleHeaders {
	font-size: 10px;
	font-weight: bold;
	color: #0066FF;
}



.newsImg {
	float: right;
	border: 2px solid #BBBBBB;
	margin-left: 8px;
	margin-right: 4px;
}

.pageHeading {
	color: #FFFFFF;
	display: block;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 3px;
	font-size: 13px;
}
.bio-headlines {
	font-size: 1.2em;
	color: #990000;
	font-weight: bold;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
.contactInfo {
	padding-left: 0px;
	padding-top: 12px;
}
.textField {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #555555;
	padding: 3px;
	width: 250px;
	border: 1px dotted #555555;
}
.articleDate {
	font-size: 10px;
	color: #888888;
	margin: 0px;
	padding: 0px;
	display: block;
}
.articleTitle {
	font-size: 14px;
	font-weight: bold;
	color: #0066FF;
	margin: 0px 0px 12px;
	padding: 0px;
	display: block;
}
.articleStory {
	line-height: 1.5em;
}

.albumInfo {
	float: right;
	width: 375px;
	margin-left: 20px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #AAAAAA;
}
.albumTitle {
	font-size: 14px;
	font-weight: bold;
	color: #0066FF;
}
