﻿
/* =============================================================================================================
	[[[[[  include BASIC styles  ]]]]] 
   ============================================================================================================= */

* { /* wildcard selector will apply it's declaration to all elements */
	margin: 0; /* undo all margins */
	padding: 0; /* undo all padding */
	color: #333; /* set foreground color to dark gray */
	background: transparent;
}

img, a img {
	border: 0 none;
}

#cboxContent {
	background: #fff;
}

ul, ol, li, dl, dt, dd {
	display: block; /* display inline-block list items at block level */
	list-style-type: none; /* undo bullets */
}

html { /* 16 x 0.625 = 10 */
	font-size: 62.5%
}

body {
	text-align: center;
	padding: 25px 30px;
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 1.0em;
	line-height: 1em;
	color: #333;
}

p, td {
	text-align: left;
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 1.1em;
	line-height: 1.4em;
	color: #333;
}

a, a:link {
	color: #1a4a7a;
	text-decoration: none;
}

	a:visited {
		color: #1a4a7a;
		text-decoration: none;
	}

	a:hover, a:active {
		color: #4487b5;
		text-decoration: underline;
	}


.tab-btn a, .tab-btn a:link {
	color: #1a4a7a;
	text-decoration: none;
}

	.tab-btn a:visited {
		color: #1a4a7a;
		text-decoration: none;
	}

	.tab-btn a:hover, .tab-btn a:active {
		color: #4487b5;
		text-decoration: none;
	}

#container {
	margin: 0 auto;
	text-align: left;
}

#container {
	max-width: 960px;
	min-width: 960px;
}

#LoginForm {
	margin: 0px;
}

.gridrow_alternate {
	background-color: #ebebeb;
}

#login-box input {
	float: left;
}

	#login-box input.login-textbox {
		width: 88px;
		height: 20px;
		margin-right: 5px;
		border: none !important;
	}

	#login-box input.login-btn {
		background: #fcee00;
		border: none !important;
		height: 22px;
	}

#login-box a,
#login-box a:visited {
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	margin-right: 50px;
}

	#login-box a:hover {
		text-decoration: underline;
	}

#welcome-box * {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}


#welcome-box {
	position: relative;
	top: -28px;
	left: 550px;
	width: 340px;
	text-align: right;
}

	#welcome-box span {
		color: #000000;
		margin-left: 5px;
		margin-right: 10px;
	}


	#welcome-box a,
	#welcome-box a:visited {
		color: #e01815;
		text-decoration: none;
		font-weight: bold;
		margin-left: 5px;
		margin-right: 5px;
	}

		#welcome-box a:hover {
			text-decoration: underline;
		}

.clrfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* 	for expression-based IE min-width, max-width emulation, 
	please see additional rule(s) in xom_ie.css */


#mainPanel {
	background: transparent none;
	position: relative;
	margin-right: 3px;
}


/* =============================================================================================================
	[[[[[  include HEADER styles  ]]]]] 
   ============================================================================================================= */
#globalHeader {
	color: #333;
	background-color: #fff;
	padding-left: 40px;
	margin: 0 2px 10px 2px;
	position: relative;
}

	#globalHeader .gnNavOn {
		color: #036;
	}

	#globalHeader a {
		color: #666;
		margin-left: 5px;
		font-weight: bold; /*GQ9986
 text-decoration:underline; */
	}

		#globalHeader a:hover {
			color: #666;
			margin-left: 5px;
			text-decoration: underline;
		}

.frontmoleculeimage {
	margin-top: 0px;
	width: 628px;
	height: 245px;
	/* to make feature image move to under the menu */
}

#logo {
	display: block;
	float: left;
	margin-top: 0;
}


#search {
	margin-top: 1px;
	border: 0 none;
	position: absolute;
	bottom: 0;
	right: 5px;
}

#qt {
	width: 104px;
	height: 18px;
	border: 1px solid #acd;
	float: left;
	color: #999;
	font-size: 1.0em;
}

#search label {
	display: none;
}

#globalSites {
	height: 25px;
}

	#globalSites a {
		font-size: 0.9em;
		color: #000;
	}

#globalNav {
	float: right;
	clear: right;
	width: 55%;
	margin-top: 6px;
}

	#globalNav ul {
		float: right;
		font-size: 1em;
	}

		#globalNav ul li {
			float: left;
			padding: 1px 0 1px 16px;
			white-space: nowrap;
		}

	#globalNav li a {
		background: transparent;
		font-weight: bold;
	}

#globalLanguage {
	float: left;
	clear: left;
	width: 44%;
	margin-top: 6px;
}

	#globalLanguage ul {
		float: left;
		font-size: 1em;
	}

		#globalLanguage ul li {
			float: left;
			padding: 1px 0 1px 16px;
			white-space: nowrap;
			border-right: 1px dashed;
		}

	#globalLanguage li a {
		background: transparent;
		font-weight: bold;
	}

#navPanel {
	padding-top: 12px;
	position: relative;
	min-height: 67px;
	background: transparent none no-repeat top right;
}

#navPanelBg {
	background: transparent url(../Images/Navigation/topLeftGradientSc.jpg) no-repeat top left;
}

#navPanelBottom {
	background: transparent url(../Images/Navigation/rightShadow.jpg) no-repeat top right;
	height: 9px;
	line-height: 1%;
	font-size: 1%;
}

#navPanelBottomBg {
	background: transparent url(../Images/Navigation/leftBtShadow.jpg) no-repeat top left;
	margin-bottom: 20px;
}


#menu {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	color: #fff;
	clear: both;
	margin: 0 2px;
	background: transparent url(../Images/Navigation/lightBlueOn.jpg) repeat-x top left;
	width: 100%;
	top: -7px;
}

	#menu ul {
		float: left;
	}

		#menu ul li {
			float: left;
			white-space: nowrap;
		}

	#menu li a {
		color: #fff;
		background: transparent;
		padding: 0 10px 1px 10px;
		text-decoration: none;
		display: block;
		font-size: 1.2em;
		font-weight: bold;
		line-height: 1.5em;
	}

		#menu li a:hover, #menu-left li a.mnNavOn {
			background: url(../Images/Navigation/BlueoffBtn.jpg);
			border-left: 1px solid #fff;
			border-right: 1px solid #fff;
			padding: 0 9px 1px 9px;
			text-decoration: underline;
		}

		#menu li a.mnNavOn {
			text-decoration: none;
		}

		#menu li a#mnLeftMost {
			padding-left: 23px;
		}

			#menu li a#mnLeftMost:hover {
				padding-left: 22px;
			}

			#menu li a#mnLeftMost.mnNavOn {
				padding-left: 22px;
				text-decoration: none;
			}


/* =============================================================================================================
	[[[[[  accessibility - related  rules  ]]]]] 
   ============================================================================================================= */
/* normal state for skip navigation link */
.skip {
	display: block;
	position: absolute;
	left: -999px;
	top: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
	/* state for skip navigation with focus */
	.skip:focus, .skip:active {
		display: block;
		position: absolute;
		left: 50%;
		top: 0;
		margin-left: -7em !important;
		margin-left: -11em;
		text-align: center;
		font-size: 1.4em;
		font-weight: bold;
		color: #111;
		background-color: #eee;
		border: 3px solid #f30;
		width: 14em;
		height: auto;
		padding: 5px;
	}



/* =============================================================================================================
	[[[[[  include MAIN styles  ]]]]] 
   ============================================================================================================= */
#navTitle {
	font-family: Helvetica,Arial,Sans-Serif;
	font-size: 2.1em;
	margin: 5px 25px 5px 25px;
	line-height: 1em;
	font-weight: bold;
	color: #369;
}

h1, h2, h3, h4, h5 {
	font-weight: bold;
	line-height: 1em;
}

h1, .h1style {
	font-size: 1.6em;
	margin: 0 0 3px 0;
	padding: .2em 0 .3em 0;
}

h2, .h2style {
	font-size: 1.4em;
	margin: 0;
	padding: .2em 0 .3em 0;
}

.h2pnl {
	font-size: 1.6em;
}

h3, .h3style {
	font-size: 1.1em;
	margin: 0 0 1em 0;
	padding: 1em 0 0 0;
}

h4, .h4style {
	font-size: 1.1em;
	line-height: 1.4em;
}

h5, .h5style {
	font-size: 1.0em;
	line-height: 1.4em;
}


	h1 a, h1 a:link,
	h2 a, h2 a:link,
	h3 a, h3 a:link,
	h4 a, h4 a:link,
	h5 a, h5 a:link {
		color: #1a4a7a
	}


p {
	margin: 0;
	padding: 0 0 10px 0;
}

/* #mainPanel a {font-weight: bold;} */

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.barbgleftSumbit {
	display: block;
	background: transparent url(../Images/Button/leftSideBtn.jpg) no-repeat top left;
	float: left;
	margin-left: 10px;
}

.barbgrightSubmit {
	display: block;
	background: transparent url(../Images/Button/rightSideBtn.jpg) no-repeat top right;
}

.middleSubmitBtn {
	background: transparent url(../Images/Button/middleBtn.jpg) repeat-x top left;
	display: block;
	margin: 0 5px 0 5px;
	height: 18px;
	border: 0 none;
	color: #1b5e8e;
	font: bold 0.9em Helvetica,Sans-Serif;
	cursor: pointer;
}

.cboxElementBut {
	background: transparent url(../Images/Button/middleBtn.jpg) repeat-x top left;
	display: block;
	margin: 0 5px 0 5px;
	height: 18px;
	border: 0 none;
	color: #1b5e8e;
	font: bold 0.9em Helvetica,Sans-Serif;
	cursor: pointer;
}

.middleSubmitBtn-secondary {
	background: transparent url(../Images/Button/middleBtn.jpg) repeat-x top left;
	display: block;
	margin: 0 5px 0 5px;
	height: 18px;
	border: 0 none;
	color: #666;
	font: bold 0.9em Helvetica,Sans-Serif;
	cursor: pointer;
}

.expandBtn {
	background: transparent none;
	border: 0 none;
	color: #1b5e8e;
	display: block;
	font: bold 0.9em Helvetica,Sans-Serif;
	cursor: pointer;
}


.noBorderT {
	border-top: none 0 !important
}

.noBorderR {
	border-right: none 0 !important
}

.noBorderB {
	border-bottom: none 0 !important
}

.noBorderL {
	border-left: none 0 !important
}

.borderR {
	border-right: dashed #999 1px !important
}

.borderL {
	border-left: dashed #999 1px !important
}

/* for "hover definitions" */
.subfeature h3 a.hoverdef {
	background: transparent;
	padding: 0;
	width: auto;
}

a.hoverdef img {
	margin-left: 3px;
}

a.hoverdef {
	z-index: 24;
	position: relative;
	text-decoration: none;
	background: transparent;
}

	a.hoverdef:hover {
		z-index: 25;
		height: 13px;
		text-decoration: none;
	}

	a.hoverdef span {
		display: none;
	}

	a.hoverdef:hover span {
		position: absolute;
		top: 1.5em;
		left: 1.5em;
		border: 2px solid #666;
		padding: 3px 1px 3px 9px;
		display: block;
		width: 215px;
		color: #333;
		font-weight: normal;
		font-size: 12px;
		text-decoration: none;
		background-color: #eee;
	}


/* begin Expando headerbar v2.1 */
.headerbarTL {
	background: transparent url(../Images/Button/GreyBar.jpg) no-repeat top left;
}

.headerbarTR {
	background: transparent url(../Images/Button/GreyBar.jpg) no-repeat top right;
}

.headerbarBL {
	background: transparent url(../Images/Button/GreyBar.jpg) no-repeat bottom left;
}

.headerbarBR {
	background: transparent url(../Images/Button/GreyBar.jpg) no-repeat bottom right;
}

.headerbarTL {
	margin: 0 0 0 0;
	height: 14px;
	line-height: 1%;
	font-size: 1%;
}

.headerbarTR {
	margin: 0 0 0 10px;
	height: 14px;
	line-height: 1%;
	font-size: 1%;
}

.headerbarBL {
	margin: 0 0 0 0;
}

.headerbarBR {
	margin: 0 0 0 5px;
}

	.headerbarBR h3 {
		background: transparent url(../Images/Navigation/circle.jpg) no-repeat 0 3px;
		margin: 0 0 2px 0;
		padding: 3px 0 0 17px;
		font-size: 1.1em;
		float: left;
	}

	.headerbarBR .headerbarpad {
		padding: 0 10px 0 0;
		margin-top: -16px;
		position: relative;
		float: left;
	}

		.headerbarBR .headerbarpad a {
			color: #2E4B68;
			line-height: 1.2em;
			float: left;
			display: inline;
			padding: 0 0 0 0;
			margin: 3px 0 0 0;
			width: 100%;
		}
/* =end= Expando headerbar v2.1 */

.headerbar h3 {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #ccc;
	background: #ebebeb none no-repeat 0;
}

	.headerbar h3 a {
		display: block;
		color: #666;
		position: relative;
		padding: 4px 25px 2px 25px;
		background: #ebebeb url(../Images/Navigation/hdrBarCir.gif) no-repeat 5px .25em;
	}

		.headerbar h3 a:visited {
			color: #666;
		}

		.headerbar h3 a:hover {
			color: #036;
			background-color: #dee9f2;
		}

		.headerbar h3 a span {
			display: block;
			position: absolute;
			top: 0;
			right: 0;
			height: 11px;
			width: 20px;
			margin-top: .25em;
			background: transparent url(../Images/Navigation/hdrBarArowOff.gif) no-repeat center
		}

		.headerbar h3 a:hover span {
			background-image: url(../Images/Navigation/hdrBarArowOver.gif);
		}

	.headerbar h3.nolink {
		color: #666;
		padding: 4px 25px 2px 25px;
		margin: 0;
		border-bottom: 1px solid #ccc;
		background: #ebebeb url(../Images/Navigation/hdrBarIcon.gif) no-repeat 5px .25em;
	}

.sitemaplist {
	font-size: 12px;
	line-height: 20px;
}

/* sitemap */
.sitemap, .sitemapbar {
	color: #333333 !important;
	padding-right: 10px;
}

a.sitemap:hover {
	color: #666666;
}


.sitemapbar {
	border-left: 1px dashed #999999;
	padding-left: 10px;
	white-space: nowrap;
}

.frontmoleculeimage {
	/* margin-top: -39px;*/
	margin-top: 0px;
	position: relative;
	z-index: -99;
}

/*  ########################################################################  */



/* begin Expando callout (basic blue) v2.0 */
.callblueTL {
	background: transparent url(../Images/Navigation/articleBanner600.gif) no-repeat top left;
}

.callblueTR {
	background: transparent url(../Images/Navigation/articleBanner600.gif) no-repeat top right;
}

.callblueBL {
	background: transparent url(../Images/Navigation/articleBanner600.gif) no-repeat bottom left;
}

.callblueBR {
	background: transparent url(../Images/Navigation/articleBanner600.gif) no-repeat bottom right;
}

.callblueTL {
	margin: 0 0 0 0;
	height: 20px;
	line-height: 1%;
	font-size: 1%;
}

.callblueTR {
	margin: 0 0 0 10px;
	height: 20px;
	line-height: 1%;
	font-size: 1%;
}

.callblueBL {
	margin: 0 0 0 0;
}

.callblueBR {
	margin: 0 0 0 10px;
}

	.callblueBR .callbluepad {
		padding: 0 10px 0 0;
		margin-top: -10px;
		position: relative;
		float: left;
	}
/* =end= Expando callout (basic blue) v2.0 */


/* begin Expando callout (basic white) v2.0 */
.callwhiteTL {
	background: transparent url(../Images/Navigation/f2wBanner600.gif) no-repeat top left;
}

.callwhiteTR {
	background: transparent url(../Images/Navigation/f2wBanner600.gif) no-repeat top right;
}

.callwhiteBL {
	background: transparent url(../Images/Navigation/f2wBanner600.gif) no-repeat bottom left;
}

.callwhiteBR {
	background: transparent url(../Images/Navigation/f2wBanner600.gif) no-repeat bottom right;
}

.callwhiteTL {
	margin: 0 0 0 0;
	height: 20px;
	line-height: 1%;
	font-size: 1%;
	width: 295px;
}

.callwhiteTR {
	margin: 0 0 0 10px;
	height: 20px;
	line-height: 1%;
	font-size: 1%;
}

.callwhiteBL {
	margin: 10px 30px 0 0;
}

.callwhiteBR {
	margin: 0 0 0 10px;
	width: 285px;
}

	.callwhiteBR .callwhitepad {
		padding: 0 10px 0 0;
		margin-top: -10px;
		position: relative;
		float: left;
	}
/* =end= Expando callout (basic white) v2.0 */


/* begin Expando callout (basic white) v2.0 */
.call_whiteTL {
	background: transparent /*url(../Images/Navigation/f2wBanner600.gif) no-repeat top left;  width:295px; */
}

.call_whiteTR {
	background: transparent url(../Images/Navigation/f2wBanner600.gif) no-repeat top right;
}

.call_white2TL {
	background: transparent /*url(../Images/Navigation/f2wBanner600.gif) no-repeat top left;  width:295px;  */
}

.call_white2TR {
	background: transparent /*url(../Images/Navigation/f2wBanner600.gif) no-repeat top right;*/
}

.call_whiteBL {
	background: transparent url(../Images/Navigation/f2wBanner600.gif) no-repeat bottom left;
	height: 280px;
}

.call_whiteBR {
	background: transparent url(../Images/Navigation/f2wBanner600.gif) no-repeat bottom right;
	height: 270px;
}

.call_white2BL {
	background: transparent /*url(../Images/Navigation/f2wBanner600.gif) no-repeat bottom left; height:241px; */
}

.call_white2BR {
	background: transparent /*url(../Images/Navigation/f2wBanner600.gif) no-repeat bottom right; height:201px;*/
}

.call_whiteTL {
	margin: 0 0 0 0;
	height: 10px;
	line-height: 1%;
	font-size: 1%;
	width: 300px;
}

.call_whiteTR {
	margin: 0 0 0 10px;
	height: 10px;
	line-height: 1%;
	font-size: 1%;
}

.call_white2TL {
	margin: 0 0 0 0;
	height: 10px;
	line-height: 1%;
	font-size: 1%;
	width: 295px;
}

.call_white2TR {
	margin: 0 0 0 10px;
	height: 10px;
	line-height: 1%;
	font-size: 1%;
}

.call_whiteBL {
	margin: 10px 10px 0 0;
}

.call_whiteBR {
	margin: 0 0 0 10px;
	width: 290px;
}

.call_white2BL {
	margin: -35px 10px 0 0;
}

.call_white2BR {
	margin: 30px 0 0 10px;
	width: 285px;
}

.call_whiteBR .call_whitepad {
	padding: 10px 10px 0 0;
	margin-top: -10px;
	position: relative;
	float: left;
}
/* =end= Expando callout (basic white) v2.0 */

/* begin Expando callout (basic gray) v2.0 */
.callgrayTL {
	background: transparent url(../Images/Navigation/blankBanner600.jpg) no-repeat top left;
}

.callgrayTR {
	background: transparent url(../Images/Navigation/blankBanner600.jpg) no-repeat top right;
}

.callgrayBL {
	background: transparent url(../Images/Navigation/blankBanner600.jpg) no-repeat bottom left;
}

.callgrayBR {
	background: transparent url(../Images/Navigation/blankBanner600.jpg) no-repeat bottom right;
}

.callgrayTL {
	margin: 0 0 0 0;
	height: 20px;
	line-height: 1%;
	font-size: 1%;
}

.callgrayTR {
	margin: 0 0 0 5px;
	height: 20px;
	line-height: 1%;
	font-size: 1%;
}

.callgrayBL {
	margin: 10px 0 0 0;
}

.callgrayBR {
	margin: 0 0 0 5px;
}

	.callgrayBR .callgraypad {
		padding: 0 10px 0 0;
		margin-top: -10px;
		position: relative;
		float: left;
	}
/* =end= Expando callout (basic gray) v2.0 */



.frame02TL {
	background: transparent url(../Images/Navigation/frame03.gif) no-repeat top left;
}

.frame02TR {
	background: transparent url(../Images/Navigation/frame03.gif) no-repeat top right;
}

.frame02BL {
	background: transparent url(../Images/Navigation/frame03.gif) no-repeat bottom left;
}

.frame02BR {
	background: transparent url(../Images/Navigation/frame03.gif) no-repeat bottom right;
}

.frame02TL {
	margin: 0 0 0 0;
	height: 10px;
	line-height: 1%;
	font-size: 1%;
}

.frame02TR {
	margin: 0 0 0 10px;
	height: 10px;
	line-height: 1%;
	font-size: 1%;
}

.frame02BL {
	margin: 0 0 0 0;
}

.frame02BR {
	margin: 0 0 0 10px;
}



.callout {
	background: transparent /* url(../Images/Navigation/blueGradient.jpg) no-repeat top right;*/
}
/* begin Expando callout (basic blue) v2.0 */
.frame01TL {
	background: transparent url(../Images/Navigation/calloutFrame1000.gif) no-repeat top left;
}

.frame01TR {
	background: transparent url(../Images/Navigation/calloutFrame1000.gif) no-repeat top right;
}

.frame01BL {
	background: transparent url(../Images/Navigation/calloutFrame1000.gif) no-repeat bottom left;
}

.frame01BR {
	background: transparent url(../Images/Navigation/calloutFrame1000.gif) no-repeat bottom right;
}

.frame01TL {
	margin: 0 0 0 0;
	height: 3px;
	line-height: 1%;
	font-size: 1%;
}

.frame01TR {
	margin: 0 0 0 10px;
	height: 3px;
	line-height: 1%;
	font-size: 1%;
}

.frame01BL {
	margin: 0 0 0 0;
}

.frame01BR {
	margin: 0 0 0 10px;
}

.article .frame01TL {
	height: 20px;
}

.article .frame01TR {
	height: 20px;
}

.article .frame01BR .frame01pad {
	padding: 0 10px 0 0;
	margin-top: -10px;
	position: relative;
	float: left;
}

.article .frame01pad a {
	font-weight: bold;
}

.article .frame01pad .content {
	padding: 10px 0 10px 15px;
}

	.article .frame01pad .content p {
		padding: 0 10px 15px 0;
	}

.article .frame01 {
	background: transparent none repeat-x top right;
}

.callout .content {
	padding: 5px 10px;
	min-height: 60px;
	height: auto !important;
	height: 60px;
	background: transparent none no-repeat 0;
	width: 180px;
}

	.callout .content h2 {
		padding-bottom: .1em;
	}
/* =end= Expando callout (basic blue) v2.0 */


.article .callout .content {
	padding: 0 10px 10px 10px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	background: transparent none no-repeat 101% 10%;
}

.article .callout h2 {
	color: #2E4B68;
	font-size: 1.5em;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
}

.article .callout p {
	padding: 0;
	margin-bottom: 10px;
}

.article .callout .img60 {
	padding-right: 60px;
}

.article #container #mainPanel .callout .img60 {
	padding-right: 60px;
	margin: 0;
	width: auto;
}

.article #container #mainPanel .callout .img65 {
	padding-right: 65px;
}

.article #container #mainPanel .callout .img70 {
	padding-right: 70px;
}

.article #container #mainPanel .callout .img75 {
	padding-right: 75px;
}

.article #container #mainPanel .callout .img80 {
	padding-right: 80px;
}

.article #container #mainPanel .callout .img85 {
	padding-right: 85px;
}

.article #container #mainPanel .callout .img90 {
	padding-right: 90px;
}

.article #container #mainPanel .callout .img95 {
	padding-right: 100px;
	padding-left: 00;
	height: 200px;
	display: block;
}


/* begin Expando feature (basic transparent) v2.0 */
.featuretransTL {
	background: transparent url(../Images/Navigation/transBox1000.gif) no-repeat top left;
}

.featuretransTR {
	background: transparent url(../Images/Navigation/transBox1000.gif) no-repeat top right;
}

.featuretransBL {
	background: transparent url(../Images/Navigation/transBox1000.gif) no-repeat bottom left;
}

.featuretransBR {
	background: transparent url(../Images/Navigation/transBox1000.gif) no-repeat bottom right;
}

.featuretransTL {
	margin: 0 0 0 0;
	height: 20px;
	line-height: 1%;
	font-size: 1%;
}

.featuretransTR {
	margin: 0 0 0 10px;
	height: 20px;
	line-height: 1%;
	font-size: 1%;
}

.featuretransBL {
	margin: 0 0 0 0;
}

.featuretransBR {
	margin: 0 0 0 10px;
}

	.featuretransBR .featuretranspad {
		padding: 0 10px 0 0;
		margin-top: -10px;
		position: relative;
		float: left;
	}

.featuretranspad a {
	font-weight: bold;
}

.featuretranspad .content {
	padding: 10px 0 10px 15px;
}

	.featuretranspad .content p {
		padding: 0 10px 15px 0;
	}

.featuretrans {
	background: transparent none repeat-x top right;
}
/* =end= Expando feature (basic transparent) v2.0 */




/* begin Expando Button v2.0 */
.buttonTL {
	background: transparent url(../Images/Button/expandoButton.jpg) no-repeat top left;
	margin-top: 5px;
}

.buttonTR {
	background: transparent url(../Images/Button/expandoButton.jpg) no-repeat top right;
	margin-top: 5px;
}

.buttonBL {
	background: transparent url(../Images/Button/expandoButton.jpg) no-repeat bottom left;
}

.buttonBR {
	background: transparent url(../Images/Button/expandoButton.jpg) no-repeat bottom right;
}

.buttonTL {
	margin: 0 0 0 0;
	height: 5px;
	line-height: 1%;
	font-size: 1%;
}

.buttonTR {
	margin: 0 0 0 9px;
	height: 5px;
	line-height: 1%;
	font-size: 1%;
}

.buttonBL {
	margin: 0 0 0 0;
}

.buttonBR {
	margin: 0 0 0 9px;
}

	.buttonBR .bttnpad {
		padding: 2px 9px 8px 0;
		text-align: center;
		position: relative;
	}

		.buttonBR .bttnpad a {
			display: block;
			padding: 0;
			margin: 0 auto;
			width: 100%;
			font-weight: normal;
			font-size: 11px;
		}
/* =end= Expando Button v2.0 */

.subfeature .item .buttonBL {
	width: 68%;
	margin: 0 auto;
}

/* =============================================================================================================
	[[[[[  include FOOTER styles  ]]]]] 
   ============================================================================================================= */
#globalFooter {
	border-top: 1px solid #f0f0f0;
	margin: 0;
	margin-left:10px;
	margin-top:0px;
	padding: 20px 0 0 0;
	text-align: center;
	font-size: 1.0em;
	width: 960px;
}

	#globalFooter a {
		color: #666;
	}

.footerNav {
	text-align: center;
	padding: 10px 0 0 0;
}

	.footerNav li {
		display: inline;
		padding: 0 12px 0 8px;
		border-right: dashed #999 1px;
		line-height: 1.6em;
	}

#globalFooter .logo li {
	border-right: none 0;
	padding-right: 0;
}

#globalFooter .logo img {
	padding-right: 12px;
}


/*  ****************************************************************************************  */
.quicklinks {
	font-weight: bold;
}

#container .quicklinks ul, #container .quicklinks ol {
	padding: 0 0 2em 2.5em;
	margin: 10px 0;
	font-size: 1.0em;
	position: relative;
	display: block;
	clear: left;
}

.quicklinks li {
	display: list-item;
	padding: 1px 0;
	margin: 0;
	font-size: 1.1em;
	line-height: 1.4em;
	color: #666;
}

.quicklinks ul li {
	list-style: disc;
}

	.quicklinks ul li a, .quicklinks ul li a:link {
		color: #1a4a7a;
		font-size: 1.0em;
		text-decoration: none;
	}

		.quicklinks ul li a, .quicklinks ul li a:hover {
			color: #1a4a7a;
			font-size: 1.0em;
			text-decoration: underline;
		}

/*  ****************************************************************************************  */
.sidesearch {
	font-weight: normal;
}

#container .sidesearch ul, #container .sidesearch ol {
	padding: 0 0 2em 0em;
	margin: 5px 0;
	font-size: 1.0em;
	position: relative;
	display: block;
	clear: left;
}

.sidesearch li {
	display: list-item;
	padding: 0;
	margin: 0;
	font-size: 10px;
	line-height: 1.4em;
	color: #666;
	clear: left;
}

.sidesearch ul li {
	list-style: none;
	margin-bottom: 5px;
}

	.sidesearch ul li a, .quicklinks ul li a:link {
		color: #1a4a7a;
		font-size: 1.0em;
	}

/* =============================================================================================================
	[[[[[  include SIDEBAR styles  ]]]]] 
   ============================================================================================================= */
#sideBar {
	float: left;
	width: 200px;
	margin-top: 10px;
}

.subnav {
	font-weight: bold;
	margin-bottom: 30px;
}

	.subnav .capTL {
		background: #ebebeb url(../Images/Navigation/leftNavTop.gif) no-repeat top left;
	}

	.subnav .capTR {
		background: #ebebeb url(../Images/Navigation/leftNavTop.gif) no-repeat top right;
	}

	.subnav .capTL {
		margin: 0 0 0 0;
		height: 17px;
		line-height: 1%;
		font-size: 1%;
		border-bottom: 1px solid #ccc;
	}

	.subnav .capTR {
		margin: 0 0 0 10px;
		height: 17px;
		line-height: 1%;
		font-size: 1%;
	}

	.subnav .capBL {
		background: #ebebeb url(../Images/Navigation/leftNavBottom.gif) no-repeat bottom left;
	}

	.subnav .capBR {
		background: #ebebeb url(../Images/Navigation/leftNavBottom.gif) no-repeat bottom right;
	}

	.subnav .capBL {
		margin: 0 0 0 0;
		height: 23px;
		line-height: 1%;
		font-size: 1%;
		border-top: 1px solid #fff;
	}

	.subnav .capBR {
		margin: 0 0 0 10px;
		height: 23px;
		line-height: 1%;
		font-size: 1%;
	}

	.subnav .subL {
		background: transparent url(../Images/Navigation/leftNavShadow.gif) repeat-y top left;
	}

	.subnav .subR {
		background: transparent url(../Images/Navigation/leftNavShadow.gif) repeat-y top right;
	}

	.subnav li a:visited {
		color: #666;
	}

	.subnav ul {
		font-size: 1.0em;
	}

	.subnav li {
		padding: 0;
		margin: 0 2px;
		border-top: 1px solid #fff;
		background: transparent none no-repeat 0;
	}

		.subnav li a {
			display: block;
			font-size: 1.2em;
			color: #666;
			padding: 4px 4px 3px 25px;
			border-bottom: 1px solid #ccc;
			background: #ebebeb url(../Images/Navigation/left-nav-01.gif) no-repeat 8px .3em;
		}

			.subnav li a:hover {
				color: #036;
				background: #dee9f2 url(../Images/Navigation/left-nav-02.gif) no-repeat 8px .3em;
			}

				.subnav li a.selected, .subnav li a:hover.selected {
					color: #036;
					background: #dee9f2 url(../Images/Navigation/left-nav-03.gif) no-repeat 8px .3em;
				}


		.subnav li.endpoint a {
			background: #ebebeb url(../Images/Navigation/left-nav-04.gif) no-repeat 8px .3em;
		}

			.subnav li.endpoint a:hover {
				background: #dee9f2 url(../Images/Navigation/left-nav-05.gif) no-repeat 8px .3em;
			}

			.subnav li.endpoint a.selected {
				background: #dee9f2 url(../Images/Navigation/left-nav-05.gif) no-repeat 8px .3em;
			}

			.subnav li.endpoint a:hover.selected {
				background: #dee9f2 url(../Images/Navigation/left-nav-05.gif) no-repeat 8px .3em;
			}

		.subnav li li a {
			background: #ebebeb url(../Images/Navigation/left-nav-06.gif) no-repeat 8px .3em;
		}

			.subnav li li a:hover {
				background: #dee9f2 url(../Images/Navigation/left-nav-07.gif) no-repeat 8px .3em;
			}

				.subnav li li a.selected, .subnav li li a:hover.selected {
					background: #dee9f2 url(../Images/Navigation/left-nav-08.gif) no-repeat 8px .3em;
				}


#sideBar .subnav li li {
	margin: 0;
}

	#sideBar .subnav li li a {
		padding: 4px 4px 3px 40px;
		background-position: 23px .3em;
		font-size: 1.1em;
	}

	#sideBar .subnav li li li a {
		padding: 4px 4px 3px 55px;
		background-position: 38px .3em;
		font-size: 1.1em;
	}

	#sideBar .subnav li li li li a {
		padding: 4px 4px 3px 70px;
		background-position: 53px .3em;
		font-size: 1.1em;
		font-weight: normal;
	}



/* =============================================================================================================
	[[[[[  include TOOLBAR styles  ]]]]] 
   ============================================================================================================= */

#toolbar {
	float: right;
	width: 150px;
}

	#toolbar .padding {
		margin: 5px 20px 25px 20px;
	}

	#toolbar img {
		margin: 15px 0;
	}

	#toolbar a {
		display: block;
		line-height: 1.1em;
		font-weight: bold;
	}

	#toolbar .toolbox .padding {
		margin: -5px 10px 0 5px;
		padding-bottom: 50px;
	}

.toolbox a {
	padding-top: 1px;
	padding-bottom: 5px;
}
/* .tools a { color:#333; } */

#toolbar .title {
	display: block;
	clear: left;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1em;
	padding: 5px 0 5px 0;
}

#toolbar .tools {
	text-align: left;
	margin: 5px 0 0 0;
}

	#toolbar .tools a {
		font-weight: normal;
	}

	#toolbar .tools li {
		padding: 0;
		margin: 0;
	}


.iconleft {
	padding-left: 25px;
	display: block;
	min-height: 15px;
	height: auto !important;
	height: 15px;
	background: transparent url(../Images/Navigation/clear.gif) no-repeat left top;
}

.iconright {
	padding-right: 20px;
	display: block;
	min-height: 15px;
	height: auto !important;
	height: 15px;
	background: transparent url(../Images/Navigation/clear.gif) no-repeat right top;
}

#globalFooter .iconleft {
	display: inline;
}

#globalFooter .iconright {
	display: inline;
}


div .print {
	background-image: url(../Images/Icons/iconPrint.gif);
}

div .email {
	background-image: url(../Images/Icons/iconEmail.gif);
}

div .addfav {
	background-image: url(../Images/Icons/iconFav.gif);
}

div .subrss {
	background-image: url(../Images/Icons/iconRss.gif);
}

div .pdf {
	background-image: url(../Images/Icons/pdfIcon.gif);
}

div .audio {
	background-image: url(../Images/Icons/listenIcon.gif);
}

div .greenup {
	background-image: url(../Images/Icons/green_arrow.jpg);
}

div .reddown {
	background-image: url(../Images/Icons/red_arrow.jpg);
}


div .globe {
	background-image: url(../Images/icons/ftrWorld.gif);
	background-position: 0 -1px;
}

div .phone {
	background-image: url(../Images/icons/ftrPhone.gif);
}

#toolbar .textSize {
	text-align: left;
}

	#toolbar .textSize li {
		float: left;
		padding: 5px 5px 0 0;
		margin: 0;
	}

	#toolbar .textSize img {
		margin: 0;
	}

	#toolbar .textSize .label {
		padding: 6px 0 5px 0;
		line-height: 1em;
		font-size: 1em;
		color: #666;
	}

#toolbar .related {
	margin: 20px 0 0 3px;
	float: left;
}

	#toolbar .related ul {
		padding: 2px 0 0 0;
	}

		#toolbar .related ul li {
			padding: 0 0 0 0;
		}

			#toolbar .related ul li a {
				margin-top: 3px;
			}



/* =============================================================================================================
	[[[[[  include ARTICLE styles  ]]]]] 
   ============================================================================================================= */
#mainContent {
	margin: 0 150px 0 200px;
	padding: 0 30px 25px 30px;
}

.contentWrapper {
	overflow: auto;
}

.article #mainContent a {
	text-decoration: underline;
}

#mainPanel .left {
	float: left;
	margin-right: 15px;
}

#mainPanel .right {
	float: right;
	margin-left: 10px;
}

#mainPanel .textcenter {
	text-align: center;
}

#mainPanel .textright {
	text-align: right;
}

#mainPanel .textleft {
	text-align: left;
}

#mainPanel .nobr {
	white-space: nowrap;
}

/* #mainContent .wbr { font-size:1%; } */
.wbr {
	position: absolute;
	display: inline-block;
}

* html .wbr {
	position: relative;
	display: inline-block;
}


#mainPanel .img240 {
	display: block;
	margin-bottom: 5px;
	width: 240px;
}

	#mainPanel .img240 img {
		display: block;
	}

#mainPanel .img150 {
	display: block;
	margin-bottom: 5px;
	width: 150px;
}

	#mainPanel .img150 img {
		display: block;
	}


#mainContent .img90 {
	display: block;
	margin-bottom: 3px;
	width: 90px;
}

	#mainContent .img90 img {
		display: block;
	}

#mainContent .img60 {
	display: block;
	margin-bottom: 2px;
	width: 60px;
}

	#mainContent .img60 img {
		display: block;
	}


#mainPanel .caption {
	display: block;
	font-size: 0.9em;
	line-height: 1.1em;
	margin: 5px;
	text-align: center;
}

#mainPanel .clrboth {
	clear: left;
}


#mainContent ul,
#mainContent ol {
	padding: 0 0 2em 2.5em;
	margin: 0;
	position: relative;
	display: block;
}

#mainContent li {
	display: list-item;
	padding: 0;
	margin: 0;
	font-size: 1.1em;
	line-height: 1.4em;
}

#mainContent ul li {
	list-style-type: disc;
}

#mainContent ol li {
	list-style-type: decimal;
}


#mainPanel .subfeature ul,
#mainPanel .subfeature ol {
	padding: 0 0 0 2.5em;
	margin: 9px 20px 10px 0;
	font-size: 1.0em;
	position: relative;
	display: block;
}

#mainPanel .subfeature li {
	display: list-item;
	padding: 1px 0;
	margin: 0;
	font-size: 1.1em;
	line-height: 1.4em;
}

#mainPanel .subfeature ul li {
	list-style-type: disc;
}

#mainPanel .subfeature ol li {
	list-style-type: decimal;
}

#mainPanel .subfeature li a {
	font-size: 1em;
}

#mainPanel .subfeature ul.lipad li {
	margin-bottom: 1.5em;
}


.rssfeeds {
	padding: 0 1% 0 1%;
}

	.rssfeeds a {
		display: block;
		line-height: 1.1em;
		padding-bottom: 5px;
	}

#mainContent .rssfeeds ul {
	padding: 0;
}

	#mainContent .rssfeeds ul li {
		list-style-type: none;
		font-size: 1.0em;
	}

/* For Internet Explorer */
#mainPanel hr {
	display: block;
	text-align: left;
	width: 85%;
	height: 1px;
	color: #bbb;
	border: none;
	padding: 0;
	margin: 0;
}
/* For Opera and Gecko-based browsers */
html > body #mainPanel hr {
	margin-left: 0;
	width: 85%;
	height: 1px;
	background-color: #bbb;
	border: 0 solid #bbb;
}



.linebox {
	width: 100%;
	position: relative;
	margin-bottom: 10px;
}

	.linebox .lineBorder {
		border: solid 1px #888;
		padding: 20px;
		background-color: #fff;
	}

	.linebox .lineGrad {
		border: solid 1px #888;
		padding: 1% 2% 3% 5%;
		background: transparent url(../Images/Icons/toolGradient.jpg) repeat-x 0 0;
	}

	.linebox .lightGray {
		border: solid 1px #ccc;
		padding: 0;
		background: #f0f0f0 none no-repeat;
	}

	.linebox .lineTL, .linebox .lineTR, .linebox .lineBL, .linebox .lineBR {
		height: 13px;
		width: 13px;
		position: absolute;
	}

	.linebox .lineTL {
		background: transparent url(../Images/Navigation/leftTopCorner.gif) no-repeat top left;
	}

	.linebox .lineTR {
		background: transparent url(../Images/Navigation/rightTopCorner.gif) no-repeat top right;
	}

	.linebox .lineBL {
		background: transparent url(../Images/Navigation/leftBotCorner.gif) no-repeat bottom left;
	}

	.linebox .lineBR {
		background: transparent url(../Images/Navigation/rightBotCorner.gif) no-repeat bottom right;
	}

	.linebox .lineTL {
		top: -2px;
		left: -2px;
	}

	.linebox .lineTR {
		top: -2px;
		right: -2px;
	}

	.linebox .lineBL {
		bottom: -2px;
		left: -2px;
	}

	.linebox .lineBR {
		bottom: -2px;
		right: -2px;
	}

	.linebox .lightGray .lineTL {
		background-image: url(../Images/Navigation/cccCornerTL.gif);
	}

	.linebox .lightGray .lineTR {
		background-image: url(../Images/Navigation/cccCornerTR.gif);
	}

	.linebox .lightGray .lineBL {
		background-image: url(../Images/Navigation/cccCornerBL.gif);
	}

	.linebox .lightGray .lineBR {
		background-image: url(../Images/Navigation/cccCornerBR.gif);
	}


	.linebox .quizQuestions {
		width: 65%;
		float: left;
	}

		.linebox .quizQuestions .padding {
			margin-right: 3%;
		}

	.linebox .quizAnswers {
		display: inline;
		float: right;
		margin: 30px 0 0 0;
		border: 0 none;
		text-align: center;
	}

		.linebox .quizAnswers input { /* margin-right: .05em; */
		}



.quote {
	width: 25%;
	margin-top: 1%;
	margin-bottom: 1%;
}

	.quote p {
		font-size: 1.4em;
		line-height: 1.1em;
		font-weight: bold;
		text-align: center;
	}


/* =============================================================================================================
	[[[[[  LIST  ]]]]] 
   ============================================================================================================= */
.list #mainContent {
	margin-right: 10%;
}

.list #mainPanel .img90,
.list #mainPanel .img60,
.advert #mainPanel .img90,
.advert #mainPanel .img60 {
	display: block;
	margin-bottom: 0;
	width: auto;
}

.img60 img {
	width: 60px;
}

.img90 img {
	width: 90px;
}

.itemgroup {
	padding-top: 20px;
	padding-bottom: 5px;
}

.list .itemgroup {
	float: left;
}

.item {
	width: 45%;
	margin: 0;
	font-size: 1.0em;
	line-height: 1.4em;
}

	.item img {
		display: block;
	}

	.item p {
		padding: 5px 0 0 0;
		font-size: 1.1em;
	}

	.item div.left {
		float: left;
		margin-right: 5px;
	}

	.item div.right {
		float: right;
		margin-left: 2px;
	}

.list .item h3 {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.4em;
}
/* .list .item h3 a { color:#069; } */
.item img {
	float: left;
	margin: 0 15px 3px 0;
}
/* == for list fix */

.list #mainPanel .itemgroup a.left {
	float: none;
	margin: 0;
	border: 1px solid red;
}

.mc1column .item {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 5px;
}

.mc1column .itemgroup .right {
	padding-top: 25px;
}

.freedate {
	display: block;
	font-weight: bold;
}

.freeicon {
	display: block;
	height: 20px;
	width: 20px;
	background: transparent none no-repeat center;
}


.padTop20 {
	padding-top: 20px;
	clear: both;
	line-height: 1%;
	font-size: 1%;
}

.img90 .item .imgwidth {
	width: 90px;
}

.img60 .item .imgwidth {
	width: 60px;
}

div.item .imgwidth p {
	text-align: center;
	font-weight: bold;
}

div.item .imgwidth img {
	margin-bottom: 10px;
}

.mc3column .item {
	width: auto;
}

.mc3column div.item {
	float: left;
	margin-right: 30px;
	display: inline;
}

.mc3column .itemgroup {
	padding-top: 0;
	padding-bottom: 25px;
}

/* =============================================================================================================
	[[[[[  article template  ]]]]] 
   ============================================================================================================= */

.article #mainPanel a {
	font-weight: bold;
}

div.csingle {
	width: 32%;
}

div.subfeature {
}

.landing div.csingle {
	width: 48.8%;
}

div.cdouble {
	width: 65.8%;
}

div.cleft {
	float: left;
}

div.ccenter {
	float: left;
	margin-left: 2%;
}

div.cright {
	float: right;
}



.subfeature .padding {
	padding: 10px 25px 8px 25px;
}

#mainPanel .subfeature .padding .img60 {
	margin-right: 9px;
}


.article #mainPanel .img90 {
	display: block;
	margin-bottom: 0;
	width: auto;
}

.article #mainPanel .img60 {
	display: block;
	margin-bottom: 0;
	width: auto;
}

.article #mainPanel .img90 {
	display: block;
	margin-bottom: 0;
	width: auto;
}

.article #mainPanel .img60 {
	display: block;
	margin-bottom: 0;
	width: auto;
}

.article #mainPanel .csingle .img90 {
	margin-bottom: 3px;
	width: 90px;
}

.article #mainPanel .csingle .img60 {
	margin-bottom: 2px;
	width: 60px;
}

/*  ****************************************************************************************  */

.subfeature table td {
	padding: 1px;
}

.subfeature tfoot td {
	font-style: italic;
}

.subfeature table .wide {
	width: 45%;
}

.subfeature table {
	width: 100%;
	margin-bottom: 30px;
}

.subfeature table {
	font-size: 1.0em;
}

table td.icon {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 15% 50%;
	padding-left: 17px;
}


/*  ****************************************************************************************  */

#mainPanel .cdouble .left {
	float: left;
	margin: 0 3px 0 0;
	padding: 0;
	position: relative;
}

#mainPanel .cdouble .center {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}

#mainPanel .cdouble .right {
	float: right;
	margin: 0;
	padding: 0;
	position: relative;
}

#mainPanel .cdouble img.left {
	float: left;
	margin-right: 9px;
}

#mainPanel .cdouble img.right {
	float: right;
	margin-left: 9px;
}



.cdouble .itemgroup {
	float: left;
	width: 100%;
	padding-top: 15px;
}

.cdouble .item {
	width: 32.9%;
	margin: 0;
	padding: 0;
	position: relative;
	font-size: 1em;
}

	.cdouble .item .padding {
		padding: 0 5px 0 15px;
	}

	.cdouble .item img {
		display: block;
	}
/*
.cdouble .img60 img {height:60px; width:auto;}
.cdouble .img90 img {height:90px; width:auto;}
*/

#container ul.nodisc,
#container ul.nodisc li,
#container ol.nonum,
#container ol.nonum li {
	display: block;
	list-style-type: none;
}

.cdouble .item p {
	padding: 0 0 5px 0;
	font-weight: bold;
	float: left
}

#container .cdouble .item ul {
	padding: 5px 0 5px 0;
	margin: 0;
	float: left;
}

	#container .cdouble .item ul li {
		padding: 0;
		margin: 0;
		display: block;
		font-size: 1em;
	}

div.cdouble .item a {
	font-size: 1em;
}


#articlerow3 .csingle .padding {
	padding: 15px 20px 0 15px;
}

#articlerow3 .csingle p {
	padding: 5px 0 5px 0;
	float: none
}

#articlerow3 .csingle ul {
	display: inline;
	padding: 5px 0 5px 0;
	margin-top: 0;
}

	#articlerow3 .csingle ul li {
		display: inline;
		border-right: dotted #999 1px;
		padding: 0 .5em;
		margin: 0;
		font-size: 1em;
	}

		#articlerow3 .csingle ul li.noborder {
			border-right: none;
			padding-right: 0;
		}


.csingle .item img {
	float: none;
}

.cdouble .item .buttonBL {
	margin-top: 5px;
}



/*  ****************************************************************************************  */


/*
.article #subfeatureTR a, .article #subfeatureBR a {
	color:#fff;
	font-size:1.4em;
	font-family:Arial,Helvetica,Sans-Serif; 
	font-weight:bold;
	display:block;
	float:right;
	padding-right:10px;
	padding-top:10px;	}
.article #subfeatureBR a { padding-top:25px; }
.article #subfeatureTR {
	position: absolute;
	top: 61px;
	right:20px;
	text-align:right;
	background: transparent none no-repeat center;
	width: 153px;
	height: 54px; }
.article #subfeatureBR {
	position: absolute;
	top: 123px;
	right:20px;
	text-align:right;
	background: transparent none no-repeat center;
	width: 153px;
	height: 54px; }
*/

.layoutRow {
	margin: 0 0 0 0;
	padding: 0;
	width: 940px;
}


.article #mainFeatureHeightCheck {
	float: left;
}

.article #subFeatureHeightCheck {
	float: left;
}

.article #mainFeatureFlash {
	position: absolute;
	height: 200px;
	width: 100%;
	z-index: 50;
}

.article #mainFeature h1 {
	color: #fff;
	font-size: 1.8em;
	line-height: 1em;
}

.article #mainFeature p {
	color: #fff;
	line-height: 1.5em;
	padding-top: 0;
}

.article #mainFeature a {
	color: #fff;
	font-weight: bold;
}


.article #globalHeader {
	margin-bottom: 0;
}

.article #navPanel {
	background: transparent none no-repeat;
	padding: 22px 0 20px 0;
}

	.article #navPanel .left {
		float: left;
		margin-right: 15px;
	}


.article #mainFeature {
	margin: -4em 0 0 0;
	width: 67.7%;
	float: left;
}

.article .frame01BL, .article .frame01BR {
	min-height: 195px;
}

.article #mainFeature .frame01 {
	background: transparent none no-repeat top left;
}

.article #mainFeature .content {
	padding: 50px 30px 30px 10px;
	width: 590px;
}

	.article #mainFeature .content p {
		padding: 0;
	}


.article #subfeatureCallouts {
	margin: -3.32em 0 0 0;
	width: 32%;
	float: right;
}

	.article #subfeatureCallouts .frame01 {
		background-repeat: repeat;
	}

	.article #subfeatureCallouts .content {
		padding: 0 15px 0 0;
		margin-top: 3.3em;
	}

		.article #subfeatureCallouts .content h2 {
			padding-top: 0;
			font-size: 1.2em;
			line-height: 1.1em;
		}

		.article #subfeatureCallouts .content p {
			padding: 0;
			font-size: 1em;
		}

	.article #subfeatureCallouts .subfeature {
		padding-bottom: 13px;
	}

	.article #subfeatureCallouts .top {
		margin-bottom: 10px;
		border-bottom: 1px solid #fff;
	}

.article #mainNav {
	position: relative;
	z-index: 100;
}

/*main navigation */

#menu {
	background: transparent url(../Images/Navigation/HeaderOff.gif) repeat-x scroll left top;
	border-bottom: 0 solid #FFFFFF;
	border-top: 0 solid #FFFFFF;
	clear: both;
	color: #FFFFFF;
	margin: 0 2px 0 0;
	z-index: 500;
	position: relative;
}

.home #mainNav {
	margin: 0;
}

#menu ul {
	float: left;
}

	#menu ul li {
		float: left;
		white-space: nowrap;
	}

#menuv li a {
	color: #fff;
	background: transparent;
	padding: 0 10px 1px 10px;
	text-decoration: none;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5em;
}

#menu li a:hover, #menu li a.mnNavOn {
	background: url(../Images/Navigation/HeaderON.jpg);
	border-left: 1px solid #fff; /* DRC 6/2/2010: Changed from 0px to 1px to add vertical white line border. */
	border-right: 1px solid #fff; /* DRC 6/2/2010: Changed from 0px to 1px to add vertical white line border. */
	padding: 0 9px 1px 9px; /* BDE 6/2/2010: Changed r&l padding from 10px to 9px to make space for vert border. */
	text-decoration: underline; /* DRC 6/2/2010: Added underline*/
	color: #4d4d4d;
}

#menu li a.mnNavOn {
	text-decoration: none;
}

#menu li a#mnLeftMost {
	padding-left: 23px;
}

	#menu li a#mnLeftMost:hover {
		padding-left: 22px;
		background: transparent url(L/Images/NZ_Navigation//HeaderON_LEFT.gif) no-repeat top left;
	}

	#menu li a#mnLeftMost.mnNavOn {
		padding-left: 22px;
		text-decoration: none;
	}

#menu .navBarLeft {
	float: left;
}

#menu .navBarRight {
	float: right;
}

#mainNavLeft {
	background: transparent url(Content/Images/NZ_Navigation/HeaderOFF_LEFT.gif) no-repeat top left;
}

#navBarGraphic {
	position: absolute;
	top: 10px;
	background-image: url(../Images/NZ_Navigation//NavBackground.jpg);
}


/*  IN A TABLE     */

.article table.featureRow {
	background: transparent none no-repeat 0 0;
	border-collapse: collapse;
	empty-cells: show;
	table-layout: fixed;
	margin: -3.32em 0 0 0;
}

	.article table.featureRow td {
		font-size: 1em;
	}

.article .featureRow #mainFeature {
	margin: 0 0 0 0;
	width: 100%;
	float: none;
}

	.article .featureRow #mainFeature .content {
		padding: 45px 15px 10px 300px;
	}

.article .featureRow #subfeatureCallouts {
	margin: 0 0 0 0;
	width: 100%;
	float: none;
}

	.article .featureRow #subfeatureCallouts .content {
		margin-top: 31px;
	}

	.article .featureRow #subfeatureCallouts .subfeature {
		padding-bottom: 3px;
	}

	.article .featureRow #subfeatureCallouts .top {
		padding-bottom: 13px;
	}

.article .featureRow #mainFeatureFlash {
	position: absolute;
	height: 200px;
	width: 67.2%;
	z-index: 50;
	left: 0;
	top: 10px;
	margin: 0 0 0 0;
}

/*
.article .featureRow #mainFeature .content { padding:50px 20px 30px 300px; border:1px solid yellow;}
.article .featureRow #mainFeature .content p { padding:0; }
*/

.tdframeTL, .tdframeTR, .tdframeBL, .tdframeBR, .tdframeTC, .tdframeBC, .tdframeCL, .tdframeCR {
	background: transparent url(../Images/Navigation/calloutFrame1000.gif) no-repeat 0 0;
	font-size: 1px;
	line-height: 1px;
}

.tdframeTL {
	background-position: top left;
	height: 10px;
	width: 10px;
}

.tdframeTR {
	background-position: top right;
	height: 10px;
	width: 10px;
}

.tdframeBL {
	background-position: bottom left;
	height: 10px;
	width: 10px;
}

.tdframeBR {
	background-position: bottom right;
	height: 10px;
	width: 10px;
}

.tdframeTC {
	background-position: top center;
	height: 10px;
}

.tdframeBC {
	background-position: bottom center;
	height: 10px;
}

.tdframeCL {
	background-position: center left;
	width: 10px;
}

.tdframeCR {
	background-position: center right;
	width: 10px;
}

.article td.bluebg {
	background-color: #e9f4fb;
}

.article td.divider {
	width: 3px;
	background-color: #fff;
}

.article .featureRow .mainFeatureWidth {
	width: 65%;
}

.article .featureRow .subFeatureWidth {
	width: 30%;
}

.nosubfeatures .featureRow td.bluebg {
	display: none;
}

.nosubfeatures .featureRow td.divider {
	display: none;
}

.nosubfeatures .featureRow td.mainFeatureWidth {
	width: 100%;
}

.nosubfeatures .featureRow td.subFeatureWidth {
	width: 0;
}

.nosubfeatures .featureRow div#mainFeature {
	width: 99.9%;
	min-height: 170px;
}

/* =============================================================================================================
	[[[[[  LANDING template  ]]]]] 
   ============================================================================================================= */
.landing #mainFeature {
	width: 65%;
	float: left;
	background: transparent none no-repeat 0 0;
	margin: 0 0 10px 0;
}

	.landing #mainFeature a {
		font-weight: bold;
	}

.landing #subfeatureCallouts {
	width: 33%;
	float: right;
	margin: 0 0 25px 0;
}

	.landing #subfeatureCallouts .top {
		margin-bottom: 10px;
	}


.nosubfeatures div#mainFeature {
	width: 99.9%;
	min-height: 140px;
}

.landing #mainContent {
	margin: 0 0 0 200px;
	padding: 0 0 25px 30px;
}

.landing #mainPanel {
	position: relative;
}

.landing .layoutRow {
	float: left;
}


/* =============================================================================================================
	[[[[[  tabbed template (global sites) ]]]]] 
   ============================================================================================================= */
.tabbed #mainContent {
	margin: 0 0 0 200px;
	padding: 0 0 25px 30px;
}

.tabbed #mainPanel {
	position: relative;
}

.tabRow, .linkindex {
	border-bottom: 1px solid #ccc;
	width: 99.9%;
	float: left;
}

.tabRow {
	margin: 20px 0 20px 0;
}

.linkindex {
	margin: 0;
}


#mainContent .linkindex ul {
	padding: 0 10px;
	margin-bottom: 20px;
}

	#mainContent .linkindex ul li {
		list-style-type: none;
		font-size: 1.2em;
		line-height: 1.5em;
	}

.linkindex .column {
	width: 30%;
	float: left;
	margin: 0;
}

	.linkindex .column li a {
		color: #1a4a8a;
		font-weight: bold;
	}

.countryListing {
	padding: 15px 10px 0 10px;
	border-bottom: 1px solid #ccc;
	width: 99.9%;
	float: left;
}

	.countryListing a {
		font-weight: bold;
	}

#mainContent .countryListing ul {
	padding: 0 0 0 10px;
	margin: 15px 0;
}

	#mainContent .countryListing ul li {
		list-style-type: none;
		font-size: 1.1em;
		line-height: 1.4em;
	}

.backToTop {
	float: right;
	margin-top: -.2em;
}

	.backToTop a {
		padding-right: 15px;
		font-size: 1em;
		background: transparent url(../Images/icons/upArrow.gif) no-repeat center right;
	}

		.backToTop a:visited {
			color: #1a4a7a;
		}

.tabbed h1, .tabbed h3 {
	color: #666;
}

.tab {
	float: left;
	margin-right: 2px;
}

.tabRow .rightMost {
	margin-right: 0;
}

.tab h2 {
	padding: 0;
	margin: 0;
	font-size: 1.3em;
	background: transparent none no-repeat 0;
}

	.tab h2 a {
		display: block;
		background: #ebebeb url(../Images/Navigation/boxLightGray.gif) no-repeat right top;
	}

		.tab h2 a:hover {
			background-color: #dee9f2;
		}

		.tab h2 a span {
			display: block;
			color: #666;
			white-space: nowrap;
			padding: 4px 0 2px 20px;
			margin: 0 20px 0 0;
			background: transparent url(../Images/Navigation/boxLightGray.gif) no-repeat left top;
		}

		.tab h2 a:hover span {
			color: #036;
		}


	.tab h2.selected a {
		background: #dee9f2 url(../Images/Navigation/boxLightBlue.gif) no-repeat right top;
	}

		.tab h2.selected a:hover {
			background-color: #dee9f2;
		}

		.tab h2.selected a span {
			color: #036;
			background: transparent url(../Images/Navigation/boxLightBlue.gif) no-repeat left top;
		}


	.tab h2.nolink {
		color: #666;
		padding: 4px 25px 2px 25px;
		margin: 0;
		border-bottom: 1px solid #ccc;
		background: #ebebeb url(../Images/Navigation/hdrBarCir.gif) no-repeat 5px .25em;
	}

.tabbed .item {
	border-bottom: 1px solid #ccc;
	margin: 20px 0;
	width: 99.9%;
	padding: 0 10px;
}



/* =============================================================================================================
	[[[[[  common form styles  ]]]]] 
   ============================================================================================================= */
/*  .formHolder * { border:1px solid #099;  }  */
.formHolder {
	margin: 0 0 35px -25px;
}

	.formHolder label,
	.formHolder input,
	.formHolder select {
		float: left;
		background-color: transparent;
		min-height: 1.5em;
		height: auto;
		font-size: 1.1em;
	}

	.formHolder label {
		width: 100px;
		text-align: right;
		padding-right: 10px;
	}

	.formHolder select {
		width: 190px;
		border: 1px solid #79b;
	}

	.formHolder input.text {
		width: 188px;
		border: 1px solid #79b;
	}

	.formHolder option {
		background-color: #fff;
	}

#mainPanel .formHolder .button {
	min-width: 9em;
	float: left;
	margin: 0 1em 0 1em;
}

#mainPanel .formHolder input.expandBtn {
	float: none;
	font-size: .9em;
	min-height: 0;
}

#mainPanel .formHolder .middleSubmitBtn {
	float: none;
	font-size: .9em;
	min-height: 0;
}

#mainPanel .formHolder .barbgleftSumbit {
	margin: 0;
}

.formHolder input.chkbox {
	width: 15px;
}

.formHolder br {
	display: none;
}

.fieldHolder,
.fieldSpacer {
	float: left;
	width: 300px;
}

.fieldHolder {
	height: 3em;
}

.fieldSpacer {
	height: 1px;
	line-height: 1%;
	font-size: 1%;
}

#mainContent .formHolder div.right {
	float: left;
	margin-left: 300px;
}


/* =============================================================================================================
	[[[[[  SEARCH template  ]]]]] 
   ============================================================================================================= */
.search #mainContent {
	margin: 0 11% 0 11%;
	padding: 20px 30px 25px 30px;
}

.search .item {
	width: auto;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

	.search .item a {
		font-size: 1.1em;
	}

	.search .item p {
		padding: 0;
	}

	.search .item h3 {
		clear: both;
		margin-bottom: .3em;
	}

.search .itemgroup {
	clear: both;
}

.search .linebox {
	width: 67%;
	float: left;
}

.search #mainContent .padding {
	padding: 15px 0 15px 15px;
	position: relative;
}

.search h2 {
	font-size: 1.1em;
	margin-bottom: 15px;
}

.search .formHolder br {
	display: inline;
}

.search #mainContent .formHolder div.left {
	clear: left;
	margin: 0;
}

.search #mainContent .formHolder div.right {
	float: right;
	margin: 0;
}

.search div.csingle {
	float: right;
	width: 25%;
	padding: 20px 10px 0 25px;
}

.search .formHolder {
	margin: 0 0 0 0;
}

.search #mainContent form {
	display: block;
}

.search #mainContent .buttnHolder {
	float: left;
	margin: .3em 0 0 5px;
}

.search #mainContent .minWidth {
	float: left;
	width: 308px;
	line-height: 1%;
	font-size: 1%;
}
/*.search #mainContent .formHolder .barbgleftSumbit { float:none; } */


.search #mainContent .barbgleftSumbit {
	margin: 0;
	padding: 0;
}

.search #mainContent .barbgrightSubmit {
}

.search #mainContent .middleSubmitBtn {
	margin: 0 4px 0 4px;
	padding: 0;
	border: none;
}

.search .fieldHolder {
	min-height: 2em;
}

.search .formHolder label {
	width: 80px;
	text-align: right;
	font-size: 1em;
	padding: 0 10px 0 0;
	margin: 0;
}

.search .formHolder select {
	width: 122px;
	border: 1px solid #79b;
}

.search .formHolder input.text {
	width: 220px;
	border: 1px solid #79b;
	background-color: #fff;
}

.search .formHolder #searchResultTermsLabel {
	display: none;
}

.search .fieldHolder,
.search .fieldSpacer {
	float: left;
	width: 225px;
}

	.search .fieldHolder a {
		font-size: 1em;
		font-weight: bold;
		float: left;
		margin-right: 5px;
		line-height: 1.6em;
	}

.search #searchResultInclpdfLabel,
.search .formHolder input.chkbox {
	font-size: 1em;
	height: auto;
	min-height: 1px;
	display: block;
	padding: 0;
	line-height: 1.6em;
}

.search #searchResultInclpdfLabel {
	font-weight: bold;
	width: auto;
}

.freedate {
}

.search .item div.right {
	float: right;
	clear: right;
	width: 110px;
	text-align: right;
	margin: 0;
}

	.search .item div.right .right {
		width: 100%;
		clear: none;
	}

.search #mainContent .item p.left {
	float: none;
	margin-right: 110px;
}

.search #mainContent .url {
	display: block;
	margin-right: 110px;
	overflow: hidden;
}

.graph1bar {
	width: 60px;
	height: 20px;
	position: relative;
	float: right;
}

	.graph1bar .gray {
		width: 100%;
		height: 20px;
		background: #fff url(../Images/Navigation/graphSliceGray.gif) repeat-x 0 0;
		text-align: left;
	}

	.graph1bar .blue {
		width: 0%;
		height: 20px;
		background: #fff url(../Images/Navigation/graphSliceBlue.gif) repeat-x 0 0;
	}

	.graph1bar .graphNumber {
		display: block;
		position: absolute;
		top: 10%;
		left: -2.5em;
	}


#mainContent .center {
	text-align: center;
	width: 100%;
}

#mainContent .paging {
	text-align: center;
	float: right;
	margin-top: 15px;
}

	#mainContent .paging ul {
		margin: 0 auto;
		padding: 0;
	}

		#mainContent .paging ul li {
			display: inline;
			padding: 0 5px 0 5px;
			margin: 0;
			font-weight: bold;
			border-left: solid #777 1px;
			list-style: none;
		}

			#mainContent .paging ul li.label {
				border-left: none;
				color: #666;
			}

#mainContent .sorting {
	text-align: center;
	float: left;
	margin-top: 15px;
}

	#mainContent .sorting ul {
		margin: 0 auto;
		padding: 0;
	}

		#mainContent .sorting ul li {
			display: inline;
			padding: 0 5px 0 5px;
			margin: 0;
			font-weight: bold;
			border-left: solid #777 1px;
			list-style: none;
		}

			#mainContent .sorting ul li.label {
				border-left: none;
				color: #666;
			}

			#mainContent .sorting ul li.noborderL {
				border-left: none;
			}

.highlight {
	color: #000;
	font-weight: bold;
}


/* =============================================================================================================
	[[[[[  CONTACTUS template  ]]]]] 
   ============================================================================================================= */
.contactus #mainPanel {
}

.contactus #mainContent {
	margin-right: -10px;
	width: 450px;
}

.formHolder textarea {
	float: left;
	border: 1px solid #79b;
	font-size: 1.1em;
	width: 290px;
	height: 10em;
}

.formHolder .wide {
	width: auto;
	position: relative;
	height: auto;
}

.buttnHolder {
	margin: 2em 0 0 100px;
	padding: 0;
}


/* =============================================================================================================
	[[[[[  APPLY template  ]]]]] 
   ============================================================================================================= */
.applying #mainPanel {
}

.applying #mainContent {
	margin-right: -10px;
	width: 650px;
	float: right;
}

.formHolder textarea {
	float: left;
	border: 1px solid #79b;
	font-size: 1.1em;
	width: 290px;
	height: 10em;
}

.formHolder .wide {
	width: auto;
	position: relative;
	height: auto;
}

.buttnHolder {
	margin: 2em 0 0 100px;
	padding: 0;
}

/* =============================================================================================================
	[[[[[  PSMAIN template  ]]]]] 
   ============================================================================================================= */
.psmain #mainFeature {
	width: 100%;
	float: left;
	background: transparent none no-repeat 0;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

	.psmain #mainFeature p {
		font-weight: normal;
	}

.psmain .mc3column .item {
	width: 33%;
	margin: 0;
}

	.psmain .mc3column .item h3 {
		padding: 0 10px 0 0;
	}

	.psmain .mc3column .item p {
		padding: 0 10px 0 0;
	}

.psmain .layoutRow {
	margin: 0 0 20px 0;
}

.psmain .featuretranspad .content .fieldGroup p {
	padding-right: 0;
}

.psmain #mainPanel .divider {
	border-right: 1px solid #69c;
	padding-right: 14px;
	margin-right: 16px;
}

.psmain .formHolder img {
	margin: 0 10px 75px 0;
}


.psmain .formHolder {
	margin: 0 0 0 0;
}

.psmain .fieldHolder {
	width: auto;
	height: auto;
	padding: 15px 0;
}

.psmain .fieldGroup {
	padding: 15px 0;
}

.psmain .formHolder label,
.psmain .formHolder input,
.psmain .formHolder select {
	float: none;
	display: block;
	background-color: transparent;
	min-height: 15px;
	font-size: 1.1em;
}

.psmain .formHolder input,
.psmain .formHolder select {
	margin: 2px 0 9px 0;
}

.psmain .formHolder label {
	width: 165px;
	text-align: left;
}

.psmain .formHolder select {
	width: 170px;
	border: 1px solid #79b;
	background-color: #fff;
}

.psmain .formHolder input.text {
	width: 168px;
	border: 1px solid #79b;
	background-color: #fff;
}

.psmain .formHolder option {
	background-color: #fff;
}

.middleSubmitBtn {
	margin: 0 5px 0 5px;
	height: 18px;
}

.psmain .item h3 a {
	color: #369;
}


.psmain .subfeature .padding {
	padding: 10px 10px 8px 2px;
}

.psresult .item {
	width: auto;
	padding-bottom: 20px;
	min-height: 60px;
}

	.psresult .item p {
		padding: 0;
	}

.psresult .itemgroup {
	float: left;
}

.psresult h2 {
	font-size: 1.1em;
	margin-bottom: 15px;
}

.psresult .item h3 {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.4em;
}

	.psresult .item h3 a {
		color: #369;
	}

.psresult #mainContent {
	margin-right: 10%;
}

	.psresult #mainContent .paging {
		float: left;
	}

.psresult #sideBar .quicksearch {
	margin: 0;
	background: #fff url(../Images/Icons/toolGradient.jpg) repeat-x 0 0;
}

	.psresult #sideBar .quicksearch .padding {
		margin: -5px 10px 0 15px;
	}

.psresult #sideBar .title {
	display: block;
	clear: left;
	color: #555;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.1em;
	padding: 10px 0 0 0;
}

.psresult .formHolder {
	margin: 0 0 0 0;
}

.psresult .fieldHolder {
	width: auto;
	height: auto;
	padding: 15px 0;
}

.psresult .formHolder label,
.psresult .formHolder input,
.psresult .formHolder select {
	float: none;
	display: block;
	background-color: transparent;
	min-height: 15px;
	font-size: 1em;
}

.psresult .formHolder input,
.psresult .formHolder select {
	margin: 2px 0 9px 0;
}

.psresult .formHolder label {
	width: 135px;
	text-align: left;
	font-weight: bold;
}

.psresult .formHolder select {
	width: 140px;
	border: 1px solid #79b;
	background-color: #fff;
}

.psresult .formHolder input.text {
	width: 138px;
	border: 1px solid #79b;
	background-color: #fff;
}

.psresult .formHolder option {
	background-color: #fff;
}

.middleSubmitBtn {
	margin: 0 5px 0 5px;
	height: 18px;
}

.psresult .formHolder .buttnHolder {
	margin: 15px 0 0 100px;
	padding: 0;
}

.psresult .divider {
	border-bottom: 1px solid #69c;
	margin-bottom: 5px;
	padding-bottom: 15px;
}

/* =============================================================================================================
	[[[[[  ADVERTISING template  ]]]]] 
   ============================================================================================================= */
.advert .itemgroup {
}

.advert .item {
}

.advert .videoHolder {
	margin-left: -10px;
	margin-right: -90px;
}

.advert #mainContent {
}

.advert #toolbar {
}

.advert .linebox {
	width: 330px;
	height: 280px;
}

	.advert .linebox .lightGray {
		height: 100%;
	}

#mainContent ul.sidelinks {
	margin: 0;
	padding: 0;
}

	#mainContent ul.sidelinks li {
		display: block;
		float: left;
		padding: 0 5px 0 0;
		margin: 0 5px 0 0;
		border-right: solid #777 1px;
		list-style: none;
	}


.message {
}

	.message .padding {
		text-align: center;
		padding: 50px 30px 0 30px;
	}

	.message img {
		float: left;
		margin: 10px 15px 123px 0;
	}

	.message p {
		font-size: 1.2em;
		line-height: 1.5em;
		text-align: left;
		margin: 0;
	}

		.message p a {
			font-weight: bold;
		}

#flashMessage {
	display: none;
}

/* =============================================================================================================
   ============================================================================================================= */
/* make all link hover states blue.  they are already underlined. */
#globalSites a:hover,
#globalHeader a:hover,
#subNav a:hover,
#globalFooter a:hover,
#quicklinks a:hover,
#sideBar a:hover,
#toolbar a:hover,
#mainContent a:hover {
	color: #1a4a7a;
}

/* =============================================================================================================
	[[[[[  rules specific to template type, or particular pages  ]]]]] 
   ============================================================================================================= */

/* the following rules are used by the XOM article page, default is 3-row version 
	[body class="article"]
*/

.landing #navPanelBottomBg {
	margin-bottom: 20px;
}

.psmain #navPanelBottomBg {
	margin-bottom: 5px;
}

/* the following rule produces the 2-row version of XOM article page  
	[body class="article tworow"]
*/
.tworow #articlerow3 {
	display: none;
}
/* do this for landing page as well, if needed */
.tworow #landingrow3 {
	display: none;
}

/* the following rules remove the subfeatures from the article page, 
	and can be used with either 3-row or 2-row version 
	[body class="article nosubfeatures"]
*/
.nosubfeatures #subfeatureTR {
	display: none;
}

.nosubfeatures #subfeatureBR {
	display: none;
}
/*  remove subfeature callouts from landing page */
.nosubfeatures #subfeatureCallouts {
	display: none;
}

@media screen {
	body #container .printOnly {
		display: none;
	}
}

textarea {
	height: 80px;
	width: 400px;
}

select {
	width: 203px;
}

.return-rows select {
	width: auto;
	margin-left: 5px;
}

select.long-select {
	width: 300px;
}

select.short-select {
	width: 100px;
}


#header {
	width: 900px;
	height: 200px;
	background: url("../Images/shadow_top.png") no-repeat;
	padding: 13px 43px 0px 18px;
}

#content-wrapper {
	width: 940px;
	padding: 13px 6px 0px 36px;
}

#banner {
	width: 943px;
	height: 129px;
	/*background:url("../Images/default_banner.png") no-repeat;  */
}

.clear {
	height: 0px;
	clear: both;
}

#login-box {
	position: relative;
	top: -60px;
	left: 610px;
	background: url("../Images/login_box_bg.png") no-repeat;
	width: 290px;
	height: 78px;
	z-index: 99;
	padding: 3px 5px 3px 35px;
}

	#login-box h1 {
		font: 14px Arial;
		margin-top: 3px;
		margin-bottom: 8px;
		color: #ffffff;
		font-weight: bold;
	}

#LoginForm {
	margin: 0px;
}

#login-box input {
	float: left;
}

	#login-box input.login-textbox {
		width: 88px;
		height: 20px;
		margin-right: 5px;
		border: none !important;
	}

	#login-box input.login-btn {
		background: #fcee00;
		border: none !important;
		height: 22px;
	}

#login-box a,
#login-box a:visited {
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	margin-right: 50px;
}

	#login-box a:hover {
		text-decoration: underline;
	}

#welcome-box * {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

#welcome-box {
	position: relative;
	top: -28px;
	left: 550px;
	width: 340px;
	text-align: right;
}

	#welcome-box span {
		color: #000000;
		margin-left: 5px;
		margin-right: 10px;
	}


	#welcome-box a,
	#welcome-box a:visited {
		color: #e01815;
		text-decoration: none;
		font-weight: bold;
		margin-left: 5px;
		margin-right: 5px;
	}

		#welcome-box a:hover {
			text-decoration: underline;
		}

/* Left Menu Panel */
#menu-left {
	background: url("../Images/left_menu_bg.png") repeat-y;
	float: left;
	font-size: 11px;
	padding: 0px 0px 0px 0px;
}

	#menu-left ul.level-1-menu {
		background: url("../Images/left_menu_bottom.png") no-repeat left bottom;
		width: 144px;
		margin: 0px 20px 0px 0px;
		list-style: none;
		padding: 0px 0px 25px 0px;
	}

		#menu-left ul.level-1-menu li.level-1-item {
			margin-left: 15px;
			font-size: 13px;
			font-style: italic;
			font-weight: bold;
			line-height: 18px;
		}

	#menu-left .spacer {
		border-bottom: 1px dotted #b2b2b2;
		width: 124px;
		color: #e41815;
		margin-top: 15px;
	}

	#menu-left ul.level-1-menu li.level-1-item ul.level-2-menu {
		list-style: none;
		padding: 0px;
		margin: 0px;
	}

		#menu-left ul.level-1-menu li.level-1-item ul.level-2-menu li.level-2-item {
			list-style: none;
			padding: 0px 0px 0px 10px;
			margin: 0px;
			background: url("../Images/arrow.png") no-repeat 0px 5px;
			font-size: 11px;
			font-style: normal;
		}

			#menu-left ul.level-1-menu li.level-1-item ul.level-2-menu li.level-2-item a,
			#menu-left ul.level-1-menu li.level-1-item ul.level-2-menu li.level-2-item a:visited {
				color: #999999;
				text-decoration: none;
			}

				#menu-left ul.level-1-menu li.level-1-item ul.level-2-menu li.level-2-item a:hover {
					text-decoration: underline;
				}

		#menu-left ul.level-1-menu li.level-1-item ul.level-2-menu li.selected a {
			text-decoration: underline !important;
		}



	#menu-left ul.left-menu {
		list-style-image: none;
		list-style: none;
		padding: 0px;
		margin: 0px;
		float: left;
	}

	#menu-left form {
		margin: 0px;
		padding: 0px;
	}

.content {
	width: 710px;
	margin: 0px;
	padding: 10px 0px 10px 20px;
	display: block;
	float: left;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

.contentFullWidth {
	width: 900px;
	margin: 0px;
	padding: 10px 0px 10px 20px;
	display: block;
	float: left;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

.contentIframeCopyRight {
	border: 0;
	width: 650px;
	height: 200px;
	margin-left: 190px;
}
/* Content Styles */
div.header-panel {
	border-bottom: 1px dotted #b2b2b2;
	margin-bottom: 10px;
}

	div.header-panel h2 {
		font-size: 14px;
		font-style: italic;
		font-weight: bold;
		color: #333;
		float: none;
	}

	div.header-panel .extra-top-padding {
		padding-top: 15px;
	}



.search {
	padding-bottom: 20px;
}

	.search td {
		padding: 0px 0px 0px 10px;
	}

.export-results {
	float: right;
}

table.search-table {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	width: 100%;
	border-collapse: collapse;
}


	table.search-table th {
		background-color: #999999;
		font-size: 11px;
		font-weight: bold;
		padding: 5px 10px 5px 10px;
		margin: 0px;
		border: 1px solid #DCDCDC;
		text-align: left;
		color: #ffffff;
	}

		table.search-table th.sort_asc {
			padding: 5px 10px 5px 20px;
			background: url("../Images/asc.png") no-repeat #999999 5px center;
		}

		table.search-table th.sort_desc {
			padding: 5px 10px 5px 20px;
			background: url("../Images/desc.png") no-repeat #999999 5px center;
		}

		table.search-table th a,
		table.search-table th a:visited {
			color: #ffffff;
			text-decoration: underline;
			font-weight: bold;
		}

			table.search-table th a:hover {
				text-decoration: none;
			}

	table.search-table td {
		font-size: 11px;
		font-weight: normal;
		padding: 0px 5px 0px 5px;
		margin: 0px;
		border: 1px solid #DCDCDC;
		text-align: left;
		white-space: nowrap;
		line-height: 23px;
	}

		table.search-table td.numeric {
			text-align: right;
		}

		table.search-table td.date {
			text-align: center;
		}

	table.search-table th.numeric {
		text-align: right;
	}

	table.search-table th.date {
		text-align: center;
	}


	table.search-table td.btn-column .btn-wrapper {
		width: 70px;
		float: right !important;
		margin-left: 15px;
	}

	table.search-table th.btn-column {
		text-align: center;
	}

	table.search-table td.short-btn-column {
		width: 50px;
	}

	table.search-table th.short-btn-column {
		text-align: center;
	}

	table.search-table td.short-btn-column .btn-wrapper {
		width: 50px;
		margin: 0 auto;
	}

	table.search-table td.medium-btn-column {
		width: 55px;
	}

	table.search-table th.medium-btn-column {
		text-align: center;
	}

	table.search-table td.medium-btn-column .btn-wrapper {
		width: 55px;
		margin: 0 auto;
	}

	table.search-table td.longer-than-medium-btn-column {
		width: 85px;
	}

	table.search-table th.longer-than-medium-btn-column {
		text-align: center;
	}

	table.search-table td.longer-than-medium-btn-column .btn-wrapper {
		width: 80px;
		margin-left: 20px;
	}

	table.search-table td.long-btn-column {
	}

		table.search-table td.long-btn-column .btn-wrapper {
			width: 95px;
			margin-left: 20px;
		}

	table.search-table th.long-btn-column {
		text-align: center;
	}

div.search-results {
	margin-top: 20px;
}

.pagination {
	float: right;
	position: relative;
	margin-bottom: 0px;
}

	.pagination input {
		width: 20px;
	}


.pager-wrapper {
	margin-right: 10px;
	float: left;
}

.goto-page {
	margin-left: 10px;
	display: inline;
}

.return-rows {
	float: left;
}

.pagination a,
.pagination a:visited {
	color: #2e4b68;
	text-decoration: none;
	font-weight: bold;
}

	.pagination a:hover {
		text-decoration: underline;
	}



.error {
	color: #e01815;
}


.validation-summary-errors {
	background-color: #f4f4f4;
	display: block;
	width: 500px;
	padding: 0px;
	margin: 0px;
}

	.validation-summary-errors li {
		list-style: none;
		background: url("../Images/dash_item.png") no-repeat 0px 12px;
		padding: 5px 0px 5px 10px;
		color: #e01815;
		font-weight: bold;
		margin: 0px;
	}

.field-validation-error {
	background: url("../Images/dash_item.png") #f4f4f4 no-repeat 15px 12px;
	padding: 5px 0px 5px 25px;
	color: #e01815;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	display: block;
	width: 500px;
}

.search .field-validation-error {
	color: #e01815;
	padding: 0px;
	font-weight: normal;
	background: none;
	display: inline;
	width: auto;
}

.right-align {
	float: right;
}

.left-align {
	float: left;
}

.split-table {
	table-layout: fixed;
	width: 100%;
}

	.split-table td {
		width: 50%;
		overflow: hidden;
	}

.two-column-table {
}

	.two-column-table .left-column {
	}

	.two-column-table .right-column {
	}

	.two-column-table .text {
	}

.fixed .left-column {
	width: 200px;
}

.top-align td {
	vertical-align: top;
}

	.top-align td span {
		display: inline-block;
		vertical-align: top;
	}

td.padding-top {
	padding-top: 8px;
}

td.padding-left {
	padding-left: 22px;
}

.three-column-table {
}

	.three-column-table .left-column {
	}

	.three-column-table .middle-column {
	}

	.three-column-table .right-column {
	}

	.three-column-table .text {
		width: 200px;
	}

.required-sign {
	margin: 10px;
	color: #e83734;
}

.date-textbox {
	width: 80px;
	border: 1px solid #acd;
	float: left;
	color: #333;
	font-size: 1.0em;
	height: 18px;
	background-color: #FFF;
}

.short-textbox {
	width: 40px;
	border: 1px solid #acd;
	float: left;
	color: #333;
	font-size: 1.0em;
	height: 18px;
	background-color: #FFF;
}

.time-textbox {
	width: 80px;
	border: 1px solid #acd;
	float: left;
	color: #333;
	font-size: 1.0em;
	height: 18px;
	background-color: #FFF;
}

.medium-textbox {
	width: 140px;
	border: 1px solid #acd;
	float: left;
	color: #333;
	font-size: 1.0em;
	height: 18px;
	background-color: #FFF;
}

.searchDropDown {
	width: 104px;
	border: 1px solid #acd;
	float: left;
	color: #333;
	font-size: 1.0em;
	height: 18px;
	background-color: #FFF;
}

.long-textbox {
	width: 220px;
	border: 1px solid #acd;
	float: left;
	color: #333;
	font-size: 1.0em;
	height: 18px;
	background-color: #FFF;
}

.super-long-textbox {
	width: 250px;
	border: 1px solid #acd;
	float: left;
	color: #333;
	font-size: 1.0em;
	height: 18px;
	background-color: #FFF;
}

.custom-short-textbox {
	width: 70px;
	border: 1px solid #acd;
	float: left;
	color: #999;
	font-size: 1.0em;
	height: 18px;
	background-color: #FFF;
}

.custom-medium-textbox {
	width: 120px;
	border: 1px solid #acd;
	float: left;
	color: #999;
	font-size: 1.0em;
	height: 18px;
	background-color: #FFF;
}

.custom-long-textbox {
	width: 200px;
	border: 1px solid #acd;
	float: left;
	color: #999;
	font-size: 1.0em;
	height: 18px;
	background-color: #FFF;
}

.menu-item form {
	margin: 0px;
	padding: 0px;
}

table.quick-search {
	margin: 0px;
	padding: 0px;
}

	table.quick-search tr {
		margin: 0px;
		padding: 0px;
	}

		table.quick-search tr td {
			margin: 0px;
			padding: 0px;
		}

			table.quick-search tr td label {
				font-weight: bold;
				color: #808080;
				margin: 0px;
				padding: 0px;
			}

			table.quick-search tr td input.textbox {
				width: 80px;
			}

			table.quick-search tr td input.submit {
				background: #fcee00;
				border: none !important;
				height: 22px;
			}

.conditions {
	height: 500px;
	width: 800px;
	overflow-y: scroll;
	border: 1px solid #b2b2b2;
	padding: 15px;
}

.account-no {
	width: 100px;
}

.merchant-no {
	width: 100px;
}

.wrap {
	width: 300px;
	display: block;
}

.main-feature-wrapper {
}

.main-feature-top {
	background: url("../Images/default/main_feature_top.png") no-repeat top left;
	width: 862px;
	height: 15px;
}

.main-feature {
	background: url("../Images/default/main_feature_bottom.png") no-repeat bottom left;
	width: 822px;
	padding: 10px 20px 15px 20px;
}

	.main-feature h1 {
		color: #e41815;
		display: block;
		font-family: arial;
		font-weight: bold;
		font-size: 24px;
		margin: 0px 0px 10px 0px;
		font-style: italic;
	}

	.main-feature p {
		color: #333333;
		font-family: arial;
		font-size: 12px;
	}

.demo {
	width: 894px;
}

	.demo h2 {
		margin: 30px 0px 10px 0px;
	}

		.demo h2,
		.demo h2 * {
			float: none;
			font-size: 18px;
			font-weight: normal;
			font-style: italic;
			text-transform: none;
			color: #7c7c7c;
		}

			.demo h2 span.highlight {
				color: #e01815 !important;
			}

div.steps {
	float: left;
}

div.step-1,
div.step-2,
div.step-3,
div.step-4 {
	width: 128px;
	height: 176px;
	float: left;
	margin-right: 8px;
	cursor: pointer;
}

div.step-1 {
	background: url("../Images/default/step_1.png") no-repeat;
}

div.step-2 {
	background: url("../Images/default/step_2.png") no-repeat;
}

div.step-3 {
	background: url("../Images/default/step_3.png") no-repeat;
}

div.step-4 {
	background: url("../Images/default/step_4.png") no-repeat;
}

.demo-pane {
	width: 274px;
	height: 155px;
	float: left;
	background: url("../Images/default/demo_pane_bg.png") no-repeat;
	padding: 10px 20px 10px 20px;
}

	.demo-pane .step-1,
	.demo-pane .step-2,
	.demo-pane .step-3,
	.demo-pane .step-4 {
		height: 20px;
		width: 59px;
		display: block;
		float: left;
	}

	.demo-pane h3 {
		color: #ffffff;
		font-family: bold arial;
		font-variant: normal;
		font-weight: normal;
		font-size: 20px;
		font-style: italic;
		float: left;
		margin: 0px;
	}

	.demo-pane .step-1 {
		background: url("../Images/default/greystep1.gif") no-repeat;
	}

	.demo-pane .step-2 {
		background: url("../Images/default/greystep2.gif") no-repeat;
	}

	.demo-pane .step-3 {
		background: url("../Images/default/greystep3.gif") no-repeat;
	}

	.demo-pane .step-4 {
		background: url("../Images/default/greystep4.gif") no-repeat;
	}

	.demo-pane p {
		color: #ffffff;
		font-family: arial;
		font-style: normal;
		font-weight: bold;
		font-size: 11px;
	}

.hide {
	display: none;
}

.space-holder {
	height: 20px;
}

.column-LeadNo,
.column-EventNo,
.column-EventId {
	text-align: left !important;
}

.advancedSearch {
	border-top: dotted 1px #999;
	border-bottom: dotted 1px #999;
	margin-bottom: 10px;
	background-color: #F0F0F0;
	width: 620px;
	float: left;
}

.advancedColumn {
	width: 300px;
	float: left;
	display: block;
	margin-right: 10px;
}


/* =============================================================================================================
	[[[[[  step process arrows ]]]]] 
   ============================================================================================================= */
.steps {
	font: 14px Arial, Helvetica, sans-serif;
	background-image: url(../Images/Navigation/bc_bg.png);
	background-repeat: repeat-x;
	height: 30px;
	line-height: 30px;
	color: #9b9b9b;
	border: solid 1px #cacaca;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

	.steps li {
		list-style-type: none;
		float: left;
		padding-left: 10px;
	}

	.steps a, .steps a:link {
		height: 30px;
		display: block;
		background-image: url(../Images/Navigation/bc_separator.png);
		background-repeat: no-repeat;
		background-position: right;
		padding-right: 15px;
		text-decoration: none;
		color: #333;
		font-weight: bold;
	}


	.steps li a.selected, .steps li a:hover.selected {
		color: #0d4d7a;
		text-decoration: none;
		font-weight: bold;
	}

	.steps li a.inactive, .steps li a:hover.inactive {
		color: #999;
		text-decoration: none;
		font-weight: normal;
	}

	.steps a:hover {
		color: #0c4c7a;
		text-decoration: underline;
	}

	.steps a:active {
		color: #333;
	}

/* =============================================================================================================
	[[[[[  extra ]]]]] 
   ============================================================================================================= */
.redText {
	color: #F00;
}

.selected-content {
	background-color: #e0e0e0;
}


td.unread_blue {
	background-color: #E8Eff3;
	padding: 4px;
	vertical-align: top;
	text-align: left;
	border-bottom: solid 1px #CCC;
}

.unreadMail {
	background-color: #C00;
	padding: 2px 4px 2px 4px;
	color: #FFF;
}


/*standard table formatting*/

th.standard {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #2f4c68;
	padding: 4px;
	background-color: #EBEBEB;
	text-align: left;
}

th.standard_center {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #2f4c68;
	padding: 4px;
	background-color: #EBEBEB;
	text-align: center;
}

th.standard_right {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #2f4c68;
	padding: 4px;
	background-color: #EBEBEB;
	text-align: right;
}

td.tr_blue {
	background-color: #E8Eff3;
	padding: 4px;
	vertical-align: top;
	text-align: left;
}

td.tr_blue_center {
	background-color: #E8Eff3;
	padding: 4px;
	vertical-align: top;
	text-align: center;
}

td.tr_blue_right {
	background-color: #E8Eff3;
	padding: 4px;
	vertical-align: top;
	text-align: right;
}

td.standard {
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px;
	vertical-align: top;
	border-bottom: solid 1px #CCC;
}

td.standard_center {
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px;
	vertical-align: top;
	text-align: center;
}

td.standard_right {
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px;
	vertical-align: top;
	text-align: right;
}

table.standard {
	padding: 4px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #E8Eff3;
	vertical-align: top;
}

/* home */
.homesecondBoxes {
	float: left;
}

/*CMW-215*/
#ui-datepicker-div {
	display: none;
}

.display-none {
	display: none;
}

.email-display {
	inline-size: 100%;
	word-break: break-all;
}