@charset "utf-8";

* {
	padding: 0px;
	margin: 0px;
}

body {
	background-color: #FFF;
	background-image: url(/images/bgTop.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	color: Black;
}

p {
	line-height: 1.5em;
	margin-top: 10px;
}

hr {
	color: #ff6600;
	height: 1px;
	width: 80%;
	text-align: center;
	margin-top: 5px;
}

img {
	border: 0px;
}

a:link {
	color: #006699;
}

a:hover {
	color: #ff6600;
}

a:visited {
	color: #339999;
}

#container {
	font-size: 9pt;	
	width: 950px;
	height: auto;
}

/***********/
#topNav {
	padding-top: 10px;
	color: #666666;
	text-align: right;
}

#topNav ul {
	list-style: none;
	margin-right: 20px;
}

#topNav ul li {
	border-right: 1px solid #666666;
	display: inline;
	font-size: 10px;
}

#topNav ul li.last {
	border-right: none;
	display: inline;
}

#topNav a {
	text-decoration: none;
	color: #666666;
	padding-left: 10px;
	padding-right: 10px;
}

#topNav a:hover {
	color: #000000;
	text-decoration: underline;
}
/**************/

#topBanner {
	height: 230px;
	width: 100%;
}

#topBannerInternal {
	height: 165px;
	width: 100%;
}

#logo {
	width: 273px;
	height: 230px;
	float: left;
	position: absolute;
	z-index: 10;
}

#logo img {
	margin-left: 100px; 
	margin-top: 75px;
}

#logoInternal {
	width: 273px;
	height: 165px;
	float: left;
	position: absolute;
	z-index: 10;
}

#logoInternal img {
	margin-left: 120px; 
	margin-top: 70px;
}

/**************/
#mastheadHome {
	background-image: url(/images/bannerHome.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	text-align: right;
	width: 672px;
	height: 230px;
	position: absolute;
	padding-left: 273px;
}

#mastheadHome #escTitle {
	font-family: "Times New Roman", Times, serif;
	color: #006699;
	font-size: 30px;
	line-height: 1.15em;
	padding-top: 50px;
	padding-right: 40px;
}

#mastheadHome #escTitle .small {
	font-size: 20px;
	font-style: italic;
} 

#mastheadAbout #escTitle, #mastheadBusiness #escTitle, #mastheadIndividual #escTitle, #mastheadLMI #escTitle {
	font-family: "Times New Roman", Times, serif;
	color: #006699;
	font-size: 22px;
	line-height: .95em;
	padding-top: 30px;
	padding-right: 20px;
}

#mastheadAbout #escTitle .small, #mastheadBusiness #escTitle .small, #mastheadIndividual #escTitle .small, #mastheadLMI #escTitle .small {
	font-size: 16px;
	font-style: italic;
} 

#mastheadAbout h1, #mastheadBusiness h1, #mastheadIndividual h1, #mastheadLMI h1 {
	color: #ff6600;
	font-size: 24px;
	padding-right: 20px;
	padding-top: 20px;
	line-height: 1em;
}

#mastheadAbout h1 a, #mastheadBusiness h1 a, #mastheadIndividual h1 a, #mastheadLMI h1 a {
	color: #ff6600;
	text-decoration: none;
}

/******************/

/**************/
#mastheadAbout {
	background-image: url(/images/bannerAbout.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	text-align: right;
	width: 672px;
	height: 165px;
	position: absolute;
	padding-left: 273px;
}

#mastheadBusiness {
	background-image: url(/images/bannerBusiness.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	text-align: right;
	width: 672px;
	height: 165px;
	position: absolute;
	padding-left: 273px;
}

#mastheadIndividual {
	background-image: url(/images/bannerIndividual.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	text-align: right;
	width: 672px;
	height: 165px;
	position: absolute;
	padding-left: 273px;
}

#mastheadLMI {
	background-image: url(/images/bannerLaborMkt.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	text-align: right;
	width: 672px;
	height: 165px;
	position: absolute;
	padding-left: 273px;
}
/**************/

#executiveRight {
	color: #666666;
	font-weight: bold;
	line-height: 1.5em;
	padding-top: 30px;
	padding-right: 40px;
}

/****************/
#leftNav {
	float: left;
	position: relative;
	z-index: 80;
}

/******  BEGIN STYLE FOR LEFT NAVIGATION ********/
/******  ADDITIONAL STYLING CAN BE FOUND IN 'superfish.css'  *********/
#leftLinks {
	background-color: #006699;
	background-image: url(/images/navCorner.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin-top: 19px;
	margin-left: 20px;
	width: 257px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 3px;
}

/******  END STYLE FOR LEFT NAVIGATION ********/

#navTitle {
	float: left;
	padding-top: 12px;
	padding-left: 2px;
}

#otherLeftNav {
	padding-left: 35px;
	padding-right: 20px;
	width: 223px;
}

/****************/

#login {
	padding-left: 35px;
	padding-right: 20px;
	cursor: pointer;
}


#loginBoxes
{
	text-align: left;
	width: 202px;
	cursor: auto;
}

#loginBoxes img
{
	vertical-align:top;

} 

.loginTB, .loginBtn
{
	font-size: 9pt;
	margin-bottom: 10px;
}

.loginTB
{
	width: 160px;
}

.fieldText {
	font-size: 9px;
	color: #ff6600;
	font-weight: bold;
	cursor: auto;
}

/****/
.vGroupSummary, .forgotPINGroupSummary
{
	color: #8c0628;
	font-size: 9px;
	line-height: 1.25em;
	padding-bottom: 6px;
}
.forgotPINGroupSummary
{
	text-align: center;
}
.vGroupSummary
{
	text-align: left;
}

#additionalInfo {
	text-align: right;
	padding-top: 0px;
	margin-top: 0px;
}

#additionalInfo a {
	text-decoration: none;
	font-size: 9px;
	color: #000;
}

/************/
.basicModal .basic {
	cursor: help;
}
/****/

#qlContainer {
	border: 1px solid #999999;
	background-color: #cccccc;
	left: -6px;
	margin-top: 1px;
	width: 645px;
	padding: 5px;
	position: relative;
	z-index: 50;
	float: left;
	visibility:inherit
}

#otherLeftNav ul {
	padding-left: 0px;
}

#otherLeftNav ul li {
	list-style-type: none;
	padding-bottom: 5px;
}

#otherLeftNav a {
	color: #003366;
	font-size: 11px;
	text-decoration: none;
}

#otherLeftNav a:hover {
	text-decoration: underline;
}

#otherLeftNav a:visited {
	color: #666666;
}

#pageBody, #pageBodyInternal {
	background-color: #FFF;
	width: 615px;
	/* padding: 15px; */
	height: auto;
	padding-left: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: 1.5em;
}

#pageBody h1 {
	background-image: url(/images/bulletOrange.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 22px;
	margin-bottom: 10px;
	font-size: 20px;
	color: #003366;
	border-bottom: 1px solid #CCC;
}

#pageBodyInternal h1 {
	margin-bottom: 20px;
	font-size: 20px;
	color: #003366;
}

#pageBody h2, #login h2, .heading, #pageBodyInternal h2, #otherLeftNav h2 {
	background-image: url(/images/bulletOrange.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 17px;
	color: #006699;
	border-bottom: 1px solid #CCC;
	display: block;
	font-weight: bold;
}

#pageBody h3, .subheading, #pageBodyInternal h3 {
	color: #ff6600;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 5px;
	padding-top: 12px;
	display: block;
	text-decoration: none;
}

#pageBodyInternal ul, #pageBodyInternal ol {
	margin-left: 30px;
	margin-top: 10px;
}

#pageBodyInternal ul li, #pageBodyInternal ol li {
	margin-bottom: 8px;
}

#pageBodyInternal ul li ul {
	margin-left: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#leftCenterColumn {
	/* display:inline;
	float:left; */
	width: 375px;
	background-color: #FFF;
	margin: 10px;
}

#rightCenterColumn {
	width: 210px;
	/* display:inline;
	float: left; */
	margin-left: 0px;
	background-color: #FFF;
	margin: 10px;
}

.date {
	font-size: 13px;
	color: #003366;
	font-weight: bold;
}

.headline {
	font-size: 12px;
	color: #0099cc;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 5px;
	line-height: 1.25em;
}

.subheadingdesc {
	font-size: 10px;
	font-style: italic;
	margin-top: -5px;
	margin-bottom: 5px;
}

.more {
	font-size: 11px;
	color: #ff6600;
	font-weight: bold;
	text-align: right;
	margin-top: 3px;
}

.more a {
	color: #ff6600;
	text-decoration: none;
}

.more a:hover {
	text-decoration: underline;
}

.alerts {
	font-size: 12px;
	color:#990000;
	font-weight: bold;
	padding-bottom: 20px;
}

#resources {
	margin-left: -5px;
}

#resources td {
	border: 1px solid #999; 
	background-color: #CCC; 
	padding: 3px;
}

#footer {
	background-image: url(/images/bgFooter.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 80px;
	width: 660px;
	margin-left: 280px;
}

/**************/
#bottomLinks {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

#bottomLinks ul {
    margin: 3px;
    padding: 0px;
    white-space: nowrap;
}

#bottomLinks li {
    list-style-type: none;
    display: inline;
}

#bottomLinks li a, #copyright a {
    text-decoration: none;
    padding: 0px 10px;
    font-size: 8pt;
    color: #666666;
}

#bottomLinks li a:hover, #copyright a:hover {
    text-decoration: underline;
    color: #000;
}

/**************/

#copyright {
	color: #666666;
    font-size: 8pt; 
    text-align:center;
    margin-top: 10px;
    margin-bottom: 10px;
}
/**************************************************/

#errorPage 
{
	margin-top:30px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 20px 20px 20px;
	border: none;
	width: 500px;	
	background-image: url(../images/esclogo.gif);
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
}

#errorPage p, #errorPage a
{
	font-family: Tahoma;
	font-size: 10pt;	
	color: Black;
	margin-bottom: 10px;
	margin-top: 15px;
}
