/*********************************
*
*	RWO additions as requested
*
*********************************/
#feature #featuretitle a,
#feature #featuretitle a:visited {
	cursor: pointer;
	color: #D73338;
	text-decoration: none;
}
#feature #featuretitle a:hover {
	color: #999999;
	text-decoration: none;
}
#feature #featuretext a,
#feature #featuretext a:visited {
	cursor: pointer;
	color: #D73338;
	text-decoration: none;
}
#feature #featuretext a:hover {
	color: #999999;
text-decoration: none;
}
a,
a:visited {
	color: #D73338;
	text-decoration: none;
}
a:hover,
a:active {
	color: #999999;
	text-decoration: none;
}
td {
	padding: 3px;
	font-family: Georgia, Times New Roman, serif;
	font-size: 18px;
	color: #231F20;
}
/*this is used for further reading when switched to bottom*/
#section #module h1 {
	color: #D73338;
	margin-bottom: 6px;
	border-bottom: 1px solid #E5E5E5;
}
#section #module ul,
#section #module li {
	text-indent: 0;
	padding: 0;
	margin: 0;
	list-style: none;
}
#section #module ul {
	padding-bottom: 6px;
	border-bottom: 1px solid #E5E5E5;
}
#section #module ul a,
#section #module ul a:visited {
	display: block;
	padding: 9px 0;
	color: #6B6B6B;
	text-decoration: none;
}
#section #module ul a:hover,
#section #module ul a:active {
	color: #231F20;
}
#section #module li {
	border-top: 1px solid #E5E5E5;
}
#section #module li:first-child {
	border-top: none;
}
#section #module li:hover {
	background-color: #F8F8F8;
}
/*end*/
.searchtop {
display:none;
}
/*********************************
*
*	Main HTML Tags
*
*********************************/
body,
html {
	background: #FFFFFF url("/setup.nsf/files/logo/$file/logo.gif") 35px 42px no-repeat fixed;
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Arial, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #231F20;
}
p {
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: #231F20;
	text-decoration: none;
	word-spacing: Normal;
	text-align: left;
	letter-spacing: 0;
	text-indent: 0px;
	line-height: 20px;
	padding: 0;
	margin: 10px 0 0 0;
}
p:first-child {
	margin-top: 0;
}
h1 {
	font-family: Georgia;
	font-size: 20px;
	font-weight: normal;
	color: #231F20;
	text-decoration: none;
	word-spacing: Normal;
	text-align: left;
	letter-spacing: 0;
	text-indent: 0px;
	line-height: 19px;
	padding: 0 0 5px 0;
	margin: 0 0 18px 0;
	
	width: 100%;
	border-bottom: 1px solid #E5E5E5;
}
h2,
.header1 {
	font-family: Lucida Grande, Lucida Sans Unicode, "Lucida Sans", Arial, sans-serif;
	color: #D73338;
	font-size: 20px;
	font-weight: normal;
	margin: 30px 0 0 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #E5E5E5;
}
h3,
.header2 {
	font-family: Lucida Grande, Lucida Sans Unicode, "Lucida Sans", Arial, sans-serif;
	color: #231F20;
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0 0 0;
	padding: 0;
}
h4,
.header3 {
	font-family: Lucida Grande, Lucida Sans Unicode, "Lucida Sans", Arial, sans-serif;
	color: #231F20;
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0 0 0;
	padding: 0;
	text-decoration: none;
	word-spacing: Normal;
	text-align: left;
	letter-spacing: 0;
	text-indent: 0px;
	line-height: 19px;
	padding: 0 0 5px 0;
	margin: 30px 0 18px 0;
	width: 100%;
	border-bottom: 1px solid #E5E5E5;
}
/*********************************
*
*	Main Menu
*
*********************************/
.pd_menu_01 {
float:left;
padding:0;
margin:0;
color: #333333;
background: #FFFFFF;
width:100%;
z-index: 2;
position: absolute;
top: 50px;
left: 220px;
border-bottom: 2px solid #D73338;
width: 750px;
clear:both;
} /*Color navigation bar normal mode*/
.pd_menu_01  a, .pd_menu_01 a:visited { /*main menu headings*/
font-family: Arial, Lucida Grande, Lucida Sans Unicode, "Lucida Sans", sans-serif;
font-style:normal;
font-weight:600;
color: #595454;
background-color: #FFFFFF;
text-decoration: none;
font-size:18px;
}
.pd_menu_01 ul {
list-style-type:none;
padding:0;
margin:0;
}
.pd_menu_01 ul li {
float:left;
position:relative;
z-index:auto !important ;
z-index:1000 ;
}
.pd_menu_01 ul li a {
color: #231f20;
background: #FFFFFF;
float:none !important ;
float:left ;
display:block;
height:30px;
line-height:30px;
padding:0 10px 0 0px;
text-decoration:none;
}
.pd_menu_01 ul li ul { 
display:none;
border:none;
color: #000000;
background: #FFFFFF;
width:1px;
}
.pd_menu_01 ul li:hover a { /*Color main cells hovering mode*/
background-color:#FFFFFF;
text-decoration:none;
color:#D73338;
} 
.selected { 
background-color:#C12E33;
text-decoration:none;
color:#FFFFFF;
} 
.pd_menu_01 ul li:hover ul {
display:block;
position:absolute;
z-index:999;
top:29px;
margin-top:1px;
left:0;
}
.pd_menu_01 ul li:hover ul li a {  /*submenus normal mode*/
display:block;
width:12em;
height:auto;
line-height:1.3em;
margin-left:-1px;
padding:5px 10px 5px 10px;
background-color:#D73338;
color:#FFFFFF;
font-size:18px;
font-weight:normal;
}
.pd_menu_01 ul li:hover ul li a:hover { /*submenus hovering mode*/
background-color:#C12E33;
text-decoration:none;
color:#FFFFFF;
} 
.pd_menu_01 ul li a:hover {
background-color:#FFFFFF;
text-decoration:none;
color:#D73338;
} /*Color main cells hovering mode*/
.pd_menu_01 ul li a:hover ul {
display:block; width:12em;
position:absolute;
z-index:999; top:29px;
left:0;
}
.pd_menu_01 ul li ul li a:visited {
background-color:#D73338; 
color:#FFFFFF;
} /*Color subcells normal mode*/
.pd_menu_01 ul li a:hover ul li a {
display:block;
width:12em;
height:1px;
line-height:1.3em;
padding:4px 18px 4px 18px;
border-left:solid 1px #FFFFFF;
border-bottom: solid 1px #FFFFFF;
background-color:#D73338; 
color:#FFFFFF;
}
.pd_menu_01 ul li a:hover ul li a:hover { /*Color subcells hovering mode*/
background-color:#C12E33;
text-decoration:none;
color:#FFFFFF;
} 
/*********************************
*
*	Footer
*
*********************************/
#footer {
display:none;
}
/*********************************
*
*	Content
*
*********************************/
#content {
	z-index: 1;
	position: absolute;
	left: 10px;
	top: 0;
	width: 900px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}
#headbuffer {
	height: 119px;
	width: 100%;
	clear: both;
}
#footbuffer {
	height: 80px;
	width: 100%;
	clear: both;
}
#imagebar {
	position: relative;
	clear: both;
	width: 100%;
	height: 100px;
	background-color: #F8F8F8;
	margin: 6px 0 30px 0;
}
#column {
	position: relative;
	float: left;
	top: 0;
	left: 0;
	width: 600px;
}
#column #section {
	margin-top: 40px;
	padding-bottom: 14px;
	border-bottom: 1px solid #E5E5E5;
}
#column #section:first-child {
	margin-top: 0;
}
#column #section a,
#column #section a:visited {
	color: #D73338;
	text-decoration: none;
}
#column #section a:hover,
#column #section a:active {
	color: #999999;
	text-decoration: none;
}
#column #section ul,
#column #section ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #231F20;
	text-indent: 0;
	margin: 0 0 0 20px;
	padding: 0;
	list-style-position: inside;
}
#column #section ul li {
	list-style-type: square;
}
#column #section blockquote {
	margin: 0;
	padding: 12px 20px;
	border-top: 1px dotted #E5E5E5;
	border-bottom: 1px dotted #E5E5E5;
	font-family: Lucida Grande, Lucida Sans Unicode, "Lucida Sans", Arial, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #231F20;
}
#sidebar {
	position: relative;
	float: right;
	width: 230px;
	font-family: Lucida Grande, Lucida Sans Unicode, "Lucida Sans", Arial, sans-serif;
	text-decoration: none;
	text-align: left;
	letter-spacing: 0;
	text-indent: 0;
	font-size: 18px;
	line-height: 19px;
}
#sidebar #module {
	margin-top: 40px;
}
#sidebar #module:first-child {
	margin-top: 0;
}
#sidebar h1 {
	color: #D73338;
	margin-bottom: 6px;
	border-bottom: 1px solid #E5E5E5;
}
#sidebar ul,
#sidebar li {
	text-indent: 0;
	padding: 0;
	margin: 0;
	list-style: none;
}
#sidebar ul {
	padding-bottom: 6px;
	border-bottom: 1px solid #E5E5E5;
}
#sidebar ul a,
#sidebar ul a:visited {
	display: block;
	padding: 9px 0;
	
	color: #6B6B6B;
	text-decoration: none;
}
#sidebar ul a:hover,
#sidebar ul a:active {
	color: #231F20;
}
#sidebar li {
	border-top: 1px solid #E5E5E5;
}
#sidebar li:first-child {
	border-top: none;
}
#sidebar li:hover {
	background-color: #F8F8F8;
}
#more {
	width: 100%;
	margin-top: 2px;
	margin-bottom: 30px;
	padding-top: 8px;
	border-top: 1px solid #E5E5E5;
	clear: both;
	
	font-family: Lucida Grande, Lucida Sans Unicode, "Lucida Sans", Arial, sans-serif;
	color: #D73338;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 0.15em;
}
#more:hover {
	color: #231F20;
}
#more a,
#more a:visited {
	display: block;
	color: #231F20;
	text-decoration: none;
}
#more a:hover,
#more:active {
	color: #D73338;
}
#more a .plus,
#more a:visited .plus {
	color: #D73338;
}
#more a:hover .plus,
#more a:active .plus {
	color: #231F20;
}
#feature {
	margin: 0;
	width: 100%;
	overflow: hidden;
}
#featureimage {
	width: 100%;
	height: 280px;
	background-color: #F8F8F8;
	overflow: hidden;
	margin: 7px 0 18px 0;
}
#featuretitle {
	width: 460px;
	height: 22px;
	position: relative;
	font-family: Georgia;
	font-size: 22px;
	font-weight: normal;
	color: #999999;
	font-weight: normal;
	margin: 0px 0 14px 0;
	line-height: 23px;
}
/*RWO added line height to featuretitle, to compensate for IE for adding lineheight to body*/
#featuretext {
	width: 470px;
	color: #231F20; 
	padding: 0 0 14px 0;
	border-bottom: 2px solid #D73338;
	font-family: Lucida Grande, Lucida Sans Unicode, "Lucida Sans", Arial, sans-serif;
	font-size: 18px;
	line-height: 19px;
}
#featuretext .plus {
	color: #D73338;
}
#feature a,
#feature a:visited {
	cursor: pointer;
	color: #FFFFFF;
	text-decoration: none;
}
#feature a:hover #featuretitle {
	color: #D73338;
}
#feature a:hover #featuretext {
	border-bottom: 2px solid #231F20;
}
#feature a:hover #featuretext .plus {
	color: #999999
}
#mediaitems {
	clear: both;
	font-family: Georgia;
	font-size: 18px;
	color: #231F20;
	text-decoration: none;
	word-spacing: Normal;
	text-align: left;
	letter-spacing: 0;
	text-indent: 0px;
	line-height: 19px;
	padding: 0;
	margin: 0;
	border: 0;
}
#mediaitems a { 
	display: block;
	cursor: pointer;
}
#mediaitems #item {
	position: relative;
	width: 100%;
	clear: both;
	padding: 10px 0 0 0;
	margin: 0;
	cursor: pointer;
}
#mediaitems #item:first-child {
	padding-top: 0;
}
#mediaitems #item:hover #title {
	color: #231F20;
}
#mediaitems #item:hover #summary {
	color: #555555;
}
#mediaitems #title {
	float: left;
	width: 110px;
	height: 100%;
	display: block;
	font-family: Lucida Grande, Lucida Sans Unicode, "Lucida Sans", Arial, sans-serif;
	font-size: 12px;
	color: #D73338;
	text-decoration: none;
}
#mediaitems #summary {
	float: right;
	width: 340px;
	padding-left: 20px;
	height: 100%;
	display: block;
	color: #231F20;
	text-decoration: none;
}
#mediaitems #spacer {
	height: 5px;
}
#mediabuffer {
	width: 100%;
	height: 1px;
	visibility: hidden;
	clear: both;
}
#section img {
	margin: 0;
	padding: 0;
	border: 0;
}
#section img.left {
	float: left;
	margin: 4px 18px 0 0;
}
#section img.right {
	float: right;
	margin: 4px 0 0 18px;
}

