/**************************************/
/*   Main Navigation Tabs             */
/**************************************/

#nav-main {
    margin-left                                 : 3px;
	width										: 970px;
	position                                    : absolute;
	top                                         : 107px;
}

#nav-main ul {
	margin										: 0px;
	padding										: 0px;
	list-style									: none;

}
 
#nav-main li {
	float										: left;
	background									: url("/lib/Global/Images/nav-tabs/tab-left.gif") no-repeat left top; 
	margin										: 0px;
	padding										: 0 0 0 10px;
	height                                      : 44px;
	line-height									: 42px;
}
 
#nav-main a {
	/*background									: url("/lib/Global/Images/nav-tabs/tab-right.gif") no-repeat right top; */
	padding										: 18px 15px 12px 6px;
	text-decoration								: none;
	font-weight									: bold;
	color										: #fff;
	height                                      : 44px;
	line-height                                 : 50px;
	display                                     : inline;
}

 #nav-main a.currenttab 
 {
 	background									: url("/lib/Global/Images/nav-tabs/tab-right.gif") no-repeat right top;
	text-decoration								: none;
	font-weight									: bold;
	color										: #fff;
	height                                      : 44px;
	line-height                                 : 50px;
	display                                     : inline;
	padding	: 17px 15px 12px 6px;\/*IE8 only*/
	padding	: 17px 15px 12px 6px;/*Mozilla - Firefox only*/
	[padding : 17px 15px 12px 6px;
	padding	: 17px 15px 12px 6px;]/*Opera and newer Safary 4+*/
}
/*end*/

/*\*/
html*#nav-main a.currenttab {
	[padding: 17px 15px 12px 6px;/*Affects older Firefox and Netscape browsers only. Seen also by IE5-6 and Safari for Macintosh,
	which is addressed below.*/
	padding	: 17px 15px 12px 6px;/*Affects Google Chrome (v1-2) and Safari for Macintosh (v1-3). Seen also by IE5-6, but that's addressed below.
	Also hidden from older Firefox and Netscape browsers.*/
	]padding: 18px 15px 12px 6px;/*Affects IE 7 only. Seen by IE5-6 but thats addressed below. Hidden from Safari and all Firefox
	and Netscape browsers.*/
}/**/
.dummyend[id]{clear:both/*end hack using dummy attribute selector for IE5 mac, else error in CSS occurs!*/}

/*The above rule is hidden from IE for MAC, and read only by older Firefox and Netscape 6-7 and IE5-7 for PC,
and Chrome/Safari, in general.*/
/*Newer Firefox and Netscape agents reads rule, but does not read any properties set within [], so is unaffected
by it, probably because it sees these as part of an attribute selector. Those will be hidden.*/
/*IE 7 on PC will correctly read all rules as it will ignore many characters before a property*/
/*Safari, as well as Chrome, see each [] as a character and not part of a selector, if one falls before a property.
These cause the property name following the character to not be read, but next line without "[]" property is  parsed.*/
/*use of [] will break all css selectors following the rule, if all are not closed, as Mozilla-Netscape read the []
as part of a selector rule, so make sure they are all closed, using dummy selector.*/

/*\*/
* html #nav-main a.currenttab {
	padding	: 17px 15px 12px 6px;/*Finally, be sure to reapply a fix that affects IE 5-6 only here. IE for Mac and IE 7-8 for PC are
	not affected here, which means purple above should work only in IE 7 above and gray for IE8!*/
}
/**/
 
 
 
 

/* Commented Backslash Hack
 hides rule from IE5-Mac \*/
#nav-main a {
	float										: none;
}

/* End IE5-Mac hack */
#nav-main a:hover {
	color										: #fff;
}

#nav-main .current {
	background-image							: url("/lib/Global/Images/nav-tabs/tab-left_on.gif");
}

#nav-main .last a {
	background-image							: url("/lib/Global/Images/nav-tabs/tab-right-last.gif") no-repeat right top;
}

#nav-main .current a {
	background-image							: url("/lib/Global/Images/nav-tabs/tab-right_on-last.gif");
}

#nav-main .login {
	float										: right;
}

/**************************************/
/*   Navigation Tools Tabs            */
/**************************************/

#nav-tools {
	width										: 700px;
	float                                       : right;
	clear                                       : both;
	position                                    : relative;
	top                                         : -70px;
	right                                       : 0px;

}

#nav-tools ul {
	margin										: 0px 12px 0px 0px;
	padding										: 0px;
	list-style									: none;
	float                                       : right;
}

#nav-tools li {
	 display                                    : inline;
	 margin										: 0px;
	 padding									: 0px;
	 font-size                                  : 11px;
	 font-weight                                : bold;
}

#nav-tools li input[type="image"] {
     position                                   : relative;
     top                                        : 7px;
}

#nav-tools a {
    background									: url("/lib/Global/Images/nav-tools/tab-right.gif") no-repeat right;
    padding									    : 0px 10px 0px 8px;
    text-decoration							    : none;	
    color										: #00495d;
 /* font-size                                   : 11px; */
    display                                     : -moz-inline-stack;
    display                                     : inline-block;
    zoom                                        : 1;
    *display                                    : inline;
}

#nav-tools li fieldset {
    padding                                     : 0px;
    margin                                      : 0px;
    border                                      : none;
	margin-left                                 : 10px;
	display                                     : inline;
	position                                    : relative;
}

#nav-tools img {
    position                                    : relative;
    top                                         : 5px;
}

#nav-tools label {
    margin-left                                 : 10px;
}


 
#nav-tools .current a {
	 background							        : url("/lib/Global/Images/nav-tools/tab-right-on.gif") no-repeat right;
     height:21px;
} 

 #nav-tools .current 
 {
 	background							        : url("/lib/Global/Images/nav-tools/tab-left-on.gif") no-repeat left;
	display                                     : -moz-inline-stack;
    zoom                                        : 1;
    display										: inline;
    height										: 21px;
    
	display  : inline-block !important;\/*IE8 only*/
	display  : inline-block !important;/*Mozilla - Firefox only*/
	[display  : inline-block !important;
	display  : inline-block !important;]/*Opera and newer Safary 4+*/
}
/*end*/

/*\*/
html*#nav-tools .current {
	[display  : inline-block !important;/*Affects older Firefox and Netscape browsers only. Seen also by IE5-6 and Safari for Macintosh,
	which is addressed below.*/
	display  : inline-block !important;/*Affects Google Chrome (v1-2) and Safari for Macintosh (v1-3). Seen also by IE5-6, but that's addressed below.
	Also hidden from older Firefox and Netscape browsers.*/
	]display  : inline !important;/*Affects IE 7 only. Seen by IE5-6 but thats addressed below. Hidden from Safari and all Firefox
	and Netscape browsers.*/
}/**/
.dummyend[id]{clear:both/*end hack using dummy attribute selector for IE5 mac, else error in CSS occurs!*/}

/*The above rule is hidden from IE for MAC, and read only by older Firefox and Netscape 6-7 and IE5-7 for PC,
and Chrome/Safari, in general.*/
/*Newer Firefox and Netscape agents reads rule, but does not read any properties set within [], so is unaffected
by it, probably because it sees these as part of an attribute selector. Those will be hidden.*/
/*IE 7 on PC will correctly read all rules as it will ignore many characters before a property*/
/*Safari, as well as Chrome, see each [] as a character and not part of a selector, if one falls before a property.
These cause the property name following the character to not be read, but next line without "[]" property is  parsed.*/
/*use of [] will break all css selectors following the rule, if all are not closed, as Mozilla-Netscape read the []
as part of a selector rule, so make sure they are all closed, using dummy selector.*/

/*\*/
* html #nav-tools .current {
	display  : inline-block !important;/*Finally, be sure to reapply a fix that affects IE 5-6 only here. IE for Mac and IE 7-8 for PC are
	not affected here, which means purple above should work only in IE 7 above and gray for IE8!*/
}
/**/
 
/* Commented Backslash Hack
 hides rule from IE5-Mac \*/
#nav-tools a {
	float										: none;
}
/* End IE5-Mac hack */
#nav-tools a:hover {
}
 
/* Commented Backslash Hack
 hides rule from IE5-Mac \*/
#nav-tools a {
	float										: none;
}
/* End IE5-Mac hack */
#nav-tools a:hover {
}

/**************************************/
/*   Sub Navigation                   */
/**************************************/

.nav-sub {
	width										: 235px;
}

.nav-sub h3{
	color										: #fff;
	height										: 24px;
	line-height									: 24px;
	padding										: 2px 10px 2px 10px;
	margin										: 0px;
	border										: none;
	font-size									: 12px;		
}

.nav-blue h3 {background: #0CAEE7 url('/lib/Global/Images/nav-sub/nav-sub-header-blue.gif') no-repeat top left;}
.nav-green h3 {background: #66a02c url('/lib/Global/Images/nav-sub/nav-sub-header-green.gif') no-repeat top left;}
.nav-yellow h3 {background: #FFBA10 url('/lib/Global/Images/nav-sub/nav-sub-header-yellow.gif') no-repeat top left;}
.nav-pink h3 {background: #CB2055 url('/lib/Global/Images/nav-sub/nav-sub-header-pink.gif') no-repeat top left;}

.nav-sub p {
	margin										: 0px;
	padding										: 10px;
	background									: #fff url('/lib/Global/Images/nav-sub/nav-sub-p-bg.gif') repeat-y left bottom;	
}

.nav-sub ul {
	margin										: 0px 0px 11px 0px;
	padding										: 0px 0px 2px 0px;
	list-style									: none;
	margin-bottom								: 7px;
	background									: url('/lib/Global/Images/nav-sub/nav-sub-footer.gif') repeat-x 0 bottom;	
}

.nav-sub ul li {
	padding										: 0px 0px 0px 10px;
	margin-bottom								: 2px;
	background									: transparent url('/lib/Global/Images/nav-sub/nav-sub-bg.gif') repeat-x 0 bottom;
	border										: #e4e8e9 1px solid;
	width                                       : 220px;
}

.nav-sub ul li a {
	background									: #fff url('/lib/Global/Images/arrows/arrow-sub-nav-f1.gif') no-repeat center left;
	padding										: 0px 5px 0px 10px;
	text-decoration								: none;
	display										: block;
}


.nav-sub ul li p {
	background									: none;	
	margin									    : 0px;
	margin-left								    : -10px !important;	
}

.nav-sub ul li div.paButton {
	margin-bottom								: 10px !important;	
}

.nav-sub ul li .BoardLink{
	background									: none;
	padding-left                                : 0px;
	margin-bottom                               : 5px;
}

.link {
	background									: url('/lib/Global/Images/arrows/arrow-sub-nav-f1.gif') no-repeat center left !important;
	margin-right								: 4px !important;
}

.linkdoc {
  	background									: url(/lib/Global/Images/icons/icon-doc.gif) no-repeat left center !important;
  	margin-right								: 4px !important;
	margin-left									: -17px !important;
}

.linkdocx {
  	background									: url(/lib/Global/Images/icons/icon-doc.gif) no-repeat left center !important;
  	margin-right								: 4px !important;
	margin-left									: -17px !important;
}

.linkxsl  {
  	background									: url('/lib/Global/Images/icons/icon-xls.gif') no-repeat left center !important;
	margin-left									: -4px !important;
	padding-left                                : 16px !important;
}

.linkxlsx  {
  	background									: url('/lib/Global/Images/icons/icon-xls.gif') no-repeat left center !important;
	margin-left									: -4px !important;
	padding-left                                : 16px !important;
	}

.linkpdf  {
	background									: url('/lib/Global/Images/icons/icon-pdf.gif') no-repeat left center !important;
	margin-left									: -4px !important;
	padding-left                                : 16px !important;
}

/**************************************/
/******     Sign up Box     ***********/
/**************************************/

.signup-box {
	width										: 235px;
	height										: 87px;
	background									: url('/lib/Global/Images/nav-sub/nav-sub-mpu.gif') no-repeat 0 top;
}

.signup-box {
	padding										: 15px
}

.signup-box p {
	margin										: 0px;
}

/**************************************/
/*      Breadcrumb Navigation         */
/**************************************/

.breadcrumb-container{
	width										: 679px;
	position									: absolute; 
	padding 								    : 100px 0 0 18px;
	margin-left                                 : 3px;	
}

.breadcrumb-container ul {
	list-style									: none;
	margin										: 0px 0;
	padding										: 0px;
}
 
.breadcrumb-container li {
	float										: left;
	color                                       : #686868;
	margin-right								: 10px;
	padding										: 0;
	font-size                                   : 11px;
}
 
.breadcrumb-container a {
	float										: left;
	display										: block;
	padding										: 0px 15px 0px 0px;
	text-decoration								: none;
	font-weight									: bold;
	color										: #4b7520;
	background									: url('/lib/Global/Images/arrows/breadcrumbs-arrow.gif') no-repeat center right;
	font-size                                   : 11px;
}

.breadcrumb-container a:hover {
	text-decoration								: underline;
	font-size                                   : 11px;
}

/**************************************/
/*    Body List Links Navigation      */
/**************************************/

.bodyLinks-container {
	width										: 255px;
	display                                     : block !important;
	clear                                       : both;
	padding-left                                : 40px;
	padding-right                               : 5px;
	padding-top                                 : 0px;
	margin-top                                  : 0px;
	padding-bottom                              : 20px;
	float                                       : right;	
}

.bodyLinks-container1 {							/* added by bevan so all text is not bold */
	width										: 255px;
	display                                     : block !important;
	clear                                       : both;
	padding-left                                : 40px;
	padding-right                               : 5px;
	padding-top                                 : 0px;
	margin-top                                  : 0px;
	padding-bottom                              : 20px;
	float                                       : right;	
}

.bodyLinks-container2 {
	width										: 140px;
	display                                     : block !important;
	clear                                       : both;
	padding-left                                : 40px;
	padding-right                               : 5px;
	padding-top                                 : -10px;
	margin-top                                  : 0px;
	padding-bottom                              : 20px;
	float                                       : right;	
	position                                    : relative;
}

.bodyLinks-container h2 {
    margin                                      : 0px;
    padding                                     : 0px;
	font-weight									: bold;
	color										: #00495d;
	margin-bottom                               : 0px;
	padding-bottom                              : 0px;
	margin-top                                  : 14px;
}

.widget1 .bodyLinks-container h2 {
    margin                                      : 0px;
    padding                                     : 0px;
	font-weight									: bold;
	color										: #00495d;
	margin-bottom                               : 0px;
	padding-bottom                              : 0px;
}

.bodyLinks-container p {
	margin										: 0px;
	padding										: 0px;
	font-weight									: bold;
}

.bodyLinks-container ul {
	margin										: 0px;
	padding										: 0px 0px 0px 0px;
	list-style									: none;
}

.bodyLinks-container li {
    list-style-type                             : none !important;
    display                                     : block;
    width                                       : 100%;
    height                                      : auto;
    margin-left                                 : 0px !important;
}

.bodyLinks-container ul li a{
	background									: transparent url('/lib/Global/Images/arrows/arrow-sub-nav-f1.gif') no-repeat scroll left center;
	padding										: 0px 0px 0px 10px;
	text-decoration								: none;
}

.bodyLinks-container ul li a:hover{
	background									: transparent url('/lib/Global/Images/arrows/arrow-sub-nav-f2.gif') no-repeat scroll left center;
}

/**************************************/
/*    Widget List Links Navigation      */
/**************************************/

.widgetLinks-container {
	width										: 120px;
	display                                     : block;
	margin-top									: 0px;
	margin-left                                	: 40px;
	margin-right                               	: 0px;
	margin-bottom                              	: 40px;
	position                                    : relative;
}

.widgetLinks-container p {
	margin										: 0px;
	padding										: 0px;
	font-weight									: bold;
	color										: #00495d;
	position                                    : relative;
}

.widgetLinks-container ul {
	margin										: 0px;
	padding										: 0px 0px 0px 0px;
	list-style									: none;
}

.widgetLinks-container li {
    display                                     : inline !important;
}

.widgetLinks-container ul li a{
	background									: transparent url('/lib/Global/Images/arrows/arrow-sub-nav-f1.gif') no-repeat scroll left center;
	padding										: 0px 0px 0px 10px;
	text-decoration								: none;
}

.widgetLinks-container ul li a:hover{
	background									: transparent url('/lib/Global/Images/arrows/arrow-sub-nav-f2.gif') no-repeat scroll left center;
}


/**************************************/
/*      Video list Navigation         */
/**************************************/

.noFlash	
{
	width				:200px;
	padding-left		:5px;
}
.video-container{
	width										: 660px; 
	height										: 265px; 
	background									: #fff url('/lib/Global/Images/nav-page/video-container-bg.gif') no-repeat right top;
	display                                     : block;
	clear                                       : both;
	margin-left                                 : -5px;
	margin-top                                  : 20px;
}

.video-container>div .dvMediaPlayer {
    border                                      : 1px solid #CEDDE1;
    height                                      : 255px;
    padding                                     : 4px;
    width										: 380px;
}

.dvPlayListSlider {
    height                                      : 195px !important;
    overflow									: hidden;
}

.bodyLinks-video-container {
	width										: 270px;	
	line-height									: 15px;
	margin-top									: 5px;
	padding										: 0px;
}

.bodyLinks-video-container ul {
	margin										: 0px;
	padding										: 0px;
	border-top									: solid 1px #ebf1f3;
	width										: 254px;
}

.bodyLinks-video-container h2 {
	font-size									: 12px;
	color										: #333333;
	margin	  									: 8px 0px 8px 0px !important; 
}

.bodyLinks-video-container li {
	width										: 240px;
	height										: 35px;
	padding										: 7px 7px 7px 7px;
	background									: transparent url('/lib/Global/Images/nav-page/video-thumb-bg-f1.gif') repeat-x left ;
	margin-top									: -1px;
	list-style-type								: none !important;
}

.bodyLinks-video-container li:hover, .bodyLinks-video-container li:active { 
	background									: transparent url('/lib/Global/Images/nav-page/video-thumb-bg-f2.gif') repeat-x left ;
}


.bodyLinks-video-container li.current 
{
	background									: transparent url('/lib/Global/Images/nav-page/video-thumb-bg-f2.gif') repeat-x left ;

}

.bodyLinks-video-container h3 {
	font-size									: 12px;
	margin										: 0px;
	padding										: 0px;
	color										: #4b7520;
}

.bodyLinks-video-container p {
	color										: #4e4e4e;
}

.bodyLinks-video-container img {
	float										: left;
	margin-right								: 7px
}


.video-nav 
{
	width			: 72px;
	padding-top		: 6px;
	margin			: 0px;
	float			: right;
}
/**************************************/
/*  Search Results list Navigation    */
/**************************************/

.search-results-container{
	width										: 100%; 
	margin-top									: 10px;
}

.search-results-container {
	line-height									: 15px;
	padding										: 0px;
}

.search-results-container ul {
	margin										: 0px;
	padding										: 0px;
	border-top								    : solid 1px #d0d0d0;
}

.search-results-container h2 {
	font-size									: 80%;
	color										: #333333;
	padding-bottom								: 8px;
}

.search-results-container .even {
	height										: auto;
	padding										: 7px 7px 7px 7px;
	background-color							: #f0f8f9 ;
	border-bottom								: solid 1px #d0d0d0;
}

.search-results-container .odd {
	height										: auto;
	padding										: 7px 7px 7px 7px;
	background-color							: #fff ;
	border-bottom								: solid 1px #d0d0d0;
}

.search-results-container h4 {
	font-size									: 80%;
	margin										: 0px;
	padding										: 0px;
	color										: #4b7520;
}

.search-results-container p {
	color										: #4e4e4e;
}

.search-results-container img {
	float										: left;
	margin-right								: 7px
}

/**************************************/
/*    Start of Footer Nav Styling    */
/**************************************/
.nav-footer {
	background									: url("/lib/Global/Images/backgrounds/bg-sitemap.gif") repeat-y top;
}

.nav-footer ul {
	list-style									: none;
	margin										: 0px;
	padding										: 0;
	padding-left                                : 20px;
	padding-top                                 : 10px;
	padding-bottom								: 10px;
	min-height                                  : 50px;
	display                                     : inline-block;
}

.nav-footer li {
	display										: block;
	width										: 155px;
	float										: left;
	padding-left                                : 15px;
	margin-right                                : 20px;	
}

.nav-footer li.last {
	margin-right                                : 0px;	
}

.nav-footer a {
    color                                       : #00495d;
    text-decoration								: none;
}

.nav-footer a:hover 
{
	text-decoration								: underline;
}


.nav-footer h3 {
	font-size									: 12px;
	font-weight                                 : bold;
	color                                       : #000;
	padding                                     : 0px;
	margin                                      : 0px;	
}

.nav-footer h3 a 
{
	color                                       : #000 !important;
}

.nav-footer li ul {
	margin										: 0px;
	padding										: 0px;
}

.nav-footer li ul li {
    width                                       : 145px;
    padding                                     : 0px;
    margin                                      : 0px;    
    clear                                       : both;
}

.nav-footer p {
	color										: #00495d;
	font-size									: 12px;
	display                                     : block;	
}

/*************************************/
/*       Copyright Navigation        */
/**************************************/

#nav-copyright {
	background									: url("/lib/Global/Images/backgrounds/copyright-background.gif") repeat-x top;
	margin										: 10px 0px 0px 0px !important;
	height										: 24px;
	line-height									: 24px;	
}

#nav-copyright  /* Internet Explorer */ { 
	text-align									: center; 
} 

#nav-copyright  /* Mozilla Firefox alignment */ { 
	text-align									: -moz-center; 
} 

#nav-copyright ul {
	margin										: auto;
	padding										: 0px;
	list-style									: none;
	color										: #FFFFFF;
	display                                     : block;
	width                                       : 970px;	
}

#nav-copyright li {
	float										: left;
	margin										: 0px;
	padding										: 0px 10px 0px 10px;
	font-size                                   : 12px
}
 
#nav-copyright a {
	float										: left;
	display										: block;
	background									: url("/lib/Global/Images/backgrounds/copyright-background-seperator.gif") no-repeat left top;
	padding										: 0px 0px 0px 15px;
	text-decoration								: none;
	color										: #fff;
	font-size                                   : 12px;
}

#nav-copyright a:hover {
	text-decoration								: underline;
}
/* Commented Backslash Hack
 hides rule from IE5-Mac \*/
#nav-copyright a {
	float										: none;
}

/**************************************/
/*        Board Member Navigation     */
/**************************************/

.boardMembers {
    width                                       : 232px;									
	height                                      : 305px !important;
	margin-bottom                              : 10px;    
	background                                  : url("/lib/Global/Images/backgrounds/board-bg.gif") repeat-x;
	overflow									: hidden;
}

.boardMembers ul {
	height                                      : auto !important;
    margin-top                                  : -140px!important;
    height                                      : 137px;
}

.boardMembers ul li img {
    margin                                      : 10px 0px 10px 50px;
    text-align                                  : center;
    width                                       : 100px;
    height                                      : 114px;
    border                                      : #fff 2px solid;
}

.boardMembers ul li h2{
    font-size                                   : 12px;
    color                                       : #000;
    width                                       : 232px;
    background                                  : url("/lib/Global/Images/backgrounds/board-member-title.gif") repeat-x;
    margin                                      : -6px 0px 0px -10px;
    padding                                     : 10px;
}

.boardMembers ul li p {
    height                                      : auto;
    font-size                                   : 12px;
    color                                       : #000;
    width                                       : 210px;
    background                                  : url("/lib/Global/Images/backgrounds/nav-sub-footer.gif") repeat-x;
    margin-left                                 : -10px;
    padding-bottom                              : 20px;
}

.boardMembers .news-prev {
    left                                        : 0px;
	position                                    : relative;
	z-index                                     : 2;
}

.boardMembers .news-next {
    left                                        : 180px;
	position                                    : relative;
	z-index                                     : 2;
}


/**************************************/
/*        Rollover Button             */
/**************************************/
        A.lbutton
        {
            display: block;
            font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
            background: url('/lib/Global/Images/buttons/buttonbg.gif') no-repeat left top;
            height: 26px;
            color: #ffffff;
            font-size: 12px;
            font-weight: bold;
            text-decoration: none;
        }
        A.lbutton SPAN
        {
            padding-left: 0px;
            padding-right: 15px;
            display: block;
            background: url('/lib/Global/Images/buttons/buttonbg.gif') no-repeat right top;
			line-height: 26px;
            height: 26px;
            margin-left: 15px;
            cursor: pointer;           
        }
        A.lbutton:hover
        {
            background-position: 0px bottom;
            color: #000000;
        }
        A.lbutton:hover SPAN
        {
            background-position: right bottom;
        }


/**************************************/
/*        rightbox                    */
/**************************************/

.rightbox
{
    margin							: 0px 0px 7px 0px;
	padding							: 0px 0px 3px 0px;
	background						: url('/lib/Global/Images/nav-sub/nav-sub-footer.gif') repeat-x 0 bottom;
}

.rightbox ul
{
    background: none !important;
    margin										: 0px;
	padding										: 0px
}