@import url("/css/jquery.fancybox/jquery.fancybox.css");
@import url("/css/jScrollPane.css");
/* ==================================================================
SCREEN STYLESHEET
KLAUS UNION 2009
---------------------------------------------------------------------
AUTHOR(S): AARON@METHOD21.NET

=====================================================================
COLOR TABLE
---------------------------------------------------------------------
BACKGROUND 		#FFFFFF
DARK BLUE		#1C5495
MEDIUM GRAY		#C5C3C3
===================================================================== */

/* GLOBALS
===================================================================== */
body {
	margin: 0;
	padding: 0;
	font: normal 9pt "Lucida Grande", Arial,sans-serif;
	background: #FFF url(/images/header-bkg.png) repeat-x left top;
}
a {
	overflow: hidden;
	
	color: #2775c4;
}
a img {
	border: none;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	cursor: pointer;
}
h1 {
	text-transform: uppercase;
	color: #1C5495;
	font-size: 14pt;
	margin: 15px 0;
}
h2 {
	font-size: 12pt;
	margin: 13px 0 0.6em;
}
h3 {
	font-size: 10pt;
	margin-bottom: 0;
}
h4 {
	font-size: 9pt;
}
.resetList, .resetList li ul {
	margin: 0;
	padding: 0;
}
.resetList li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.floatLeft {
	float: left;
	margin: 0 10px 10px 0;
}
.floatRight {
	float: right;
	margin: 0 0 10px 10px;
}
.clear, .clearBoth {
	clear: both;
}
.clearfix: after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
img[align="left"] {
	margin: 0 10px 10px 0;
}
img[align="right"] {
	margin: 0 0 10px 10px;
}
.offLeft {
	position: absolute;
	left: -9999px;
}
.B_crumbBox { /* DEFAULT CLASS FOR MODX BREADCRUMB */
	margin: 10px 0; 	
	display: block;
}
a.backTop {
	display: block;
	border-bottom: solid 1px #CCC;
	padding: 5px 0;
	margin: 5px 0 10px;
}
a.pdfLink {
	background: url(/images/icon-pdf.gif) no-repeat left top;
	padding: 3px 0 3px 20px;
}
a.excelLink {
	background: url(/images/icon-excel.gif) no-repeat left top;
	padding: 3px 0 3px 20px;
}
input.inputButton { /* SEE IE6, IE7 */
	text-indent: -9999px;
	border: none;
	cursor: pointer;
}
.hiddenVars {
	display: none;
}
ul {
	margin-top: 0;
}
ul li {
	margin-top: 7px;
	margin-bottom: 7px;
	line-height: 1.3;
}
.displayBlock {
	display:block;
}
/* LAYOUT
===================================================================== */
#wrapper {
	width: 940px;
	margin: 0 auto;
	background: url(/images/sidebar-background-gray.gif) repeat-y left top;
}
#header {
	height: 70px;
	position: relative;
	background: #FFF url(/images/header-bkg.png) repeat-x left top;
	color: #FFF;
}
#logo {
	display: block;
	width: 162px;
	height: 42px;
	text-indent: -9999px;
	background: url(/images/logo.png) no-repeat left top;
	position: absolute;
	top: 10px;
	left: 0px;
}

#bannerHome {
	background: url(/images/banner-60-home.jpg) no-repeat left top;
	height: 281px;
	position: relative;
}
#bannerHome p {
	position: absolute;
	left: -9999px;
}
#bannerHome a {
	color: #FFF;
}
#bannerHome p.featuredProduct {
	position: absolute;
	left: 650px;
	top: 233px;
	width: 175px;

	font-size: 8pt;
	font-weight: bold;
	font-style: italic;
	text-align: right;
	color: #FFF;
}
#headerContact {
	margin: 0;
	position: absolute;
	top: 5px;
	right: 0;
}
#headerContact strong {
	font-size: 7pt;
	font-weight: normal;
}
#bannerInternal {
	background: url(/images/banner-internal.jpg) no-repeat left top;
	height: 137px;
	position: relative;
}
.btnRfq, .mixerRfq { /* SEE IE6 */
	width: 179px;
	height: 68px;
	display: block;
	background: url(/images/btn-rfq.png) no-repeat left top;
	text-indent: -9999px;
	position: absolute;
	top: 30px;
	right: 10px;
}
.mixerRfq {
	background-image: url(/images/btn-rfq-2.png);
}
/* PRESS CYCLE
===================================================================== */
#sidebar p.caption {
	color: #000;
	font-size: .9em;
	font-weight: bold;
	margin-bottom: 5px;
}
#focusSlides { /* SEE IE STYLE */
	background: #EEE url(/images/sidebar-module-gradient.png) repeat-x left top;
	padding: 0 0 7px;
	text-align: center;
	min-height: 155px;
}

#focusSlides div {
	display: none; /* HIDE UNTIL JS CREATES SLIDES */
}
#focusSlides h4 {
	margin: .5em 0 0;
	font-size: 9.5pt;
}
#focusSlides h4 a{
	text-decoration: underline;
	color: #1C5495;
	font-size: 8.5pt;
}
#focusSlides p {
	margin: 0;
}
#focusSlides img {
	height: 120px;
	width: 178px;
}
#focusSlides h4 a:hover {
	text-decoration: underline;
}
#focus1, #focus2, #focus3 {  }

#focusControllers {
	height: 10px;
	width: 35px;
	margin: 0 auto;
}
#focusControllers li {
	float: left;
	margin-right: 2px;
}
#focusControllers a {
	display: block;
	width: 8px;
	height: 8px;
	background: #003762;
	text-indent: -9999px;
	background: url(/images/navigator.png) no-repeat center 0;
}
#focusControllers li a:hover {
	background: url(/images/navigator.png) no-repeat center -8px;
}
#focusControllers li a.current {
	background: url(/images/navigator.png) no-repeat center -16px;
}

div.press {
	background: #EEE;
}
div.press a.pressCta {
	display: block;
	text-indent: -9999px;
	background: #EEE url(/images/magazine-teaser.png) no-repeat center top;
	height: 240px;
}

/* KILL HYDRAULIC COVERAGE ON MIXER DRIVE (RAV) */
#rav li.hydraulic {
	display: none;
}
#rav .compareLink {
	display: none;`
}
#nvh #productShot img {
	height: 172px !important;
	width: auto;
}
/* NAVIGATION
===================================================================== */
#nav {
	width: 720px;
	text-align: right;
	position: absolute;
	top: 40px;
	right: 0;
}
#nav li {
	display: inline;
	margin-left: 15px;
	text-transform: uppercase;
}
#nav li a {
	color: #FFF;
	text-decoration: none;
}
#nav li a:hover {
	text-decoration: underline;
}
#nav li.last {

}
#nav li.active a {
	border-bottom: solid 3px #FFF;
}
/* SIDEBAR
===================================================================== */
#sidebar {
	width: 178px; /* MISSING 2PX DUE TO BORDERS */
	float: left;
	min-height: 400px;
	border-left: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
}
#sidebar h3 {
	background: url(/images/sidebar-section-header.gif) repeat-x left top;
	color: #FFF;
	font-size: 1.1em;
	padding: 5px 4px 4px 12px;
	text-transform: uppercase;
	margin: 0 0 1px;
	border-top: solid 1px #ccc;
}

/* PRODUCT LINKS */
#sideNav {
	
}

/* OVERRIDE RAV SIZE, TALL IMAGE */
#rav #productShot img{
	width: 250px;
}

/* TOP-LEVEL SIDEBAR LINKS */
#sideNav li {
	/*background: url(/images/sidebar-main-link.gif) repeat-x left top;*/
	background: #676767;
}
#sideNav li a {
	color: #FFF;
	display: block;
	text-decoration: none;
	padding: 3px 5px 4px 12px;
	border-bottom: solid 1px #E1E1E1;
}
#sideNav li a.hasChildrenLink:hover, #sideNav li a.ui-state-hover, #sideNav li a.ui-state-active {
	background-color: #555 !important;
}
#sideNav  a.hasChildrenLink {
	background: #676767 url(/images/sidebar-arrow-down.gif) no-repeat 160px center;
}
#sideNav li a.hasChildrenLink.ui-state-active {
	background-image: url(/images/sidebar-arrow-up.gif);
}
#sideNav li.last a { border: none; }

/* SECOND-LEVEL SIDEBAR LINKS */
#sideNav ul li a {
	color: #000;
	background: #E1E1E1;
	font-weight: bold;
	font-size: .93em;
	padding: 5px 0 5px 15px;
}
#sideNav ul li a:hover {
	background: #C6C6C6;
}
#sideNav ul li.active a {
	border-right: solid 5px #727272;
	background: #C6C6C6;
}
#sideNav ul li a em {
	font-weight: normal;
	font-style: normal;
	color: #444;
}
/* CONTENT
===================================================================== */
#contentWrapper {/* FOR CONTAINING PAGES WITH THIRD SIDEBAR */
	float: right;
	width: 740px;
	padding-left: 15px;
}
#content {
	color: #333;
}
#content.withSidebar {
	width: 540px;
	padding-right: 15px;
	float: left;
	margin-right: 15px;
}
#cushion.withSidebar { /* BACKGROUND IMAGE FOR SIDEBAR DIVIDER ATTACHED HERE */
	background: url(/images/right-sidebar-bkg.gif) repeat-y right top;
}
#rightSidebar {
	float: right;
	width: 170px;
	padding-top: 120px;
	font-size: 8pt;
}
#rightSidebar img {
	max-width: 160px;
	height: auto;
	margin: 5px 0;
}
#rightSidebar div {
	margin: 10px 0 15px;
}
#rightSidebar div p {
	margin-top: 0;
}
hr {
	border: none;
	border-bottom: solid 1px #DEDEDE;
}
/*#contentBuffer { 
	width: 522px;
	min-height: 400px;
	overflow: visible;
	border-right: solid 1px #CCC;
	padding-right: 20px;
}
#contentBuffer .marginItem {
	margin: 0 -220px 15px 0;
	float: right;
	width: 185px;
	color: #333;
	font-weight: bold;
	font-size: 8pt;
	clear: both;
	text-align: center;
}
#contentBuffer .marginItem img, #contentBuffer img.marginItem {
	max-width: 179px;
	height: auto;
}
*/

.marginItem {
	margin: 0 -220px 15px 0;
	float: right;
	width: 185px;
	color: #333;
	font-weight: bold;
	font-size: 8pt;
	text-align: left;
}
.marginItem img, img.marginItem {
	max-width: 179px;
	height: auto;
	margin: 15px 0 5px 0;
}

#content p {
	line-height: 1.5;
	/*margin: .2em 0 .5em;*/
}
/* HOMEPAGE
===================================================================== */

.compareAll {
	text-align: right;
	font-weight: bold;
	clear: both;
	font-size: 10pt !important;
	border-bottom: solid 1px #DEDEDE;
	padding: 5px;
}
.buckets {
	width: 354px;
	/*background: url(/images/bucket-fade-blue.gif) repeat-x left bottom;
	border: solid 1px #CCC;*/
	float: left;
	margin: 5px;
}
.buckets h4 {
	text-transform: uppercase;
	font-size: 10pt;
	text-align: center;
	margin: 1px 0 .3em;
}
#seallessPeace {
	border-right: solid 1px #DEDEDE;
	padding-right: 10px;
}
#seallessPeace li {
	padding: 3px;
	border-bottom: dotted 1px #CCC;
}
.buckets table {
	width: 100%;
	border-collapse: collapse;
}
.buckets td, .buckets th {
	border-bottom: dotted 1px #CCC;
	padding: 3px;
	text-align: left;
}

/* DOWNLOADS PAGE
===================================================================== */
#downloads table {
	margin-bottom: 20px;
}
#downloads th {
	color: #FFF;
	font-size:14pt;
	padding:9px 0;
	background: #2364b0 url(/images/sidebar-section-header.gif) repeat-x left bottom;
}
#downloads table td { padding: 5px;}
#downloads .smallDate {
	color: #999;
	font-style: italic;
}
ul#listCurveDownloads {
	width: 100%;
}
ul#listCurveDownloads li {
	width: 33%;
	float: left;
}
ul#listCurveDownloads h4 {
	margin: 10px 0 5px;
	clear: both;
}
/* SERVICE PAGE
===================================================================== */
table.errorReference, .errorCodes {
	width: 100%;
}
.errorReference th, .errorCodes th {
	background: #2364b0 url(/images/sidebar-section-header.gif) repeat-x left bottom;
	color: #FFF;
	font-size: 11pt;
	padding: 5px;
}
.errorReference td, .errorCodes td {
	padding: 5px;
}
.errorReference .alt {
	background: #d6e6f8;
}
/* PRODUCT PAGES
===================================================================== */
#home #featuredProducts .featuredItem, #home #featuredProducts .featuredItem alt {
	background: transparent;
	border: none;
}
#featuredProducts .featuredItem {
	width: 340px;
	border: 1px solid white;
	position: relative;
	padding: 10px;
	float: left;
	border-bottom: solid 1px #EEE;
	min-height: 105px;
}
#featuredProducts .even {
	border-left: solid 1px #EEE;
}
#featuredProducts .alt {
	/*background: #EFEFEF;*/
}
#featuredProducts .featuredItem:hover {
	/*border: 1px solid #86afcc !important;
	background-color: #f3f3f3 !important;*/
}
#featuredProducts .details {
	width: 220px;
	float: right;
}
#featuredProducts .featuredItem h3 {
	margin: 0;
	padding: 0;
	font-size: 11pt;
}
#featuredProducts .featuredItem h3 a {
	text-decoration: none;
}

#featuredProducts .featuredItem p {
	margin: 0 0 .2em;
	padding: 0;
	font-size: .9em;
}
#featuredProducts .featuredItem p em {
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	font-style: normal;
	width: 100%;
}
#featuredProducts .featuredItem a {
	margin-right: 10px;
	font-size: .9em;
}
/*#featuredProducts .featuredItem img {
	width: 96px;
	height: auto;
}*/

#productShot {
	width: 230px;
	float: right;
	text-align: center;
	margin-bottom: 10px;
}
#productShot img {
	height: auto !important;
}
#productShot .productAction {
	width: 105px;
	height: 30px;
	display: block;
	text-indent: -9999px;
	float: left;
}
#productShot .viewCutaway {
	background: url(/images/btn-view-cutaway.png) no-repeat center top;
	margin-right: 10px;
}
#productShot .askQuestion {
	float: left;
	background: url(/images/btn-ask-question.png) no-repeat center top;
}
.compareLink, .dwnpng {
	background: url(/images/btn-compare.png) no-repeat left top;
	display: block;
	width: 115px;
	padding: 2px 0 3px 30px;
	color: #FFF;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	margin: 5px 0 15px;
	float:left;
}

.grays{
	height:40px;
	width: 300px;
}

.dwnpng{
	background: url(/images/dwnpng.png) no-repeat left top;
	float:right;
}

.dwnpng:hover{
	background: url(/images/dwnpng.png) no-repeat left bottom;
}

.compareLink:hover {
	background: url(/images/btn-compare.png) no-repeat left bottom;
}

#magDriveDiagram {
	clear: both;
	margin-top: 15px;
	border-top: solid 1px #999;
}

.footnote {
	font-style: italic;
	margin: 70px 0 15px !important;
	clear: both;
}
#press #rightSidebar, #contact #rightSidebar {
	padding-top: 0;
}
/* MODAL QUICK CONTACT FORM
===================================================================== */
#modalForm2 {
	display: none; /* HIDE UNTIL JS CALLS */
}

body#quickContact {
	background-position: left -25px;
}
#modalHeading {
	/*background: #2364B0 url(/images/sidebar-section-header.gif) repeat-x left bottom;*/
	color: #FFF;
	font-size: 14pt;
	text-align: center;
	margin: 0;
	padding: 10px 0;
}
#quickForm {
	margin: 20px 0 0 0;
}
#quickForm li {
	margin-bottom: 5px;
	width: 265px;
}
#quickForm label {
	display: block;
}
#quickForm input, #quickForm textarea {
	font: inherit !important;
	border: solid 1px #666;
	background: url(/images/input-shadow.png) repeat-x left top;
	padding: 6px 3px;
}
#quickForm input {
	width: 265px;
	margin-top: 3px;
}
#quickForm textarea {
	width: 265px;
	float: left;
}
#quickForm input.inputButton {
	background: url(/images/btn-send2.png) no-repeat left top;
	width: 105px;
	height: 27px;
	border: none;
	
	margin-left: 88px;

}
#quickForm li.productDetails {
	width: 275px;
	float: right;
	text-align: center;
}
#quickForm #productImage {
	width: auto;
	height: 110px;
	margin: 0 auto;
}
/* TABS (PRODUCT PAGES)
===================================================================== */
#tabs {
	border-bottom: solid 1px #2b5f9c;
	padding-left: 3px;
	height: 24px;
	clear: both;
	margin: 25px 0 0;
}
#tabs li {
	float: left;
	margin-right: 2px;
	text-align: center;
	width: auto;
	border-left: solid 1px #2b5f9c;
	border-right: solid 1px #2b5f9c;
	border-top: solid 1px #2b5f9c;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-top-left-radius: 2px;
	text-shadow: #444 1px 1px 1px;
}
#tabs li a {
	background: #3c5c80 url(/images/tab-background.gif) repeat-x left top;
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 4px 12px;
	outline: none;
}
#tabs li a:hover {
	background: #FFF url(/images/tab-background-0.gif) repeat-x left top;
	color: #333;
	text-shadow: none;
}
#tabs li a.current {
	background: #FFF url(/images/tab-background-0.gif) repeat-x left top;
	color: #333;
	border-bottom: solid 1px #FFF;
	text-shadow: none;
}
#tabs li.last { margin-right: 0; }
#panes {
	color: #333;
}

#panes li {
	margin: .5em 0;
}
.materialsConstruction .standardMaterials {
	width: 47%;
	float: left;
	margin-right: 15px;
	overflow: none;
}
.materialsConstruction .specialAlloy {
	float: right;
	width: 40%;
}
.materialsConstruction .specialAlloy ul {

}
/* REQUEST FOR QUOTE
===================================================================== */
form#rfqForm table {
	width: 100%;
	border-collapse: collapse;
}
#rfqForm fieldset { border: none; padding: 0; margin: 0; }
#rfqForm legend {
	text-indent: -9999px;
}
#rfqForm th, #rfqForm td {
	border: solid 1px #CCC;
	padding: 5px;
}
#rfqForm th {
	color: #FFF;
	background: #666;
}
#rfqForm tr.alt {
	background: #dbe8f2;
}
#rfqForm.mixerRfqTable tr.alt {
	background: #d5f5da;
}
#rfqForm tr.rowHover {
	background: #FFC !important;
}
#rfqForm .currentField {
	background: #1C5495;
	color: #FFF;
	font-weight: bold;
}
#rfqForm.mixerRfqTable .currentField {
	background: #354a3d;
}
#rfqForm .shortField {
	width: 100px;
}
#rfqForm label {
	font-weight: bold;
}
#rfqForm input {
	width: 200px;
	padding: 4px;
	border: solid 1px #909090;
}
#rfqForm textarea {
	font: inherit !important;
	width: 520px;
	padding: 4px;
	border: solid 1px #909090;
}
#rfqForm input#sendRfq.inputButton {
	width: 135px;
	height: 34px;
	background: url(/images/btn-send-rfq.png) no-repeat -3px -3px;
	margin: 10px 0;
	border: none;
	padding: 0;
}
#rfqForm input.radio { width: auto !important; }
/* COMPARISON CHART
===================================================================== */
#compare #wrapper {
	background-image: none;
	/* width: 90%; */
}
#compareBackground {
	/* background: url(/images/compare-background.gif) no-repeat center top; */
	width: 100%;
	overflow: auto;
}
table#compareTable {
	/* border: solid 1px #CCC !important; */
	background: #FFF;
	width: 100%;
}
#compareTable th {
	background: #2160aa;
	padding: 3px;
	border-bottom: 1px solid #FFF;
	color: #FFF;
}
#compareTable td {
	font-size: .97em;
	padding: 2px;
	border: solid 1px #FFF;
}
#compareTable tr.alt {
	background: #DDD;
}
div#compareChecks {
	width: 100%;
	margin: 7px auto;
	background: #DDD;
	text-align: center;
	border: solid 1px #999;
	font-size: 8pt;
	font-weight: bold;
}
#compareChecks form {
	margin: 5px;
}
#compareChecks label {
	margin: 0 2px;
}
/* CONTACT PAGE
===================================================================== */
#contactInfo {
	width: 100%;
	font-size: 1.1em;
	margin: 5px 0 25px;
	text-align: left !important;
}
#generalContact {

}

#generalContact ul {
}
#generalContact li {
	margin-bottom: 5px;
	padding: 5px 0;
}
#generalContact li.last {
	border: none;
}
#generalContact label {
	width: 80px;
	float: left;
	font-weight: bold;
	text-align: right;
	display: block;
	margin-right: 5px;
}

#generalContact input, #generalContact textarea {
	border: 1px solid #b8b7b7;
	background: #EEE;
	padding: 4px;
	width: 300px; /* RESTRICT SAFARI RESIZE */
	max-width: 300px; /* RESTRICT SAFARI RESIZE */
	max-height: 250px; /* RESTRICT SAFARI RESIZE */
	vertical-align: baseline;
	font: inherit;
}
#generalContact ul input:focus, #generalContact ul textarea:focus {
	background: #FFF;
}
#generalContact ul input.submit {
	width: 137px;
	height: 36px;
	border: none;
	margin-left: 80px;
	text-indent: -9999px;
	background: transparent url(/images/btn-send1.gif) no-repeat left top;
}
input.submit:hover {
	cursor: pointer;
}

/* PRESS LIST
===================================================================== */
#pressList {
	margin: 10px 0;
}

#pressList li {
	color: #999;
	font-size: 1em;
	margin: 10px 0;
}
#pressList a {
	font-size: 1.2em;
}
/* HYDRAULIC COVERAGE POPUPS
===================================================================== */
#hydraulicList {
	padding: 0;
	margin: 0;
}
#hydraulicList li {
	list-style: none;
	padding: 10px 10px 10px 60px;
	margin: 0 0 20px;
	border: solid 1px #696969;
	font-weight: bold;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#hydraulicList li.Hz50 {
	background: #DBE8F2 url(/images/perf-curve-hz50-label.png) no-repeat left center;
}
#hydraulicList li.Hz60 {
	background: #DBE8F2 url(/images/perf-curve-hz60-label.png) no-repeat left center;
}
#hydraulicList a {
	margin: 5px;
	color: #522525;
	font-weight: normal;
}

#hydraulicList .previewLink { 
	background: url(/images/icon-preview.png) no-repeat left top;
	padding: 3px 0 3px 20px;
}
#hydraulicList a.disabled {
	text-decoration: none !important;
	color: #888;
	cursor: text !important;
	background: url(/images/icon-preview.png) no-repeat left -30px;
	outline: none;
}
#hydraulicList a.pdfLink.disabled {
	background: url(/images/icon-pdf-disabled.png) no-repeat left top;
}
#hydraulicCurvesTable {
	background: #FFF;
	border-collapse: collapse;
	width: 450px;
	margin: 10px auto;
}
#hydraulicCurvesTable h3 {
	margin: 5px;
}
#hydraulicCurvesTable th {
	color: #FFF;
	background: #888;
	padding: 10px 0;
}
#hydraulicCurvesTable  td {
	padding: 10px;
	text-align: center;
}
#hydraulicCurvesTable img {
	width: 300px;
	height: auto !important;
	border: solid 1px #CCC;	
	margin-bottom: 10px;
}
#hydraulicCurvesTable .pdfLink {
	color: #C00;
}
/* FOOTER
===================================================================== */
#footer {
	border-top: solid 2px #FFF;
	background: #7b7b7b url(/images/footer-background.gif) repeat-x left top;
	clear: both;
	color: #FFF;
	position: relative;
	padding: 20px 0 0 20px;
	min-height: 200px;
}
#footer a {
	color: #FFF;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
#footerLinksContainer {
	width: 600px;
	float: left;
	margin-bottom: 30px;
	font-size: 9pt;
}
#footerLinksContainer h4 {
	border-bottom: solid 1px #B2B2B2;
	margin: 0 0 10px;
	padding: 10px 0;
	text-transform: uppercase;
}
.footerLinks {
	width: 200px;
	float: left;
	line-height: 1.6;
}
.footerLinks.seallessApps {
	width: 90%;
}
.footerLinks.seallessApps li {
	float: left;
	width: 230px;
	margin-bottom: 5px;
}
#footerContact{
	float: right;
	background: url(/images/logo-bottom.png) no-repeat right top;
	text-align: right;
	position: absolute;
	padding-top: 45px;
	border-left: solid 1px #B2B2B2;
	height: 150px;
	width: 165px;
	top: 20px;
	right: 20px;
	font-size: 8pt;
}
.twoUpCaption {
	width: 240px;
	float: left;
	text-align: left;
	padding: 0 10px;
}
.twoUpCaption.second {
	border-left: solid 1px #EEE;
}
.twoUpCaption h4 {
	margin: 0 0 10px;
}
.twoUpCaption p {
	font-size: .9em;
}
.callout1 {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	margin: 10px 0;
	clear: both;
}