/*/////////////////////////////////////////////////////////////////////// Main Styles */
* {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	font-family: arial;
	text-align: center;
}
html, body {
	height: 100%;
	width: 100%;
	background-color: #efefef;
}
#divContainer01 {
	background-image: url(../img/just-the-facts_bkg.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
	min-height:500px;
	height:auto !important;
	height:500px;
	text-align: center;
	width: 100%;
    min-width: 990px;
}
#divContainer02 {
	background-image: url(../img/just-the-facts_puzzle-bkg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	margin: auto;
	min-height:500px;
	height:auto !important;
	height:500px;
	text-align: center;
    min-width: 990px;
}
#divContainer03 {
	width: 990px;
	margin: auto;
}
.imgAnchor {
	height: 1px;
	width: 100%;
}
/*/////////////////////////////////////////////////////////////////////// Header Styles */
#divSiteHeader {
}
#imgLogo {
	float: left;
	border: 0px;
}
#divRightSideInfo {
	float: right;
	text-align: right;
	padding-top: 27px;
	width: 375px;
}
#pPhone {
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: right;
}
#divSocialIcons {
	float: right;
}
#divSocialIcons img {
	float: right; 
	border: 0px;
	margin-left: 4px;
}
#imgCASROLogo 
{
    float: right;
    margin: -10px 0 0 20px;
}
/*/////////////////////////////////////////////////////////////////////// Navigation Styles */
#divSiteNavigation {
	clear: both;
	width: 100%;
	height: 69px;
}
#ulNav {
	float: left;		
	margin: 0; padding: 0;
	margin-top: 15px;
	border: 0px;
	position: relative;
	z-index: 999;
}
#ulNav li {
	list-style: none;
	position: relative;
	float: left;
	text-align: left;
	margin-right: 25px;
	/*margin-right: 20px;*/
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 12px;
}
#ulNav #liRight {
	margin-right: 0px;
}
#ulNav li a {
	float: left;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
}	
/* Sub menu */
.hasChildren {
	position: absolute;
	width: 5px; height: 5px;
	background: black;
	right : 0;
	bottom: 0;
}
#ulNav li ul {
	display: none;
	position: absolute;
	left: -20px;
	top: 100%;
	padding: 0; margin: 0;		
	padding-top: 12px;
	padding-bottom: 5px;
	background-color: #ffe700;		
	border-top: 0px;	
}
#ulNav li:hover > ul {		
	display: block;		
}
#ulNav li li * {
	text-align: left !important;
}
#ulNav li ul li {
	float: none;
	margin-right: 0px;
	padding-left: 5px;
	padding-bottom: 0px;
	_display: inline; /* for IE6 */
}
#ulNav li ul li a {
	float: none;
	width: 150px;
	display: block;
	font-family: arial;
	font-size: 12px;		
	font-weight: bold;
	color: #000;
	padding: 5px;
	text-decoration: none;
}
#ulNav li ul li a:hover {
	color: #000;
	background-color: #fffc9d;
}
/* SUB SUB Menu */
#ulNav li ul li ul {
	display: none;
}
#ulNav li ul li:hover ul {
	left: 95%;
	top: 0;
	z-index: 3;
} 
/*/////////////////////////////////////////////////////////////////////// Page Styles */
#divPageContent {
	clear: both;
	min-height:279px;
	height:auto !important;
	height:279px;
}
#divTopBanner {
	width: 990px;
	height: 275px;
	margin-bottom: 27px;
	overflow: hidden;
}
#imgMain {
	width: 490px;
	height: 275px;
	clear: both;
	float: left;
}
#divAbout {
	height: 219px;
	float: right;
	margin-top: 28px;
	overflow: hidden;
	width: 384px;
}
#divAbout h1 {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	margin: 0px;
	text-align: left;
	text-shadow: 1px 1px 1px #000;
}
#divAbout p {
	color: #ffe900;
	font-size: 18px;
	font-weight: bold;
	text-align: justify;
	margin: 0px;
	margin-bottom: 10px;
	text-shadow: 1px 1px 1px #000;
}
#divCustomContent {
	float: left;
	margin-right: 10px;
	width: 596px;
}
#divCustomContent h1, #divRelatedServices h2 {
	border-bottom: 1px solid #12334f;
	font-size: 16px;
	color: #12334f;
	text-align: left;
	height: 30px;
	vertical-align: bottom;
	margin: 0px 0px 10px 0px;
	padding-top: 5px;
}
#divCustomContent h1 {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 546px;
	padding-left: 50px;
	background-image: url(../img/just-the-facts_puzzle-piece-outline.jpg);
}
#divCustomContent p {
	text-align: justify;
}
#divRelatedServices {
	float: right;
	width: 384px;
}
#divRelatedServices h2 {
	width: 100%;
}
.divRelatedService {
	width: 384px;
	clear: both;
	padding-bottom: 20px;
}
.divRelatedService img 
{    
	float: left;
	border: 1px solid #000;
}
.divRSGreen img {
	width: 60px;
	height: 46px;
	background-image: url(../img/just-the-facts_related-service-gpp.jpg);
	background-repeat: no-repeat;
	border: 0px;
}
.divRSBlue img {
	width: 60px;
	height: 46px;
	background-image: url(../img/just-the-facts_related-service-bpp.jpg);
	background-repeat: no-repeat;
	border: 0px;
}
.divRelatedService p {
	text-align: left;
	font-size: 13px;
	width: 344px;
	padding-left: 60px;
	margin: 0px;
}
.divRSGreen p, .divRSGreen a {
	color: #2a5507;
}
.divRSBlue p, .divRSBlue a {
	color: #1b4061;
}
.divRelatedService a:link, .divRelatedService a:visited {
	text-decoration: none;
	font-weight: bold;
}
.divRelatedService a:hover {
	text-decoration: underline;
}
.divRelatedService a.aServiceTitle {
	color: #000;
}
#divWYSIWYGContent {
    padding-right: 20px;
}
#divWYSIWYGContent h1, #divWYSIWYGContent h2, #divWYSIWYGContent h3 {
    text-align: center;
}
#divWYSIWYGContent p {
    text-align: justify;
}
#divWYSIWYGContent ul, #divWYSIWYGContent li {
    text-align: left;
}
#divWYSIWYGFooter {
	clear: both;
	width: 990px;
	margin-bottom: 50px;
}
/*/////////////////////////////////////////////////////////////////////// Homepage Styles */

/* Refer to Slideshow.css for styles related to the slideshow */

#divFeaturedServices 
{
    margin-bottom: 20px;
}
#h2Services, #h2Testimonial {
	
	border-bottom: 1px solid #12334f;
	font-size: 18px;
	color: #12334f;
	text-align: left;
	height: 30px;
	vertical-align: bottom;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin: 0px 0px 10px 0px;
	padding-top: 5px;
	padding-left: 75px;
}
#h2Services {	
	background-image: url(../img/just-the-facts_puzzle-piece-outline.jpg);
}
#imgCaseStudies {
    float: right;
    position: relative;
    top: -10px;
    border: 0;
}
.divService {
	width: 490px;
	height: 145px;
	overflow: hidden;
	margin-bottom: 10px;
	float: left;
}
.divService p {
	font-size: 14px;
	width: 255px;
	text-align: left;
	margin-left: 106px; /* compensates for image on left */
}
.divService a:link, .divService a:visited {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
.divBlueService {
	background-image: url(../img/just-the-facts_blue-service.jpg);
	background-repeat: repeat-y;
}
.divBlueService p {
	color: #2b5880;
}
.divPuzzlePiece, .imgFindOutMore {
	width: 106px;
	height: 116px;
	background-repeat: no-repeat;
}	
.imgFeaturedService2
{
    float: left;
    margin-top: 10px;
    border: 2px solid #fff;
}
.divBlueService .divPuzzlePiece {
	background-image: url(../img/just-the-facts_blue-puzzle-piece.jpg);
	float: left;
}	
.divBlueService .imgFindOutMore {
	background-image: url(../img/just-the-facts_blue-find-out-more.jpg);
	float: right;
}
.divGreenService {
	background-image: url(../img/just-the-facts_green-service.jpg);
	background-repeat: repeat-y;
}
.divGreenService .divPuzzlePiece {
	background-image: url(../img/just-the-facts_green-puzzle-piece.jpg);
	float: left;
}
.divGreenService .imgFindOutMore {
	background-image: url(../img/just-the-facts_green-find-out-more.jpg);
	float: right;
}
.divLeftService {
	margin-right: 10px;
}
#divTestimonial {
	width: 490px;
	clear: both;
	float: left;
	margin-top: 40px;
}

#h2Testimonial {
	background-image: url(../img/just-the-facts_speech-bubbles.jpg);
}
#h3TestimonialTitle {
	text-align: left;
	font-size: 14px;
	color: #52931c;
	margin: 5px 0px 5px 0px;
}
#pTestimonial {
	width: 100%;
	margin: 0px;
	text-align: justify;
	font-size: 14px;
	color: #2b5880;
	line-height: 24px;
}
#sTestimonial {
	font-style: italic;
}
/*/////////////////////////////////////////////////////////////////////// Footer Styles */
#divContainer04 {
	clear: both;
	height: 169px;
	background-image: url(../img/just-the-facts_footer-bkg.jpg);
	background-repeat: repeat-x;
	text-align: center;	
}
#divSiteFooter {
	width: 990px;
	margin: auto;
	text-align: left;
	padding: 30px 0 30px 0;
}
#divCountries {
	float: left;
	width: 33%;
}
#divChristian 
{
    float: left;
    width: 33%;
}
#divCompanyInfo {
    float: right;
    width: 33%;
}
#divSiteFooter p {
	color: #7f7f7f;
	font-size: 12px;
	margin: 0px;
	vertical-align: bottom;
}
.pContactInfo {
	text-align: right;
	float: right;
}
.pContactInfo span {
	color: #545353;
	font-size: 18px;
	font-weight: bold;
}
#divSiteFooter a:link, #divSiteFooter a:visited {
	color: #545353;
	font-weight: bold;
	text-decoration: underline;
	vertical-align: bottom;
}
#divSiteFooter a:hover {
	text-decoration: none;
}
#divSiteFooter .imgAnchor {
	border-bottom: 1px solid #7f7f7f;
}
#divFooterL {
	float: left;
	text-align: left;
	width: 35%;
}
#divFooterL p {
	margin: 0px;
    text-align: left;
}
#divFooterC {
	float: left;
	text-align: center;
	width: 29%;
}
#divFooterR  {
	float: left;
	text-align: right;
	position: relative;
	bottom: -10px;
	right: -10px;
	width: 35%;
}
#divFooterR p {
	text-align: right;
}
#divSiteFooter #aSiteMap:link, #divSiteFooter #aSiteMap:visited {
	color: #000;
	font-size: 18px;
	text-decoration: none;
	position: relative;
	bottom: -3px;
}
#divSiteFooter a.aDiscrete:link, #divSiteFooter a.aDiscrete:visited {
	color: #7f7f7f;
	font-weight: normal;
	text-decoration: none;
}
#divSiteFooter #aSiteMap:hover, #divSiteFooter a.aDiscrete:hover {
	text-decoration: underline;
}


/* begin mike's modifications */

input, textarea {
    text-align: left;
}

.form * {
    text-align: left;
}

.form-entry 
{
    margin-bottom: 7px;
}

.form-label 
{
    display: inline-block;
    font-weight: bold;
    margin-bottom: 1px;
}

.form-input 
{
    display: block;
    padding-left: 3px;
}

.error-message {
    font-weight: bold;
    color: red;
}

#divWYSIWYGContent, #divWYSIWYGFooter {
    text-align: left;
}

.login-form * {
    text-align: left;
}

.login-label {
    font-weight: bold;
}

.login-form input {
    margin-bottom: 7px;
}

.login-checkbox {
    font-size: 12px;
}

.documents-list * {
    text-align: left;
    list-style: none;
}

.documents-list a {
    font-weight: bold;
    color: #12334f;
}

.button {
    
}

/* end mike's modifications */



