/* layout */
#page {
	width: 995px;
	margin: 0 auto;
}

/* header */
#header {
	height: 82px;
	padding: 0 45px;
	border-bottom: 1px solid #d4e4f3;
}
#header #header-region { overflow: hidden; }

/* primary (top) and secondary (bottom) navigation bars */
ul.links li { float: left; }
#primary {
	float: left;
	padding-top: 45px;
}
#primary li {
	padding: 0 0 18px 0;
	margin: 0 10px;
	border-bottom: 5px solid white;
}
#primary a img {
	height: 14px;
	visibility: hidden;
}
#primary a span {
	display: block;
	float: left; /* ie6 fix */
	height: 14px;
}
#primary a:hover span { background-position: 0 -17px; }
#primary a:active span, #primary li.active-trail span { background-position: 0 -34px; }
#primary li.first { margin-left: 0; }
#primary li.hide { display: none; }
#secondary { float: right; }
#secondary li { 
	padding: 0;
	margin: 0 10px;
	border-top: 5px solid white;
}
#secondary li.last { margin-right: 0; }
#primary li.active, #secondary li.active, #primary li.active-trail, #secondary li.active-trail {
	border-color: #d4e4f3;
}

/* logo */
#logo {
	float: right;
	margin-top: 24px;
	margin-right: 3px;
}

/* content */
#main {
	position: relative;
	padding: 45px 0 45px 45px; /* right should be 48 but text wraps */
}
.inner { padding: 0px; }                                   

#content-header { height: 65px; }
#content {
	float: left;
	height: 500px;
	width: 500px;
}

/* main column widths */
body.no-sidebars #content { width: 100%; } /* no sidebars */
body.node-type-splash #content { width: 755px; } /* right sidebar only */

/* drupal tabs */
div.tabs {
	position: absolute;
	top: 0;
	width: 500px;
}
div.tabs ul {
	padding: 0;
	margin: 0;
	border-bottom: none;
}
div.tabs ul li a { border-style: none solid solid; }
div.tabs ul li a:hover { border-bottom-color: #bbbbbb; }
div.tabs ul li.active a { border-color: #D4E4F3 #bbbbbb #bbbbbb; }

/* node specific content */
#content-area .content { height: 435px; }

#content-area .view-id-news { height: 431px; }

#content-area .node-type-page .content.has_nodeimage { height: 175px; }

.node-type-page .slideshow { margin-top: 4px; }

.node-type-bio .slideshow { float: left; }
.node-type-bio .leftscrollpane {
	float: right;
	width: 250px;
	margin-right: 20px;
}

/* splash page */
.node-type-splash #content { height: 500px; }
.node-type-splash #splash-text {
	float: right;
	width: 245px;
	height: 336px;
	margin-bottom: 10px;
}
.node-type-splash #splashimage { float: left; }
.node-type-splash #content-area .content {
	height: 254px;
}
.node-type-splash #feature {
	float: left;
	width: 245px;
	padding-left: 10px;
}
.node-type-splash #feature.feature0 { padding-left: 0; }

/* sidebars */
.sidebar { float: right; }
#sidebar-left {
	padding-top: 65px;
	width: 265px;
}
#sidebar-right {
	width: 184px; /* extended by 45px so menu text doesn't wrap */
	border-left: 1px solid #d4e4f3;
}
#sidebar-right ul { margin-bottom: 4em; }
#sidebar-right li { border-left: 4px solid white; }
#sidebar-right li.active-trail { border-color: #d4e4f3; }

/* footer */
#footer {
	height: 45px;
	padding: 0 45px;
	border-top: 1px solid #d4e4f3;
}
#footer-message div { float: left; }
#footer-message #copy { float: right; }

/* text */
body {
	font-size: 100%; /* fixes text resizing in ie */
	margin: 0;
}

#page { /* 12px base font size with a 16px line height */
	font-size: 0.75em;
	line-height: 1.333em;
	color: #6b6b6b;
}

body, caption, th, td, input, textarea, select, option, legend, fieldset { font-family: Arial, Helvetica, sans-serif; }

a:link, a:visited, a:hover, a:active { cursor: pointer; }
a:link, a:visited {
	color: #5471ad;
	text-decoration: none;
}
a:hover, a:active, li a.active, #sidebar-right li.active-trail a {
	color: #8a1e04;
	text-decoration: none;
}

/* titles */
h1 {
	font-size: 2.167em;
	margin: 0;
	font-weight: normal;
}
h2 { font-size: 1.25em; }
h1, h2, h1.title a { color: #8a1e04; }
h3.block-title {
	font-size: 1em;
	padding-left: 8px;
	padding-bottom: 1em;
	font-weight: normal;
	color: #5471ad;
}

/* text */
p { margin-bottom: 1.333em; }

/* splash page */
#feature { font-size: 0.917em; }
#feature h4 {
	font-size: 0.917em;;
	margin-bottom: 0;
	font-weight: normal;
	color: #8b2005;
}
#feature a {
	color: #706c6c;
}

/* sidebar menus */
ul.menu li {
	list-style: none;
	list-style-image: none; /* ie fix */
	margin-bottom: 1em;
}
ul.menu li.last { margin-bottom: 0; }
ul.menu ul.menu { margin-top: 1em; }
body.node-type-bio #sidebar-left ul.menu li,
body.page-content-timco-leadership-team-please-select-list-names-right #sidebar-left ul.menu li {
  margin-bottom: 0;
}
#sidebar-right ul { padding: 0; }
#sidebar-right ul.menu li {
	font-size: 0.917em;
	margin-left: 0;
	padding-left: 4px;
}

/* lists */
ul, ol {
	margin-left: 0;
	margin-bottom: 1.333em;
	padding-left: 2em;
}
ul ul { margin-bottom: 0; }

/* footer */
#footer-message {
	padding-top: 1em;
	font-size: 0.75em;
	color: #b7b7b7;
}

/* secondary links */
#secondary {
	font-size: 0.75em;
	height: 21px;
}

/* press releases page */
.view-news th { white-space: nowrap; }
.view-news .views-field-field-date-value {
	white-space: nowrap;
	vertical-align: text-top;
}
.view-news thead th, .view-news tbody, .view-news tr { border: none; }
.view-news td {
	background-color: #ffffff;
	padding: 5px 5px 5px 0;
}

/* hide status messages on normal site pages if not logged in */
body.not-logged-in.page-node .messages.status { display: none; }

.dothan_and_mobile_alabama_job_fair_candidates_for_macon_opportunities-_please_click_here- a{ 
  font-weight: bold;
  color: #8A1E04;
}
