@charset "utf-8";
/* CSS Document */

html {height: 100%; /* THIS IS KEY FOR 100% height on main container */
}

body {
	/*font: 100% Verdana, Arial, Helvetica, sans-serif;*/
	background-color:#FAFAFA;
	height: 100%; /* THIS IS KEY FOR 100% height on main container */
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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-image:url(../images/bg-internal-page.jpg);
	background-position:inherit;
	background-repeat:repeat-x;
}
.oneColFixCtr #bodyWrap {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 100%; /* THIS IS KEY FOR 100% height on main container */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #internalHeader {
	width: 740px;  /* using 28px less than a full 768px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 28px;
	padding: 0px;
	margin: 0 auto;  /* the auto margins (in conjunction with a width) center the page */
	/* margin-left: 14px;
	margin-right: 14px
	margin-top: 0px;
	margin-bottom: 0px; */
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 12px;
	padding-bottom: 0px;
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../images/bg-internal-header.png);
	background-position:center;
	background-repeat:no-repeat;
}
.oneColFixCtr #internalBody {
	width: 738px;  /* using 28px less than a full 768px width allows for browser chrome and avoids a horizontal scroll bar */
	/*height: 100%;*/
	padding: 0px;
	margin: 0 auto;  /* the auto margins (in conjunction with a width) center the page */
	/* margin-left: 14px;
	margin-right: 14px
	margin-top: 0px;
	margin-bottom: 0px; */
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 12px;
	padding-bottom: 0px;
	border-left: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	border-top: none;
	border-bottom: none;
	text-align: left; /* this overrides the text-align: center on the body element. 
	background-image:url(../images/bg-page.png);
	background-position:center;
	background-repeat:repeat-y;*/
	background-color:#FFFFFF;
	background-image:url(../images/bg-content-top.png);
	background-position:top;
	background-repeat:no-repeat;
}
.oneColFixCtr #container {
	width: 740px;  /* using 28px less than a full 768px width allows for browser chrome and avoids a horizontal scroll bar */
	/* height: 100%; */
	padding: 0px;
	margin: 0 auto;  /* the auto margins (in conjunction with a width) center the page */
	/* margin-left: 14px;
	margin-right: 14px
	margin-top: 0px;
	margin-bottom: 0px; */
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 12px;
	padding-bottom: 0px;
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../images/bg-page.png);
	background-position:center;
	background-repeat:repeat-y;
}
.oneColFixCtr #header {
	width: 768px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 64px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../images/bg-header.jpg);
	background-position:inherit;
	background-repeat:no-repeat;
}
.oneColFixCtr #headerLeft {
	float:left;
	width:260px;
	height: 64px; 
	padding:0;
	margin:0 auto;
	text-align:right;
}
.oneColFixCtr #headerRight {
	width:400px;
	height: 44px; 
	padding-top: 20px;
	margin:0 auto;
}
.oneColFixCtr #headerChat {
	float: right;
	width:508px;
	height: 64px; 
	padding-top: 0px;
	margin:0 auto;
}
p.header1 {
	text-align: right;
	vertical-align:middle;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #858585;
	background-color:none;
	border-right:0px solid white;
	margin:0px;
	padding:0px;
}
#headerRight ul {
	margin:0 auto;
	padding:0px;
	text-align:right;
	vertical-align:middle;
	list-style:none;
}
#headerRight li {
	display:inline;
	margin:0 auto;
	padding:0px;
	text-align:right;
	vertical-align:middle;
}
a.headerNav1 {
	margin-left:9px;
	text-decoration:none;
	letter-spacing: -1.1px;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#858585;
	background-color:none;
	border-right:0px solid white;
}
a.headerNav1:hover {
	margin-left:9px;
	text-decoration:underline;
	letter-spacing: -1.1px;
	font-weight:normal;
	color:#858585;
	padding:0.0em 0.0em;
	border-right:0px solid white;
}
a.headerNav2 {
	margin-left:9px;
	margin-right:15px;
	text-decoration:none;
	letter-spacing: -1.1px;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#7d7d7d;
	background-color:none;
	padding:0.0em 0.0em;
	border-right:0px solid white;
}
a.headerNav2:hover {
	margin-left:9px;
	margin-right:15px;
	text-decoration:underline;
	letter-spacing: -1.1px;
	font-weight:normal;
	color:#858585;
	padding:0.0em 0.0em;
	border-right:0px solid white;
}
a.headerNavIcons {
	margin-left:0px;
	text-decoration:none;
	letter-spacing: -1.1px;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#858585;
	background-color:none;
	border-right:0px solid white;
}
a.headerNavIcons:hover {
	margin-left:0px;
	text-decoration:none;
	letter-spacing: -1.1px;
	font-weight:normal;
	font-size:10px;
	color:#858585;
	padding:0.0em 0.0em;
	border-right:0px solid white;
}
.oneColFixCtr #navArea {
	width: 768px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 48px; /* this is 74px in the original nav mockup, but is 65 in the 3rd mockup something is up with the height of this - its pushing the dynamic area around inside dreamweaver */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	padding: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
/*	background-image:url(../images/bg-navbar.jpg);
	background-position:inherit;
	background-repeat:no-repeat;*/
}
.oneColFixCtr #navLeft {
	float:left;
	width:475px;
	height: 48px; /* this is 74px in the original nav mockup, but is 65 in the 3rd mockup */
	padding:0px;
	margin:0 auto;
	background-image:url(../images/bg-nav-only.jpg);
	background-position:inherit;
	background-repeat:no-repeat;
}
.oneColFixCtr #nav {
	float:left;
	width:475px;
	height: 48px; /* this is 74px in the original nav mockup, but is 65 in the 3rd mockup */
	padding:0px;
	margin:0 auto;
}
#navLeft ul {
	margin:0 auto;
	padding:0px;
	text-align:left;
	vertical-align:middle;
	list-style:none;
}
#navLeft li {
	display:inline;
	margin:0 auto;
	padding:0px;
	text-align:left;
	vertical-align:middle;
}
a.nav1 {
	float:left;
	margin-left:19px;
	text-decoration:none;
	font-weight:400;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	letter-spacing:-1px;
	color:#FFFFFF;
	background-color:none;
	padding:1.3em 0.0em;
	border-right:0px solid white;
}
a.nav1:hover {
	float:left;
	text-decoration:none;
	font-weight:400;
	color:#154982;
	padding:1.3em 0.0em;
	border-right:0px solid white;
}
a.nav2 {
	float:left;
	margin-left:13px;
	text-decoration:none;
	font-weight:400;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	letter-spacing:-1px;
	color:#FFFFFF;
	background-color:none;
	padding:1.3em 0.0em;
	border-right:0px solid white;
}
a.nav2:hover {
	float:left;
	text-decoration:none;
	font-weight:400;
	color:#154982;
	padding:1.3em 0.0em;
	border-right:0px solid white;
}
.oneColFixCtr #search {
	float:right;
	width:283px; /* actual width is 293 */
	height: 36px; /* this is 74px in the original nav mockup, but is 65 in the 3rd mockup */
	padding-top: 12px;
	padding-right: 10px;
	margin:0 auto;
	background-image:url(../images/bg-search.jpg);
	background-position:inherit;
	background-repeat:no-repeat;
}

#cse-input-button {border-width:0px; border-collapse:collapse; border-style:solid; background-image:url(../images/search-button.jpg); width:31px; height:24px;}

.oneColFixCtr #dynamicArea {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 243px;
	padding: 0px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../images/bg-dynamic243.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
.oneColFixCtr #paddingArea {
	width: 768px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 60px;
	padding: 0px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #paddingArea20 {
	width: 768px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 20px;
	padding: 0px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #whyEmployShare {
	width: 768px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
/*	height: 60px;
*/	padding: 0px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#whyEmployShareContent { 
	float: left;
	width: 753px;
/*	height: 60px;
*/	margin-top: 0px;
	margin-right: 0px;
	margin-left: 15px;
	margin-bottom: 0px;
	border: 0px solid #FF0000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #container {
	width: 768px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/* background: #FFFFFF; removing background color so bg shows through */
	padding: 0px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	width: 768px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
#aboutUsContainer { 
	float: left;
	width: 325px;
	height: 325px;
	padding: 0px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #FF0000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../images/bg-aboutus-header.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#aboutUsContent { 
	float: left;
	width: 310px;
	height: 305px;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 15px;
	margin-bottom: 0px;
	border: 0px solid #FF0000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
h1.internal {
	padding:0px;
	margin: 0 auto;/*
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 15px;
	margin-bottom: 0px;*/
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	font-style: italic;/*
	letter-spacing: -1px;*/
	color:#4b4b4b;
	background-color:none;
}
h2.home {
	padding:0px;
	margin: 0 auto;/*
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 15px;
	margin-bottom: 0px;*/
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	font-style: italic;/*
	letter-spacing: -1px;*/
	color:#4b4b4b;
	background-color:none;
}
h3.home {
	padding:0px;
	margin: 0 auto;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:21px;
	font-style:normal;
	letter-spacing: -1px;
	color:#4b4b4b;
	background-color:none;
}
#flashContainer { 
	float: right;
	width: 443px;
	height: 325px;
	padding: 0px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #0000FF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../images/video.jpg);	
}
#videoHeader { 
	float: left;
	width: 418px;
	margin-top: 25px;
	margin-right: 0px;
	margin-left: 25px;
	margin-bottom: 0px;
	border: 0px solid #FF0000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#flash { 
	float:left;
	width: 401px;/*
	height: 298px;
*/	padding-top: 11px;
	padding-left: 21px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: 0px solid #000000;
	z-index: 0; 
}
h1 {
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: left;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	letter-spacing: -1px;
	color:#000000;
	text-align: left;
	background-color:none;
}
h2 {
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: left;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	letter-spacing: 0px;
	color:#1A475C;
	background-color:none;
}
h3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	letter-spacing: 0px;
	color:#FF6B00;
	text-align: left;
	background-color:none;
}
h4 {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing: 0px;
	color:#000000;
	text-align: left;
	background-color:none;
}
h5 {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	letter-spacing: 0px;
	color:#000000;
	text-align: left;
	background-color:none;
}
p.body {
	vertical-align:middle;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	font-size: 12pt;
	color: #858585;
	background-color:none;
	border-right:0px solid white;
	margin:0px;
	padding:0px;
}
p.whyemployshare {
	vertical-align:middle;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	font-size: 11pt;
	color: #858585;
	background-color:none;
	border-right:0px solid white;
	margin:0px;
	padding:0px;
}
ul.aboutus {/*
	display:list-item;*/
	text-align: left;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	font-size: 11pt;
	color: #858585;
}
li.aboutus {
	display:list-item;
	list-style-position:outside;
	list-style-type:disc;
}


#divBodyWrap {
	width: 724px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align:left; /* this overrides the text-align: center on the body element. */
	margin-right: 6px;
	padding-top: 6px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	background-color:#FAFAFA; /*FAFAFA*/
	border-width:thin;
	border-style:solid;
	border-collapse:collapse;
	border-color:#E0E0E0; /* EOEOEO */
}


#divBodyWrap2 {
	width: 350px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align:left; /* this overrides the text-align: center on the body element. */
	margin-right: 6px;
	padding-top: 6px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	background-color:#FAFAFA; /*FAFAFA*/
	border-width:thin;
	border-style:solid;
	border-collapse:collapse;
	border-color:#E0E0E0; /* EOEOEO */
}

#footerWrap {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 60px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align:center; /* this overrides the text-align: center on the body element. */
	background-color:#FAFAFA;
	border-top:solid;
	border-top-width:thin;
	border-top-color:#E0E0E0;
}
#footer {
	width: 768px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 40px;
	padding-top: 20px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align:center; /* this overrides the text-align: center on the body element. */
	vertical-align:bottom;
}
p.footer {
	text-align: left;
	vertical-align:middle;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CFCFCF;
	background-color:none;
	border-right:0px solid white;
	margin:0px;
	padding:0px;
}
a.footer {
	float:left;
	margin-left:9px;
	text-decoration:none;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CFCFCF;
	background-color:none;
	padding:0.0em 0.0em;
}
a.footer:hover {
	margin-left:9px;
	float:left;
	text-decoration:none;
	font-weight:bold;
	color:#8B919F;
	padding:0.0em 0.0em;
	border:0px solid #FF6600;
}

a.footer2 {
	margin-left:9px;
	float:left;
	margin-left:9px;
	text-decoration:none;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CFCFCF;
	background-color:none;
	padding:0.0em 0.0em;
}
a.footer2:hover {
	float:left;
	text-decoration:none;
	font-weight:bold;
	color:#8B919F;
	padding:0.0em 0.0em;
	border:0px solid #FF6600;
}
a.homepage {
	text-decoration:none;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	font-size: 12pt;
	color: #858585;
	background-color:none;
}
a.homepage:hover {
	text-decoration:underline;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	font-size: 12pt;
	color: #858585;
	background-color:none;
}
a.body {
	text-decoration:none;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	font-size: 12pt;
	color: #2F7191;
	background-color:none;
}
a.body:hover {
	text-decoration:underline;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	font-size: 12pt;
	color: #858585;
	background-color:none;
}
