body  { color : #000069; font-family : arial, helvetica, sans; margin: 140px 0px 0px 0px;  }
p, td, em, ul, li, .clientbox {font-size: 16px; font-weight : normal; font-style : normal; }
em  { color : #cc0000; font-family : tahoma, arial, helvetica, sans; font-weight : bold; font-style : normal; }
h1  { color : #cc0000; font-size : 28px; font-family : arial, helvetica, sans; font-weight : bold; font-style : normal; }
#HeaderLine { top: 0; display: block; background-color: white; width: 100%; text-align: center; position: fixed; height: 140px;  }
#NavLine { background-color: black; width: 100%; }
#NavLine a { vertical-align: middle; color: white; padding: 10px 20px 20px 0px; font-weight: bold; text-decoration: none; }
#NavLine a:hover { color: red; }
.Content { width: 90%; max-width: 1000px; }
.Spacer { display: inline-block; height; 160px; }
.clientbox { width: 200px; text-align: center; font-size: 14px; vertical-align: top; display: inline-block; margin: 0px 20px 20px 20px; }
.HdrPic { width: 80px; height: 88px; border: 0px; padding: 20px; }
.Parallax1 { 
    background-image: url("images/bg-1.jpg");  /* The image used */
    height: 400px; /* Set a specific height */
    /* Create the Parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.Parallax2 { 
    background-image: url("images/bg-2.jpg");  /* The image used */
    height: 400px; /* Set a specific height */
    /* Create the Parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (min-width: 641px) {
	.MobOnly { display: none; }
	.LeftMainInfo { float:left; width: 66%; }
	.RightMainInfo { float:right; width: 30%; text-align:center; }
}
@media (max-width: 640px) {
	h1 { font-size: 20px; }
	p, td, em, ul, li, b, .clientbox { font-size: 12px; }
	.DTOnly { display: none; }
	.HdrPic { width: 60px; height: 62px; border: 0px; padding: 10px; }
	.Content { width:90%; background-color: white; }
	.LeftMainInfo { width:94%; }
	.RightMainInfo { width: 96%; }
}
@media only screen and (max-device-width: 800px) {
/*    .Parallax2 { background-attachment: scroll; } */
}
