
/*******************************/
/* BODY  TAGS*/
/*******************************/

body 
{ 
	text-align: center;	
	margin-top: 0px;
	margin-left: auto; 
	margin-right: auto;
	background-image: url(../media/q/bg_main.gif);
	background-repeat: repeat-y;
	background-position: top center;
	background-color: #e3e3d9;
}

/*******************************/
/* PAGE STRUCTURE*/
/*******************************/
	
#wrap  /* outer wrapper */
{ 
	background: #ffffff;
 	margin: 0 auto;
	padding: 20px 0px;
	text-align: center;
	width: 780px;
}

#main /* inner wrapper  */
{ 
	background: #ffffff;
	margin: 0 auto;
	text-align: left;
	width: 740px;
	padding: 0px;
}	

#mainL  /* main left col */
{
	width: 217px;
	text-align: right;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#mainL-home /* homepage - main left col */
{
	width: 220px;
	padding-top:25px;
	
}

#mainR  /* main right col */
{
	width: 523px;
	line-height: 17px;
	text-align: left;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-left: 1px solid #e3e3d9;
	display: block;
}

#mainR-home  /* homepage - main right col */
{
	width: 520px;
	padding-top: 25px;
	line-height: 17px;
	text-align: right;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	
}

#mainC  /* main spans both columns */
{
	width: 720px;
	line-height: 17px;
	text-align: left;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0px 10px 20px 10px;
}

#mainC-home  /* homepage -  spans both columns */
{
	width: 740px;
	padding: 20px 0px 20px 0px;
}

#content
{
	line-height: 17px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0px 10px 20px 23px;
	position: relative;
	display: block;
}


/*******************************/
/* HEADER*/
/*******************************/

#header   
{
	background-color: #ffffff;
	padding: 0px;
}

.date
{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #bdbaaa;
	height: 47px;
	/*padding-bottom: 7px;*/
}
	
html>body .date  /* Firefox HACK - to correctly  vertically align "about us" text */
{ 
	height: 54px;
} 

/*******************************/
/* FOOTER*/
/*******************************/



#footer   /*formatting for footer table*/
{
	position: absolute;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top: 1px solid #e3e3d9;
	background-color: #ffffff;
}

#footer a:link /*standard footer links*/
{
	color: #bdbaaa;
	text-decoration: none;
	padding: 2px 5px 5px 5px;
}

#footer a:visited
{
	color: #bdbaaa;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
}

#footer a:hover
{
	color: #ff5000;
	text-decoration: underline;
	padding: 2px 5px 2px 5px;
}

#footer a:active
{
	color: #bdbaaa;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
}


#footer a.directions:link  /*company address link in footer*/
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000; 
	text-decoration:none;
}

#footer a.directions:visited 
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000; 
	text-decoration:none;
}

#footer a.directions:hover 
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #ff5000; 
	text-decoration:none;
}

#footer a.directions:active 
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000; 
	text-decoration:none;
}

/*******************************/
/* TABS*/
/*******************************/

.tab-on /* active tab */
{
	/*height: 20px;*/
	width: 65px;
	background-color: #ffffff;
	border-top: 1px solid #e3e3d9;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #993300;
}

html>body .tab-on  /* Firefox HACK - to correctly  vertically align "about us" text */
{ 
	padding-top: 2px;
	padding-bottom: 2px;
} 


.tab-off /* inactive tab */
{
	/*height: 20px;*/
	width: 65px;
	background-color: #e3e3d9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #797666;
}

a.tab-on:link /* active tab links */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #993300;
	text-decoration: none;
}

a.tab-on:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #993300;
	text-decoration: none;
}

a.tab-on:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #993300;
	text-decoration: underline;
}

a.tab-on:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #993300;
	text-decoration: none;
}

a.tab-off:link /* inactive tab links */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #797666;
	text-decoration: none;
}

a.tab-off:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #797666;
	text-decoration: none;
}

a.tab-off:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #797666;
	text-decoration: underline;
}

a.tab-off:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #797666;
	text-decoration: none;
}

	
/*******************************/
/* SUBNAVIGATION*/
/*******************************/	

#subnav
{
	
	width: 510px;
	height: 25px;
	padding-top: 5px;
	margin-bottom: 20px;
	float: right;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e3e3d9;
}

#subnav a.nav:link /*subnav links*/
{
	color: #993300;
	text-decoration: none;
}

#subnav a.nav:visited
{
	color: #993300;
	text-decoration: none;
}

#subnav a.nav:hover
{
	color: #ff5000;
	text-decoration: underline;
}

#subnav a.nav:active
{
	color: #993300;
	text-decoration: none;
}

#subnav a.current:link /* subnav link - current page*/
{
	color: #993300;
	font-weight: bold;
	text-decoration: none;
}

#subnav a.current:visited
{
	color: #993300;
	font-weight: bold;
	text-decoration: none;
}

#subnav a.current:hover
{
	color: #ff5000;
	font-weight: bold;
	text-decoration: underline;
}

#subnav a.current:active
{
	color: #993300;
	font-weight: bold;
	text-decoration: none;
}

.divider
{
	padding-left: 5px;
	padding-right: 5px;
}

/*******************************/
/* LINKS*/
/*******************************/

a:link
{
	color: #993300;
	text-decoration: none;
}

a:visited
{
	color: #993300;
	text-decoration: none;
}

a:hover
{
	color: #ff5000;
	text-decoration: underline;
}

a:active
{
	color: #993300;
	text-decoration: none;
}

/*******************************/
/* HOMEPAGE */
/*******************************/

.intro
{
	width: 180px;
	text-align: left;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
}

.homeL /*left col content */
{
	position: relative;
	float: left;
	margin-right: 30px;
	width: 190px;	
}

html>body .homeL  /* Firefox HACK - to correctly pad divs */
{ 
	padding-right: 20px;
} 

.info /*press & links module*/
{
	
	width: 190px;	
	padding: 5px 10px 5px 10px;
	background-color: #f8f8f5;
	text-align: left;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}

#news-ifr /*newsletter iframe module */
{
	width: 190px;
	border: 1px solid #a7bd66;
	padding: 7px 10px 7px 10px;
}

.news-content/*newsletter module */
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

.news-field /*input field - newsletter module */
{
	font-size: 11px;
	color: #aca999;
	margin-top:2px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #ffffff;
	height: 14px;
	border: 1px solid #cecbbb;
}
.news-field-focus /*input field - newsletter module */
{
	font-size: 11px;
	color: #000000;
	margin-top:2px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #ffffff;
	height: 14px;
	border: 1px solid #cecbbb;
}


form
{
	margin: 0px;
}

.news-btn /*newsletter button*/
{
	height: 20px;
	width: 50px;
	background-color: #a7bd66;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	border-top: 1px solid #CDD9A8;
	border-left: 1px solid #CDD9A8;
	border-bottom: 1px solid #5F6C3A;
	border-right: 1px solid #5F6C3A;
}

.homeC /*advertiser content*/
{
	float: left;
	position: relative;
	width: 235px;
	text-align: left;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

.homeR /* publisher content*/
{
	float: right;
	position: relative;
	width: 235px;
	text-align: left;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

.home-divider /*dotted vertical divider bar*/
{
	background-image: url(../media/q/bdr_v_cecbbb.gif);
	background-repeat: repeat-y;
	background-position: center;
	height: 305px;
	width: 20px;
	float: left;
	position: relative;
}

.home-title /*graphic titles*/
{
 	padding-bottom: 5px;
 }

#whitepaper /*whitepaper module*/
{
 background-image: url(../media/q/white2.jpg);
 background-position:right;
 background-repeat:no-repeat;
 text-align: left;
 color: #333;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 line-height: 21px;
 height:132px;
 width:190px;
 padding: 7px 10px 7px 10px;
} 

/*******************************/
/* CONTACT US FORM */
/*******************************/

.error
{
	color: #ff0000;
	font-size: 12px;
}

.error-alert
{
	padding: 8px;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #ff0000;
	background-color: #ffffec;
	text-align: center;
}

.required
{
	color: #ff5000;
	font-size: 12px;
}

.formfield
{
	border: 1px solid #cecbbb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #ffffff;
	height: 14px;
}

.dropdown
{
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	}

.textarea
{
	border: 1px solid #cecbbb;
	font-size: 12px;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.tbl-form
{
	width: 490px;
	padding: 3px;
	font-size: 12px
}

.label
{
	color: #544547;
	text-align: right;
	font-weight: bold;
}

#thanks /*thank you message when info submitted*/
{
	width: 450px;
	border: 1px solid #cecbbb;
	background-color: #e3e3d9;
	padding: 5px;
	text-align: center;
}

#thanks h2
{
	font-size: 14px;
	color: #993300;
	text-align: center;
}

.banner-payoff /*banner payroll message */
{
	background-color: #f4f4e9;
	color: #544547;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	line-height: 17px;
	border: 1px solid #a7bd66;
}


/*******************************/
/* NEWS ARTICLE STYLES - FROM NEWS SITE */
/*******************************/

#newsTable{
	font-size: 13px;
	text-align:left;
	line-height: 17px;
	padding: 3px;
}




/*******************************/
/* GENERAL SITE STYLES */
/*******************************/

.title /* page title image*/
{
	padding-left: 20px;
	padding-bottom: 10px;
}

.medium
{
	font-size: 12px;
}

.small
{
	font-size: 11px;
}

.small-993300 /*small burnt orange text */
{
	font-size: 11px;
	color: #cecbbb;
}

.small-544547 /*small chocolate text */
{
	font-size: 11px;
	color: #cecbbb;
}

.small-cecbbb /*small taupe text */
{
	font-size: 11px;
	color: #cecbbb;
}

h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #993300;
	font-weight: bold;
	border-bottom: 1px dotted #cecbbb;
}

h3.noline
{
	border-bottom: 0px;
}

h3.background
{
	border-bottom: 0px;
	background-color: #f4f4ea;
	height: 20px;
	padding: 2px 0px 2px 4px;
}


h4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #544547;
	font-weight: bold;
}

.hdr-993300 /*burnt orange header*/
{
	font-weight: bold;
	color: #993300;
	font-size: 13px;
}
.hdr-544547 /*chocolate header*/
{
	font-weight: bold;
	color: #544547;
	font-size: 13px;
}

.subhdr-993300 /* burnt orange subheader*/
{
	font-weight: bold;
	color: #993300;
	font-size: 12px;
}

.subhdr-554547 /* chocolate subheader*/
{
	font-weight: bold;
	color: #554547;
	font-size: 12px;
}


.tbl /*general site table formatting*/
{
	width: 490px;
	padding: 3px;
	text-align: left;
}

.tbl-12 /*general table - 12px font*/
{
	width: 490px;
	padding: 3px;
	text-align: left;
	font-size: 12px;
}

.tbl-11 /*general table - 11px font*/
{
	width: 490px;
	padding: 3px;
	text-align: left;
	font-size: 11px;
}

.tbl-bdr /* generic table w/border*/
{
	padding: 3px;
	border: 1px solid #cecbbb;
	line-height: 150%;
	background-color: #ffffff;
	font-size: 12px;
	width: 490px;
}

.tbl-bdr-hdrT /*generic table header - top row - no top border*/
{
	font-size: 12px;
	color: #993300;
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
	background-color: #e3e3d9;
	border-bottom: 1px solid #cecbbb;
}

.tbl-bdr-hdr /*generic table header*/
{
	font-size: 12px;
	color: #993300;
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
	background-color: #e3e3d9;
	border-top: 1px solid #cecbbb;
	border-bottom: 1px solid #cecbbb;
}

li /*img bullets - burnt orange*/
{
	list-style-image: url(../media/q/li.gif);
	padding-bottom: 3px;
}

.caption /*caption for screen shots */
{
	font-size: 11px;
	color: #cecbbb;
	text-align: center;
}

.floatR /* floating content - right side of page*/
{
	border: 1px solid #a7bd66;
	background-color: #e3e3d9;
	font-size: 11px;
	padding: 10px 5px 10px 5px;
	text-align: center;
	
	display: block;
	float: right;
	width: 150px;
	height: 22px;
}



/*******************************/
/* CONTENT SPECIFIC STYLES */
/*******************************/

sup /*superscript for FSR*/
{
	font-size: 7pt;
	font-family: sans-serif;
}

.about-sidebar /*txt sidebar on about us page */
{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #aba999;
	padding: 10px 10px 0px 5px;
	line-height: 17px;
}

.awards /*awards table on about us page*/
{
	padding: 5px 5px 5px 0px;
	width: 490px;
	display: block;
	text-align: left;
	font-size: 11px;
	color: #333333;
	line-height: 14px;
}

html>body .awards-img  /* Firefox HACK - to correctly space logos out in awards tables */
{ 
	padding-bottom: 5px;
	padding-right: 5px;
} 

ul.target
{
	margin-left: 10px;
	padding-left: 10px;
}

.clients /* client logo table*/
{
	padding: 3px;
	width: 720px;	
}

.client-quote /*module for client quotes */
{
	width: 210px;
	height: 200px;
	text-align: center;
	background-color: #ffffff;
}

.clients-hdr
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #993300;
	font-weight: bold;
	text-align: center;
	padding-bottom: 3px;
}

.case-logo /*padding for case studies logo*/
{
	padding: 8px 5px 8px 0px;
}

a.case-note:link /* case studies PDF link*/
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cecbbb;
	text-decoration: none;
}

a.case-note:visited 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cecbbb;
	text-decoration: none;
}
a.case-note:hover 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff5000;
	text-decoration: underline;
}

a.case-note:active 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cecbbb;
	text-decoration: none;
}

.press-hdr /*press header*/
{
	font-weight: bold;
	padding-bottom: 10px;
	color: #993300;
}

.mgmt-pix /*managements pix*/
{
	padding: 0px;
	border: 1px solid #e3e3d9;
	margin: 5px 0px 5px 10px;
}

.screenshots
{
	padding: 0px 0px 5px 15px;
	display: block;
	float: right;
}

.screen-bdr
{
	border: 1px solid #e3e3d9;
}

.tbl-adserv /*tbl ad services page */
{
	width: 450px;
	padding: 5px;
	font-size: 12px;
	text-align: left;
	border: 1px solid #a7bd66;
	line-height: 20px;
	
}

.tbl-adserv-hdr /*tbl ad services hdr*/
{
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	color: #ffffff;
	background-color: #a7bd66;
}

.email-tbl /*email page */
{
	border: 1px solid #cecbbb;
	font-size: 11px;
	padding: 3px 5px 3px 5px;
	text-align: left;
}

.email-tbl-hdr
{
	color: #993300;
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
	background-color: #e3e3d9;
	border-bottom: 0px solid #cecbbb;
}

.rp-number /* reg path process #*/
{
	font-size: 36px;
	color: #e3e3d9;
	font-weight: bold;
	font-family: arial;
	padding: 8px 5px 5px 0px;
}

.rp-hdr /* reg path process header*/
{
	font-size: 13px;
	font-weight: bold;
	color: #544547;
}

.rp-txt /* reg path process text*/
{
	padding: 8px 5px 0px 2px;
}

.rp-screen /* reg path process screenshot*/
{
	border: 1px solid #e3e3d9;
}

.tbl-news /*in the news table */
{
	width: 500px;
	padding: 3px;
	text-align: left;
	line-height: 25px;
}

.tbl-terms /* terms of use table */
{
	padding: 3px;
	text-align: left;
	font-family: arial;
	font-size: 12px;
	line-height: 17px;
}
	


	

/*******************************/
/* BORDERS - HORIZONTAL*/
/*******************************/

.bdr-H-e3e3d9 /*light taupe*/
{
	background-image: url(../media/q/bdr_h_e3e3d9.gif);
	background-repeat: repeat-x;
	background-position: center;
}

.bdr-H-cecbbb /*medium taupe*/
{
	background-image: url(../media/q/bdr_h_cecbbb.gif);
	background-repeat: repeat-x;
	background-position: center;
}

.bdr-H-993300 /*burnt orange*/
{
	background-image: url(../media/q/bdr_h_993300.gif);
	background-repeat: repeat-x;
	background-position: center;
}

.bdr-H-544547 /*chocolate*/
{
	background-image: url(../media/q/bdr_h_544547.gif);
	background-repeat: repeat-x;
	background-position: center;
}

.bdr-H-ff5000 /*orange*/
{
	background-image: url(../media/q/bdr_h_ff5000.gif);
	background-repeat: repeat-x;
	background-position: center;
}	

.bdr-H-a7bd66 /*green*/
{
	background-image: url(../media/q/bdr_h_a7bd66.gif);
	background-repeat: repeat-x;
	background-position: center;
}	

/*******************************/
/* BORDERS - VERTICAL*/
/*******************************/

.bdr-V-e3e3d9 /*light taupe*/
{
	background-image: url(../media/q/bdr_v_e3e3d9.gif);
	background-repeat: repeat-y;
	background-position: center;
}

.bdr-V-cecbbb /*medium taupe*/
{
	background-image: url(../media/q/bdr_v_cecbbb.gif);
	background-repeat: repeat-y;
	background-position: center;
}

.bdr-V-993300 /*burnt orange*/
{
	background-image: url(../media/q/bdr_v_993300.gif);
	background-repeat: repeat-y;
	background-position: center;
}

.bdr-V-544547 /*chocolate*/
{
	background-image: url(../media/q/bdr_v_544547.gif);
	background-repeat: repeat-y;
	background-position: center;
}

.bdr-V-ff5000 /*orange*/
{
	background-image: url(../media/q/bdr_v_ff5000.gif);
	background-repeat: repeat-y;
	background-position: center;
}	

.bdr-V-a7bd66 /*green*/
{
	background-image: url(../media/q/bdr_v_a7bd66.gif);
	background-repeat: repeat-y;
	background-position: center;
}	



/*******************************/
/* begin: press releases
/*******************************/

div.prDate {
 padding: 0 0 8px 0;
 font-weight: bold;
 color: #554547;
 font-size: 12px;
}

div.prTitle {
 padding: 0 0 16px 0;
 color: #930;
 font-weight: bold;
}

div.prTitle a {
 font-weight: bold;
}

div.prSubTitle {
 padding: 0 0 16px 0;
 font-weight: bold;
 color: #554547;
}

div.prIntro {
 padding: 0 0 16px 0;
}

div.prLink {
 padding: 0 0 4px 0;
}

td.navBar {
 /*background: #eee;*/
 text-align: center;
 text-transform: capitalize;
 padding: 4px 0;
}

/*******************************/
/* end: press releases
/*******************************/



/*******************************/
/* begin: news articles
/*******************************/

div.nSource {
 color: #554547;
 font-weight: bold;
 padding: 0 0 2px 0;
 line-height: normal;
}

div.nDate {
 padding: 0 0 12px 0;
 line-height: normal;
 color: #aca999;
 font-weight: normal;
 font-size: 10px;
 letter-spacing: .1em;
 font-family: Tahoma;
}

div.nTitle {
 padding: 0 0 0 0;
 /*text-transform: uppercase;*/
}

div.nTitle a {
 line-height: normal;
}

div.logo {
  padding: 0 0 32px 0;
}

div.source {
  margin-bottom: 2px;
  color: #aca999;
}

div.newsDate {
 padding: 0 0 2px 0;
 line-height: normal;
 color: #aca999;
 font-weight: normal;
 font-size: 12px;
 margin: 0;
}

div.title {
 margin: 0;
 padding: 0 0 16px 0;
 line-height: normal;
 color: #333;
 font-weight: bold;
 font-size: 17px;
 /*text-transform: uppercase;*/
}

div.sub {
 padding: 0 0 16px 0;
 line-height: normal;
 color: #333;
 font-style: italic;
}

div.author {
 padding: 0 0 0 0;
 line-height: normal;
 color: #aca999;
 font-style: normal;
 font-weight: normal;
 text-transform: none;
 font-size: 13px;
}

div.bodyText {
 padding: 0 0 16px 0;
}

div.bodyText p {
 margin: 0;
 padding: 0 0 16px 0;
}

div.bodyText ul {
 margin-top: 0;
 margin-bottom: 0;
 padding: 0 0 16px 0;
}

/*******************************/
/* end: news articles
/*******************************/


div.csTitle {
color: #930; 
font-weight: bold; 
font-size: 13px; 
padding-top: 8px; 
padding-bottom: 4px; 
background: url(../media/q/bdr_h_cecbbb.gif) repeat-x bottom left;
}

div.csBody {
 padding: 8px 20px 8px 0;
}

div.csNav {
 text-align: center;
 background: #e3e3d9;
 padding: 4px 0;
}



