DIV.fix_conflict {
	font-size: 12px;
}
#adWrapper {
	margin: 0;
	padding-top: 0;
	padding-bottom: 1em;
	width: 468px;
	height: 21.2em;
	background: #ffffff;
	border-top: thick solid #5B9CC4;
	position: relative;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#adWrapper a img, #adWrapper a  {
	color: #FFFFFF;
	border: none;
	text-decoration: none;
}

#textArea {
	margin: 0;
	padding: 0;
	background: none /*#417597*/;
	float: left;
	margin-top: 1.4em;
	height: 24.5em;
	width: 100%;
	overflow: visible;
	margin: 0;
	padding: 0;
	position: relative;
}

#textArea h2 {
	margin: .8em 1em .8em .5em;
	padding: 0;
	font-weight: bold;
	font-size: 130%;
	line-height: 110%;
	width: 18em;

}

#textArea ul {
	margin: 0 0 1em 2em;
	padding: 0;
	list-style-image: url(images/bullet_adRotate.gif);
	font-size: 90%;
	line-height: 1.2em;
	width: 18em;
}

#textArea ul li {
	margin: 0 0 .6em 0;
}

#mainImg {
/*
	float: right; */
}

#mainImg img {
	position:absolute;
	top: 0em;
	right: 0em;
	z-index: 1000;
}

#learnMore {
	margin: 1em 0 0 1em;
}

/* styles below are tied to adRotate.js (aka featured content slider) */

.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 468px; /*width of featured content slider*/
	height: 100%;
}


.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	width: 468px; /*width of content DIVs within slider. */
	height: auto;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	background: #417597;
}


.pagination{
	position:absolute;
	bottom: 1em;
	left: 0em;
	width: 243px;
	text-align: center;
	background: #5B9CC4;
	/*height: 2.44em;*/
	z-index: 1000; /* this number must stay high for mac support */
}

.pagination a {
	line-height: 30px;
	margin: 0 .05em 0 .05em;
}

.pagination a.toc {
	text-align: center;
	background: #427192;
	padding: .2em .4em .2em .4em;
	font-size: .7em;
	font-weight: bold;
}

.pagination a.toc:hover, .pagination a.selected{
	background: #1280A3;
}

.pagination a.prev {
	padding: .2em .2em .2em .2em;
	background: url(images/previous.gif) no-repeat top left;
}

.pagination a.prev:hover {
	background: url(images/previous_hover.gif) no-repeat top left;
}

.pagination a.next {
	padding: .2em .2em .2em .2em;
	background: url(images/next.gif) no-repeat top right;
}

.pagination a.next:hover {
	background: url(images/next_hover.gif) no-repeat top right;
}
