@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #D1D2D4;
	line-height: normal;
	background-image: url(images/greybkg.gif);
	background-repeat: repeat-x;
}
.twoColFixRt #container {
	width: 1000px;
	text-align: left;
	height: 620px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.twoColFixRt #navpanel {
	height: 345px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/nav.gif);
	background-repeat: no-repeat;
	text-align: left;
}
.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 215px;
//	height: 530px;
	z-index: 1;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	color: #FFF;
	padding-top: 10px;
	margin-right: 3px;
	height: 525px;
	padding-right: 5px;
}
.twoColFixRt #login {
	width: 200px;
	left: 871px;
}
#seachsite2 {
	background-color: #C6C7C9;
	border-bottom-color: #625F94;
	border-left-color: #CCC;
	border-top-color: #CCC;
	border-right-color: #625F94;
}
.twoColFixRt #information {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11pt;
	color: #000;
	height: 530px;
	width: 755px;
	padding: 0px;
}
.twoColFixRt #mainContent {
	height: 550px;
	width: 1000px;
	background-image: url(images/maincntpanel.jpg);
	background-repeat: no-repeat;
	padding: 0px;
}
.twoColFixRt #mainContentwhite {
	height: 550px;
	width: 1000px;
	background-image: url(images/maincntpanel_white.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.twoColFixRt #toolkit {
	width: 560px;
	float: left;
	margin-left: 210px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
}
.twoColFixRt #base {
	height: 50px;
	width: 1000px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 7pt;
	color: #615f8d;
	line-height: normal;
	text-align: center;
	float: left;
	margin-top: 20px;
}
.twoColFixRt #baseInt {
	height: 50px;
	width: 1000px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 7pt;
	color: #615f8d;
	line-height: normal;
	text-align: center;
	float: left;
}
.twoColFixRt #freecall {
	float: right;
	width: 220px;
}
.twoColFixRt #employerOLD {
	height: 126px;
	width: 130px;
	z-index: 3;
	top: 230px;
	position: absolute;
	left: 355px;
}
.twoColFixRt #employer {
	height: 126px;
	width: 330px;
	z-index: 3;
	top: 146px;
	position: absolute;
	left: 74px;
}
.twoColFixRt #employer_mo {
        display:none;
        background-image:url('images/employer_mo.gif');
        background-position:center center;
        background-repeat:no-repeat;
        text-align:left;
	height: 170px;
	width: 300px;
	z-index: 3;
	top: 230px;
	position: absolute;
	left: 215px;
}
.twoColFixRt #apprentice {
	height: 126px;
	width: 130px;
	z-index: 2;
	top: 59px;
	position: absolute;
	left: 405px;
}
.twoColFixRt #apprentice_mo {
        display:none;
        background-image:url('images/apprentice_mo.gif');
        background-position:center center;
        background-repeat:no-repeat;
        text-align:left;
	height: 170px;
	width: 300px;
	z-index: 3;
	top: 130px;
	position: absolute;
	left: 395px;
}
.twoColFixRt #freecall2 {
	float: right;
	width: 220px;
}
.twoColFixRt #resources {
	height: 126px;
	width: 130px;
	z-index: 1;
	top: 147px;
	position: absolute;
	left: 538px;
}
.twoColFixRt #resources_mo {
        display:none;
        background-image:url('images/resources_mo.gif');
        background-position:center center;
        background-repeat:no-repeat;
        text-align:left;
	height: 170px;
	width: 300px;
	z-index: 3;
	top: 230px;
	position: absolute;
	left: 592px;
}
.twoColFixRt #asba {
	height: 126px;
	width: 48px;
	z-index: 1;
	top: 188px;
	position: absolute;
	left: 405px;
}
.twoColFixRt #asba_mo {
        display:none;
        background-image:url('images/asba_mo.gif');
        background-position:center center;
        background-repeat:no-repeat;
        text-align:left;
	height: 170px;
	width: 300px;
	z-index: 3;
	top: 298px;
	position: absolute;
	left: 395px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #FFF;

}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #Fcd745;
	font-weight: lighter;
	line-height: normal;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFF;
	font-weight: lighter;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13pt;
	color: #FDC745;
	font-weight: lighter;
	letter-spacing: 0.05em;
}
h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: lighter;
	color: #706E99;
}
.newsyellow {
	color: #fdc745;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
}
.freecallyellow {
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
a:link {
	color: #615F8D;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #615F8D;
}
a:hover {
	text-decoration: none;
	color: white;
}
a:active {
	text-decoration: none;
	color: #615F8D;
}
a.sub:link {
	color: #FFF;
	text-decoration: none;
}
a.sub:visited {
	text-decoration: none;
	color: #CCC;
}
a.sub:hover {
	text-decoration: none;
	color: #fdc745;
}
a.sub:active {
	text-decoration: none;
	color: #fdc745;
	font-family: Verdana, Geneva, sans-serif;
}
a.suba:link {
	color: #fdc745;
	text-decoration: none;
}
a.suba:visited {
	text-decoration: none;
	color: #fdc745;
}
a.suba:hover {
	text-decoration: none;
	color: #fdc745;
}
a.suba:active {
	text-decoration: none;
	color: #fdc745;
	font-family: Verdana, Geneva, sans-serif;
}
a.mvis:link {
	color: #fff;
	text-decoration: none;
}
a.mvis:visited {
	text-decoration: none;
	color: #fff;
}
a.mvis:hover {
	text-decoration: none;
	color: #fff;
}
a.mvis:active {
	text-decoration: none;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
}
ul {
        margin-left: 1.5em;
        padding-left: 0em;
        text-indent: 0em;
}
a.yellow:link {
	color: #fdc745;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 9pt;
}
a.yellow:visited {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fdc745;
	font-size: 9pt;
}
a.yellow:hover {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 9pt;
}
a.yellow:active {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fdc745;
	text-align: center;
	font-size: 9pt;
}
