/*** HTML Elements ***/
BODY {
	padding: 0;
	font-size: 12px;
	background: #8D8B8B;
/*	background: #5f6064; */
	margin: 0px;
	behavior: url("/css/csshover2.htc");
	color: #666666; 
	font-family: Arial, sans-serif;	 
	text-align: center;	 
	line-height: 20px;	
	border-bottom-color: #ffffff;
}

BODY.popupBody {
	background: #FFFFFF;
}

BODY.popupBody .pageTitle {
color:#CC0000;
font-family:verdana,arial,helvetica,sans-serif;
font-size:14px;
font-weight:bold;
}

BODY.popupBody TD {
	font-family:verdana,arial,helvetica,sans-serif;
    font-size:12px;
}

tr.odd {
	background-color:#efefef;
}

tr.even {
	background-color:#ffffff;
}

#atffc { display: none !important; }

SPAN {
	line-height: normal;	
}

A {
	color: #336699;	
}

IMG {
    border: 0;
    margin: 0;
	line-height: 0;
}

P {
    margin: 0 0 10px;
}

h1 {
    font-size:20px;
    font-weight:bold;
    margin: 13px 0 15px;
	line-height: 24px;
}

.hr {
	margin: 5px 0 14px;
    padding: 0;
    line-height: 1px;
    border-top: 1px solid #606060;
    clear: both;
    float: left;
    display: block;
    display: inline;
    width: 100%;
}

.hrCustomer {
	margin: 5px 0 14px;
    padding: 0;
    line-height: 1px;
    border-top: 1px solid #CCCCCC;
    float: left;
    width: 98%;
}

.hrUnderTabs {
    padding: 0;
    line-height: 1px;
    border-top: 1px solid #C2C2C2;
    clear: both;
    float: left;
    display: block;
    display: inline;
    width: 100%;
	margin: 0px 0 10px;
}


SELECT, INPUT.textInput {
    background: #EFEFEF;
    color: #666666;
    width: 250px;
    border: 1px solid #999999;
	margin-bottom: 6px;
}

textarea.feedbackComments {
font-family: inherit;
font-size: inherit;
width: 250px;
height:30px;
    color: #666666;
}


/*** Layout Elements ***/
#wrapper {
	margin: 0 auto;
    padding: 0;
    width: 992px;
    border: 0;
    text-align: left;
}

#main_holder {
	background: #ffffff;
    width: 960px;
    min-height: 500px;
    height: auto !important;
    height: 500px;
    border: 0;
    padding: 0;
    margin: 0;
    float: left;
}

#logo {
    width: 350px;
    height: 85px;
    float: left;
}

#logo img {
    margin: 27px 31px 0;
}

#region_name {
	float: left;	 
	margin-top:30px;	
	text-align:left;	
	color:#999999;	
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:10px;	
	font-weight:normal;	
	line-height:150%;	
}

span.misStmnt {
	display: block;
	padding-top: 6px;
}

span.misStmnt a {
	text-decoration: none;
	color: #999999;
}

span.misStmnt a:hover {
	text-decoration: underline;
	color: #336699;
}

span.regName {
	display: block;
	font-weight:bold;
	padding-top: 6px;
}

span.regNameUK {
	display: block;
	font-weight:bold;
	padding-top: 0;
}

#country_select {
    float: right;
    width: 198px;
    margin: 16px 8px 0;
}

#country_select select {
    width: 198px;
    color: #616161;
    width: 198px;
    border: 1px solid #5F6064;
    background: #E6E6E6  ;
}
#country_select select {
    background: #E6E6E6 url('/images/drop_down_strip.gif') repeat-x;
}

#site_search {
    float: right;
    clear: right;
    width: 198px;
    height: 17px;
    margin: 14px 8px 0;
}

#search_input {
	width: 198px
}

#search_text {
    border: 0px;
    padding: 0;
    padding-left: 2px;
    margin-right: 2px;
    background: #e6e6e6;
    width: 137px;
    height: 17px;
}

#search_submit {
    vertical-align: middle;
}

/** Navigation Menu **/
#navigation {
    clear: both;
    float: left;
    width: 960px;
    height: 31px;
}

#navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
    z-index:10;
}
#navigation ul li {
    float: left;
    position: relative;
}

#navigation UL LI SPAN A {
	display: block;	
	height: 31px;	
	width: 95px;	
	text-decoration: none;
}

#navigation UL LI SPAN A.wider {
	display: block;	
	height: 31px;	
	width: 120px;
	text-decoration: none;	
}


#navigation ul li ul {
    display: none;
    position: absolute;
    top: 31px;
    left: 11px;
    background: #EEEEEE url(/images/drop-down-background-2.png) repeat-x;	
	border-right: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	border-left: 1px solid #EFEFEF;
    width: 180px;
    padding: 11px 11px 5px;
}

#navigation ul li > ul {
    top: 31px;
    left: 11px;
}

#navigation ul li:hover ul {
    display: block;
}

#navigation ul li ul li {
    line-height: 19px;
    clear: left;
    width: 180px;
}

#navigation span {
    height: 31px;
    display: block;
}

#navigation .nav_solutions {
	background: url(/images/nav_solutions_off.gif) no-repeat;
	 width: 106px
}

#navigation li.nav_solutions:hover {
	background: url(/images/nav_solutions_over.gif) no-repeat
}

#navigation .nav_products {
	background: url(/images/nav_products_off.gif) no-repeat;
	 width: 102px
}

#navigation li.nav_products:hover {
	background: url(/images/nav_products_over.gif) no-repeat
}

#navigation .nav_technology {
	background: url(/images/nav_technology_off.gif) no-repeat;
	 width: 129px
}

#navigation LI.nav_technology:hover {
	background: url(/images/nav_technology_over.gif) no-repeat
}

#navigation .nav_services {
	background: url(/images/nav_services_off.gif) no-repeat;
	 width: 98px
}

#navigation LI.nav_services:hover {
	background: url(/images/nav_services_over.gif) no-repeat
}

#navigation .nav_partners {
	background: url(/images/nav_partners_off.gif) no-repeat;
	 width: 99px
}

#navigation LI.nav_partners:hover {
	background: url(/images/nav_partners_over.gif) no-repeat
}

#navigation .nav_customers {
	background: url(/images/nav_customers_off.gif) no-repeat;
	 width: 114px
}

#navigation LI.nav_customers:hover {
	background: url(/images/nav_customers_over.gif) no-repeat
}

#navigation .nav_education {
	background: url(/images/nav_education_off.gif) no-repeat;
	 width: 109px
}

#navigation LI.nav_education:hover {
	background: url(/images/nav_education_over.gif) no-repeat
}

#navigation .nav_support {
	background: url(/images/nav_support_off.gif) no-repeat;
	 width: 98px
}

#navigation LI.nav_support:hover {
	background: url(/images/nav_support_over.gif) no-repeat
}

#navigation .nav_company {
	background: url(/images/nav_company_off.gif) no-repeat;
	 width: 105px
}

#navigation LI.nav_company:hover {
	background: url(/images/nav_company_over.gif) no-repeat
}

li:hover ul, li.over ul {
    display: block;
}
/* Fix IE. Hide from IE Mac \*/
* html #navigation ul li { float: left; }
* html #navigation ul li a { height: 1%; }
/* End */

#sec_nav {
	clear: both;
	 background: url(/images/subnav_strip_off.gif) repeat-x;
	 height: 30px;
}

#sec_nav A {
	display: block;
	 float: left;
	 height: 30px;
	 margin-right: 1px;
	 text-decoration: none;
}


#sec_nav A:hover {
	text-decoration: underline;
}


#sec_nav .sec_nav_active, #sec_nav .sec_nav_active_current {
	background: url(/images/subnav_strip_on.gif) repeat-x
}

#sec_nav A SPAN {
	padding-right: 7px;
	 display: block;
	 padding-left: 7px;
	 float: left;
	 padding-bottom: 8px;
	 padding-top: 8px;
	 cursor: pointer;
}




#sec_nav A.sec_nav_active_current SPAN {
	padding-right: 7px;
	 display: block;
	 padding-left: 7px;
	 float: left;
	 padding-bottom: 8px;
	 padding-top: 8px;
	 cursor: default;
	 font-weight: bold;
}


#breadcrumbs {
	margin: 0px
}

#hero_flash {
	clear: both;
	overflow: hidden;
	width: 960px;
/*    height: 378px;  */
	height: 387px;
	margin-bottom: 0;
	z-index: -10;
	overflow: hidden;
	background: #FFFFFF url(/images/flash_drop_shadow.gif) bottom center no-repeat;
}

#columnhdrss, #columns {
	clear: both;
	 display: inline;
	 float: left;
	 width: 960px;
}

body#corpmain #columnhdrss, body#corpmain #columns {
	clear: both;
	 display: inline;
	 float: left;
	 width: 960px;
	 height: 520px;
}

DIV#columns DIV P, DIV#left_content DIV P {
	line-height: 17px;
	margin-bottom: 7px;
}

DIV#promoHeader {
font-weight: bold;
font-size: 13px;
width: 253px;
text-align: center;
padding-top: 11px;
margin-left: 8px;

}

DIV#promoTextBox1, DIV#promoTextBox2, DIV#promoTextBox3 {
	margin: 0 10px 0 10px; 
	padding-top: 10px; 
	width: 233px; 
	height: 118px;
}

DIV#columns DIV P.promoText, DIV#left_content DIV P.promoText { 
margin: 0;
font-size: 10px; 
line-height: 14px;
}

#column1hdrss {
	display: inline;
	 margin: 20px 40px 0px 43px;
	 width: 235px
}

#column2hdrss {
	margin-top: 20px;
	 width: 250px
}

#column3hdrss {
	margin: 20px 0px 0px 50px;
	 width: 313px
}

#column1corp {
	display: inline;
	 margin: 0px 0px 0px 0px;
	 width: 235px
}

#column2corp {
	margin: 0px;
	 width: 235px
}

#column3corp {
	margin: 0px 0px 0px 0px;
	 width: 313px
}

#column1 {
	display: inline;
	 margin: 0px 40px 0px 43px;
	 width: 235px
}

#column2 {
	margin: 0px;
	 width: 235px
}

#column3 {
	margin: 0px 0px 0px 65px;
	 width: 313px
}

#column1hdrss, #column2hdrss, #column3hdrss, #column1seeall, #column2seeall, #column3seeall {
    float: left;
}

#column1corp, #column2corp, #column3corp {
    min-height: 150px;
    height: auto !important;
    height: 150px;
    float: left;
}

#column1, #column2, #column3 {
    min-height: 150px;
    height: auto !important;
    height: 150px;
    float: left;
}


#columnseeall {
	clear: both;
	 display: inline;
	 float: left;
	 padding-bottom: 15px;
	 width: 960px
}

#column1seeall {
	clear: both;
	 margin: 10px 40px 0px 43px;
	 width: 235px
}

#column2seeall {
	margin-top: 10px;
	 width: 235px
}

#column3seeall {
	margin: 10px 0px 0px 80px;
	 width: 293px
}

#main_content {
    margin: 17px 20px 0;
    width: 628px;
    float: left;
    display: inline;
    border-right: 1px solid #CCCCCC;
}

#main_content_wide {
    margin: 17px 20px 0;
    width: 920px;
    float: left;
    display: inline;
}

#switch_boxes {
    float: left;
    display: inline;
    height: 169px;
/*	background: url('/images/gray_strip_CCCCCC_short.png') repeat-x; */
}

#ns_switch_box {
/*	background: url('/images/gray_strip_E1E1E1_short.png') repeat-x; */
}

.sb_active, .sb_inactive {
    display: block;
    float: left;
    height: 30px;
	border-right: 1px solid #ffffff; 
}

.sb_active span, .sb_inactive span {
    display: block;
    margin: 9px 18px 0;
}

.sb_active span, .sb_inactiveLink span {
    display: block;
    margin: 9px 18px 0;
}

.pb_active, .pb_inactive {
    display: block;
    float: right;
    height: 36px;
	width: 145px;
	margin-right: 9px;
	text-decoration: none;
}

.pb_active span, .pb_inactive span {
    display: block;
    margin: 4px 5px 0;
	font-size: 10px;
	
}

#bottom_switch_boxes .sb_active, #bottom_switch_boxes .sb_inactive {
   border: 1px solid #ffffff; 
    border-left: 0;
    border-bottom: 0;
}

#switch_boxes .sb_inactive {
   color: #333333;
   font-weight: normal;
   background: url('/images/gray_strip_CCCCCC_short.png') repeat-x;
}

#switch_boxes .sb_inactiveLink {
   color: #333333;
   font-weight: normal;
   background-color:#FFFFFF;
   display:block;
   float:left;
   height:30px;
}


a.sb_inactiveLink {
    font-size: 11px;
    color: #336699;
	text-decoration: none;
}

a.sb_inactiveLink:hover {
    font-size: 11px;
    color: #336699;
	text-decoration: underline;
}


#switch_boxes .sb_active {
	color: #FFFFFF;
	font-weight: bold;
	background: transparent url('/images/gray_strip_999999_short.png') repeat-x;
}

#promoBoxBodyTop .pb_active {
	background: #ffffff;;
	color: #666666;
}

#promoBoxBodyTop .pb_inactive {
	background: transparent url('/images/promobox/promo-link-highlight.png') no-repeat;
	color: #FFFFFF;
}

#switch_boxes a:hover.sb_inactive {
    background: transparent url('/images/gray_strip_999999_short.png') repeat-x;
	color: #FFFFFF;
}

#bottom_switch_boxes .sb_active {
    background: transparent url('/images/bottom-switch-box-tabs-bkgd.png') repeat-x;
}

#bottom_switch_boxes a:hover.sb_inactive {
    background: transparent url('/images/tab_grey_strip_off.gif') repeat-x;
}

#bottom_switch_boxes .sb_inactive {
    background: transparent url('/images/tab_grey_strip_over.gif') repeat-x;
}

#ns_switch_box .sb_active {
    background: transparent url('/images/gray_strip_CCCCCC_short.png') repeat-x;
	font-weight: bold;
}

#ns_switch_box a:hover.sb_inactive {
    background: transparent url('/images/tab_grey_strip_over.gif') repeat-x;
}

#ns_switch_box .sb_inactive {
    background: transparent url('/images/gray_strip_E1E1E1_short.png') repeat-x;
	font-weight: normal;
}

.switch_boxes_content {
	clear: both;	 
	background: transparent url(/images/switch-box-bkgd.png) repeat-x;	 
	width: 608px;	 
	height: 136px; 
	line-height:16px;	
}

.next_step_content {
	clear: both;
	background: url(/images/next-step-bkgd.png) repeat-x;	 
	width: 270px;	 


}

.switch_boxes_left {
	border-right: #b5b5b5 1px solid;
	 padding-right: 0px;
	 display: inline;
	 padding-left: 0px;
	 float: left;
	 padding-bottom: 0px;
	 margin: 10px 0px 10px 24px;
	 width: 262px;
	 padding-top: 12px;
	 height: 105px
}

.switch_boxes_left img, .switch_boxes_right img, .image_holder, #image_box {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.image_holder {
	float: left;
	 margin-bottom: 10px;
	 margin-right: 10px
}

#image_box {
	float: left;
	 margin-bottom: 10px;
	 margin-right: 10px
}

.image_holder {
	width: 241px;
	 margin-right: 0px;
	 text-align: center
}

.switch_boxes_right {
	padding-right: 0px;
	 padding-left: 0px;
	 float: left;
	 padding-bottom: 0px;
	 margin: 10px 0px 10px 20px;
	 width: 262px;
	 padding-top: 12px;
	 height: 117px;
}

.bsbc_content {
	clear: both;
	min-height: 75px;
	width: 540px;
	height: auto !important;
}

.bsbc_content_wide {
	clear: both;
	min-height: 75px;
	width: 920px;
	height: auto !important;
}

#left_content {
	float: left;
	width: 270px;
}

#ns_top {
	margin: 0;
    padding: 0;
	background: transparent;
	margin-top: 64px;
	width: 270px;
	height: 21px;
}

#ns_top span, #ns_form_1 form, #ns_form_2 form {
    display: block;
    border: 0;
    padding: 6px 0 0 0;
}

#ns_form_1, #ns_form_2 {
	background: none;
	border-bottom-width: 0px;
	width: 250px;
    border: 0;
    padding-top: 18px;
	margin-left: 10px;
    height: 118px;
}

#image_box {
    width: 246px;
    height: 197px;
    border: 1px solid #AEAEAE;
    margin-top: 15px;
    position: relative;
}

.ih_controls {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 246px;
    text-align: center;
}

.ih_controls_left, .ih_controls_num {
    float: left;
    margin-left: 5px;
}

.ih_controls_num {
    width: 210px;
}

.ih_controls_right {
    float: right;
    margin-right: 5px;
}

#content {
	clear: left;
	 float: left;
	 width: 608px;
}

#content_wide {
	clear: left;
	 float: left;
	 width: 920px;
}

.header {
	float: left;
}

div.headerTitle {
	float: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px; 
	color:#CC0000;
	overflow:visible;
	height: 24px;
}

div.headerTitleSidebar {
	float: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px; 
	color:#336699;
	overflow:visible;
	height: 24px;
}

.rss {
	float: right;
}

#footer {
	padding: 0;
	margin: 5px auto;
	width: 976px;
	text-align: center;
	color: #ffffff;
	clear: both;
	font-size: 10px;
	background-color: transparent ;
}

/* Buttons */

A.button {
	text-decoration: none;
	cursor: pointer;
}

.button_left {
	background: url(/images/button_left.gif) no-repeat;	 
	float: left;	  
	width: 4px;	 
	height: 21px;	
	margin-top: 2px;	
}

.button_main {
	background: url(/images/button_center.gif) repeat-x;	 
	float: left;	  
	height: 21px;	 
	margin-top: 2px;	
}

.button_main SPAN {
	display: block;	 
	margin: 4px 5px;
}

.button_right {
	background: url(/images/button_right.gif) no-repeat;	 
	float: left;	  
	width: 4px;	 
	height: 21px;	 
	clear: right;	
	margin-top: 2px;	
}

/* Border Elements */

#left_border {
	background: url('/images/shadow_left.gif') repeat-y; 
    border: 0;
    padding: 0;
    margin: 0;
    width: 8px;
    height: 100px;
    float: left;
}
#right_border {
	background: url('/images/shadow_right.gif') repeat-y;
    border: 0;
    padding: 0;
    margin: 0;
    width: 8px;
    height: 100px;
    float: left;
}
#bottom_border {
	background: url('/images/bottom_shadow.gif') repeat-y;
    width: 976px;
    height: 13px;
    border: 0;
    padding: 0;
    margin: 0;
    clear: both;
}

/*** Font Elements ***/

#footer a, .sb_active, .button_text {
    color: #ffffff;
    cursor: pointer;
}

.sb_inactive {
    color: #333333;
    cursor: pointer;
}

#bottom_switch_boxes .sb_active, #bottom_switch_boxes .sb_inactive {
    font-size: 12px;
}

.headlines, #dropmenudiv a {
    font-size: 11px;
    color: #666666;
}

a.headlines {
    font-size: 11px;
    color: #336699;
	text-decoration: none;
}

a.headlines:hover {
    font-size: 11px;
    color: #336699;
	text-decoration: underline;
}

a.highlights {
    color: #666666;
	text-decoration: none;
	line-height: 16px;
}

a.highlights:hover {
    color: #666666;
	text-decoration: underline;
}


a.headlines_red, .headlines_red, #dropmenudiv a:hover {
    font-size: 11px;
    color: #e91f37;
}

.bcparent {
	color: #e91f37
}

#navigation UL LI UL LI A:link {
	display: block;
	width: 180px;
	color: #FFFFFF;
	text-decoration: none;
}

#navigation UL LI UL LI A:visited {
	display: block;
	width: 180px;
	color: #FFFFFF;
	text-decoration: none;
}


#navigation UL LI UL LI A:active {
	display: block;
	width: 180px;
	color: #FFFFFF;
	text-decoration: none;
}

#navigation UL LI UL LI A:hover {
	display: block;
	width: 180px;
	color: #333333;
	text-decoration: none;
	background-color: #EFEFEF;
}


.subtext {
    font-style: normal;
    font-size: 9px;
    color: #999999;
}

#sec_nav a {
    color: #77AADD;
    font-weight: bold;
    font-size: 10px;
}

#sec_nav A.sec_nav_active_current{
	 text-decoration: none;
	 font-weight: 900;
	 color: #FFFFFF;
}

.sb_active A {
	font-weight: bold;
	 color: #ffffff
}

.sb_intactive A {
	font-weight: bold;
	 color: #ffffff
}

.switch_boxes_content {
	color: #ffffff
}

STRONG.black {
	color: #000000
}

#ns_top span{
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
}



.blue {
	color: #336699;
}

.boldGray {
	font-weight: bold; 
	color: #777777;
}

A.switch_box_link {
	color: #FFFFFF;
	font-weight: normal;
	margin-bottom: 5px;
}

DIV.sidebarColumn {
margin: 20px 0px; 
width: 270px;

}

DIV#promoBoxtop {
margin: 20px 0 0 0; 
width: 270px;
height: 38px; 
background: url('/images/promobox/promo-header-bkgd.png');
}

DIV#promoBoxBodyTop {
MARGIN: 0px; 
WIDTH: 270px; 
height: 108px; 
background: url('/images/promobox/promo-bkgd.png') repeat-y;
}

DIV#promoBoxBodyBottom {
MARGIN: 0px; 
WIDTH: 270px; 
height: 135px; 
background: url('/images/promobox/promo-bkgd.png') repeat-y;
}

DIV#promoBoxText {
MARGIN: 0 0 0 8px; 
WIDTH: 253px; 
height: 138px; 
background: url('/images/promobox/promo-text-bkgd.png') no-repeat;
}

DIV#promoBoxbottom {
MARGIN: 0px; 
WIDTH: 270px; 
height: 9px; 
background: url('/images/promobox/promo-bottom-shadow.png') no-repeat;
}

DIV#promoBigImageBox {
width: 108px;
height: 108px;
float: left;
margin-left: 8px;
}

* html DIV#promoBigImageBox {
    \margin-left: 4px; /* for IE5 and IE6 in quirks mode */
    m\argin-left: 8px; /* for IE6 in standards mode */
}

DIV.listBox {
	width: 270px;
	height: auto !important;
	border: solid #CCCCCC 1px;
	background: url('/images/sidebar-list-header-bkgd.png') no-repeat;
}

DIV.listBox DIV.listHeader {
	width: 258px;
	height: 35px;
	font-weight: normal;
	font-size: 16px;
	color: #FFFFFF;
	padding-top: 8px;
	padding-left: 12px;
	
}

DIV.listBox DIV.listBody {
	width: 250px;
	height: auto !important;
	font-weight: normal;
	font-size: 12px;
	color: #666666;
	padding: 0 10px 10px 10px;
	
}

A.sidebarListLink {
	position: relative;
	display: block;
	height: 26px;
	width: 250px;
}

A.sidebarListLinkGray {
	position: relative;
	display: block;
	height: 26px;
	width: 250px;
	background-color: #EFEFEF;
	border-top: 3px solid #FFFFFF;
}

A.sidebarListLinkDouble {
	position: relative;
	display: block;
	height: 50px;
	width: 250px;
}

A.sidebarListLinkDoubleGray {
	position: relative;
	display: block;
	height: 50px;
	width: 250px;
	background-color: #EFEFEF;
	border-top: 3px solid #FFFFFF;
}

A.sidebarListLink span, A.sidebarListLinkGray span {
	position: absolute;
	top: 50%;
	height: 14px;
	margin-top: -8px;
	margin-left: 6px;
	cursor: pointer;
} 

A.sidebarListLinkDouble span, A.sidebarListLinkDoubleGray span {
	position: absolute;
	top: 30%;
	height: 28px;
	margin-top: -8px;
	margin-left: 6px;
	cursor: pointer;
} 

UL.sidebarListList  {
margin-top: 4px;
}

UL.sidebarListList LI {
margin-bottom: 5px;
line-height: normal;
}

P.sidebarListGray {
	position: relative;
	display: block;
	height: 26px;
	width: 250px;
	background-color: #EFEFEF;
	border-top: 3px solid #FFFFFF;
}

P.sidebarListGray span {
	position: absolute;
	top: 50%;
	height: 14px;
	margin-top: -8px;
	margin-left: 6px;
}

P.sidebarList {
	position: relative;
	display: block;
	height: 26px;
	width: 250px;
}

P.sidebarList span {
	position: absolute;
	top: 50%;
	height: 14px;
	margin-top: -8px;
	margin-left: 6px;
}

.subHead, .subhead {
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* styles for Nextsteps modal forms */

form.modalform fieldset { margin-bottom: 12px; }
	
form.modalform legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	}
	
form.modalform label {
/*	display: -moz-inline-box; */
	line-height: 1.8;
	vertical-align: top;
	}
	
form.modalform fieldset ol {
	margin: 0;
	padding: 0;
	}
	
form.modalform fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	}
	
form.modalform fieldset li input {
	width: 250px;
	}
	
form.modalform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
	}
	
form.modalform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
	}
	
form.modalform fieldset fieldset label {
	display: block;
	width: auto;
	}

form.modalform em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
	}

form.modalform label { width: 40px; 	 } /* Width of labels */
form.modalform label.cxbox { width: 190px; 	 } /* Width of labels */
form.modalform label.wideLabel { width: 470px; 	 } /* Width of labels */
form.modalform fieldset fieldset label { margin-left: 23px; } /* Width plus 3 (html space) */

/*\*//*/ form.modalform legend { display: inline-block; } /* IE Mac legend fix */


form.modalform {
	width: 400px;
/*	font-size: 1.1em; */
	color: #333;
	font-weight: normal;
	}
	
form.modalform legend { padding-left: 0; }
	
form.modalform legend,
form.modalform label { color: #333; }

form.modalform fieldset {
	border: none;
	border-top: 1px solid #C1C1C1;
	background: url(/images/modalform-fieldset.gif) left bottom repeat-x;
	}
	
form.modalform fieldset fieldset { background: none; }
	
form.modalform fieldset li {
	padding: 5px 10px 7px;
	background: url(/images/modalform-divider.gif) left bottom repeat-x;
}
	
.quote {
	background-color:#F2F2F2;
	background-position:right bottom;
	background-repeat:no-repeat;
	font-family:serif;
	margin-left:20px;
	margin-bottom:20px;
	padding:15px;
	width:500px;
}

table.wpTable {
	margin-bottom: 15px;
}

td.wpDate {
	width: 100px;
}

a.videohighlights {
    color: #666666;
	text-decoration: none;
	line-height:16px;
}

a.videohighlights:hover {
    color: #666666;
	text-decoration: underline;
	line-height:16px;
}

td.videoIcon {
	width: 72px;
}

/*** new styles for October 3, 2008 update ***/
body {
background: #8D8B8B url(/images/web-background.jpg) top center no-repeat;
}

#footer, #footer a {
color:#333333;
cursor:pointer;
}

#left_border {
    background: url(/images/shadow-left.png) repeat-y;
/*     background: url('/images/shadow_left.gif') repeat-y; */
    border: 0;
    padding: 0;
    margin: 0;
    width: 8px;
    height: 100px;
    float: left;
}
#right_border {
    background: url(/images/shadow-right.png) repeat-y;
/* background: url('/images/shadow_right.gif') repeat-y; */
    border: 0;
    padding: 0;
    margin: 0;
    width: 8px;
    height: 100px;
    float: left;
}
#bottom_border {
    background: url(/images/bottom-shadow.png) repeat-y;
/*    background: url('/images/bottom_shadow.gif') repeat-y; */
    width: 976px;
    height: 13px;
    border: 0;
    padding: 0;
    margin: 0;
    clear: both;
}
	
    H2 { font-size: 100%;}
	
    UL.drawers {
        width: 250px;
    }
    
    UL.drawers, UL.drawercontent {
        list-style: none;
        margin: 0;
        padding: 5px 0px 5px 0;
    }
	
	LI  UL.drawercontent {
        padding: 5px 5px 5px 5px;
    }
    

	
	LI.drawer {
		border-right: 1px solid #EEEEEE;
		border-left: 1px solid #EEEEEE;
		}
		
	LI.last {
		border-bottom: 1px solid #EEEEEE;
		}
		
		
    
    H2.drawer-handle {
        margin: 0;
        padding: 5px;
        background: transparent url(/images/drawer-gray.png) top repeat-x;
		color: #FFFFFF;
		font-weight: normal;
		cursor:pointer;
    }
    
    H2.open {
  /*      background: transparent url(/images/drawer-gold.png) top repeat-x; */
		background: transparent url(/images/drawer-gray.png) top repeat-x;
		color: #FFFFFF;
    }
        
    -->
	
.newsticker {
	list-style-type: none;
	background: #ffffff;
	margin: 0;
}

UL#news  {
	list-style-type: none;
}

UL#news LI {
	padding-top: 4px;
}


.hrUnderNews {
border-top:1px solid #C2C2C2;
clear:both;
display:inline;
float:left;
line-height:1px;
margin:10px 0  10px 0;
padding:0;
width:100%;
}


	
.strongRed { 
	font-weight: bold;
	color: #CC0000;
}
	
.strongGray {
	font-weight: bold;
	color: #333333;
}
	
A.pSpotlight {
	text-decoration: none;
}

A.pSpotlight:hover {
	text-decoration: underline;
}
