/*-----------------------------------------------------/
	DCA Inc. CSS
	Copyright 2010 InterWorks, Inc.
	Author: Grant Bivens
	
	Global Layout
/-----------------------------------------------------*/

@import url('/resources/css/base.css');

html {
	font-family: Franklin Gothic Medium Condensed, arial, helvetica, sans-serif;
	color: #072D59;
	background-color:#fff;
}

h1.hide {
	display: none;
}

a {
	color: #072D59;
}

a:hover {
	color: #7AA6E7;
}

.wrapper {
	width: 950px;
	margin: 20px auto 0 auto;
	background-color:#ffffff;
}

.pdfContactWrapper {
	margin-bottom: 30px;
}

.pdfDownload {
	display: block;
	float: left;
	background: url(/resources/img/pdf-icon.png) top center no-repeat;
	width: 464px;
	text-align: center;
	padding-top: 40px;
	margin-top: 20px;
}

body.aurora .pdfDownload {
	width: 215px;
}

.pageContact {
	display: block;
	float: left;
	width: 464px;
	text-align: center;
	margin-top: 20px;
}

/*--------------------------------------------------------/
  Header Styling
/---------------------------------------------------------*/
.header {
	height: 55px;
	width: 950px;
	background: url(/resources/img/bg-nav.png) no-repeat
}

.header .logo {
	height: 55px;
	width: 250px;
	display: block;
	float: left;
}

/*--------------------------------------------------------/
  Navigation Styling
/---------------------------------------------------------*/
.navigation {
	display: block;
	width: 700px;
	height: 55px;
	float: left;
}

#nav {
	height: 55px;
	float: right;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a.parentLink {
	height: 55px;
}

#nav a {
	display: block;
}

#nav li {
	float: left;
	width: 8em;
	list-style: none;
}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	background: #fff;
	border: 1px solid #000;
	padding: 5px 10px 10px 10px;
	text-indent: 0;
}

#nav li ul li {
	margin: 2px 0;
	width: 10em;
}

#nav li ul li.liSpacer {
	margin-top: 10px;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li.products {
	width: 122px;
	height: 55px;
	background: url(/resources/img/nav-products.png) no-repeat;
	text-indent: -999em;
}

#nav li.support {
	width: 123px;
	height: 55px;
	background: url(/resources/img/nav-support.png) no-repeat;
	text-indent: -999em;
}

#nav li.search {
	width: 111px;
	height: 55px;
	background: url(/resources/img/nav-search.png) no-repeat;
	text-indent: -999em;
}

#nav li.aboutus {
	width: 132px;
	height: 55px;
	background: url(/resources/img/nav-aboutus.png) no-repeat;
	text-indent: -999em;
}

#nav li.contact {
	width: 114px;
	height: 55px;
	background: url(/resources/img/nav-contact.png) no-repeat;
	text-indent: -999em;
}

#nav li li a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#nav li li a:hover {
	color: #000;
	text-decoration: underline;
}

#nav li li a.light {
	font-weight: normal;
}

/*--------------------------------------------------------/
  Content Styling
/---------------------------------------------------------*/
.main {
	width: 928px;
	border: 1px solid #000;
	margin-top: 2px;
	padding: 0 10px 10px 10px;
	min-height: 500px;
}

body.digimetrics .main {
	min-height: 1075px;
}

.headerImage {
	margin: -1px 0 0 -11px;
}

/* Quick Links Box */
.quickLinks {
	display: block;
	float: right;
	border-left: 1px solid #E0DFE3;
	border-bottom: 1px solid #E0DFE3;
	width: 184px;
	text-align: center;
	padding: 0 0 10px 10px;
	margin: 10px 0 20px 20px;
}

.quickLinks h2 {
	border-bottom: 1px solid #E0DFE3;
	margin-top: 0.5em;
}

.quickLinks img {
	padding: 10px;
}

.quickLinks .brochure {
	background: url(/resources/img/pdfinline.gif) no-repeat;
	display: block;
	padding: 3px 0 0 20px;
	height: 18px;
	text-align: left;
	margin-left: 20px;
}

.quickLinks .contact {
	background: url(/resources/img/mail.gif) no-repeat;
	display: block;
	padding: 3px 0 0 20px;
	height: 18px;
	text-align: left;
	margin-left: 20px;
}


/* Homepage */
.index .main {
	background: url(/resources/img/bg-index.jpg) no-repeat;
	height: 500px;
	width: 754px;
	margin: 2px 0 1px 0;
	display: block;
	float: left;
	color: #fff;
	font-weight: bold;
	border: 0;
	padding: 0;
}

.index .main h2 {
	margin-bottom: 30px;
	text-shadow: 0.2em 0.2em 0.5em #333333;
	font-size: 1.2em;
}

.index .main h2 a {
	color: #fff;
	text-decoration: none;
}

.index .main .section,
.index .main ul li {
	text-shadow: 0.2em 0.2em 0.5em #333333;
	font-weight: normal;
}

.index .main .section a {
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}

.index .main ul {
	margin-left: 0.5em;
	margin-bottom: 1em;
}

.index .main ul li {
	list-style-type: none;
}

.index .main a {
	color: #fff;
	text-decoration: none;
}

.index .main a:hover {
	text-decoration: underline;
}

.dms {
	display: block;
	float: left;
	width: 220px;
	margin: 0 10px 0 20px;
	
}

.dms .digimetricsBtn {
	display: block;
	position: relative;
	top: 360px;
	left: -19px;
}

.ccs {
	display: block;
	float: left;
	width: 210px;
	margin: 0 22px 0 20px;
}

.mms {
	display: block;
	float: left;
	width: 210px;
	margin: 0 20px 0 20px;
}

.right {
	height: 500px;
	display: block;
	float: left;
	margin: 2px 0 0 2px;
	margin-bottom: 1px;
}

.right .news {
	width: 180px;
	padding: 0 6px;
	border: 1px solid #000;
	height: 100%;
}

.right .banner {
	margin-top: 2px; 
}

div.news  p a{
	font-size: 12px;
}
/* End Hompage */

/* Contact Us Page */
.contactWrapper p {
	text-align: center;
	margin-top: 0;
}

.contactWrapper .tableWrapper {
	border: 1px solid #F3F3F3;
	padding: 5px;
	width: 500px;
	margin: 0 auto;
}

.contactWrapper .tableWrapper800 {
	border: 1px solid #F3F3F3;
	padding: 5px;
	width: 800px;
	margin: 0 auto;
}

.contactWrapper .tableWrapperSingle {
	border: 1px solid #F3F3F3;
	padding: 5px;
	width: 200px;
	margin: 0 auto;
}

.contactWrapper table {
	margin-top: 0;
	background: #F3F3F3;
}

.contactWrapper td {
	width: 250px;
	padding: 1em;
}

.contactWrapper .tableWrapperSingle td {
	width: 200px;
}

#tblInfo strong {
    display: block;
    text-align: center;
}
#tblInfo div {
    margin: 15px 20px 20px;
	text-align: center;
}

.headerNote,
.footNote {
	color: #999999;
	font-size: 0.9em;
	font-style: italic;
	padding: 10px;
}
/* End Contact Us Page */

/* Timeline Page */
.timeline {
	display: block;
	width: 700px;
	margin: 15px auto;
}

.timeline .timelineOdd {
	background: #F3F3F3;
	display: block;
	float: left;
	padding: 8px;
	border-left: 1px solid #E3E3E3;
	border-right: 1px solid #E3E3E3;
}

.timeline .timelineEven {
	display: block;
	float: left;
	padding: 8px;
	border-left: 1px solid #E3E3E3;
	border-right: 1px solid #E3E3E3;
}

.timeline .top {
	border-top: 1px solid #E3E3E3;
}

.timeline .bottom {
	border-bottom: 1px solid #E3E3E3;
}

.timeline .date {
	display: block;
	float: left;
	width: 55px;
}

.timeline .timelineData {
	display: block;
	float: left;
	width: 624px;
}

/* End Timeline Page */


/* Recordable Formatters Page */
.hardwareWrapper {
	display: block;
	margin: 20px auto;
	width: 605px;
}

.hardwareLeft {
	display: block;
	float: left;
	width: 300px;
}

.hardwareRight {
	display: block;
	float: left;
	width: 300px;
	margin-left: 5px;
}

.cdDvd, .dvdBluray {
	color: #fff;
	background: #000;
	font-weight: bold;
	text-align: center;
	font-size: 1.2em;
}

/* AURORA */

.auroraLeft{
	float: left;
	width: 615px;
	min-height: 375px;
	padding-right: 10px;
}

/* DMS */
.dmsLeft{
	float: left;
	width: 690px;
	min-height: 375px;
	padding-right: 10px;
}

.dmsRight{
	padding-left: 10px;
	border-width: 1px;
	border-left-style: solid;
	float: left;
	width: 208px;
	min-height: 386px;
}

body.digimetrics .dmsRight {
	min-height: 1043px;
}

.partnerLogo{
	margin-top: 5px;
	margin-bottom: 20px;
}

.logoWrapper .prev {
	background: url(/resources/img/arrows.png) 0 -20px no-repeat;
	display:block;
	height:20px;
	width:20px;
	position: absolute;
	left: -30px;
	top: 55px
}

.logoWrapper .next {
	background: url(/resources/img/arrows.png) 0 0 no-repeat;
	display:block;
	height:20px;
	width:20px;
	position: absolute;
	right: 0;
	top: 55px
}

.logoWrapper .prev span, .logoWrapper .next span {
	display: none;
}

.IBCbanner {
	margin: 15px 10px 10px 12px;	
}

/* Viper Qualified Drives */
tr.gray {
	background-color:#F0F0F0;
	vertical-align:text-top;
}
tr.blue {
	background-color:#EBF5FF;
	vertical-align:text-top;
}
/* End Recordable Formatters Page */

/* Online Support */
body.onlineSupport p, fieldset, table, pre {
	margin-top: 0;
}

body.onlineSupport th, td {
	padding: 0;
}
/* End Online Support */

/*--------------------------------------------------------/
  Footer Styling
/---------------------------------------------------------*/
.index .footer {
	clear: both;
}

.footer {
	width: 940px;
	border: 1px solid #000;
	text-align: center;
	padding: 4px;
	font-size: .75em;
	margin-top: 1px;
}

.footer p {
	margin-top: 0;
}

.linkedIn iframe {
	float:left;
	margin-left:15px;
	margin-top:30px;
	width:170px !important;
}

.linkedIn iframe span#1 {
	width:170px !important;
}