/* CSS Document */

body {
font: 13px/1.5 "Helvetica", Arial, Helvetica, sans-serif;
}

a: focus{
	outline: 1px dotted invert;
}

hr{
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

h1{
	font-size: 25px;
}

h2{
	font-size: 23px;
}

h3{
	font-size: 21px;
}

h4{
	font-size: 19px;
}

h5{
	font-size: 17px;
}

h6{
	font-size: 15px;
}

ol{
	list-style: decimal;
}

ul{
	list-style: disc;
}

li{
	margin-left: 15px;
}

p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{
	margin-bottom: 5px;
}





/********** MISC **********/

div.clear {
	height: 1px;
	clear: both;
}

img.imgBorder {
	border: 2px solid #ccc;
}

p.small {
	font-size: 10px;
	color: #9FA1A3;
}


/********** BODY **********/

body {
	background: url(../images/bgMain.gif) no-repeat scroll 50% 0;
	background-color: #6B7887;
	text-align: left;
	line-height: 1.6em;
}


/********** TOP NAV **********/

div#topNav {
	margin: 0 auto;
	padding: 0 0;
	background: #14171A;
	width: 953px;
	height: 66px;
	color: #8A9098;
	text-align: center;
}

div#topNav ul {
	margin: 0 0;
	padding: 22px 0 0 0;
}

div#topNav li {
	display: inline;
	padding: 0 0 0 75px;
	font-size: 14px;
}

div#topNav li.first {
	display: inline;
	padding: 0 0;
}

div#topNav li a {
	text-decoration: none;
	color: #8A9098;
}

div#topNav li a:hover {
	text-decoration: none;
	color: #fff;
}


/********** MAIN PANEL (BLUE) **********/

div#mainPanel {
	background: url(../images/mainPnlTop.png) top left no-repeat; /* Added - Jeremy Moore */
	margin:0 auto;
	width:953px;
}

div#mainPanelTop {
	margin: 0 0 0 0;
	background: transparent url(../images/mainPnlCenter.png) 0 34px no-repeat;
	/*height: 34px; Removed - Jeremy Moore*/
	width: 953px;
}

	div#logoPanelSplash {
		float: left;
		margin: 0 0 0 32px;
		width: 186px;
		height: 277px;
		text-align: center;
		background: url(../images/logoBgSplash.gif) top left no-repeat;
        position: relative;
        z-index: 100;
	}

	div#logoPanel {
		float: left;
		margin: 0 0 0 32px;
		width: 186px;
		height: 185px;
		text-align: center;
		background: url(../images/logoBg.gif) top left no-repeat;
        position: relative;
        z-index: 100;
	}
		
	div#logo {
		padding: 25px 0 0 0;
	}

	div#headerPanelSplash {
		float: left;
	}

	div#headerPanel {
		float: left;
		background: #96A4B4;
		width: 702px;
		height: 148px;
        position: relative;
        z-index: 100;
	}

	div#headerPanel h1 {
		text-align: right;
		margin: 0 0;
		padding: 50px 40px 0 0;
		color: #F7F8FB;
		font-size: 32px;
        line-height: 2em;
	}

	div#headerPanel h2 {
		text-align: right;
		margin: 0 0;
		padding: 15px 40px 0 0;
		color: #F7F8FB;
		font-size: 28px;
		font-weight: normal;
	}

	div#breadcrumb {
		float: left;
		background: #5D7591;
		width: 702px;
		height: 37px;
		color: #B2B8BF;
		font-size: 11px;
        position: relative;
        z-index: 100;
	}
	
	div#breadcrumb p {
		padding: 8px 0 0 20px;
        text-align: center;
	}
	
	div#breadcrumb p a {
		color: #B2B8BF;
		text-decoration: none;
        vertical-align: bottom;
	}
	
	div#breadcrumb p a:hover {
		color: #F7F8FB;
	}

div#mainPanelCenterSplash {
	margin: 0 auto;
	background: url(../images/mainPnlCenter.png) top center repeat-y;
	min-height: 500px;
    height: auto !important;
    height: 500px;
	width: 953px;
  clear:both; /* Added by: Jeremy Moore */
}

div#mainPanelCenter {
	margin: 0 auto;
	background: url(../images/mainPnlCenter.png) top center repeat-y;
	min-height: 500px;
  height: auto !important;
  height: 500px;
	width: 953px;
	clear:both; /* Added - Jeremy Moore */
}

div#mainPanelBtm {
	margin: 0 auto;
	background: url(../images/mainPnlBtm.png) top left no-repeat;
	height: 34px;
	width: 953px;
}

/********** CONTENT PANEL SPLASH (WHITE) **********/

div#contentPanelSplash {
	margin: 0 auto;
	clear: both !important;
	background: #fff;
	width: 778px;
	padding: 55px 55px;
}

div#contentPanelSplash img {
	float: left;
	padding: 3px 3px;
	margin: 5px 10px 0 0;
}

div#contentPanelSplash h1 {
	padding: 0 0 0 225px;
	margin: 0 0;
	color: #333;
	font-family: "Helvetica", Verdana, Arial, Helvetica, sans-serif;
	line-height: 28px;
}

div#contentPanelSplash p {
	padding: 20px 0 0 295px;
	margin: 0 0;
	color: #636363;
}

/********** CONTENT PANEL (WHITE) **********/

div#contentPanel {
	margin: 0 auto;
	clear: both !important;
	width: 888px;
	padding: 0 0;
	background: url(../images/contentBg.gif) top left repeat-y;
}

div#contentPanel img {
	float: left;
	padding: 3px 3px;
	margin: 0 10px 0 0;
}

div#contentPanel h1 {
	padding: 0 0 0 0;
	margin: 0 0;
	color: #333;
	font-family: "Helvetica", Verdana, Arial, Helvetica, sans-serif;
	line-height: 24px;
}

div#contentPanel p {
	padding: 20px 0 0 240px;
	margin: 0 0;
	color: #636363;
}


/********** LEFT NAV **********/

div#leftPanel {
	float: left;
	width: 186px;
	margin: 0 0;
	padding: 30px 0 0 0;
}

div#leftNav {

}

div#leftNav p {
	margin: 0 0;
	padding: 3px 20px 3px 0;
	font-weight: bold;
	line-height: 16px;
}

div#leftNav p a {
	color: #929BA6;
	text-decoration: none;
}

div#leftNav ul {
	margin: 0 0;
	padding: 0 0;
	list-style: none;
}



div#leftNav ul li.selected {
	background: #929BA6;
}
div#leftNav ul li.selected p {
	background: url(../images/icons/mnuDown.gif) 30px 6px no-repeat !important;
}
div#leftNav ul li.selected p a {
	color: #D3DBE4;
}
div#leftNav ul li.selected ul li p {
	/*background: url(../images/icons/mnuRight.gif) 45px 6px no-repeat !important;*/
}
div#leftNav ul li.selected ul li p a {
	color: #929BA6;
}



/* Level One */
div#leftNav ul li {
	background: #D3DBE4;
	margin: 0 0;
	padding: 0 0;
}
	div#leftNav ul li p {
		padding-left: 30px;
		/*background: url(../images/icons/mnuRight.gif) 15px 6px no-repeat;*/
	}
	

/* Level Two */
div#leftNav ul li ul li {
	background: #D3DBE4;
	margin: 0 0;
	padding: 0 0;
}
	div#leftNav ul li ul li p {
		padding-left: 45px;
		/*background: url(../images/icons/mnuRight.gif) 30px 6px no-repeat !important;*/
	}

/* Level Two Pre Selected */
div#leftNav ul li.selected ul li {
	background: #D3DBE4;
	margin: 0 0;
	padding: 0 0;
}
	div#leftNav ul li.selected ul li p {
		padding-left: 60px;
		/*background: url(../images/icons/mnuRight.gif) 45px 6px no-repeat !important;*/
	}
	
	

/* Level Three */
div#leftNav ul li ul li ul li {
	background: #D3DBE4;
	margin: 0 0;
	padding: 0 0;
}
	div#leftNav ul li ul li ul li p {
		padding-left: 60px;
		/*background: url(../images/icons/mnuRight.gif) 45px 6px no-repeat;*/
	}









div#leftNav ul li.expanded {
	background: #D3DBE4;
}
div#leftNav ul li.expanded p {
	background: url(../images/icons/mnuDownExp.gif) 15px 6px no-repeat;
}
div#leftNav ul li.expanded ul li p {
	background: url(../images/icons/mnuRight.gif) 30px 6px no-repeat;
}



/********** PRIMARY PANEL **********/

div#primaryPanel {
	float: right;
	margin: 0 0;
	padding: 40px 60px 30px 50px;
	width: 580px;
}

div#primaryProductPanel {
	float: right;
	margin: 0 0;
	padding: 40px 30px 30px 20px;
	width: 640px;
}


div#primaryProductPanel h2 {
	color: #333333;
    text-align: right;
}


div#primaryProductPanel p {
	float: left;
	clear: both;
	margin: 0 0;
	padding: 10px 0 10px 0 !important;
}

div#primaryNewsPanel {
	float: right;
	margin: 0 0;
	padding: 40px 60px 30px 50px;
	width: 580px;
}


div#primaryNewsPanel h2 {
	color: #333333;
	float: left;
	clear: both;
	padding: 10px 0 0 0;
}


div#primaryNewsPanel p {
	float: left;
	clear: both;
	margin: 0 0;
	padding: 0 0 10px 0 !important;
}


div#primaryNewsPanel p.dated {
	float: left;
	clear: both;
	margin: 0 0;
	padding: 0 0 0 0 !important;
	font-size: 11px;
	font-style: italic;
}


/********** CONTACT PANEL **********/

div#contactPanel {
	margin: 0 auto;
	clear: both;
	background: #fff;
	width: 888px;
	text-align: center;
	color: #929CA5;
	padding: 25px 0 10px 0;
	font-size: 14px;
}


/********** FOOTER **********/

div#footer {
	margin: 0 auto;
	clear: both;
	width: 888px;
	text-align: center;
	color: #929CA5;
	font-size: 11px;
	padding: 20px 0 40px 0;
}

div#footer p a {
	color: #929CA5;
	text-decoration: none;
}

div#footer p a:hover {
	color: #B5BECA;
	text-decoration: underline;
}


/********** SMALL PANELS **********/

div#panelContainer {
	margin: 0 auto;
	clear: both;
	background: #E3E9F0;
	width: 818px;
	padding: 20px 35px 5px 35px;
}

div.smallPanel {
	float: left;
	width: 192px;
	overflow: hidden;
	margin: 0 0;
	padding: 0 6px;
}

div.smlPnlTop {
	background: url(../images/smlPnlTop.jpg) top left no-repeat;
    width: 192px;
    height: 25px;
}

div.smlPnlTop p {
	font-size: 12px;
	color: #fff;
	text-align: center;
	margin: 0 0;
	padding: 3px 0 0 0;
	font-weight: bold !important;
}

div.smlPnlMid {
	background: url(../images/smlPnlBg.jpg) top left repeat-y;
	padding: 10px 0 14px 0;
	margin: 0 0;
    height: 70%;
}

div.smlPnlMid p {
	font-size: 12px;
	color: #fff;
	text-align: center;
	margin: 0 0;
	padding: 0 0;
	font-weight: normal;
}

div.smlPnlMid img {
	float: left;
	margin: 0 0;
	padding: 6px 0 0 10px;
}

div.smlPnlMid p {
	width: 80px;
	color: #636363;
	font-size: 12px;
	width: 125px;
	margin: 0 0;
	padding: 4px 0 0 0;
	text-align: left;
	line-height: 14px;
    display: inline;
    vertical-align: top;
}

div.smlPnlMid p a {
	color: #5D7591;
	text-decoration: none;
}

div.smlPnlMid p a:hover {
	text-decoration: underline;
}

div.smlPnlBtm {
	background: url(../images/smlPnlBtm.jpg) top left no-repeat;
}




/********** CATEGORY LIST PRIMARY HOLDER **********/


div.catListPrimary {
	margin: 0 0;
	padding: 20px 0 0 0;
	clear: left;
}

div.catListPrimary p {
	margin: 0 0;
	padding: 0 10px 0 0;
	line-height: 18px;
}

div.catListPrimary img {
}


div.splitter {
	float: left;
	height: 5px;
	width: 563px;
	background: url(../images/divBg.gif) top left no-repeat;
	margin: 30px 0 15px 0;
	padding: 0 0 0 64px;
}



/********** CATEGORY LIST OTHER HOLDER **********/

div.catList {
	clear: left;
	margin: 0 0;
	padding: 20px 0 0 0;
}

div.catList h2 {
	padding: 5px 15px 0 25px !important;
	margin: 0 0;
	color: #333;
	font-family: "Helvetica", Verdana, Arial, Helvetica, sans-serif;
	float: left;
	font-size: 24px;
}

div.catList h4 {
	padding: 8px 0 0 0 !important;
	margin: 0 0;
	color: #636363;
	font-family: "Helvetica", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div.catList p {
	padding: 10px 0 0 180px !important;
	margin: 0 0;
	color: #636363;
	line-height: 18px;
}

div.catList img {
}

div.catList p a {
	color: #98A5B5;
}

div.catList p a:hover {
	color: #5D7591;
}



/********** SUB CATEGORY LIST OTHER HOLDER **********/

div.subCatList {
	clear: left;
	margin: 0 0;
	padding: 20px 0 0 0;
}

div.subCatList h2 {
	padding: 10px 15px 0 0 !important;
	margin: 0 0 0 180px;
	color: #333;
	font-family: "Helvetica", Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
}

div.subCatList h4 {
	padding: 8px 0 0 0 !important;
	margin: 15px 0 0 180px;
	color: #636363;
	font-family: "Helvetica", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

div.subCatList h4 a {
	color: #636363;
	text-decoration: none;
	padding: 15px 5px 0 5px;
}

div.subCatList h4 a:hover {
	color: #9CAABA;
}

div.subCatList p {
	padding: 10px 0 0 180px !important;
	margin: 0 0;
	color: #636363;
	line-height: 18px;
}

div.subCatList img {
}

div.subCatList p a {
	color: #98A5B5;
}

div.subCatList p a:hover {
	color: #5D7591;
}






/********** SIDE PANEL **********/


div.sidePanel{
	width: 138px;
	margin: 0 auto;
	padding: 0 0;
}

div.sidePanel h6.theLatest {
	font-size: 18px;
	color: #D9D9D9;
	margin: 0 0;
	padding: 12px 0 12px 65px;
	background: #9CAABA url(../images/icons/newsLarge.png) 10px 12px no-repeat;
}

div.sidePanel h6.didYouKnow {
	font-size: 18px;
	color: #D9D9D9;
	margin: 0 0;
	padding: 12px 0 12px 65px;
	background: #9CAABA url(../images/icons/questionLarge.png) 10px 12px no-repeat;
}

div.sidePanel h6.globalImpact {
	font-size: 18px;
	color: #D9D9D9;
	margin: 0 0;
	padding: 12px 0 12px 65px;
	background: #9CAABA url(../images/icons/globeLarge.png) 10px 12px no-repeat;
}

div.sidePanel p {
	background: #C4CDD7;
	margin: 0 0 !important;
	padding: 12px 10px !important;
	color: #636363;
	font-size: 12px;
}

div.sidePanel p span.title {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
}

div.sidePanel p span.date {
	font-size: 9px;
	font-weight: normal;
}

div.sidePanel p span.desc {
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
}

div.sidePanel p a {
	color: #373737;
	padding-top: 10px;
	font-size: 11px;
}

div.sidePanel p a:hover {
	color: #9CAABA;
}






div.pdfDownload {
	float: left;
	clear: left;
	padding: 0 0;
	margin: 20px 0 0 0;
}

div.pdfDownload p {
	background:url(../images/icons/downloadPDF.png) bottom left no-repeat;
	padding: 0 0 0 45px;
}

div.pdfDownload p a {
	padding: 0 0 0 40px;
	color: #9AA8B7;
	text-decoration: none;
}

div.pdfDownload p a:hover {
	color: #5D7591;
}




div#bcPaging {
	float: right;
	font-size: 14px;
	color: #E3E7ED;
	margin: 0 0;
	padding: 2px 0 0 0;
}

div#bcPaging ul {
	margin: 0 0;
	padding: 7px 30px 0 0;
}

div#bcPaging ul li {
	margin: 0 0;
	padding: 0 0;
	list-style: none;
	display: inline;
}

div#bcPaging ul li p {
	color: #E3E7ED;
	text-decoration: none;
}

div#bcPaging ul li a {
	color: #E3E7ED;
	padding: 4px 7px;
	text-decoration: none;
}

div#bcPaging ul li a.current {
	color: #5D7591;
	background: #ADB9C8;
}

div#bcPaging ul li a:hover {
	color: #F7F8FB;
}








div#paging {
	clear: both;
	float: right;
	font-size: 14px;
	color: #ADB9C8;
	margin: 30px 0 10px 0;
	padding: 2px 0 0 0;
}

div#paging ul {
	margin: 0 0;
	padding: 7px 30px 0 0;
}

div#paging ul li {
	margin: 0 0;
	padding: 0 0;
	list-style: none;
	display: inline;
}

div#paging ul li p {
	color: #ADB9C8;
	text-decoration: none;
}

div#paging ul li a {
	color: #ADB9C8;
	padding: 4px 7px;
	text-decoration: none;
}

div#paging ul li a.current {
	color: #fff;
	background: #ADB9C8;
}

div#paging ul li a:hover {
	color: #9CAABA;
}







div#primaryProductPanel table.productSpecs {
	
}

div#primaryProductPanel table.productSpecs thead th {
	font-weight: bold;
	margin: 0 0;
	padding: 0 0;
}

div#primaryProductPanel table.productSpecs thead th p {
	margin: 0 0 !important;
	padding: 4px 7px 0 0 !important;
	margin: 0 0;
	padding: 0 0;
	font-size: 11px;
	color: #000;
}

div#primaryProductPanel table.productSpecs tbody tr td {
	font-weight: bold;
	margin: 0 0;
	padding: 0 0;
}

div#primaryProductPanel table.productSpecs tbody tr td p {
	margin: 0 0 !important;
	padding: 0 7px 3px 0 !important;
	font-size: 11px;
	color: #9FA1A3;
}

div#primaryProductPanel table.productSpecs tbody td p img {
	margin: 0 0;
	padding: 0 0;
}





#slides {
	float: left; height: 277px
}
#featured {
	padding: 0 0;
	margin: 0 0;
	z-index: -1000;
	width: 702px;
	height: 277px;
	overflow: hidden;
}





