@charset "UTF-8";
/* CSS Document */

div#divTabNav ul {
	position: absolute;
	top: 94px;
	right: 0px;
	margin: 0;
    padding: 0;
    height: 25px;
	width: 580px;
    list-style: none;
}

div#divTabNav ul li {
	float: left;
	height: 25px;
	width: 144px;
	line-height: 25px;
	text-align: center;
	color: #8d9cb1;
	border-left: 1px solid #97a4b9;
}

div#divTabNav ul li.first {
	width: 145px;
	border-left: none;
}

div#divTabNav ul li a {
    display: block;
	color: #8d9cb1;
	text-decoration: none;
}

div#divTabNav ul li a.active{
    background-color: #fff;
}

div#divTabNav ul li a:hover {
    background-color: #fff;
}

div#leftSubColumn {
    float: left;
    width: 270px;
}

div#rightSubColumn {
    float: right;
	padding: 0 14px 0 0;
    width: 270px;
}

div#divPressSpecs {
    background: url(../images/bgLandingPressSpecs.jpg) center center repeat-y;
}

#PressSpecsTop {
    height: 154px;
    background: url(../images/bgLandingPressSpecsTop.jpg) center top no-repeat;
}

#PressSpecsBottom {
    height: 12px;
    background: url(../images/bgLandingPressSpecsBottom.jpg) center bottom no-repeat;
}

div#divPressSpecs h3 {
	padding: 12px 0 0 24px;
}

div.divPressSpecsPad {
    padding: 8px 0 4px 0;
}

a.blueBoxLink {
    display: block;
    margin: 0 14px;
    padding: 0 12px;
    font-size: 13px;
    line-height: 28px;
    color: #519fd6;
    background-color: #ebf0f7;
    text-decoration: none;
}

a.pdf {
	background: #ebf0f7 url(../images/bluePDF.gif) 96% center no-repeat;
}

a.blueBoxLink span.blueArrow {
    padding: 0 0 0 14px;
    background: url(../images/blueArrow.gif) left center no-repeat;
}

.blueBottomBorder {
    border-bottom: #cfd9e8 1px solid;
}

p.pPressLink {
	margin: 0 14px;
	padding: 8px 0 8px 8px;
	font-size: 11px;
}

p.pPressLink a {
	color: #519fd6;
	font-size: 13px;
	text-decoration: none;
}

.leftPad {
	padding: 0 0 10px 24px;
}

div#hfThumbStack {
    margin: 0 auto;
	padding: 28px 0 0 0;
	width: 193px;
}

div#hfThumbStack p {
	padding: 4px 0 0 0;
	text-align: center;
	font-style: italic;
}

div.hfThumbs {
	margin: 0 auto;
    padding: 12px;
	height: 75px;
	width: 169px;
	border-style: solid;
	border-width: 2px 2px 0 2px;
	border-color: #ddebfc;
}

div.hfThumbsBottomBorder {
    border-bottom: #cfd9e8 2px solid;
}
