/* *** RESET *** */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* *** BEGIN BASE *** */

body {
	background-color: #ffffff;
	color: #4c4c4c;
	background: white;
	text-align: center;
	font: 10px/1.4 "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	text-shadow: #fff 0px 0px 0px;
}

#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#content {
	background: #ccc url(/assets/img/bg-content.png) repeat-y;
	padding-left: 91px;
	padding-right: 91px;
	text-align: left;
	width: 777px;
	float: left;
}

#header {
	width: 960px;
	margin: 40px auto 30px;
	height: 96px;
	background: url(/assets/img/bg-head-gradient2.png) no-repeat center bottom;
	position: relative;
}

#billboard {
	width: 960px;
	height: 222px;
	overflow: hidden;
	background: url(/assets/img/bg-billboard.png) no-repeat;
	position: relative;
}

#footer {
	text-align: center;
	color: #666;
	clear: both;
	padding-top: 20px;
	height: 84px;
	background: url(/assets/img/bg-footer.png) no-repeat;
	line-height: 64px;
}

#mastHead {
	background: url(/assets/img/mastHead.png) no-repeat;
	width: 198px;
	height: 26px;
	margin-left: 90px;
}

#mastHead a {
	text-indent: -10000px;
	width: 198px;
	height: 26px;
	display: block;
}

#header span {
	margin-right: 92px;
	position: absolute;
	right: 0;
	top: 13px;
	font: italic 13px Archer;
	color: #5a5a4c;
}

#home-content {
	width: 488px;
	float: left;
	font-size: 12px;
	line-height: 1.4em;
}

#home-content img {
	max-width: 488px;
	margin-bottom: 1em;
}

#home-content ul {
	list-style-type: square;
	list-style-position: outside;
	padding-left: 1.4em;
	margin-bottom: 1em;
}

#home-content p {
	margin-bottom: 1em;
	line-height: 1.6em;
}

#home-content li {
	margin-bottom: 9px;
}

#news-column {
	width: 264px;
	float: right;
	margin-top: 20px;
}

#news-column img {
	display: none;
}

/* *** TYPOGRAPHY *** */


strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a {
	text-decoration: none;
	color: #778c99;
}

p a {
	text-decoration: underline;
}

li a {
	text-decoration: underline;
}

h1 {
	font-size: 200%;
	line-height: 1.5em;
}

h2 {
	font-size: 175%;
	line-height: 2em;
}

h3 {
	font-size: 130%;
	line-height: 2em;
}

h4 {
	
}

/* *** GLOBAL NAV *** */

#globalNav {
	text-align: center;
	display: block;
	position: relative;
	top: 42px;
	margin-left: 190px;
	width: 590px;
}

#globalNav li {
	display: inline-block;
	width: 93px;
	height: 27px;
	background: url(/assets/img/bg-global-nav.png) no-repeat;
	border-bottom: 1px solid #f2f2f2;
}

#globalNav li a {
	display: block;
	height: 27px;
	line-height: 27px;
	text-indent: -10000px;
}

#globalNav li.active {
	border-bottom: 1px solid #fff;
}

#globalNav #nav-home {
	background-position: 0 0;
}

#globalNav #nav-home.active {
	background-position: 0 -27px;
}

#globalNav #nav-expertise {
	background-position: -96px 0;
}

#globalNav #nav-expertise.active {
	background-position: -96px -27px;
}

#globalNav #nav-about-us {
	background-position: -192px 0;
}

#globalNav #nav-about-us.active {
	background-position: -192px -27px;
}

#globalNav #nav-news {
	background-position: -288px 0;
}

#globalNav #nav-news.active {
	background-position: -288px -27px;
}

#globalNav #nav-careers {
	background-position: -384px 0;
}

#globalNav #nav-careers.active {
	background-position: -384px -27px;
}

#globalNav #nav-contact {
	background-position: -480px 0;
}

#globalNav #nav-contact.active {
	background-position: -480px -27px;

}

/* @group headers */

#hd-ourexpertise {
	background-image: url(/assets/img/header/hd-ourexpertise.jpg);
}



#hd-thanksforapplying {
	background-image: url(/assets/img/header/hd-thanksforapplying.jpg);
}

#hd-aboutthearea {
	background-image: url(/assets/img/header/hd-aboutthearea.jpg);
}

/* Added by Greg on 1/4/2011 for the Dayton page */
#hd-aboutDayton {
	background-image: url(/assets/img/header/hd-aboutDayton.jpg);
}

#hd-analysis {
	background-image: url(/assets/img/header/hd-analysis.jpg);
}

#hd-softwareengineering {
	background-image: url(/assets/img/header/hd-softwareengineering.jpg);
}

#hd-systemengineering {
	background-image: url(/assets/img/header/hd-systemengineering.jpg);
}

#hd-findus {
	background-image: url(/assets/img/header/hd-findus.jpg);
}

#hd-scienceandtechnology {
	background-image: url(/assets/img/header/hd-scienceandtechnology.jpg);
}

#hd-aboutdecibelresearch {
	background-image: url(/assets/img/header/hd-aboutdecibelresearch.jpg);
}

#hd-visionandmission {
	background-image: url(/assets/img/header/hd-visionandmission.jpg);
}

#hd-ourexperts {
	background-image: url(/assets/img/header/hd-ourexperts.jpg);
}

#hd-dbgives {
	background-image: url(/assets/img/header/hd-dbgives.jpg);
}

#hd-decibelnews {
	background-image: url(/assets/img/header/hd-decibelnews.jpg);
}

#hd-careersatdecibel {
	background-image: url(/assets/img/header/hd-careersatdecibel.jpg);
}

/* Added by Greg */
#hd-careersfairdb {
	background-image: url(/assets/img/header/hd-careersfairdb.jpg);
}

#hd-benefits {
	background-image: url(/assets/img/header/hd-benefits.jpg);
}

#hd-workplaceculture {
	background-image: url(/assets/img/header/hd-workplaceculture.jpg);
}

#hd-currentopenings {
	background-image: url(/assets/img/header/hd-currentopenings.jpg);
}

#hd-contactdecibel {
	background-image: url(/assets/img/header/hd-contactdecibel.jpg);
}

#hd-visitrequests {
	background-image: url(/assets/img/header/hd-visitrequests.jpg);
}

#hd-dbtools {
	background-image: url(/assets/img/header/hd-dbtools.jpg);
}

#hd-dblibs {
	background-image: url(/assets/img/header/hd-dblibs.jpg);
}

#hd-dbstm {
	background-image: url(/assets/img/header/hd-dbstm.jpg);
}

#hd-license {
	background-image: url(/assets/img/header/hd-license.jpg);
}
/* @end */

/* *** SUB NAV *** */

#sub-nav-list {
	border-bottom: 1px solid #ccc;
	margin-bottom: 24px;
}

#sub-nav-list li {
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	height: 2.8em;
	border-top: 1px solid #ccc;
	display: block;
	background: url(/assets/img/bg-sub-nav2.jpg) repeat-y;
}

#sub-nav-list li a {
	display: block;
	height: 2.8em;
	line-height: 2.5em;
	text-decoration: none;
	background-repeat: repeat-y;
	padding-left: 11px;
}

#sub-nav-list li a.active, #sub-nav-list li a:hover {
	color: #335363;
	background-color: white;
}

/* @group btn software */

#software-list span {
	display: block;
	height: 50px;
}

#software-list span a {
	height: 50px;
	display: block;
	text-indent: -100000px;
}

#btn-dbtools {
	background: url(/assets/img/btn-dbtools.jpg) no-repeat left center;
	border-bottom: 1px solid #ccc;
}

#btn-dblibs {
	background: url(/assets/img/btn-dblibs.jpg) no-repeat left center;
	border-bottom: 1px solid #ccc;
	padding-bottom: 4px;
}

#btn-dbstm {
	background: url(/assets/img/btn-dbstm.jpg) no-repeat left center;
}


/* @end */

/* *** HOME *** */

#billboard img {
	z-index: 7;
	position: absolute;
	top: 0;
	left: 92px;
}

#billboard img.active {
    z-index:10;
	opacity: 1;
}

#billboard img.last-active {z-index:9;}

#intro {
	width: 490px;
	margin-top: 26px;
	height: 138px;
	text-indent: -1000000px;
	margin-bottom: 12px;
	background: url(/assets/img/intro-text2.jpg) no-repeat;
	position: relative;
}

#intro-link a {
	position: absolute;
	left: 116px;
	top: 102px;
	width: 191px;
	display: block;
	height: 20px;
}

#home-trifold {
	width: 492px;
	height: 228px;
	float: left;
	text-indent: -10000px;
	margin-top: 7px;
	margin-left: -2px;
	background-repeat: no-repeat;
}

#home-trifold > div {
	float: left;
	position: relative;
}

#tri-clients {
	background-image: url(/assets/img/trifold2.jpg);
	width: 167px;
	height: 228px;
}

#tri-visitors {
	height: 228px;
	width: 162px;
	background: url(/assets/img/trifold2.jpg) -167px;
}

#tri-applicants {
	height: 228px;
	width: 163px;
	background: url(/assets/img/trifold2.jpg) scroll -329px;
}

.tri-more {
	display: block;
	width: 130px;
	position: absolute;
	height: 26px;
	left: 12px;
	opacity: 0.64;
	top: 179px;
}

#work-with {
	text-indent: -10000px;
	width: 333px;
	height: 23px;
	background: url(/assets/img/head-workwith.png) no-repeat;
	float: left;
	margin-bottom: 8px;
}

/* *** NEWS *** */

#news-column p {
	margin-bottom: 20px;
	font-size: 11px;
}

#news-column h4 {
	text-align: left;
	width: 253px;
	height: 33px;
	background: url(/assets/img/head-decibelNews.png) no-repeat;
	text-indent: -10000px;
	margin-bottom: 20px;
}

#news-column h6 {
	text-align: left;
	display: inline;
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.dateSquare {
	width: 32px;
	height: 27px;
	background-color: #bb793f;
	color: #ffffff;
	text-align: center;
	padding-top: 5px;
	float: left;
	margin-right: 10px;
	text-shadow: #9d6534 1px 1px 0;
	line-height: 1em;
}

.dateSquare strong {
	text-transform: uppercase;
}

p > small {
	color: #808080;
	font-size: 90%;
}

/* *** APPLICATION *** */

label {
	cursor: pointer;
	font-weight: bold;
}

div.floatRight {
	float: right;
	width: 264px;
	margin-top: 28px;
}

div.floatRight p {
	background-color: #f2f8fc;
	font-size: 13px;
	line-height: 1.4em;
	border: 1px solid #cddee9;
	display: block;
	padding: 8px 11px 8px 10px;
}

div.aside {
	background-color: #f2f8fc;
	font-size: 13px;
	line-height: 1.4em;
	border: 1px solid #cddee9;
	padding: 8px 11px 8px 10px;
}

#err {
	margin-top: 27px;
}

#err ul {
	background-color: #ffcfd0;
	border: 1px solid #ff9293;
	list-style-type: square;
	list-style-position: inside;
	color: #333;
	padding: 5px 4px 6px 7px;
}

#err ul li {
	
}

form#application {
	float: left;
	margin-top: 6px;
	width: 488px;
}

#contactLeft {
	float: left;
	width: 210px;
	margin-right: 25px;
}

#contactRight {
	float: left;
	width: 212px;
}

#application fieldset {
	background-color: #f8f8f8;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	padding: 10px 15px;
}

#application legend {
	font-size: 13px;
	font-weight: bold;
	color: #5e707d;
}

#application p {
	margin-bottom: 0;
}

#application textarea {
	border: 1px solid #ccc;
	width: 100%;
	font-family: Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	margin-bottom: 9px;
	padding-top: 4px;
	padding-left: 2px;
}

#application input[type='text'] {
	border: 1px solid #ccc;
	height: 2em;
	margin-bottom: 10px;
	padding-left: 5px;
	width: 100%;
}

#application input.full-input {
	width: 99%;
}

#application input[type='text']:focus, #application textarea:focus {
	background-color: #f2f8fc;
}

#application input[type='submit'] {
	font-size: 16px;
}

#application input {
	font-family: Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
}

#application h4 {
	font-weight: bold;
	margin-bottom: 2px;
	font-size: 12px;
}

#application label {
	font-size: 11px;
	color: #333;
}

#application label span {
	font-size: 11px;
	color: #666;
	margin-left: 20px;
	width: 312px;
	display: inline-block;
}

#contactInfo label {
	display: inline-block;
	width: 90px;
	font-weight: bold;
	font-size: 10px;
	color: #4c4c4c;
}

#voluntary p {
	margin-bottom: 12px;
}

#voluntary label {
	cursor: pointer;
	position: relative;
}

/* *** OPENINGS *** */

h3.content-title {
	margin-top: 15px;
	font: 36px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -0.06em;
	color: #7f7f6b;
	margin-left: -2px;
	margin-bottom: 10px;
	width: 455px;
	height: 53px;
	text-indent: -10000px;
}

#openings-list {
	margin-top: 9px;
}

.opening {
	background-color: #ebebeb;
	-webkit-border-radius: 5px;
	padding: 4px 10px 8px;
	margin-bottom: 12px;
}

.job-title {
	font-weight: bold;
	font-size: 20px;
	letter-spacing: -0.04em;
	display: block;
	cursor: pointer;
}

.view-description a {
	float: right;
	margin-right: 3px;
	font-size: 11px;
	display: inline-block;
	cursor: pointer;
	margin-top: -15px;
}

.job-description {
	background-color: #fff;
	display: none;
	padding: 6px 10px 10px;
	margin-top: 7px;
	font-size: 11px;
	line-height: 1.5em;
}

.job-description p {
	margin-bottom: 0.4em;
}

.job-description ul {
	list-style-type: square;
	list-style-position: outside;
	padding-left: 14px;
	margin-bottom: 1em;
	margin-top: 1em;
}

.job-description input {
	margin-top: 1em;
}

.job-description form 
{
	text-align: center;
}
