@charset "UTF-8";

/* TOP LEVEL TAG DEFINITIONS */
body {
	background-color: #e9eaea;
	color: #404040;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	line-height: 18px;
}

a {
	color: #262626;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	line-height: 18px;
	font-size:12px; 
}

img a,
a img {
	border:none;
}

h2 {
	font-size: 24px;
	
	/* 100112-001 JHR: added line height to fix h2 tags when they wrap sitewied */
	line-height:1.2em;
	
}


h2 a {
	color: #004e81;
	line-height: 1.2em;
}

h3 {
	padding-top: 5px;
	padding-bottom: 0px;
	margin-bottom: -10px;
	font-size:18px;
}

h3 a { 
	color: #004e81;
}

/* 	LAYOUT DEFINITIONS */
#outerWrapper{
	width: 980px; /* NOTE: ALL COLUMNS SCALE TO THIS VALUE */
	margin: 0px auto;
	padding: 0px;

}

/* MANAGING DIV LOCATIONS  */
.left {
	float:left;
	clear: none;
	position: relative;
}

.right {
	float:right;
	clear: none;
	position: relative;
}

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
}

.clear {
	clear: both;
	height: 0px;
}

/* COLUMN WIDTHS - BASED ON A 3 COLUMN SYSTEM */
.oneColumn {
	width: 33%;
	overflow: hidden;
}

.twoColumn {
	width: 67%;
	overflow: hidden;
}

.threeColumn {
	width: 100%;
	overflow: hidden;
}

.quarterWidth {
	width: 25%;
	overflow: hidden;
}

.threequarterWidth{
	width: 75%;
	overflow:hidden;
}

.fifthWidth{
	width: 20%;
	overflow: hidden;
}
.halfWidth {
	width: 50%;
	overflow: hidden;
}

/* DEFINITIONS FOR SPECIFIC COMPONENTS */

#topBanner {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#header {
	background-color:#0068ac;
	padding-top: 20px;
}

#shortHeader {
	background-color: #0068AC;
}

#logo {
	margin-left: 2em;
}

#logo img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#searchBox {
	text-align: left;
	margin-top: 20px;
	clear: none;
}

#weather {
	text-align: center;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	line-height: 2em;
	left: 14px;
	top: 17px;
}


#weather img {
	margin-bottom: -5px;
}

#weather .dateline {
	color: #000;
}

#topUtilityNav {
	text-align: right;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFF;
	font-weight: bold;
	margin-right: 10px;
	padding-bottom: 5px;
	clear: none;
	float: right;
}
#topUtilityNav a {
	color: #ff8d00;
	text-decoration: none;
}

#topUtilityNav a:hover {
	text-decoration: underline;
}

#topNav {
	background-color: #004e81;
	padding-left: 25px;
}

#content {
	background-color:#FFF;
	padding: 0px 10px;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	background-image: url(http://media.wacotrib.com/designimages/bg_content.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#breadcrumbs {
	padding-top: 5px;
	color: #ff0000;
	font-size: 12px;
	font-weight:bold;
	line-height: 30px;
}

#breadcrumbs a {
	text-decoration:none;
	color: #262626;
	font-weight:normal;
}

#breadcrumbs a:hover {
	text-decoration: underline;
}

#breadcrumbs .right img {
	margin-left: 20px;
}

#breadcrumbs .right a img {
	border:none;
}


#footer {
	background-color:#0068ac;
	padding: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

#footer a{
	font-size: 11px;
	text-decoration:none;
	color: #fff;
	font-weight:normal;
}

#footer a:hover {
	text-decoration:underline;
}

#footer td {
	padding-left: 10px;
	padding-right: 5px;
}

#footer td.linkColumn {
	border-left: 1px solid #fff;
}

#footer td p,
#footer td.linkColumn p {
	margin-top: 0px;
	padding-top: 0px;
}

#footerNav {
	font-size: 11px;
	color: #666;
	text-align: center;
	background-color: #fff;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d2d2d2;
	border-left-color: #d2d2d2;
	margin: 0px;
	padding: 0px;
}

#footerNav a {
	text-decoration: none;
	color: #666;
}
#footerNav a:hover {
	text-decoration: underline;
}

#copyright {
	text-align: center;
	font-size: 10px;
	color: #666;
	background-color: #fff;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #d2d2d2;
	border-bottom-color: #d2d2d2;
	border-left-color: #d2d2d2;
	margin: 0px;
	padding: 0px;
}

#copyright a {
	text-decoration: none;
	color: #666;

}

#copyright a:hover {
	text-decoration:underline;
}


/* TOP NAVIGATION BAR ELEMENTS */
#cnonav {
	padding: 0px;
	margin: 0px auto;
	list-style: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	line-height: 22px;
	clear: both;
} 

/* OUTER CONTAINER */

#cnonav ul {
	position:relative;
	z-index:1000000;
	padding: 0px;
	margin: 0px;
	list-style: none;
	background-color: #ccc;
} /* 2ND-LEVEL NAV LIST */

#cnonav li ul {
	position: absolute;
	width: 13em;
	left: -999em;
	border-left: 1px solid #899FB6;
	z-index:1000000;
} /* 2ND-LEVEL NAV LIST */

#cnonav a {
	white-space: nowrap; 
	display: block;
	color: #fff;
	text-decoration: none;
	}

#cnonav li {
	white-space: nowrap;
	float: left;
	background-color: #004e81;
	border-right: 1px solid #002146;
	border-bottom: 1px solid #455B72;
	border-left: 1px solid #00609f;
	padding: 0px 15px;
}
	
#cnonav li ul li {
	margin: 0px;
	padding: 0px 12px;
	width: 100%; 
	background-color: #A2B9CE;
	border-bottom: 1px dotted #fff;
	} /* 2ND-LEVEL NAV ITEM */

#cnonav li ul .last {
	border-bottom: 1px solid #455B72;
}

#cnonav li:hover, #cnonav li.sfhover {
	background-color: #003355;
}

#cnonav li:hover ul, #cnonav li.sfhover ul {
	left: auto;
	margin-left: -16px;
} /* LEFT MARGIN MUST EQUAL PADDING OF #cnonav li + 1. */


/* MODULEBOX ELEMENTS */
.moduleBox,
.moduleBoxClearTop {
	margin: 5px;
	background-image:url(http://media.wacotrib.com/designimages/modulebox_left.gif);
	background-repeat:repeat-y;
}

#rightColumn .moduleBoxClearTop {
	margin: 5px 0px;
}
.moduleBox .top {
	background-image: url(http://media.wacotrib.com/designimages/modulebox_top.gif);
	width: 100%;
	height: 22px;
}
.moduleBoxClearTop .top {
	background-image: url(http://media.wacotrib.com/designimages/modulebox_top2.gif);
	background-repeat:no-repeat;
	width: 100%;
	/* height: 22px; */
}

.moduleBox .top span,
.moduleBox .top h2 {
	background-image: url(http://media.wacotrib.com/designimages/modulebox_tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	position: relative;
	height: 22px;
	margin: 0px;
	color: #fff;
	font-size:14px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.moduleBoxClearTop .top span,
.moduleBoxClearTop .top h2 {
	background-image: url(http://media.wacotrib.com/designimages/modulebox_tr2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	position: relative;
	height: 22px;
	margin: 0px;
	color: #004e81;
	font-size:14px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.moduleBoxClearTop .top span {
	height: 6px;
}


.moduleBox .center-content,
.moduleBoxClearTop .center-content {
	background-image: url(http://media.wacotrib.com/designimages/modulebox_right.gif);
	background-repeat: repeat-y;
	background-position: right top;
	position:relative;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-right: 10px;
	padding-left: 10px;
}
.moduleBox .center-content.tight,
.moduleBoxClearTop .center-content.tight {
	padding:0px;
}


.moduleBox .bottom,
.moduleBoxClearTop .bottom {
	background-image: url(http://media.wacotrib.com/designimages/modulebox_bottom.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 6px;
}
.moduleBox .bottom span,
.moduleBoxClearTop .bottom span {
	background-image: url(http://media.wacotrib.com/designimages/modulebox_br.gif);
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
	height: 6px;
	display: block;
}

#rightColumn .moduleBox {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}


/* GREY HEADLINE BOX */
.greymoduleBox {
	margin: 10px;
}

.greymoduleBox .top {
	background-image: url(http://media.wacotrib.com/designimages/greymodulebox_tl.gif);
	width: 100%;
	height: 5px;
}
.greymoduleBox .top span,
.greymoduleBox .top h2 {
	background-image: url(http://media.wacotrib.com/designimages/greymodulebox_tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	position: relative;
	height: 5px;
	margin: 0px;
	color: #fff;
	font-size:14px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.greymoduleBox .center-content {
	background-color: #eaeaea;
	position:relative;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
}
.greymoduleBox .bottom {
	background-image: url(http://media.wacotrib.com/designimages/greymodulebox_bl.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 5px;
}
.greymoduleBox .bottom span {
	background-image: url(http://media.wacotrib.com/designimages/greymodulebox_br.gif);
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
	height: 5px;
	display: block;
}

#rightColumn .greymoduleBox {
	margin: 0px;
	padding: 0px;
}

#stories {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#stories #leftColumn {
	width: 61%;
	vertical-align: top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d2d2d2;
	position: relative;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: -1px;
}
#stories #rightColumn {
	width: 33%;
	float:left;
	vertical-align: top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d2d2d2;
	position: relative;
	margin-left:-1px;
	margin-bottom: -1px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	overflow: hidden;
}

/* GENERAL TEXT COLOR FORMATTING */
.redText {
	color: #ff0000;
}

.greyText { 
	color: #aaaaaa;
}
.greyText a { 
	color: #aaaaaa;
}
.selectedText {
	color: #f78c19;
}

.selectedText a {
	text-decoration:none;
	color: #f78c19;
}

.selectedText a:hover {
	text-decoration:underline;
}

.greyBox {
	background-color: #d2d2d2;
	padding: 10px 10px;
		position: relative;
}

.greyBox .center p a {
	text-decoration: none;
}

/* HORIZONTAL LINES */
.solidRule {
	height: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bbbbbb;
}
.dottedRule {
	height: 1px;
	border-bottom-width: 1px;
	border-bottom-style:dotted;
	border-bottom-color: #bbbbbb;
}

.first {
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}
#rightColumn h3 {
	line-height: normal;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-bottom: 0px;
}
.videoBullet {
	background-image: url(http://media.wacotrib.com/designimages/blt_video.gif);
	background-repeat: no-repeat;
	padding-left: 16px;
	background-position: left 3px;
	margin: 0px;
}
.videoBullet a {
	color: #ff0000;
}
.slideshowBullet {
	background-image: url(http://media.wacotrib.com/designimages/blt_slideshow.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 16px;
}
.slideshowBullet a {
	color: #ff0000;
}

/* MODULEBOX CENTER-CONTENT FORMATTING */
.center-content ul {
	margin-left: 12px;
	font-size: 12px;
	color: #004e81;
	padding: 0px;
	margin-top: 0px;
}
.center-content ul li {
	clear:both;
	margin:0px;
	padding:0px;
}
.center-content ol {
	padding-left: 16px;
	margin-left: 0px;
	font-size: 12px;
	color: #004e81;
}
.center-content ul li a {
	color: #004e81;
}
.center-content ol li a {
	color: #004e81;
}

.moduleBoxClearTop .center-content h3,
.center-content h3,
#whiteKeylineBox h3 {
	font-size: 12px;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.center-content p {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.center-content .first {
	margin-top: 0px;
	padding-top: 0px;
}
.center-content p .imageLeft,
.imageLeft {
	margin: 0px;
	clear: none;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.center-content p .imageRight,
.imageRight {
	margin: 0px;
	clear: none;
	float: right;
	padding-top: 10px;
	padding-left: 10px;
}

/* 100120 JHR: added this set of selectors to manage inline images that have captions */
.center-content p .imageCalloutLeft,
.imageCalloutLeft {
	margin: 0px;
	clear: none;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #777777;
	width:250px;
}
.center-content p .imageCalloutRight,
.imageCalloutRight {
	margin: 0px;
	clear: none;
	float: right;
	padding-top: 10px;
	padding-left: 10px;
	color:#777777;
	width:250px;
}
/* 100120 JHR: end of new callout box style additions */


.center-content ul li .greyText a,
.center-content ul li .greyText {
	color: #aaaaaa;
}
.greymoduleBox .center-content .keylineBox {
	background-color: #FFF;
	border: 1px solid #999;
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 5px;
}
.greymoduleBox .center-content .purpleBack,
.purpleBack {
	background-color: #b2c4dc;
}
.greymoduleBox .center-content .purpleBack h3,
#rightColumn .greymoduleBox .center-content .purpleBack h3
{
	background-color: #eaeaea;
	display: inline;
	padding-top:2px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 5px;
}
.purpleBack h3 {
	background-color: #ffffff;
	display: inline;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 5px;
}
#searchBottom {
	padding: 10px;
}

.rightPadded {
	padding-right: 10px;
}
.leftPadded {
	padding-left: 10px;
}

.fullPadded {
	padding:10px;
}

#photoPanel{
	position:relative;
	margin: 10px auto;
}
#photoPanel .rightPadded .slideshowBullet a {
	color: #004e81;
}

#photoPanel .rightPadded .videoBullet a {
	color: #004e81;
}

.audioBullet {
	background-image: url(http://media.wacotrib.com/designimages/blt_audio.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 16px;
}
.interactivesBullet {
	background-image: url(http://media.wacotrib.com/designimages/blt_interactives.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
}
#photoPanel .rightPadded .audioBullet a {
	color: #004e81;
}
#photoPanel .rightPadded .interactivesBullet a {
	color: #004e81;
}
.center-content .purpleNavBand {
	background-color: #b2c4dc;
	margin-right: -9px;
	margin-left: -9px;
	padding-right: 9px;
	padding-left: 9px;
	font-size: 12px;
	height: 20px;
}
.center-content .purpleNavBand .navRight {
	text-align: right;
}
.center-content .purpleNavBand .navRight a {
	color: #004e81;
}
.center-content #twoCol tr .leftTop {
	background-color: #b2c4dc;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d2d2d2;
	width: 50%;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.center-content #twoCol tr .rightTop {
	background-color: #b2c4dc;
	width: 50%;
	margin-right: -10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.center-content #twoCol tr .leftBottom {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d2d2d2;
	padding: 10px;
}
.center-content #twoCol tr .rightBottom {
	padding: 10px;
}
.center-content #twoCol {
}

/* FOOTER COLUMNS: THE TOTAL WIDTH MUST ADD UP TO NO MORE THAN 100% */
#footer .footerColumn_1 {
	width: 7%;
	clear: none;
	float: left;
}
#footer .footerColumn_2 {
	width: 10%;
	clear: none;
	float: left;
}
#footer .footerColumn_3 {
	clear: none;
	float: left;
	width: 10%;
}
#footer .footerColumn_4 {
	clear: none;
	float: left;
	width: 13%;
}
#footer .footerColumn_5 {
	clear: none;
	float: left;
	width: 10%;
}
#footer .footerColumn_6 {
	clear: none;
	float: left;
	width: 10%;
}
#footer .footerColumn_7 {
	clear: none;
	float: left;
	width: 14%;
}
#footer .footerColumn_8 {
	clear: none;
	float: left;
	width: 15%;
}
#footer .footerColumn_9 {
	clear: none;
	float: left;
	width: 10%;
}

#photoPanel .navButton.forward {
	margin-top: 30px;
	float:right;
	clear:none;
}

#photoPanel .navButton.back {
	float: left;
	clear: none;
	margin-top: 30px;
	margin-right: 20px;
}

.center-content .threeColumn .bioPhoto {
	padding-top: 10px;
	clear: none;
	float: left;
	width: 25%;
}
.threeColumn .bioText {
	clear: right;
	float: left;
	width: 75%;
}
#photoPanel .fifthWidth.left.rightPadded {
	padding-right: 11px;
}

/* ARTICLE CALLOUT ELEMENTS */
.articleCallout {
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #b2c4dc;
	border-bottom-color: #b2c4dc;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: 15px;
}

.articleCallout .articleCalloutContent {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #b2c4dc;
	border-bottom-color: #b2c4dc;
}
.articleCallout .articleCalloutContent p {
	font-size: 14px;
}

.blueLinks,
.blueLinks a,
p .blueLinks {
	color:#004e81;
}

/* GREY KEYLINE BOX DEFINITIONS */
.greyKeylineBox {
	background-color: #EAEAEA;
	border: solid 1px #d2d2d2;
}

/* BLOG DETAIL BOX */
.blogDetail {
	background-color:#ffffff;
	margin: 10px;
	padding: 10px;
}
.blogSideColumn {
	padding: 10px;
}

.blogCommentLeft {
	text-align: right;
	padding-right: 10px;
}
.blogCommentRight {
	background-color: #eaeaea;
	border: 1px solid #d2d2d2;
	padding-left: 10px;
	margin-bottom: 10px;
}

/* BLOGLIST ITEMS */
.blogListItem .dateline {
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#stories .purpleBack h2 {
	line-height: 2em;
}
#whiteKeylineBox {
	background-color: #ffffff;
	border: 1px solid #d2d2d2;
	padding: 10px;
}
#loginForm {
	font-size: 10px;
	padding-left: 30px;
}
#registerForm {
	margin-top: 30px;
	margin-left: 30px;
	margin-right: 30px;
}
#registerForm #register .threeColumn {
	margin-top: 5px;
	margin-bottom: 5px;
}
#registerForm #register .threeColumn label.quarterWidth.left {
	text-align: right;
	padding-right:5px;
}
#back2Top {
	margin-right: 30%;
	margin-top: 10px;
}
#outerSearch {
	float:left;
	clear:none;
	width: 45%;
	margin-left: 1px;
}
