body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	text-align:center;
}

#container{
	text-align:left;
	width: 778px;
	margin: 0 auto;
	position:relative;
	height: auto;
}

h1.subHeader{
	color:#ee8f13;
	font-weight:bold;
	font-size:1.4em;
	left: 3px;
	position: relative;
	width: 775px;
	border-bottom: 1px solid #CCCCCC;
	margin: 15px 0;
}

div#qTip {
	background-color: #ffffdd;
	border: 1px solid #999;
	color: #000;
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.9em;
 	padding: 4px;
	position: absolute;
	text-align: left;
 	z-index: 1000;
	}
	
.productTable .productListHeader {
    height:29px;
    width:778px;
    font-size:1em;
    color:#FFFFFF;
    font-weight:bold;
	text-align:center;
	padding:0px;
    }

.productTable .productListHeader td.header-left {background:url(/images/tableHeaders/header-left.png) left no-repeat;}
.productTable .productListHeader td.header-middle {background:url(/images/tableHeaders/header-middle.png) repeat-x;}	
.productTable .productListHeader td.header-right {background:url(/images/tableHeaders/header-right.png) right no-repeat;}

a.stdLink:link {color: #0B629A; text-decoration:underline;}
a.stdLink:visited {color: #551a8b; text-decoration:underline;}
a.stdLink:hover {color: #f7a631; text-decoration:underline;}

.referenceDisclaimer {border:1px solid #cacaca; padding:6px 0px 6px 0px; font-size: .75em; background-color:#e2e2e2;}
.referenceDisclaimer img {margin:0px -8px;}

#breadcrumb {
     height:14px;
     width:754px;
     margin:8px 0 16px -2px;
     padding:10px 14px;
     background:url(/images/dlc/breadcrumb-bg.png);
     font-size:.8em;
     font-weight:bold;
     color:#333333;
	}

#breadcrumb a:link, #breadcrumb a:visited {color:#005a9f;}
#breadcrumb a:hover {text-decoration:none;}

#breadcrumb .breadcrumb-h1 {font-size:1em; margin:0; display:inline;}


/* 

Modal Dialog Box 1.0 -bill
(don't edit this - override in individual page css)

*/
   
.md-wrapper {
    display: none;
    position: absolute;
    z-index: 1000;
    font-size: 16px;
}

.md-content {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 20px;
    border: 1px solid #666666;
    background: #f9f9f9;
    z-index: 20;
}

.md-shadow {
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    filter: alpha(opacity=40);
    opacity: 0.4;
    z-index: 1;
}

.md-close {
    position: absolute;
    top: -7px;
    right: -7px;
    width: 30px;
    height: 30px;
    background: url(/images/divMatClose.gif) no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}

/*Banner CSS*/

.main-column-banner{
    height:100px;
    display:block;
    position:relative;
    margin:15px 0;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 44%, rgba(228,232,245,1) 83%, rgba(228,232,245,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(44%,rgba(255,255,255,1)), color-stop(83%,rgba(228,232,245,1)), color-stop(100%,rgba(228,232,245,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 44%,rgba(228,232,245,1) 83%,rgba(228,232,245,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 44%,rgba(228,232,245,1) 83%,rgba(228,232,245,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 44%,rgba(228,232,245,1) 83%,rgba(228,232,245,1) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(255,255,255,1) 44%,rgba(228,232,245,1) 83%,rgba(228,232,245,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e8f5',GradientType=0 ); /* IE6-9 */
    border:1px solid #c4c4c6;
    text-decoration:none;
    clear:both;
}

.banner-img{
    position: absolute;
    bottom:0;
    left:3%;
    border:none;
}

.main-column-banner-title{
    font-size:1.4em;
    font-weight:bold;
    color:#0054a6;
    text-align:center
}

.main-column-banner-text{
    width:60%;
    color:#333333;
    text-align:center;
}

.customBanner {text-align:center; margin:15px 0;}

.customBanner .main-column-banner-title {    
    text-align:left;
    position:absolute;
    top:15px;
    left:280px;
}

.customBanner .main-column-banner-text{
    position:absolute;
    top:45px;
    left:280px;
    text-align:left;
}

.learn-more-link{
    color:#005a9f;
    text-decoration:underline;
}