@import url(http://www.reliablebackgroundscreening.com/common/style/baseStyle.css);

/* ====================== Page Formatting  ========================*/

/* body and bodyId contatinters must expand to fill the height of the page so that the finger print backgrod image displays on
a short page. Other container that enclose body and bodyId may require the same treatment*/
body {background-color: #FFD205;}
.printHolder {background: url(/Common/Img/yellowPrint.gif) no-repeat 550px 190px;}

h1, h2, h3, h4, h5, h6, h7 {color: #FFD205;}

a h1, a h2, a h3, a h4, a h5, a h6, a h7,
h1 a, h2 , h3 a, h4 a, h5 a, h6 a, h7 a {color: #FFD205;}

li {background: url(/common/img/bullet.gif) no-repeat 5px 4px;}

#dynamicPageTitle {color: #FFD205;}


/* ====================== Header/Footer ====================== */
#header {
	color: #FFD205;
	border-top: 5px solid #FFD205;}

#footer {border-top: 1px solid #FFD205;}
#footer li {border-left: 1px solid #FFD205;}


/* ====================== Menu ====================== */
#navMenu li {border-left: 1px solid #FFD205;}

.categoryAbout #menuAbout a, .categoryServices #menuServices a, 
.categorySolutions #menuSolutions a {color: #FFD205;}

#navMenu li a:hover, #navMenu li li a {color: #FFD205;}

#navMenu li.CurrentCategory1 ul { display: inline; }


/* ====================== callouts ========================*/
.callout li, .callout li a {color: #000000;}
.callout li a:hover {color: #FFFFFF;}

