@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #container {
	width: 955px;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #logo {
	background-image: url(../images/IW-Logo-Reflection.gif);
	background-repeat: no-repeat;
	height: 85px;
	width: 400px;
	margin-left: 18px;
	margin-top: 27px;
	margin-bottom: 0px;
}
.oneColFixCtrHdr #logo h1 {
	margin-left: -9000px;
}
.oneColFixCtrHdr #IWnewsletter {
	margin-left: 530px;
	position: absolute;
	width: auto;
	top: 87px;
}

.oneColFixCtrHdr #topnav ul {
	display: block; /* adding comment here to change size of file to troubleshoot DWCS3 crash bug */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	width: auto;
	position: absolute;
	padding: 0px;
	margin-left: 810px;
	margin-top: 0px;
	top: 75px;
	margin-bottom: 0px;
	list-style-type: none;
	float: left;
}
.oneColFixCtrHdr #topnav ul li {
	display: block; /* adding comment here to change size of file to troubleshoot DWCS3 crash bug */
	margin-bottom: 0px;
	padding-top: 0em;
	padding-right: 0.5em;
	padding-bottom: 0em;
	float: left;
}
.oneColFixCtrHdr #topnav ul li a:link, #topnav ul li a:visited {
	color: #000000; /* adding comment here to change size of file to troubleshoot DWCS3 crash bug */
	text-decoration: none;
	margin-bottom: 0px;
}
.oneColFixCtrHdr #topnav ul li a:hover, #topnav ul li a:active {
	text-decoration: underline; /* adding comment here to change size of file to troubleshoot DWCS3 crash bug */
	margin-bottom: 0px;
}
.oneColFixCtrHdr #header {

}
.oneColFixCtrHdr #header #nav {
	margin: 0px;
	background-image: url(../images/bg_mn.gif);
	width: 955px;
	padding: 0px;
	float: left;
	display: block;
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #header #nav ul {
	float: left;
	list-style-type: none;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 875px;
}
.oneColFixCtrHdr #header #nav ul li {
	float: left;
}
.oneColFixCtrHdr #header #nav ul li a:link, #header #nav ul li a:visited {
	display: block;
	padding: 1.1em 2.4em;
	line-height: 1.5em;
	color: #FFFFFF;
	text-decoration: none;
}
.oneColFixCtrHdr #header #nav ul li a:hover, #header #nav ul li a:active {
	background-image: url(../images/bg_hover.gif);
}
.oneColFixCtrHdr #header #nav ul li a.current, #header #nav ul li a.current:hover, #header #nav ul li a.current:active {
	background-image: url(../images/bg_hover.gif);
	cursor: default;
}
.oneColFixCtrHdr #header #subnav {
	background-image: url(../images/bg_sn.gif);
	width: 955px;
	height: 30px;
	background-repeat: repeat-x;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #header #subnav ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	float: left;
	list-style-type: none;
	display: block;
	margin-top: 0px;
	width: 875px;
}
.oneColFixCtrHdr #header #subnav ul li {
	float: left;
	line-height: .8em;
	padding-top: 1.2em;
	padding-right: .9em;
	padding-bottom: 1.1em;
	padding-left: .9em;
	display: block;
}
.oneColFixCtrHdr #header #subnav ul li a:link, #header #subnav ul li a:visited {
	text-decoration: none;
	color: #333333;
}
.oneColFixCtrHdr #header #subnav ul li a:hover, #header #subnav ul li a:active {
	text-decoration: underline;
	color: #666666;
}
.oneColFixCtrHdr #slideShow {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #headLine {
	background-image: url(../images/inthenews.jpg);
	background-repeat: no-repeat;
	margin-top: 165px;
	margin-bottom: 25px;
}
.oneColFixCtrHdr #headLine h1 {
	margin-left: -8000px; /* adding comment here to change size of file to troubleshoot DWCS3 crash bug */
}
.oneColFixCtrHdr #articles {

}
.oneColFixCtrHdr #articles ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
.oneColFixCtrHdr #articles ul li {

}
.oneColFixCtrHdr #articles ul li.details {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	list-style-type: none;
	line-height: 12px;
	font-weight: normal;
	font-size: 11px;
}
.oneColFixCtrHdr #articles ul li.divider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	margin-top: 10px;
	margin-right: 15px;
	list-style-type: none;
	margin-bottom: 7px;
}
.oneColFixCtrHdr #articles ul li a:link, #mainContent #articles ul li a:visited {
	color: #000000;
	text-decoration: none;

}
.oneColFixCtrHdr #articles ul li a:hover, #mainContent #articles ul li a:active {
	color: #0000FF;
	text-decoration: underline;

}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	margin-top: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #mainContent h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	text-transform: uppercase;
	color: #054383;
}
.oneColFixCtrHdr #mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #333333;
}
.oneColFixCtrHdr #mainContent p.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.5em;
	color: #054383;
	font-weight: bold;
}
.oneColFixCtrHdr #mainContent h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: larger;
	text-transform: uppercase;
	color: #054383;
}
.oneColFixCtrHdr #spotlight ul {
	padding: 0;
	margin-top: 10px;
	display: block;
	float: left;
	list-style-type: none;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 970px;
}
.oneColFixCtrHdr #spotlight ul li {
	display: block;
	float: left;
	padding-right: 0em;
	list-style-type: none;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0em;
	margin-bottom: 0px;
	margin-left: 0em;
	padding-top: 0px;
	padding-bottom: 0px;
}
.oneColFixCtrHdr #spotlight ul li.spaced {
	padding: 0px;
	margin-left: .6em;
}
.oneColFixCtrHdr #spotlight #spotlightText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.3em;
	text-align: center;
	display: block;
	width: 285px;
	padding: 0px;
	margin-left: 1em;
	margin-top: 0.2em;
}
.oneColFixCtrHdr #footer {
	border-top-style: solid; /* adding comment here to change size of file to troubleshoot DWCS3 crash bug */
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	float: left;
	width: 955px;
	margin-top: 35px;
	background-image: url(../images/blakfire.gif);
	background-repeat: no-repeat;
	background-position: 555px 10px;
	height: 50px;
	display: block;
	position: relative;
	margin-bottom: 25px;
}
.oneColFixCtrHdr #footer ul {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .66em;
	display: block;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	list-style-type: none;
	float: left;
	width: 955px;
}
.oneColFixCtrHdr #footer ul li {
	float: left; /* adding comment here to change size of file to troubleshoot DWCS3 crash bug */
	padding-right: .8em;
}
.oneColFixCtrHdr #footer ul li a:link, #footer ul li a:visited {
	color: #FF6600; /* adding comment here to change size of file to troubleshoot DWCS3 crash bug */
	text-decoration: none;
}
.oneColFixCtrHdr #footer ul li a:hover, #footer ul li a:active {
	text-decoration: underline; /* adding comment here to change size of file to troubleshoot DWCS3 crash bug */
}
.oneColFixCtrHdr #blakfire {
	display: block; /* adding comment here to change size of file to troubleshoot DWCS3 crash bug */
	padding: 0px;
	margin-left: 535px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
	position: absolute;
	left: 20px;
	top: 10px;
}

