/* =============================================================================
  <National Asset Recovery Services> 
    narsnet.com/css/styles.css

  Simple style sheet viewable by all browsers

  NARS Black      : #000
  NARS Dark Gray  : #f3f3f3
  NARS Light Gray : #ccc
  NARS Dark Red   : #c00
  NARS Light Red  : #e21f1f

============================================================================= */

/* Raw element styles */
html
{
  /*background: #f3f3f3;*/
}

body
{
  font-family: Arial, Verdana, Geneva, Helvetica, Sans-Serif;
  font-size: 13px;
  background: #000;
}

form
{
  background: url(../images/toptile.gif) repeat-x;
}

td
{
	font-family: Arial, Verdana, Geneva, Helvetica, Sans-Serif;
}

.sectionTitle
{
  font-weight: bold;
  color: #c00;
}

a:link
{
	color: #009;
	text-decoration: none;	
}

a:visited
{
	color: #009;
	text-decoration: none;	
}

a:hover
{
	color: #f00;
	text-decoration: underline;	
}

a:active
{
	color: #f00;
	text-decoration: underline;
}
/* End raw element styles */

.smallerText
{
  font-size: 9px;
}

#pageTitle
{
  color: #fff;
  font-weight: bold;
}

/* Header styles */
#bannerLeft
{
  background: url(../images/LeftNavTile.gif) repeat-y;
}
/* End header styles */

/* Left navigation styles */
#leftNavigation
{
  text-align: right;
  background: url(../images/LeftNavTile.gif) repeat-y;
}

/* End left navigation styles */
#contentArea
{
  background: url(../images/LeftNavTile.gif) repeat-y;
}

#footer
{
  font-size: 11px;
  text-align: right;
  color: #fff;
}

/* News scroller styles */
#spNewsScroller
{
  font-size: 11px;
}

.newsItemTitle
{
  font-weight: bold;
  color: #c00;
}
/* End news scroller styles */

/* popups menus */
ul.rootMenu ul
{
  background: #ccc;
}

ul.rootMenu li
{
  list-style-type: none;
}

ul.rootMenu ul li
{
  text-align: left;
}

ul.rootMenu li:hover a:link, ul.rootMenu li.CSStoHighlight a:link
{
  color: #000;
}

ul.rootMenu li:hover a:visited, ul.rootMenu li.CSStoHighlight a:visited
{
  color: #000;
}

/* submenu items */
ul.rootMenu ul li:hover
{
  color: #000;
  background: #c00;
}

#footer a
{
  text-decoration: underline;
  color: #fff;
}

.label
{
  font-weight: bold;
}

.formErrorText
{
  color: #f00;
  font-weight: bold;
  font-size: 11px;
}

.formErrorSpacing
{
  line-height: 8px;
}