/* this is where site-specific CSS tends to congregate */

/* NAV */

#nav-wrap { background-color: #9a9998 }

#nav a, #nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	color:white;}
#nav a:hover {color:#000}

#nav li.active a:link, #nav li.active a:visited, #nav li.active a:hover, #nav li.active a:active { color:#000;}
#nav li.active a:hover {color:#000}
	
/* SEARCH (incl pod in nav) */
#search-wrap { background-color: #9A9998; }
#search input.f-submit {background: white; color:#ce171f;}

.pod-search input.f-submit {background: white; color:#ce171f;}

/* DIRECTORY */

.display-first-level-pod { background: #ffffff; }

/* POLL */

td.resultbar { background-color:#CE171F; }

td.answerlabel label.answerlabel { color: #000; }

/* EXTJS TAB PANEL */

.category-listing-wrap { background: #fff }

.tabs .x-tab-strip-top .x-tab-strip-active .x-tab-right {
	background:transparent url(/css/images/active-tab.jpg) no-repeat scroll 0;
	padding-left:10px;	
}

.tabs .x-tab-strip-top .x-tab-strip-active .x-tab-left {
	background:transparent url(/css/images/active-tab.jpg) no-repeat scroll right;
	padding-right:10px;	
}

.tabs .x-tab-strip-top .x-tab-strip-active .x-tab-strip-inner {
	background:transparent url(/css/images/active-tab.jpg) no-repeat scroll center;	
	padding:0px 9px;	
}

.tabs .x-tab-strip-top .x-tab-right {
	background:transparent url(/css/images/inactive-tab.jpg) no-repeat scroll 0;
	padding-left:10px;
}

.tabs .x-tab-strip-top .x-tab-left {
	background:transparent url(/css/images/inactive-tab.jpg) no-repeat scroll right;
	padding-right:10px;
}

.tabs .x-tab-strip-top .x-tab-strip-inner {
	background:transparent url(/css/images/inactive-tab.jpg) no-repeat scroll center;	
}

.tabs .x-panel-body {
	background: #dad8a8;
}

.tabs ul.x-tab-strip li {
	float:left;
	list-style-type:none;
	margin-left:0px;
	margin-right: 4px;
}

/* if # of tab changes, use the margin-right to tweak tab spacings */


.tabs .x-tab-strip-top .x-tab-strip-active .x-tab-right span.x-tab-strip-text {
	color:#47403e;
}

.tabs .x-tab-strip-top .x-tab-strip-text {
	color:#ffffff;
}

/* HYPERLINKS */

a:link, a:visited, a:hover, a:active {
	color: #80211c;
}

/* FORMS */

#subscribe input {border:2px solid #ececec;}
#subscribe input.f-submit {color: #ce171f;}

/* BUTTONS */

#menusearch-btn, #archivesearch-btn, #poll-btn { color: #ce171f;  }
#menusearch-btn, #archivesearch-btn { background-color: #fff; }
#poll-btn { background-color:#ececec; }
#companylisting-btn, #companylistingclear-btn { color: #ce171f; background-color: #fff; }

/* SUPPLIED HEADERS */

h1 {    
    color:#80211c; 
}

h1.internal {
	color:#333333;
}

h2 {    
    color:#80211c;  
}

h3 {    
    color:#80211c;	
}

h4 {    	
    color:#80211c; 
}

p {    	
    color:#333333;
}

form p, .byline p, .byline {    	
    color:#333333;  
}

/* LISTS */

.event-date { color: #000 }

/* GENERAL */

#footer #nav a, #footer #nav a:active, #footer #nav a:link, #footer #nav a:visited { color: #999999; border-right:1px solid #999999; }


/* JOBS */

.jobform { border:2px solid #ECECEC;  }
.job-listing-pod { background: #ECECEC;  }

/* CONTACT US */

#contactus-btn { color: #ce171f; background-color:#ececec }
#contactUs form.formtool label { color: #333; }
#contactUs input, #contactUs select, #contactUs textarea { border:2px solid #ececec; }

.tabs .x-panel-body {
background:#9ac3df none repeat scroll 0 0;
}

#bd-wrap #gallery li { padding:0; background:0; margin-bottom:10px; margin-right:20px; display:block; float:left; }
#bd-wrap #gallery img { margin:0; border:1px solid #666; }
.paginator { clear:both; }
#bd-wrap .paginator a:hover { background-color: #003366; }


/* GALLERY PLUGIN */
#bd-wrap .galleries li, #bd-wrap .fancyGallery li { background:0; padding:0; float:left; list-style-image:none; list-style-position:outside;
list-style-type:none;}

#commentform h3 { padding-bottom: 0px; margin:0; }

#archivesearch-btn, #searchreset-btn, #poll-btn, #login-btn {background:#cccccc;}

.fancyGallery img, .galleries img { padding:5px; border:1px solid #e5e5e5; }
.galleries li { float:left; margin: 10px 0; width:130px; text-align:center; height:120px; }

.fancyGallery { clear:both; }
.fancyGallery div { margin:10px; }
.galleries { clear:both; }
