﻿html, body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #ddd;
	background-image: url(images/bg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 0;
}

small {
	font-size: 10px;
}

medium {
	font-size: 12px;
}

big {
	font-size: 14px;
}


p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: normal;
	text-align: normal;
	letter-spacing: normal;
	color: #000000;
	margin: .3em 0px 1em 0px;
	padding: 0px;
}



b {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
}



/* GENERIC */
H1, H2, H3, H4 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 0px;
	text-decoration: none;
}

H1 {
	font-size: 1.8em;
	line-height: 1.2em;
	color: #000;
	margin: 0;
	margin-top: 0em;
	margin-bottom: .5em;
	padding: 0;
}

H2 {
	font-size: 1.4em;
	line-height: 1em;
	color: #000;
	margin-top: 1em;
	margin-bottom: 0em;
	padding: 0;
}

H3 {
	font-size: 1.2em;
	line-height: 1em;
	color: #cc0000;
	margin-top: 1em;
	margin-bottom: 0em;
	padding: 0;
}


H4 {
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	position: relative;
	left: -15px; /*solution for IE -- Negative padding doesn't work in IE*/
	margin: 10px 0px 0px 0px;
	padding: 3px 0px 0 15px;
	background-color: transparent;
	background-image: url(images/head_news.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 22px;
	width: 185px;
}


/************************
			A:LINKS
	*************************/
a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

a:link, a:visited, a:active {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	/* font-size: 1em; */
	font-weight: normal;
	color: #cc0000;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	/* font-size: 1em; */
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}


BLOCKQUOTE, PRE {
	font-family: Arial, Verdana, Helvetica, sans-serif;
}


UL {
	list-style-type: disc; /*Square change to disc*/
	list-style-position: outside;
	margin: 0px;
	margin: 0 0 0 15px;
	padding: 0 0px 0 0px;
}

LI {
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: normal;
	text-align: left;
	letter-spacing: normal;
	color: #000000;
	list-style-type: disc; /*Square change to disc*/
	margin-top: .3em;
	margin-bottom: .5em;
}




#ControlPanel {
	display: block;
	width: 100%;
}

.jobOppHead {
	font-size: 1.2em;
	line-height: 1em;
	color: #cc0000;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0em;
	padding: 0;
}

.jobOppText {
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}

.logout {
	display: block;
	position: absolute;
	top: 0;
	right: 10px;
	left: auto;
	bottom: auto;
	z-index: 11;
	font-size: 1em;
}

#main_body {
	background-color: transparent;
	background-image: url(images/bg_MainImage.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 575px;
	width: 1000px;
	margin: auto;
	position: relative;
}
#nav1 {
	z-index: 999999;
	position: relative;
	top: 101px;
	left: 0px;
	min-width: 1000px; /*IE6 won't read min-width*/
	width: 100%;
	_width: 1000px;
	height: 24px;
	_height: 22px;
	margin: auto;
}

#nav2 {
	z-index: 888888;
	position: relative;
	top: 98px;
	left: 0px; /* Keep value 0 to avoid horiz. scrolls */
	min-width: 1000px;
	width: 100%;
	_width: 1000px;
	height: 20px;
	margin: auto;
	margin-left: -4px;
}

#MainContentContainer {
	float: left;
	width: 1000px;
	margin: 0px 0 0 0px;
	padding: 100px 0 0 0px;
}

.contentPane {
	float: left;
	width: auto;
	min-width: 500px;
	max-width: 720px;
	min-height: 300px;
	margin: 0px 30px 0px 20px;
	padding: 10px 20px 15px 0px;
	_padding: 10px 0px 15px 10px;
}
.contentPaneNarrow {
	float: left;
	width: 450px;
	min-width: 500px;
	min-height: 300px;
	margin: 0px 30px 0px 20px;
	padding: 10px 20px 15px 0px;
	_padding: 10px 0px 15px 10px;
}

.sidebarPane {
	float: left;
	width: 200px;
	margin: 0px 0 0 0px;
	padding: 0px 0 15px 10px;
}


#ImageSlideContainer {
	background-color: transparent;
	background-image: url(images/bg_conveyor.gif);
	background-position: top center;
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	float: left;
	clear: both;
	width: 1000px;
	height: 220px;
	margin: 0px 0 0 0px;
	padding: 0px 0 0 0px;
}

.rotatorPane {
	background-color: transparent;
	background-image: none;
	width: 900px;
	height: 145px;
	margin: 10px 50px 0 50px;
	padding: 0 0px 0 0;
}

.ImageSlide_top {
	text-align: center;
	width: 1000px;
	height: 18px;
	padding-top: 0px;
}
.ImageSlide_left {
	text-align: left;
	vertical-align: text-bottom;
	width: 1000px;
	height: 18px;
	padding: 4px 0 0 50px;
	_padding: 1px 0 0 80px;
}
.ImageSlide_right {
	float: right;
	padding-right: 40px;
	color: #fff;
}

.SkinObject {
	margin: 0;
	border: 0;
	padding: 0;
	color: #fff;
	font-weight: normal;
}

/* ==============================
    CSS STYLES FOR Avastone Menu
   ==============================
*/

/***********************************************************
 Structural CSS for the structure and behavior of the menu 
                   USE EXTREME CAUTION!
   Modifying the CSS here will most likely break the menu!
************************************************************/

ul.AvastoneCssMenu /* root-level menu list (UL) */
{
    position: relative;
	margin: 0;
	border: 0;
	padding: 0;
    display: block;
	white-space: nowrap;
    list-style: none;
    /* z-index: 999999; */
}

ul.AvastoneCssMenu ul /* submenu lists (ULs) */
{
    position: absolute;
	margin: 0;
	border: 0;
	padding: 0;
    display: block;
    _display: none;
	white-space: nowrap;
    list-style: none;
    visibility: hidden;
}

ul.AvastoneCssMenu li  /* menu items */
{
    position: relative;
    list-style: none;
    float: left;
	display: inline;  /* */
	_height: 1%;
	margin: 0;
	border: 0;
	padding: 0;
}

ul.AvastoneCssMenu a,  /* menu item links */
ul.AvastoneCssMenu span
{
    display: block;
    text-decoration: none;
	margin: 0;
	border: 0;
	padding: 0;
}

/* Add more rules here if your menus have more than four (4) tiers */
ul.AvastoneCssMenu li:hover ul ul,
ul.AvastoneCssMenu li:hover ul ul ul,
ul.AvastoneCssMenu li:hover ul ul ul ul,
ul.AvastoneCssMenu li.iehover ul ul,
ul.AvastoneCssMenu li.iehover ul ul ul,
ul.AvastoneCssMenu li.iehover ul ul ul ul
{
	left: -9999px;
    visibility: hidden;
    _display: none;
}

/* Add more rules here if your menus have more than four (4) tiers */
ul.AvastoneCssMenu li:hover ul,
ul.AvastoneCssMenu li li:hover ul,
ul.AvastoneCssMenu li li li:hover ul,
ul.AvastoneCssMenu li li li li:hover ul,
ul.AvastoneCssMenu li.iehover ul,
ul.AvastoneCssMenu li li.iehover ul,
ul.AvastoneCssMenu li li li.iehover ul,
ul.AvastoneCssMenu li li li li.iehover ul
{
	left: auto;
    visibility: visible;
    _display: block;
}

.ArrowPointer
{
	cursor: default;
}

/******************************************************
 Presentation CSS for customizing the look of the menu
*******************************************************/

#MainMenuDiv { /* div containing the menu */
	z-index: 999999;
	background-color: transparent;
	width: auto;
	_width: 100%;
	height: 22px;
	_height: 22px;
	text-align: left;
}

ul#MainMenu { /* root-level menu */
	z-index: 999999;
	background-color: transparent;
	margin: 1px 50px 1px 50px;
	_margin: 0px 100px 0px 100px;
	width: 900px;
}

/* nested menu lists/submenus */
ul#MainMenu ul {
	z-index: 999999;
	background-color: #333;
}

ul#MainMenu li  /* menu items */
{
	width: auto;
	_width: 1%;
}

ul#MainMenu li li  /* nested menu items */
{
	width: 100%;
	height: auto;
	white-space: normal;
	border-bottom: solid 1px #999;
}

ul#MainMenu a,  /* menu item links */
ul#MainMenu span
{
	padding: 2px 4px 2px 4px;

	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0px;
	
	color: #fff;
	background-color: transparent;

	width: auto;
	height: 16px;
}

ul#MainMenu ul a,  /* nested menu item links */
ul#MainMenu ul span
{
	width: 100%;
	height: auto;
	line-height: 14px;
	padding: 3px 8px;
	white-space: normal;
}

/* Applied to the submenu list immediately under the menu item hovered over */
/* Second-level menu lists only */
ul#MainMenu li:hover ul,
ul#MainMenu li.iehover ul
{
	z-index: 999999;
	background-color: #333;
	width: 160px; /* width of submenu, must be set so third-level list can get shifted over properly */
	margin: 0;
	border: 0;
	padding: 0;
}

/* Applied to the submenu list immediately under the menu item hovered over */
/* Add more rules here if your menus have more than three (4) tiers */
ul#MainMenu li li:hover ul,
ul#MainMenu li li li:hover ul,
ul#MainMenu li li li li:hover ul,
ul#MainMenu li li.iehover ul,
ul#MainMenu li li li.iehover ul,
ul#MainMenu li li li li.iehover ul
{
	z-index: 999999;
	left: 160px;
	top: 0;
	background-color: #666666;
	width: 160px;
	border: 0;
}

/* hovered menu item links */
ul#MainMenu li a:hover
{
	background-color: transparent;
	color: #c00;
}

ul#MainMenu li li a:hover {
}

ul#MainMenu a.MenuRootBranch {
    border-bottom: solid 2px #fff;
    padding-bottom: 3px;
}

ul#MainMenu a.MenuItemBranch {
    border-bottom: solid 2px #fff;
    padding-bottom: 3px;
}

ul#MainMenu li a.MenuItemCurrent {
    background-color: transparent;
    color: #999;
}

ul#MainMenu a.MenuItemBreadcrumb {
    background-color: #300;
    color: #ccc;
}

ul#MainMenu li.rootSeparator {
	padding: 2px 4px 2px 4px;

	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0px;
	
	color: #fff;
	background-color: transparent;

	width: auto;
	height: 16px;
}

ul#MainMenu li.rightCap {
}





#MainMenu2Div { /* div containing the menu */
	z-index: 1;
	background-color: transparent;
	width: auto;
	_width: 100%;
	height: 20px;
	text-align: left;
}

ul#MainMenu2 /* root-level menu list (UL) */
{
	z-index: 888888;
	background-color: transparent;
	margin: 1px 50px 1px 50px;
	_margin: 0px 100px 0px 100px;
	width: 900px;
}

/* nested menu lists/submenus */
ul#MainMenu2 ul 
{
	z-index: 888888;
	background-color: #633;
}

ul#MainMenu2 li  /* menu items */
{
	width: auto;
	_width: 1%;
	/* height: auto;
	_height: 20px; */
	white-space: nowrap;
	overflow: visible;
}

ul#MainMenu2 li li  /* nested menu items */
{
	width: 100%;
	height: auto;
	white-space: normal;
	border-bottom: solid 1px #999;
}

ul#MainMenu2 a,  /* menu item links */
ul#MainMenu2 span
{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	text-decoration :none;
	text-transform: none;
	letter-spacing: 0px;
	color: #fff;
	background-color: transparent;
	padding: 3px 8px 3px 8px;
	width: auto;
	height: auto;
}

ul#MainMenu2 ul a,
ul#MainMenu2 ul span
{
	width: auto;
	_width: 180px;
	border: 0;
}

/* Applied to the submenu list immediately under the menu item hovered over */
/* Second-level menu lists only */
ul#MainMenu2 li:hover ul,
ul#MainMenu2 li.iehover ul
{
	z-index: 888888;
	background-color: #000;
	width: 160px; /* width of submenu, must be set so third-level list can get shifted over properly */
}

/* Applied to the submenu list immediately under the menu item hovered over */
/* Add more rules here if your menus have more than three (4) tiers */
ul#MainMenu2 li li:hover ul,
ul#MainMenu2 li li li:hover ul,
ul#MainMenu2 li li li li:hover ul,
ul#MainMenu2 li li.iehover ul,
ul#MainMenu2 li li li.iehover ul,
ul#MainMenu2 li li li li.iehover ul
{
	z-index: 888888;
	left: 160px;
	top: 0;
	background-color: #000;
	width: 160px;
}

/* hovered menu item links */
ul#MainMenu2 li a:hover 
{
	background-color: transparent;
	color: #c00;
}

ul#MainMenu2 li li a:hover {
}

ul#MainMenu2 li.MenuRootBranch a {
    border-bottom: solid 2px #fff;
    padding-bottom: 3px;
}

ul#MainMenu2 li.MenuItemBranch a {
    border-right: solid 2px #fff;
    padding-right: 3px;
}

ul#MainMenu2 li a.MenuItemCurrent {
    background-color: transparent;
    color: #999;
}

ul#MainMenu2 li li a.MenuItemCurrent {
	background-color: #333;
	background-image: none;
}

ul#MainMenu2 li.MenuItemBreadcrumb {
    background-color: #300;
    color: #ccc;
}

ul#MainMenu2 li.rootSeparator {
	background-image: url(images/nav/slant.gif);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 3px 8px 3px 8px;
	width: auto;
	_width: 1%;
	height: 12px;
}

/* ================================
    submenuContainer submenuHead
   ================================
*/

#submenuContainer {
	/* all submenu lists */
	margin: 0 20px 0 0;
	padding: 0 20px 0px 0;
	width: 150px;
	z-index: 5;
	float: left;
	width: 150px;
	margin: 0px 10px 50px 30px;
	padding: 20px 0px 15px 0px;
}
#submenuHead {
	/* all submenu lists */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #c00;
	text-align: left;
	list-style: none;
	margin: 0 20px 10px 0;
	padding: 0 20px 0px 0;
	width: auto;
}


/* ================================
    submenu styles
   ================================
*/

ul#SubMenu, ul#SubMenu ul {
	position: relative;
	left: 0px;
	top: 0px;
	height: 10px;
	width: 160px;
	margin: 0 0px 0 0;
	padding: 0px 0px 0 0px;
	list-style: none;
}

ul#SubMenu li {
	/* all list items */
	margin: 0px;
	padding: 0px;
	display: block;
	list-style: none;
}

ul#SubMenu li a {
	/* all links within the menu wrapper */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	color: #000;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0px;
	margin: 2px;
	border-left: #999 solid 1px;
	border-bottom: #999 solid 1px;
	padding: 4px 6px 0px 5px;
	_padding: 7px 6px 0px 5px;
	height: 18px;
	_height: 9px;
	display: block;
	z-index: 5;
}

ul#SubMenu li a:hover {
	border-left: #cc0000 solid 1px;
	border-bottom: #cc0000 solid 1px;
}

ul#SubMenu li a.MenuItemCurrent {
	border-left: #cc0000 solid 1px;
	border-bottom: #cc0000 solid 1px;
}
