/*
 * Copyright (c) 2004-2010, Identity Theft 911, LLC.  All rights reserved.
 */

/* basic block elements */
body {
  background-color     :  #fff;
}
/* **************************************************** positioning for main body */
/* add bg url and colors if left column has color */
#wrap {   }
/* ****************************************************** global classes */
a { text-decoration:none; }
a:link { color:#039; text-decoration:none }
a:active { color:#960; text-decoration:none; }
a:visited { color:#960; text-decoration:none; }
a:hover { color:#960; text-decoration:none; }
/* ****************************************************** page sections */
#navHeaderWrapper {
  background          :  #fff url(../img/global/gbl_bg_header_ladotd.gif) repeat-y 0 0;
}
#navLeftWrapper {
  background           :  #666 url(../img/global/gbl_bg_left_nav_ladotd.gif) repeat-y 0 0;
}
.navHeaderRight {
  font-family          :  arial;
  font-size            :  8pt;
  font-weight						:	bold;
  line-height          :  19px;
  color                :  #000;
  text-indent          :  20px;
  background						:  transparent;
}
#navLeftHighlightWrapper {
  padding              :  0px 5px 0px 15px;
  width                :  140px;
  background           :  transparent;
  font-family						: arial;
  font-size							:	10px;
  color									:	#333;
}
#navLeftHighlightWrapper a:link {
  font-family					:  arial;
  font-size            :  10px;
  color                :  #039;
  text-decoration:none;
}
#navLeftHighlightWrapper a:hover, #navLeftHighlightWrapper a:active, #navLeftHighlightWrapper a:visited {
  font-family					:  arial;
  font-size            :  10px;
  color                :  #960;
  text-decoration:none;
}
.pageHeader { background-color:transparent; background-image:none; background-repeat:no-repeat; }
/* ****************************************************** Left Navigation */
a:active.navHeader, a:link.navHeader, a:visited.navHeader, a:hover.navHeader {
  font-family          :  arial;
  font-size            :  10px;
  font-weight          :  bold;
  color                :  #fff;
  text-decoration      :  none;
  line-height          :  1.5em;
}
ul.menu {
  background-color     :  transparent;
}
ul.menu li.emptyNav {
  background-color     :  transparent;
}
ul.menu li.staticNav {
  background           :  transparent url(../img/global/gbl_bg_nav_left_static_ladotd.gif) repeat-y 0 0;
}
ul.menu li.emptyHighlightNav {
  font-family          :  arial;
  font-size            :  8pt;
  color                :  #333;
  line-height          :  1.5em;
  background-color     :  transparent;
}
.navHighlight {
  font-family          :  arial;
  font-size            :  8pt;
  color                :  #333;
  line-height          :  1.5em;
}
li.emptyNav a:link.navLeftHeader, li.emptyNav a:visited.navLeftHeader {
  font-family          :  arial;
  font-size            :  8pt;
  font-weight          :  bold;
  letter-spacing				:	.03em;
  color                :  #039;
  text-decoration      :  none;
}
ul.menu li.emptyNav a:active.navLeftHeader, ul.menu li a:hover.navLeftHeader {
  font-family          :  arial;
  font-size            :  8pt;
  font-weight          :  bold;
  letter-spacing				:	.03em;
  color                :  #fff;
  text-decoration      :  none;
  background           :  transparent url(../img/global/gbl_bg_nav_left_static_ladotd.gif) repeat-y 0 0;
}
ul.menu li.staticNav a:active.navLeftHeaderStatic, ul.menu li.staticNav a:link.navLeftHeaderStatic, ul.menu li.staticNav a:visited.navLeftHeaderStatic, ul.menu li.staticNav a:hover.navLeftHeaderStatic {
  font-family          :  arial;
  font-size            :  8pt;
  font-weight          :  bold;
  letter-spacing				:	.03em;
  color                :  #fff;
  text-decoration      :  none;
  background-color     :  transparent;
}
a:link.navLeftHighlight, a:visited.navLeftHighlight {
  font-family          :  arial;
  font-size            :  10px;
  text-decoration      :  none;
}
a:active.navLeftHighlight, a:hover.navLeftHighlight {
  font-family          :  arial;
  font-size            :  10px;
  text-decoration:none;
}
/* ****************************************************** Bread Crumb */
#navBreadCrumb .breadCrumbStatic { 
  font-family          :  verdana;
  font-size            :  7pt;
  font-weight          :  bold;
  color                :  #c60;
  text-decoration      :  none;
}
/* ****************************************************** Home Page */
h2.hmContentHeader {
  font-family          :  verdana;
  font-size            :  7pt;
  font-weight          :  bold;
  color                :  #c60;
  background-color     :  transparent;
}