/*
	Primary, site-wide stylesheet
*/

/********************* Global Text Declarations *********************/

/* Global Text family and size declarations */

body, body div, body p, body th, body td, body li, body dd, body input, body a, body select, body textarea {
	font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    color: #565555;
    font-weight: normal;
    voice-family: "\"}\"";
    voice-family: inherit;
    font-size: small;
}

/* Firefox and Mozilla */
html>body, html>body div, html>body p, html>body th, 
html>body td, html>body li, html>body dd, html>body input, html>body a, html>body select, html>body textarea {
	font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}

/********************* Main Sections *********************/

/*
html, body
{
	height: 100%;
}
*/

body
{
	background: #ffffff; /*#C5C6B6 url('images/bg.gif') repeat-y center top;*/
	text-align: center;
	margin: 0;
	padding: 0;
}

#container
{
	width: 735px;
	text-align: left;
	background: none; /*url('images/bg_container.gif') repeat-y #FFFFFF;*/
	margin: 0 auto 0 auto;

/* For full height page */
/*

	position: relative;
	min-height: 100%;
	height: 100%;
*/
}

/* For full height page */
/*
html>body #container {
    height: auto;
}
*/

#header
{
	width: 735px;
	margin: 0;
	padding: 0px;
	min-height: 50px;
}


#footer
{
	width: 715px; 
/* For full height page */ 
/*	
	position: absolute;
	bottom: 0px; 	
*/
	margin: 30px 0 0 0;
	padding: 10px;
	border-top: 1px solid silver;
	background: none;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}


/********************* CSS float properties *********************/

.floatItem
{
	font-size: 100%;
    padding-left: 60px;
}

.floatItem a, .floatItem a:link, .floatItem a:visited, .floatItem a:hover
{
	font-size: 100%;
}


.floatLeft
{
	float: left;
	clear: left;
	margin-right: 5px;
}
.floatRight
{
	float: right;
	margin-left: 5px;
}
.clearFloat
{
	clear: both;
	height: 0px;
	font-size: 0;
	line-height: 0px;
}

.floatCaptionBoxRight {
	float: right;
	margin: 0 10px 0 10px;
	padding: 10px;
	background-color: #E1E2E2;
	border: 1px solid #C8C8C8;
}

/********************* Global Anchor Declarations *********************/

a, a:link, a:visited
{
	text-decoration: none;
	color: #810025;
}

a:hover
{
	text-decoration: underline;
}

/********************* Navigation - Top *********************/


#navigationTop
{
	width: 735px;
	margin: 0;
	padding: 5px 0 5px 0;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	text-align: right;
}

#navigationTop a, #navigationTop a:link, #navigationTop a:visited
{
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

#navigationTop a:hover
{
	text-decoration: underline;
}

div.navigationSearch
{
    display: inline;
    top: 0;
    width: 150px;
    font-size: 11px;
}

/********************* Navigation - Primary Drop Down *********************/

#nav 
{	
}

#nav, #nav ul
{
	/* all lists */
	padding: 0;
	margin: 0 0 0 45px;
	list-style: none;
	line-height: 1;
	z-index: 1000;
	text-transform: uppercase;
}

#nav a
{
	display: block; /*width: 12em; */
	margin: 0 4em 0 0;
}

#nav li
{
	/* all list items */
	display: inline;
	float: left;
	z-index: 1000; /*width: 12em;*/ /* width needed or else Opera goes nuts */
}

#nav li ul
{
	/* second-level lists */
	position: absolute;
	width: 15em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding: 1em 0 0 0;
	background-color: #E1E2E2;
	margin: 0;
	color: #000000;
}

#nav li ul li /* Second level list items */
{
	text-align: left;
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
}

/* Second level list item links */

#nav li ul li a, #nav li ul li a:link, #nav li ul li a:visited
{
	display: block;
	margin: 0px;
	padding: 7px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
#nav li ul li a:hover
{
	color: #000000;
	text-decoration: none;
}

#nav li ul ul
{
	/* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul
{
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul
{
	/* lists nested under hovered list items */
	left: auto;
}

/********************* Navigation - Primary *********************/

#navigationPrimary
{
	text-align: center;
	width: 733px;
	margin: 2px 0 0 0;
	min-height: 20px;
	color: #000000;
	font-weight: bolder;
	background-color: #E1E2E2;
	border: 1px solid #C8C8C8;
	/* Default - for FireFox & IE 7 */
	padding: 10px 0 2px 0;
}

/* IE 6 Only */
* html #navigationPrimary
{
	padding: 10px 0 10px 0;
}

#navigationPrimary a, #navigationPrimary a:link, #navigationPrimary a:visited
{
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#navigationPrimary a:hover
{
	text-decoration: underline;
}

/********************* Navigation - Small *********************/

#navigationSmall
{
	width: 735px;
	margin: 0;
	padding: 5px 0px 2px 0px;
	text-align: right;
	font-size: 10px;
	color: #504F4E;
	vertical-align: middle;
}


#navigationSmall a, #navigationSmall a:link, #navigationSmall a:visited
{
	font-size: 10px;
	color: #504F4E;
	text-decoration: none;
}

#navigationSmall a:hover
{
	text-decoration: underline;
}


/********************* Navigation - Left *********************/

#navigationLeft
{
	padding: 0;
	margin: 0;
}

#navigationLeft ul
{
	margin: 0;
	padding: 0;
}

#navigationLeft ul li
{
	color: #810025;
	font-weight: bolder;
	text-transform: uppercase;
	list-style: none;
	margin: 0 0 1.5em 0;
	padding: 0;
}

#navigationLeft ul li a, #navigationLeft ul li a:link, #navigationLeft ul li a:visited
{
	color: #810025;
	font-weight: bolder;
	text-transform: uppercase;
	text-decoration: none;
}

#navigationLeft ul li a:hover
{
	text-decoration: underline;
}


#navigationLeft ul li ul li
{
	text-transform: none;
	color: #424142;
	font-weight: bolder;
	margin: .1em 0 .1em 1.5em;
}

#navigationLeft ul li ul li a, #navigationLeft ul li ul li a:link, #navigationLeft ul li ul li a:visited
{
	text-transform: none;
	color: #424142;
	font-weight: bolder;
	text-decoration: none;
}

#navigationLeft ul li ul li a:hover
{
	text-decoration: underline;
}

/********************* Navigation - Footer *********************/

#navigationFooter
{
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	padding: 0;
	margin: 5px 0 0 0;
}

#navigationFooter a, #navigationFooter a:link, #navigationFooter a:visited
{
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

#navigationFooter a:hover
{
	text-decoration: underline;
}



/********************* Navigation - Footer Small *********************/

#navigationFooterSmall
{
	font-size: 9px;
	color: #333333;
	font-weight: normal;
	padding: 0;
	margin: 5px 0 10px 0;
}

#navigationFooterSmall a, #navigationFooterSmall a:link, #navigationFooterSmall a:visited
{
	font-size: 9px;
	color: #333333;
	text-decoration: none;
}

#navigationFooterSmall a:hover
{
	text-decoration: underline;
}


/********************* Sections *********************/


.sections 
{
	margin: 0;
	padding: 0;
	width: 733px;
}


.sectionHomePageMiddle
{
	font-size: 85%;
	width: 40%;
	vertical-align: top;
	padding: 0 5px 0 5px;
}


.sectionHomePage
{
	font-size: 85%;
	width: 30%;
	vertical-align: top;
	padding: 0 5px 0 5px;
}

.sectionHomePage a, .sectionHomePage a:link, .sectionHomePage a:visited, .sectionHomePage a:hover
{
	font-size: 100%;
}

.sectionLeft
{
	vertical-align: top;
	width: 180px;
	margin: 0;
	padding: 0;
	/*float: left;*/
	font-size: 12px;
}

.sectionRight
{
	vertical-align: top;
	width: 520px;
	margin: 0;
	padding: 0 5px 0 15px;
}

/********************* Misc Declarations *********************/

h1
{
	margin: 0 0 .3em 0;
	padding: 0;
	font-size: 150%;
	color: #810025;
	font-weight: bold;
	line-height: 1.2em;
}

h2
{
	margin: 0 0 .3em 0;
	padding: 0;
	font-size: 140%;
	color: #810025;
	font-weight: bold;
	line-height: 1.2em;
}

h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
	font-size: 100%;
}

h3
{
	font-size: 130%;
	color: #810025;
	font-weight: bolder;
	padding: 0;
	margin: 0 0 .3em 0;
	line-height: 1.2em;
}

h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
	font-weight: bolder;
	color: #810025;
	font-size: 100%;
}

h4 
{
	font-size: 110%;
	font-weight: bolder;
	margin: 10px 0 2px 0;
	padding: 0;
}	

p {
	margin: 0 0 1em 0;
	padding: 0;
}

h1.intro
{
	font-size: 170%;
	line-height: 1.2em;
}

.intro 
{
	font-size: 130%;
	line-height: 1.2em;
}


.mainText 
{
	margin: 0;
	padding: 0;
	line-height: 1.3em;
}

.red, .validatorError
{
	color: #810025;
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

a img
{
	border: none;
}

.border
{
	border: 1px solid black;
}

	
/* Zach Harris: Strictly for linkbutton that I don't want to link to anything */
.linkbutton, .linkbutton:visited, .linkbutton:active, .linkbutton:hover
{ 
	font-size: 100%;
	text-align: left;
	text-decoration: none; 
}

/*Style for fine print at bottom of pages*/
.fineprint 
{
	font-size: 90%; 
	font-style: italic;
}

/********************* HR Declaration (browser-dependent) *********************/

hr
{
	margin: 5px 0 5px 0;
	border-style: solid;
	border-color: silver;
	background-color: transparent;
	height: 1px;
}

/* IE */
* html hr
{
	border-width: 0;
}

/* FireFox */
html > /**/ body hr
{
	border-width: 1px 0 1px 0;
}

.sectionLeft hr, .sectionHomePage hr 
{
	margin: 10px 0 10px 0;
	border-style: solid;
	border-color: #838383;
	background-color: #838383;
	height: 1px;
	border-width: 0;
}


/********************* Input & Form Fields *********************/

.txtSearch
{
	font-size: 8px;
	width: 100px;
	height: 10px;
}

.txtEmailAlerts
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 200px;
	height: 15px;
}

.btnSearch, .btnSubmit
{
	background-color: transparent;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
	border: none;
	cursor: pointer;
	margin: 0;
	padding: 0;
	color: #000000; /* #810025;*/
	font-weight: bold;
}

.txtContactForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 150px;
	height: 15px;
}

.txtContactFormBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 150px;
	height: 130px;
}

.txtEmailForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 300px;
	height: 15px;
}

.txtEmailFormBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 300px;
	height: 130px;
}

/********************* Job Admin Area *********************/

.txtJobEdit 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 210px;
	height: 15px;
}

.ddlJobEdit
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 215px;
	height: 18px;
}


.txtJobEditBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 550px;
	height: 200px;
}

.tdJobEdit 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: top;
	text-align: right;
}

.tdJobEditLeft
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: top;
	text-align: left;
}

/********************* Business Unit Listings *********************/

.buContinent 
{
	border: 1px solid silver;
	padding: 0;
	margin: 0 0 2em 0;
	width: 515px;
}

.buContinent h1
{
	color: #000000;
	background: #E1E2E2;
	margin: 0 0 .5em 0;
	padding: 5px;
	font-size: 140%;
	border-bottom: 1px solid silver;
	text-transform: capitalize;
}

.buCountry 
{
	margin: 0 0 0 20px;
	padding: 0;
}

.buCountry h2
{
	color: #000000;
	margin: .3em 0 .3em 0;
	font-size: 130%;
}


.buState
{
	margin: 0 0 0 20px;
	padding: 0;
}

.buState h3
{
	color: #000000;
	margin: .5em 0 .5em 0;
	font-size: 120%;
	text-transform: capitalize;
}

.buBizUnit
{
	margin: .5em 0 .5em 20px;
	padding: 0;
}

.buBizUnit a
{
	color: #810025;
	font-weight: bolder;
}

/********************* Business Unit Search *********************/

.bizUnitSearch, .jobSearch
{
	float: left;
	border: 1px solid silver;
	margin: 0;
	padding: 0;
	
}

.bizUnitSearch h1, .jobSearch h1
{
	color: #000000;
	background: #E1E2E2;
	margin: 0 0 0 0;
	padding: 5px;
	font-size: 100%;
	border-bottom: 1px solid silver;
	text-transform: capitalize;
}

.bizUnitSearch table tbody tr td 
{
	padding: 5px;
}

 .bizUnitInput 
 {
	width: 200px;
 }
 

 /********************* Business Unit Widget Search *********************/
 
 .bizUnitWidget, .bizUnitWidget input {
	 font-size: 11px;
 }
 
 .bizUnitWidget select {
	 font-size: 10px;
}
 
 .bizUnitWidget h4 
{
	font-size: 90%;
	font-weight: bolder;
	margin: 10px 0 2px 0;
	padding: 0;
}	
 
 .bizUnitWidget input 
 {
	width: 75% /*145px;*/
 }
 
 .bizUnitWidget select
 {
	width: 78% /*150px;*/
 }
 
/********************** Employment Opportunity Search Grid ********************/
.grid 
{
	border: 1px solid #C8C8C8;
}

.grid tbody tr td
{
	font-size: 85%;
	text-align: left;
	padding: 4px 8px 4px 8px;
	border-right: 1px solid #C8C8C8;
}

.grid tbody tr td a
{
	font-size: 100%;
}


.grid tbody tr th
{
	font-size: 90%;
	text-align: left;
	font-weight: bold;
	background-color: #E1E2E2;
	border-bottom: 1px solid #C8C8C8;
	border-right: 1px solid #C8C8C8;
	padding: 4px 8px 4px 8px;
}

.GridItem
{
	background-color: #FFFFFF;	
	padding: 4px 8px 4px 8px;
	color: Blue;
}

.GridAltItem
{
	background-color: #FFFFFF;
}

.GridFooter
{
	background-color: #FFFFFF;
}

/********************** Breadcrumbs ********************/
 
.breadcrumbPrintPage {
	margin: 1em 0 1em 0;
	border-bottom: 1px solid #838383;
	padding: 5px;
	text-align: left;
}

/********************** Pop-up layout ********************/
	
.popupLayout {
	text-align: left;
}

.popupLayout img {
	margin: 5px;
}

/********************** Table with nice border ********************/

.tableBorder tr td {
	border-left: 1px solid #E1E2E2;
	border-top: 1px solid #E1E2E2;
	border-bottom: 1px solid #C8C8C8;
	border-right: 1px solid #C8C8C8;
	padding: 4px;
}

.tableBorder tr th 
{
	background-color: #E1E2E2;
	border-left: 1px solid #E1E2E2;
	border-top: 1px solid #E1E2E2;
	border-bottom: 1px solid #C8C8C8;
	border-right: 1px solid #C8C8C8;
	padding: 4px;
}

/********************** Infobox (used within HR admin) ********************/

.infoBox
{
	font-size: 90%;
	float: left;
	border: 1px solid silver;
	background: #CDE3E3;
	padding: 4px;
	margin: 5px 0 5px 0;
}

.infoBox input 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 1px;
}
	

/********************** Table to display Management ********************/
	
table.management tr td
{
	vertical-align: top;
	font-size: 90%;
}
.management a, .management a:link, .management a:visited, .management a:hover
{
	font-size: 95%;
}
	

/********************** Site Map ********************/

.sitemap table tr td 
{
	line-height: 1.5em;
}

.sitemap table tr td ul li
{
	margin-top: 1em;
}

.sitemap table tr td ul li ul li
{
	margin-top: 0;
	/*list-style-type: none;*/
}

/***************************** Middle Featured Businesses on Home Page **************************/
.sectionHomePageMiddle .floatItem img
{
	margin: 0 5px 25px 0;
	padding: 0;
}


.genericPopupTemplate
{
	margin: 0;
	padding: 10px;
	text-align: left;
}

#player
{
    position: relative;
    top: 45px;
}
