@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../images/bodyBkgrd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#contain-one {
	background-image: url(../images/gradientLeft.png);
	background-repeat: repeat-y;
	height: 100%;
	width: 875px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#contain-two {
	height: 100%;
	background-image: url(../images/gradientRight.png);
	background-repeat: repeat-y;
	background-position: right top;
	height: 100%;
	width: 860px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.oneColFixCtrHdr #container {
	width: 860px;
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CCC;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: none;
}
.oneColFixCtrHdr #header {
	background-color: #FFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 110px;
	background-image: url(../images/gradientTop.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.oneColFixCtrHdr #container #header img {
	padding: 0px;
	margin-top: 10px;
}
#company {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: small;
	font-weight: normal;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0px;
	background-color: #FFFFFF;
	margin: 0px;
}
#gradientFooter {
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/gradientBottom.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	clear: both;
	height: 20px;
}
.oneColFixCtrHdr #footer {
	font-size: xx-small;
	color: #FFF;
	font-weight: normal;
	height: 30px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin: 0px;
	background-image: url(../images/gradientFooter.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #333;
	clear: both;
}
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footerCopyR {
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
}
#navFlash {
	width: 840px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	height: 100%;
}
#navFlashAbout {
	width: 840px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	height: 273px;
	background-image: url(../images/worldBannerAbout.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#pageContent {
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	width: 650px;
	font-size: small;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	min-height: 400px;
	float: left;
	z-index: 10;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}
#pageContent p {
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#logo {
	border: none;
	float: left;
	width: 160px;
}
#logo img {
	border: none;
}
#title {
	position: relative;
	z-index: 5;
	left: -156px;
	top: -20px;
	padding: 0;
	margin: 0;
	color: #666;
}
.titleh1 {
	text-align: left;
	font-size: x-large;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	z-index: 1000;
}

#flashInner {
	margin: 0px;
	padding: 0px;
	width: 840px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#tpress {
	width: 600px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.tsmalltd {
	width: 90px;
	margin: 0px;
	font-weight: bold;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.tbigtd {
	font-weight: bold;
	margin: 0px;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.lispacing li {
	margin: 0px;
	padding-bottom: 5px;
}
.linospacing li {
	margin: 0px;
	padding: 0px;
	list-style-type: circle;
}
.libox {
	font-style: italic;
	color: #036;
	font-weight: bold;
	width: 200px;
}
.caseLinks {
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.caseLinks li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#map {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 60px;
}
.locationTitle {
	font-weight: bold;
	font-size: large;
}
#contactResp {
	font-size: large;
	padding-left: 20px;
}
#corpAddress {
	width: 225px;
	float: right;
	height: auto;
	position: relative;
	margin: 0px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #000;
}
#corpAddress p {
	padding: 0px;
	margin: 0px;
}
.submitButt	{
	text-align: right;
}
#outline {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
}
#outlineLeft {
	float: left;
	width: 300px;
	position: relative;
	margin: 0px;
	padding: 0px;
}
#outlineLeft p {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#outlineLeft img {
	margin: 0px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#outlineRight {
	float: right;
	width: 300px;
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-right: 45px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#outlineRightFranc {
	float: right;
	width: 300px;
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-right: 45px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#outlineRightFranc ul {
	margin: 0px;
	list-style-position: outside;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}
#outlineRightFranc li {
	padding: 0px;
	margin: 0px;
}
.affSection {
	position: relative;
	margin: 0px;
	height: 130px;
	padding: 0px;
}
.affSection a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
.affSection img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	position: relative;
	float: left;
}
.affSection p {
	position: relative;
	margin: 0px;
	padding: 0px;
}
.require {
	font-size: x-small;
	font-style: italic;
	color: #CC3333;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
.mgrPhoto {
	position: relative;
	float: left;
	clear: both;
	margin: 0px;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.mgrBlock {
	clear: both;
	position: relative;
/*	min-height: 140px;  */
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.mgrText {
	width: 490px;
	margin: 0px;
	padding: 0px;
	position: relative;
	float: right;
}
.notate {
	font-style: italic;
	font-size: x-small;
	margin: 0px;
	padding: 0px;
}
#imageOrient {
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 142px;
	top: 809px;
}
.quizQues	{
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}
.quizChoices	{
	padding: 0px;
	margin: 0px;
	font-size: x-small;
}
#FlashID {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: bottom;
}
.subTitle {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
}
li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.quoteSign {
	text-align: right;
}
.statement {
	font-weight: bold;
	text-align: center;
	font-size: x-small;
}
.tableLeft {
	text-align: right;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
#careeropp {
	float: right;
	margin-top: 10px;
	font-size: 15px;
	font-weight: bold;
}
.empAssets {
	font-size: medium;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
#employeeAssets {
	width: 550px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-color: #EAEAEA;
	border: thin solid #666;
	-moz-border-radius: 0em 3em 3em 0em;
	border-radius: 0em 3em 3em 0em;
}
.assetNotes {
	width: 420px;
	padding: 10px;
	background-color: #E2E2E2;
	border: thin solid #999;
	margin-bottom: 20px;
	-moz-border-radius: 0em 2em 2em 0em;
	border-radius: 0em 2em 2em 0em;
}
.addemailbutt {
	text-align: right;
	font-size: x-small;
}
#searchbutt {
	padding: 7px;
	width: 100px;
	text-align: center;
	font-weight: bold;
	background-color: #036;
	color: #FFF;
	float: right;
	margin-top: -15px;
	border: thin solid #06C;
}
#searchbutt a:active, #searchbutt a:link, #searchbutt a:visited {
	color:#FFF;
	text-decoration:none;
} 
#searchbutt a:hover	{
	color:#FFF;
	text-decoration:none;
}
#searchbutt:hover {
	background-color: #06C;
}.printReportLink {
	font-size: x-small;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.clearbr {
	clear: both;
}
#empTest ol li {
	margin-bottom: 20px;
}
#txt {
  border:none;
  font-family:verdana;
  font-size:16pt;
  font-weight:bold;
  border-right-color:#FFFFFF
}
#cd {
	float: right;
}
.timer {
	font-style: normal;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: right;
	float: right;
	margin-right: 45px;
}
#testTimer {
	width: 240px;
	float: right;
	margin-top: -20px;
	margin-right: 30px;
}

