body
{
	margin: 0;
	padding: 0;
	color: #000;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #FFF;
}

#fw_bg_container
{
	/*
	width: 950px;
	margin: 0 auto 0 auto;
	background-image: url(../images/fw_back_shad.gif);
	background-repeat: repeat-y;
	text-align: center;
*/
	margin: 0;
}

#container
{
	width: 900px;
	margin: 0;
	background: white url(/images/homepage/shadow_divider.gif) repeat-y right top;
	padding-right: 9px;
}

a { color: #06c; }

/* use for any instances of representing our tagline (The Power To Know) in text */
/* note you will still need to put the TM in superscript:  <sup>&reg;</sup>  */
.tagline
{
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-style: italic;
}

.tagline sup { font-size: 80%; }

#header
{
	width: 900px;
	padding: 0;
	position: relative;
	height: 77px;
	margin: 0 auto 0 auto;
}

/* we should not use text replacement to handle the SAS logo */
#header h1
{
	padding: 0;
	float: left;
	margin: 13px 0;
	width: 126px;
	height: 35px;
}

#header h1 a
{
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 126px;
	height: 35px;
	text-decoration: none;
	font-size: 1px;
}

#header h1 img
{
	padding: 0;
	margin: 0;
	border: none;
}

#mission
{
	padding: 0;
	margin: 13px 0;
	float: left;
	width: 258px;
	height: 35px;
	border: none;
}

#mission a
{
	font-size: 45%;
	color: #666;
}

#mission a img
{
	border: none;
	display: block;
	width: 258px;
	height: 35px;
}

/* search box at top right of screen */
#searchBox
{
	margin: 0;
	padding: 0;
	width: 185px;
	height: 30px;
	position: absolute;
	top: 20px;
	right: 0px;
}

#searchField
{
	width: 115px;
	background: #fff url(/includes/headers/images/bg_searchbox.gif) top left repeat-x;
	border: 1px solid #A5ACB2;
}

#searchButton
{
	width: 53px;
	height: 20px;
	padding: 0;
	vertical-align: top;
	margin: 1px 0 0 0;
}

/* local navigation menu (gray text on a white background) 
ul#localmenu
{
	margin: .5em 0 .5em 0;
	padding: 0;
	list-style-type: none;
	float: right;
}

ul#localmenu li
{
	height: 1em;
	float: left;
	padding: 0 1px 0;
	margin: 50px 0 0 0;
}

#localmenu li a
{
	text-decoration: none;
	margin: 0;
	padding: 0 2px 0 2px;
	color: #737A82;
	top: 0;
	font-size: 70%;
	font-weight: bold;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
}

#localmenu li a:hover { color: #007DC3; }

*/

/* local navigation menu (gray text on a white background) */
#localmenu
{
	position: absolute;
	top: 48px;
	left: 480px;
	margin: 0;
	padding: 0;
	width: 420px;
	height: 26px;
	font-size: 80%;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

#localmenu li
{
	height: 26px;
	list-style: none;
	float: left;
	padding: 0 1px 0;
	margin: 0;
}

/* pre-load the mouseover image to prevent flickering in several browsers */
#localmenu li#news
{
	width: 38px;
	background: url(/includes/headers/images/news-over.jpg) bottom left no-repeat;
}

#localmenu li#events
{
	background: url(/includes/headers/images/events-over.jpg) bottom left no-repeat;
	width: 50px;
}

#localmenu li#consulting
{
	background: url(/includes/headers/images/consulting-over.gif) bottom left no-repeat;
	width: 75px;
}

#localmenu li#careers
{
	background: url(/includes/headers/images/careers-on.gif) bottom left no-repeat;
	width: 60px;
}

#localmenu li#contact
{
	background: url(/includes/headers/images/contact-over.jpg) bottom left no-repeat;
	width: 77px;
}

#localmenu li#resource
{
	background: url(/includes/headers/images/resource-over.gif) bottom left no-repeat;
	width: 108px;
}

#localmenu li a
{
	text-decoration: none;
	margin: 0;
	padding: 0;
	color: #000;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}

/* this is the clear 1px gif that we use to get an alt tag in there */
#localmenu li a img
{
	border: none;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

#localmenu li#news a
{
	background: url(/includes/headers/images/news.jpg) bottom left no-repeat;
	width: 38px;
}

#localmenu li#news a:hover { background: url(/includes/headers/images/news-over.jpg) bottom left no-repeat; }

#localmenu li#events a
{
	background: url(/includes/headers/images/events.jpg) bottom left no-repeat;
	width: 50px;
}

#localmenu li#events a:hover { background: url(/includes/headers/images/events-over.jpg) bottom left no-repeat; }

#localmenu li#consulting a
{
	background: url(/includes/headers/images/consulting.gif) bottom left no-repeat;
	width: 75px;
}

#localmenu li#consulting a:hover { background: url(/includes/headers/images/consulting-over.gif) bottom left no-repeat; }

#localmenu li#careers a
{
	background: url(/includes/headers/images/careers.gif) bottom left no-repeat;
	width: 60px;
}

#localmenu li#careers a:hover { background: url(/includes/headers/images/careers-on.gif) bottom left no-repeat; }

#localmenu li#contact a
{
	background: url(/includes/headers/images/contact.jpg) bottom left no-repeat;
	width: 77px;
}

#localmenu li#contact a:hover { background: url(/includes/headers/images/contact-over.jpg) bottom left no-repeat; }

#localmenu li#resource a
{
	background: url(/includes/headers/images/resource.gif) bottom left no-repeat;
	width: 108px;
}

#localmenu li#resource a:hover { background: url(/includes/headers/images/resource-over.gif) bottom left no-repeat; }

/* main site navigation menu (deep blue 3-d bar) */
#navigation
{
	background: url(/includes/headers/images/nav_16.jpg) top right repeat-x;
	position: absolute;
	left: 0;
	top: 76px;
	width: 900px;
	min-width: 850px;
	height: 43px;
	padding: 0;
	margin: 0;
}

#ww_link
{
	position: absolute;
	top: -2px;
	right: 10px;
	width: 130px;
	margin: 0;
	padding: 0;
	color: white;
}


#ww_box
{
	width: 35em;!important
	width: 30em;
	display: block;
	background-color: white;
	z-index: 200;
	border-color: #0A357C;
	border-width: 2px;
	border-style: solid;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -5px;
	right: 5px;
}

#ww_sites a { text-decoration: none; }
#ww_sites a:hover { text-decoration: underline; }

#ww_sites h4
{
	color: #333;
	font-size: 1.1em;
	clear: both;
	margin: 0 0 4px 0;
	padding: 0;
}

#ww_sites li { padding: 1px 0 1px 0; }

#ww_sites li a
{
	text-decoration: none;
	padding: 0 0 0 10px;
}

#ww_sites li.active a
{
	text-decoration: none;
	padding: 0 0 0 10px;
	color: #FC721C;
}

#ww_sites li a:hover { text-decoration: underline; }

#ww_sites ul
{
	list-style-type: none;
	padding: 0;
	margin: 0 30px 10px 0;
	float: left;
	position: relative;
}

#ww_sites
{
	margin: 0 0 0 15px;
	font-size: .8em;
	z-index: 200;
}

#ww_sites p
{
	margin: 0 0 10px 0;
	position: relative;
}


#ww_close
{
	float: right;
	margin: 0 10px 0 0;
	_margin: 0 -8px 0 0;
	position: relative;
}

#ww_close a
{
	background-image: url(../images/homepage/ww_sites_close.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding: 0 14px 0 0;
	color: #FC721C;
	text-decoration: none;
}

#ww_close a:hover { text-decoration: none; }

#navigation form p
{
	margin: 0;
	padding: 0;
}

#navigation form select
{
	display: block;
	position: relative;
	right: 0;
	padding: 0;
	height: 18px;
	width: 145px;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
}

#navigation form input
{
	position: absolute;
	top: 2px;
	right: 0;
	margin: 0;
	padding: 0;
}

#navigation form option { margin: 0 0 0 10px; }

#primary_nav
{
	height: 43px;
	position: relative;
	list-style-type: none;
	font-size: 70%;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin: 0 90px 0 0;
	padding: 0;
	background: url(/includes/headers/images/nav_16.jpg) top right repeat-x;
	width: 700px;
}

#primary_nav li
{
	height: 43px;
	margin: 0;
	padding: 0;
	float: left;
}

#primary_nav li a img
{
	position: absolute;
	top: 10px;
	width: 100%;
	height: 100%;
	border-width: 0;
	border-style: none;
}

#primary_nav li#sashome
{
	width: 71px;
	background: url(/includes/headers/images/home-on_over.jpg) top left no-repeat;
}

#primary_nav li#products
{
	width: 143px;
	background: url(/includes/headers/images/prod-over.jpg) top left no-repeat;
}

#primary_nav li#success
{
	width: 125px;
	background: url(/includes/headers/images/success-over.gif) top left no-repeat;
}

#primary_nav li#partners
{
	width: 73px;
	background: url(/includes/headers/images/partners-over.jpg) top left no-repeat;
}

#primary_nav li#company
{
	width: 69px;
	background: url(/includes/headers/images/company-over.jpg) top left no-repeat;
}

#primary_nav li#support
{
	width: 127px;
	background: url(/includes/headers/images/support-over.gif) top left no-repeat;
}

#primary_nav li a
{
	text-decoration: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}

#primary_nav li#sashome a
{
	background: url(/includes/headers/images/home-on.jpg) top left no-repeat;
	width: 71px;
}

#primary_nav li#sashome a:hover
{
	background: url(/includes/headers/images/home-on_over.jpg) top left no-repeat;
	width: 71px;
}

#primary_nav li#products a
{
	width: 143px;
	background: url(/includes/headers/images/prod.jpg) top left no-repeat;
}

#primary_nav li#products a:hover { background: url(/includes/headers/images/prod-over.jpg) top left no-repeat; }

#primary_nav li#success a
{
	width: 125px;
	background: url(/includes/headers/images/success.gif) top left no-repeat;
}

#primary_nav li#success a:hover { background: url(/includes/headers/images/success-over.gif) top left no-repeat; }

#primary_nav li#partners a
{
	width: 73px;
	background: url(/includes/headers/images/partners.jpg) top left no-repeat;
}

#primary_nav li#partners a:hover { background: url(/includes/headers/images/partners-over.jpg) top left no-repeat; }

#primary_nav li#company a
{
	width: 69px;
	background: url(/includes/headers/images/company.jpg) top left no-repeat;
}

#primary_nav li#company a:hover { background: url(/includes/headers/images/company-over.jpg) top left no-repeat; }

#primary_nav li#support a
{
	background: url(/includes/headers/images/support.gif) top left no-repeat;
	width: 127px;
}

#primary_nav li#support a:hover { background: url(/includes/headers/images/support-over.gif) top left no-repeat; }

/* feature story */
#feature_block
{
	position: absolute;
	top: 115px;
}

#feature_story
{
	position: relative;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 900px;
	height: 123px;
	top: 2px;
}

#feature_story h2
{
	margin: 0;
	padding: 0;
}

#feature_story h2 a
{
	font-size: 70%;
	color: #666;
}

#feature_story h2 a img
{
	width: 900px;
	height: 123px;
	border: none;
	padding: 0;
	margin: 0;
}

/* secondary_nav (aka start menu - "Recommended Starting Points") 
#secondary_nav
{
	background: url(/images/startpt_bg.gif) top right repeat-x;
	position: relative;
	margin: 0;
	padding: 12px 0 0 25px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	height: 36px;
	top: 0px;
	width: 900px; /*All for you sweet IE 5.5
	voice-family: "\"}\""; /* part of the box model hack for ie5.5
	voice-family: inherit;
	width: 875px;
}


#secondary_nav h2
{
	width: 198px;
	height: 36px;
	float: left;
	margin: 0;
	padding: 0;
	color: #5B5B5C;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 12px;
}

#secondary_nav ul
{
	margin: 0;
	padding: 0;
	float: left;	
}

#secondary_nav li
{
	list-style: none;
	padding: 0 0px 0px 5px;
	margin: 0;
	height: 36px;
	float: left;
}

#secondary_nav li a
{
	color: #787879;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: .75em;
	border-right: #5C5C5D;
	border-width: 0 1px 0 0;
	border-style: none solid none solid;
	padding: 0 10px 0 8px;
	text-decoration: none;
}

li#sasuser a
{
	color: #787879;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: .75em;
	text-decoration: none;
	border-width: 0;
}

#secondary_nav li a:hover, li#sasuser a:hover
{
	color: #5B5B5C;
	background-image: url(../images/startingpoints_bullet.gif);
	background-repeat: no-repeat;
	background-position: left 50%;
}
*/

/* secondary_nav (aka start menu - "Recommended Starting Points") */
#secondary_nav
{
	background: url(/images/startpt_bg.gif) top right repeat-x;
	position: absolute;
	top: 125px;
	width: 900px;
	min-width: 850px;
	height: 36px;
	margin: 0;
	padding: 0;
	font-size: 80%;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

#secondary_nav h2
{
	text-indent: -50000px;
	background: url(/images/startingpoints.gif) top right no-repeat;
	width: 198px;
	height: 36px;
	float: left;
	margin: 0;
	padding: 0;
}

#secondary_nav ul
{
	margin: 0;
	padding: 0;
}

#secondary_nav li
{
	list-style: none;
	padding: 0;
	margin: 0;
	height: 36px;
	float: left;
}

#secondary_nav li a img
{
	border: none;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

/* pre-load the mouseover image to prevent flickering in several browsers */
#secondary_nav li#executive
{
	width: 59px;
	background: url(/images/start_1exec_over.gif) top left no-repeat;
}

#secondary_nav li#it
{
	width: 93px;
	background: url(/images/start_2it_over.gif) top left no-repeat;
}

#secondary_nav li#business
{
	width: 108px;
	background: url(/images/bizman_on.gif) top left no-repeat;
}

#secondary_nav li#press
{
	width: 49px;
	background: url(/images/start_4press_over.gif) top left no-repeat;
}

#secondary_nav li#sasuser
{
	width: 54px;
	background: url(/images/start_5user_over.gif) top left no-repeat;
}

#secondary_nav li a
{
	text-decoration: none;
	margin: 0;
	padding: 0;
	color: #333;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}

#secondary_nav li#executive a
{
	background: url(/images/start_1exec.gif) top left no-repeat;
	width: 59px;
}

#secondary_nav li#executive a:hover { background: url(/images/start_1exec_over.gif) top left no-repeat; }

#secondary_nav li#it a
{
	background: url(/images/start_2it.gif) top left no-repeat;
	width: 93px;
}

#secondary_nav li#it a:hover { background: url(/images/start_2it_over.gif) top left no-repeat; }

#secondary_nav li#business a
{
	background: url(/images/bizman_off.gif) top left no-repeat;
	width: 108px;
}

#secondary_nav li#business a:hover { background: url(/images/bizman_on.gif) top left no-repeat; }

#secondary_nav li#gov_ed a
{
	background: url(/images/start_3gov.gif) top left no-repeat;
	width: 136px;
}

#secondary_nav li#gov_ed a:hover { background: url(/images/start_3gov_over.gif) top left no-repeat; }

#secondary_nav li#press a
{
	background: url(/images/start_4press.gif) top left no-repeat;
	width: 49px;
}

#secondary_nav li#press a:hover { background: url(/images/start_4press_over.gif) top left no-repeat; }

#secondary_nav li#sasuser a
{
	background: url(/images/start_5user.gif) top left no-repeat;
	width: 54px;
}

#secondary_nav li#sasuser a:hover { background: url(/images/start_5user_over.gif) top left no-repeat; }

#maincontent
{
	width: 900px;
	text-align: left;
	background-image: url(/images/homepage/maincontent_bg.gif);
	background-repeat: repeat-y;
	margin: 210px 0 0 0;
}

#maincontent h3
{
	font-size: .8em;
	text-transform: uppercase;
	font-weight: bold;
	color: #707070;
	background: url(/images/homepage/dot.gif) repeat-x bottom;
	margin: 0;
	padding: 0 0 5px 5px;
}

#maincontent h4
{
	margin: 0;
	padding: 0;
}

#maincontent p { font-size: 75%; }
#maincontent a { text-decoration: none; }
#maincontent a:hover { text-decoration: underline; }

#maincontent img
{
	border-width: 0;
	padding: 5px 0 5px 0;
}

p.more a
{
	display: block;
	margin: 20px 0 20px 0;
	font-weight: bold;
	text-decoration: none;
	background: url(/images/homepage/morearrow.gif) center left no-repeat;
	padding: 0 0 0 11px;
}

p.more a:hover { text-decoration: underline; }

#leftcol
{
	width: 189px;
	float: left;
	padding: 0 0 0 20px;
}

#leftcol h4
{
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 75%;
}

#leftcol p
{
	margin: 0;
	line-height: 16px;
}

#ad_link
{
	background: url(/images/homepage/dot.gif) repeat-x top;
	margin: 0 0 0 0;
	padding: 10px 0px 0px 0px;
}

/* Center Column Styles */
#centercol
{
	width: 430px;
	/*All for you sweet IE 5.5*/
	float: left;
	padding: 0 15px 0 55px;
	clear: none;
	voice-family: "\"}\"";
	/* part of the box model hack for ie5.5*/
	voice-family: inherit;
	width: 360px !important;
}

.featuredProduct { margin: 15px 0 0 0; }

.featuredProduct h4
{
	font-size: 80%;
	display: block;
	float: right;
	width: 260px;
}

.featuredProduct a { text-decoration: none; }
.featuredProduct a:hover { text-decoration: underline; }

.featuredProduct p
{
	float: right;
	width: 260px;
	margin: 0;
}

.featuredProductImage
{
	width: 94px;
	float: left;
	padding: 12px 0 20px 0;
}

#resourceCenter
{
	margin: 15px 0 0 0;
}

#resourceCenter h4
{
	font-size: 80%;
	display: block;
	float: right;
	width: 260px;
}

#resourceCenter p
{
	float: right;
	width: 260px;
	margin: 0;
}

#lists
{
	width: 360px;
	float: none;
	clear: both;
}

#industrySolutions
{
	/* background: url(/images/homepage/dot.gif) repeat-y left; */
	padding: 0px;
	width: 150px;
	margin: 0;
	float: right;
}

li.smb
{
	line-height: 30px;
	font-weight: bold;
	white-space: nowrap;
}

#technologies
{
	width: 160px;
	padding: 0 10px 0 0;
	margin: 0 180px 0 0px;
}

#solutionLines
{
	background: url(/images/homepage/dot.gif) repeat-y right;
	width: 180px;
	padding: 0;
	margin: 0 0 30px 0;
}

#industrySolutions h3, #technologies h3, #solutionLines h3
{
	color: #06c;
	background: none;
	padding: 0;
	margin: 0;
}

#technologies h3
{
	margin: 7px 0 0 0;
	padding: 3px 0;
	background: url(/images/homepage/dot.gif) repeat-x top;
}

#industrySolutions ul, #technologies ul, #solutionLines ul
{
	list-style-type: none;
	font-size: 75%;
	padding: 0;
	margin: 0;
}

#industrySolutions a, #technologies a, #solutionLines a { text-decoration: none; }
#industrySolutions a:hover, #technologies a:hover, #solutionLines a:hover { text-decoration: underline; }

#industrySolutions li, #technologies li, #solutionLines li
{
	padding: 1px 5px 1px 0;
	margin: 0;
}

/* Right column nav */
#rightcol
{
	width: 226px;
	float: right;
	padding: 0 20px 0 0px;
	clear: none;
}

ul#news_list
{
	margin: 0 0 0 0px;
	padding: 0;
	list-style-type: none;
}

ul#news_list li
{
	padding: 5px 0 5px 16px;
	background-image: url(../images/homepage/news_list_bullet.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
}

ul#news_list li.urgent
{
	padding: 5px 0 5px 20px;
	background-image: url(../images/homepage/urgentnews_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

ul#news_list li.urgent a { color: #FC721C; }

ul#news_list li a
{
	padding: 5px 0 5px 0;
	color: #0E65CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

ul#news_list li a:hover { text-decoration: underline; }
div.home_event { margin: 0px 0 30px 0; }
div.home_event img { padding: 0 0 5px 0; }
div.home_event p { margin: 0; }

div.home_event ul
{
	margin: 10px 0 0 0;
	padding: 0;
	list-style-type: none;
}

div.home_event ul li
{
	padding: 1px 0 1px 14px;
	background-image: url(../images/homepage/news_list_bullet.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	_height: 1%;
	font-size: .78em;
}

#tagline
{
	width: 900px;
	clear: both;
	position: relative;
	background-color: white;
	height: 58px;
}

#tagline h4
{
	float: right;
	text-indent: -50000px;
	background: url(/images/powertoknow.gif) top right no-repeat;
	padding: 0;
	margin: 0;
	height: 58px;
	width: 97px;
}

#footer
{
	width: 909px;
	margin: 0;
	padding: 2px 0 2px 0;
	color: white;
	text-transform: uppercase;
	font-size: 9px;
	overflow: visible;
	height: 24px;
	background: #039 url(/images/homepage/shadow_footer.gif) no-repeat right bottom;
}

#footer ul
{
	margin: 0 0 0 10px;
	padding: 0;
	float: left;
}

#footer li
{
	display: block;
	float: left;
	list-style-type: none;
	margin: 0;
}

#footer li a
{
	color: white;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
	border-right: 1px solid #fff;
}

#footer p
{
	float: right;
	padding: 0;
	margin: 0;
}

#footer p a
{
	padding: 0px 15px 0px 0;
	color: white;
	text-decoration: none;
}

#rsp
{
	position: absolute;
	top: 128px;
	width: 900px;
	height: 20px;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	background-color: #B4B5B5;
	border-color: #D4DBEE;
	border-width: 2px 0 0 0;
	border-style: solid;
}

#rsp h2
{
	color: white;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0px 12px 0 10px;
	display: inline;
	line-height: 18px;
}

#rsp .divider
{
	background-color: #696A6A;
	width: 240px;
	height: 15px;
	padding: 3px 0 2px 0;
	float: left;
}

#rsp ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 640px;
	float: right;
}

#rsp ul li
{
	float: left;
	margin: 0;
	padding: 3px 10px 5px 0;
}

#rsp ul li a
{
	color: #333333;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	border-right: #8D8D8D;
	border-width: 0 1px 0 0;
	border-style: none solid none none;
	padding: 0 10px 0 0;
}

#rsp ul li.last a
{
	border-right: #8D8D8D;
	border-width: 0;
	border-style: none;
}

#rsp ul li a:hover { color: #363636; }


#resource_links
{
	float: right;
	width: 260px;
	_width: 260px;
}

#resource_links ul
{
	list-style-type: none;
	margin: 10px 50px 0 0;
	_margin: 10px 40px 0 0;
	padding: 0;
	float: left;
	font-size: 75%;
}
