@charset "utf-8";
body  {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	background-color: #BCCBD3;
	background-image: url(../images/background_gradient.png);
	background-repeat: repeat-x;
}

.twoColFixLtHdr #container { 
	width: 967px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColFixLtHdr #bodyTop {
	display: block;
	clear: left;
	float: left;
	height: 9px;
	width: 967px;
	margin-top: 10px;
	background-image: url(../images/contentbox_top.png);
	background-repeat: no-repeat;
}

.twoColFixLtHdr #bodyMiddle {
	display: block;
	clear: left;
	float: left;
	width: 967px;
	padding-top: 10px;
	padding-left: 20px;
	background-image: url(../images/contentbox_middle_twocol.png);
	background-repeat: repeat-y;
	font-size: 14px;
}

.twoColFixLtHdr #bodyBottom {
	display: block;
	clear: left;
	float: left;
	height: 18px;
	width: 967px;
	background-image: url(../images/contentbox_bottom.png);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 10px;
}

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* Both Columns */
.twoColFixLtHdr h5 {
	font-size: 1.25em;
	padding: 0;
	margin: 0;
	margin-top: 1em;
	margin-bottom: 0.25em;
	color: #0076C0;
}

.twoColFixLtHdr h6 {
	font-size: 1.5em;
	padding: 0;
	margin: 0;
	margin-top: 0.5em;
	margin-bottom: 1em;
	color: #999999;
	line-height: 1.25em;
}

.twoColFixLtHdr h6.appTitle {
	font-size: 1.25em;
	font-style: italic;
	padding: 0;
	margin: 0;
	margin-top: 0.5em;
	margin-bottom: 1em;
	color: #999999;
	line-height: 1.25em;
}

/* Left-hand column */
.twoColFixLtHdr #leftBar {
	float: left; /* since this element is floated, a width must be given */
	width: 495px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-left: 0px;
	padding-right: 15px;
	/* * border: thin black solid; /* For testing div dimensions and positioning */
}

.twoColFixLtHdr #leftBar a {
	text-decoration: none;
	color: #67B236;
	font-weight: bold;
}

.twoColFixLtHdr #leftBar a.backlink {
	text-decoration: none;
	color: #666666;
	font-size: 0.68em;
}

.twoColFixLtHdr #leftBar img.detailbtn {
	border: 0;
	float: left;
	width: 140px;
	height: 27px; 
}

.twoColFixLtHdr #leftBar p {
	font-size: 1em;
	padding: 0;
	margin: 0;
	margin-bottom: 1em;
}

.twoColFixLtHdr #leftBar p.quotetext {
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
}

.twoColFixLtHdr #leftBar p.quotecredit {
	font-size: 0.75em;
	font-weight: bold;
}

.twoColFixLtHdr #leftBar p.listHeader {
	margin-bottom: 0.6em;
}

.twoColFixLtHdr #leftBar ul {
	padding: 0;
	margin: 0;
	margin-left: 1em;
}

.twoColFixLtHdr #leftBar li {
	padding: 0;
	margin: 0;
	margin-bottom: 0.5em;
}

.twoColFixLtHdr #leftBar label {
	font-size: 0.85em;
	font-weight: bold;
}

.twoColFixLtHdr #leftBar input.oneLine {
	width: 490px;
	border: thin solid #CCCCCC;
	margin-top: 0.2em;
	margin-bottom: 1em;
}

.twoColFixLtHdr #leftBar textarea.multiLine {
	width: 490px;
	height: 100px;
	border: thin solid #CCCCCC;
	margin-top: 0.2em;
	margin-bottom: 1em;
}

.twoColFixLtHdr #leftBar div.formCheckboxContainer {
	display: block;
	float: left;
	width: 490px;
	height: 100px;
	overflow: auto;
	clip: rect(auto,480px,auto,auto);
	border: thin solid #CCCCCC;
	margin-top: 0.2em;
	margin-bottom: 1em;
}

.twoColFixLtHdr #leftBar span.requiredMark {
	position: relative;
	top: -0.3em;
	font-size: 0.75em;
	color: red;
}

/* Right-hand column */
.twoColFixLtHdr #rightBar { 
	float: left;
	width: 400px;
	padding-left: 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/* * border: thin black solid; /* For testing div dimensions and positioning */
} 

.twoColFixLtHdr #rightBar img.detailbtn {
	border: 0;
	float: left;
	width: 140px;
	height: 27px; 
}

.twoColFixLtHdr #rightBar p {
	font-size: 1em;
	padding: 0;
	margin: 0;
	margin-bottom: 1em;
}

.twoColFixLtHdr #rightBar p.learnMore
{
	clear: left;
	font-size: 0.9em;
	color: #0076C0;
	padding-top: 1em;
	padding-left: 10px;
}

.twoColFixLtHdr #rightBar p.learnMore a
{
	color: #67B236;
	font-weight: bold;
	text-decoration: none;
}

.twoColFixLtHdr #rightBar img.screenShot {
	display: block;
	border: 0;
	margin: 0 auto;
	padding: 0;
	width: 350px;
}

.twoColFixLtHdr #rightBar p.screenCaption {
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 30px;
	padding: 0;
	font-size: 0.8em;
	width: 300px;
	color: #666666;
}

.twoColFixLtHdr #rightBar a.leftArrow
{
	display: block;
	position: relative;
	float: left;
	margin: 1;
	padding: 0;
	width: 20px;
	height: 180px;
	padding-top: 100px;
	text-decoration: none;
}

.twoColFixLtHdr #rightBar a.rightArrow
{
	display: block;
	position: relative;
	float: left;
	margin: 1;
	padding: 0;
	width: 20px;
	height: 180px;
	padding-top: 100px; 
	text-decoration: none;
	text-align: right;
}

.twoColFixLtHdr #rightBar div#appScroller
{
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 360px;
	height: 375px;
	overflow: hidden;
}

.twoColFixLtHdr #rightBar div#appScrollerContent
{
	display: block;
	position: relative;
	float: left;
	margin: 1;
	padding: 0;
	height: 300px;
}

.twoColFixLtHdr #rightBar div#appScrollerContent img
{
	border: none;
}

.twoColFixLtHdr #rightBar div#appScrollerContent a
{
	text-decoration: none;
	border: none;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 30px;
	padding: 0;
	font-size: 0.8em;
	width: 300px;
	color: #666666;
}

.twoColFixLtHdr #rightBar div#appScrollerContent div.scrollerItem
{
	float: left;
	width: 360px;
}

.twoColFixLtHdr #rightBar div#appScrollerContent div.centerItem
{
	display: block;
	margin: 0 auto;
	width: 330px;
}

/* Other classes */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Standardized Colors */
.advantenonGreen {
	color: #67B236;
}

.advantenonOrange {
	color: orange;
}

