/* Notes 
	Use unitless line-heights (ems)
*/

/* CSS Reset from Eric Meyers http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins,  bd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, input, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0; border: 0; outline: 0; 
	font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; 
	vertical-align: baseline;}
html 			{font-size: 100.01%;}	/* Should avoid IE bugs with em resized text later on */
html, input, select, textarea {font-family: Verdana, Helvetica, Arial, sans-serif;}
body			{font-size: 62.5%;}	/* Makes 1em ~10px */
select, textarea 			{font-size: 1em;}
:focus 			{outline: 0;}
body 			{line-height: 1; color: black; background: white;}
ol, ul 			{list-style: none;}	/* tables still need 'cellspacing="0"' in the markup */
table 			{border-collapse: separate; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal; vertical-align: top;}
th 				{font-weight: bold;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q 	{quotes: "" "";}

.Clear 			{clear: both;line-height: 0;}
.ClearLeft 		{clear: left;line-height: 0;}
.ClearRight 	{clear: right;line-height: 0;}
.NoShow 		{display: none;}

.ButtonBordered {border: 1px solid black;	/* Color gets overridden */
				font-size: .9em;
				font-weight: bold;
				text-align: center;
				padding: 1px 5px;
				white-space: nowrap;}

/* Skin
Page Background:#E8E8E8
Borders:		#E1B470
Interior:		#FFD995
Links:			#724719
Border and Interior may be reversed
*/
body {
	background-color: #4d4d4d;}
a {
	color: #573613;
	text-decoration: none;}
table {
	width: 100%;
}
#BodyContainer	{
	position: relative;
	background-color: #E8E8E8;}
#BodyContainer .BodyContainer-Corner-TL {
	position: absolute;
	top: 0px; left: 0px;
	width: 10px; height: 10px;
	background: transparent url(Decoration/4D4D4D-E8E8E8/Corner-TL.gif) top left no-repeat;}	
#BodyContainer .BodyContainer-Corner-TR {
	position: absolute;
	top: 0px; right: 0px;
	height: 10px; width: 10px;
	background: transparent url(Decoration/4D4D4D-E8E8E8/Corner-TR.gif) top right no-repeat;}
#BodyContainer .BodyContainer-Corner-BL {
	position: absolute;
	bottom: 0px; left: 0px;
	width: 10px; height: 10px;
	background: transparent url(Decoration/4D4D4D-E8E8E8/Corner-BL.gif) bottom left no-repeat;}	
#BodyContainer .BodyContainer-Corner-BR {
	position: absolute;
	bottom: 0px; right: 0px;
	height: 10px; width: 10px;
	background: transparent url(Decoration/4D4D4D-E8E8E8/Corner-BR.gif) bottom right no-repeat;}
/* Header */
#Header .Decoration {
	position: relative;
	margin: auto;
	height: 120px;
	overflow: hidden;}
#Header .Decoration .Logo {
	background: #ffdc94;
	width: 320px;
	height: 120px;}
#Header .Decoration .Banner {
	position: absolute;
	top: 0px; right: 0px;
	width: 640px; height: 120px;
	}
#Header .Corner-TL {
	position: absolute;
	height: 10px; width: 10px;
	top: 0px; left: 0px;
	background: transparent url(Decoration/E8E8E8-Trans/Corner-TL.png) top left no-repeat;}
#Header .Corner-TR {
	position: absolute;
	height: 10px; width: 10px;
	top: 0px; right: 0px;
	background: transparent url(Decoration/E8E8E8-Trans/Corner-TR.png) top right no-repeat;}
#Header .Corner-BL {}
#Header .Corner-BR {}

	
/* Panel Model */
/* Sample:
<div class="Panel-Exterior"><div class="Panel-Interior">
	<div class="Panel-Title-Exterior">
		<div class="Corner-TL"></div>
		<div class="Corner-TR"></div>
		<div class="Panel-Title-Interior">
		</div>
	</div>
	<div class="Panel-Body-Exterior">
		<div class="Corner-BL"></div>
		<div class="Corner-BR"></div>
		<div class="Panel-Body-Interior">
		</div>
	</div>
</div></div>
*/
.Panel-Exterior {
	position: relative;}
.Panel-Title-Exterior {
	position: relative;
	height: 20px;}
.Panel-Title-Interior {
	font-weight: bold;
	line-height: 18px;
	background-color: #FFD995;
	border: 1px solid #E1B470;
	padding: 0px 5px;}
.Panel-Title-Exterior .Corner-TL {
	position: absolute;
	top: 0px; left: 0px;
	width: 10px; height: 10px;
	background: transparent url(Decoration/E8E8E8-E1B470-FFD995/Corner-TL.gif) top left no-repeat;}	
.Panel-Title-Exterior .Corner-TR {
	position: absolute;
	top: 0px; right: 0px;
	width: 10px; height: 10px;
	background: transparent url(Decoration/E8E8E8-E1B470-FFD995/Corner-TR.gif) top right no-repeat;}
.Panel-Title-Exterior .Panel-Title-Control,
.Panel-Title-Exterior .Panel-Title-Button {
	float: right;
	}	
.Panel-Title-Exterior .Panel-Title-Button {
	background-color: transparent;
	height: 16px;
	color: #573613;
	cursor: pointer;
}
.Panel-Body-Exterior {
	position: relative;}
.Panel-Body-Interior {
	background-color: #FFFFFF;
	border: 1px solid #E1B470;
	border-top-width: 0px;
	padding: 10px;
	}
.Panel-Body-Exterior .Corner-BL {
	position: absolute;
	bottom: 0px; left: 0px;
	width: 10px; height: 10px;
	background: transparent url(Decoration/E8E8E8-E1B470-FFFFFF/Corner-BL.gif) bottom left no-repeat;}	
.Panel-Body-Exterior .Corner-BR {
	position: absolute;
	bottom: 0px; right: 0px;
	width: 10px; height: 10px;
	background: transparent url(Decoration/E8E8E8-E1B470-FFFFFF/Corner-BR.gif) bottom right no-repeat;}	

/* Box Model */
.Box-Exterior {
	position: relative;
	background-color: #FFD995;
	border: 1px solid #E1B470;}
.Box-Interior {
	margin: 10px;}
.Box-Exterior .Corner-TL {
	position: absolute;
	top: -1px; left: -1px;
	width: 10px; height: 10px;
	background: transparent url(Decoration/E8E8E8-E1B470-FFD995/Corner-TL.gif) top left no-repeat;}
.Box-Exterior .Corner-BL {
	position: absolute;
	bottom: -1px; left: -1px;
	width: 10px; height: 10px;
	background: transparent url(Decoration/E8E8E8-E1B470-FFD995/Corner-BL.gif) bottom left no-repeat;}
.Box-Exterior .Corner-TR {
	position: absolute;
	top: -1px; right: -1px;
	width: 10px; height: 10px;
	background: transparent url(Decoration/E8E8E8-E1B470-FFD995/Corner-TR.gif) top right no-repeat;}
.Box-Exterior .Corner-BR {
	position: absolute;
	bottom: -1px; right: -1px;
	width: 10px; height: 10px;
	background: transparent url(Decoration/E8E8E8-E1B470-FFD995/Corner-BR.gif) bottom right no-repeat;}
	
/* Button Model */
.Button-Bar .Button-Exterior {
	float: right;
	margin-left: 5px;
}
.Button-Exterior {
	/*display: block;*/
	}
.Button-Interior {
	display: block;
	height: 18px;
	line-height: 16px;
	padding: 0 5px;
	font-weight: bold;
	white-space: nowrap;
	}
.Button-Interior, .Button-Interior:link, .Button-Interior:visited {
	background-color: #FFD995;
	border: 1px solid #E1B470;}
.Button-Interior:hover, .Button-Interior:active {
	background-color: #E1B470;
	border: 1px solid #FFD995;}

/* Tab Model */
/* Sample:
<div class="Tab-Bar">
	<div id="DFWLink" class="Tab-Exterior"><a class="Tab-Interior" href="" title=""></a><div class="Corner-TL"></div></div>
	<div id="AUSLink" class="Tab-Exterior"><a class="Tab-Interior" href="" title=""></a></div>
	<div id="SANLink" class="Tab-Exterior"><a class="Tab-Interior" href="" title=""></a></div>
	<div id="HOULink" class="Tab-Exterior"><a class="Tab-Interior" href="" title=""></a><div class="Corner-TR"></div></div>
</div>
*/
.Tab-Bar {
	clear: both;
	margin-bottom: 5px;
	height: 20px;
}
.Tab-Bar .Tab-Exterior {
	position: relative;
	float: left;
		/*display: block;*/
	margin-left: 5px;
}
.Tab-Bar .Tab-Interior {
	display: block;
	height: 18px;
	text-align: center;
	line-height: 18px;
	padding: 0 5px;
	font-weight: bold;
	white-space: nowrap;
	}
.Tab-Bar .Tab-Interior {
	font-size: 1.1em;
	background-color: #E1B470;
	color: #000000;
}
.Tab-Bar .Tab-Interior,
.Tab-Bar .Tab-Interior:link, .Tab-Interior:visited {
	border-bottom: 2px solid #E1B470;
}
.Tab-Bar .Tab-Interior:hover, .Tab-Interior:active {
	border-bottom: 2px solid #8A561F;
}
.Tab-Bar .Tab-Exterior .Current {
	border-bottom: 2px solid #000000;}
.Tab-Bar .Tab-Exterior .Corner-TR {
	position: absolute;
	top: -1px; right: -1px;
	width: 10px; height: 10px;
	background: transparent url(Decoration/E8E8E8-trans/Corner-TR.png) top right no-repeat;}
.Tab-Bar .Tab-Exterior .Corner-TL {
	position: absolute;
	top: -1px; left: -1px;
	width: 10px; height: 10px;
	background: transparent url(Decoration/E8E8E8-trans/Corner-TL.png) top left no-repeat;}
.Tab-Bar input {
	color: #724719;
	font-weight: bold;
	display: block;
	width: 100%;
	line-height: 18px;
	height: 18px;
	background-color: transparent;
	cursor: pointer;
	}

/* Language Selection */
body.EN .ES,
body.ES .EN {	
	display: none;
}

/* Layout & Typography */
#BodyContainer {
	width: 960px; 
	margin: 10px auto;
	padding: 10px;}

#BodyContainerUtility {
	margin: auto;}
#SuperNav {
	text-align: right; 
	font-size: 1.2em;
	line-height: 1.4em;}
#SuperNav a {
	text-decoration: none;
	font-weight: bold;}

/* TopNav */
#TopNav * {
	z-index: 950;
				/*background-color: #9a4a1e;*/
}
#TopNav {
	position: relative;
	width: 100%;
	height: 40px;
	margin-bottom: 10px;}
#TopNav .Backdrop {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 40px;
	background: #9a4a1e url(/common/Texture/Leather.jpg);}
#TopNav a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}
#TopNav a:hover {
	text-decoration: underline;
}
	
#TopNav ul.Level1 {
	position: absolute;
	/*z-index: 10;*/
	height: 40px;
	/* IE fixes */
	background-image: url(/common/color/clear.gif);}
#TopNav li.Level1 {
	display: block;
	float: left;
	width: 192px;
	position: relative;
	text-align: center;
	font: bold 1.8em/40px Arial, Helvetica, sans-serif;
	background: #9a4a1e url(/common/color/clear.gif);
	background: #9a4a1e url(/common/Texture/Leather.jpg);
	/* IE fixes */
	/*z-index: 20;*/}
#TopNav div.Level1 {
	width: 100%;
	position: relative;
	/* IE fixes */
	/*z-index: 30*/;
	background: url(/common/color/clear.gif);
	/* IE fixes */
}
#TopNav li.Level1 a.Level1  {
	/*
	display: block;
	width: 100%;
	height: 40px;
	*/
}
#TopNav ul.Level2 {
	position: absolute;
	background: #9a4a1e url(/common/Texture/Leather.jpg);
	left: 0px;
	padding: 10px;}
#TopNav li.Level2 {
	position: relative;
	text-align: left;
	font: bold .7em/20px Verdana, Helvetica, sans-serif;
	width: 150px;}
#TopNav ul.Level3 {
	display: none;
	position: absolute;
	border: 1px solid black;
	top: 0px;
	left: 125px;}
	

/* SubNav */
#SubNav {
	clear: both;
	margin-bottom: 10px;
	height: 70px;}
#Breadcrumb {
	font: bold 1em/15px Verdana,Arial,Helvetica,sans-serif;}
#SubNav h1 {
	font: bold 2em/30px Verdana, Arial,Helvetica,sans-serif;}
#SubNav h2 {
	font: bold italic 1.5em/20px Arial, Helvetica, sans-serif;}
#FavoritesNav {
	float: right;
	height: 70px;}
#FavoritesNav .Box-Exterior {
	float: left;
	height: 70px;
	margin-left: 5px;}
#FavoritesNav .Box-Interior {
	font-size: 1.2em;
	line-height: 16px;}
#FavoritesDisplay .Box-Title {
	font-weight: bold;}
#FavoritesDisplay .Box-Title a {
	font-weight: normal;}
#FavoritesDisplay .Box-Content {
	margin-left: 5px;}
#FavoritesDel .Box-Interior,
#FavoritesAdd .Box-Interior,
#FavoritesRequest .Box-Interior {
	text-align: center;	
	font-weight: bold;}
#FavoritesAdd {
	background: #FFD995 url(Decoration/BackgroundPlus.gif) center center no-repeat;
	width: 80px;}
#FavoritesDel {
	background: #FFD995 url(Decoration/BackgroundMinus.gif) center center no-repeat;
	width: 80px;}
#FavoritesRequest {
	background: #FFD995 url(Decoration/BackgroundQuestion.gif) center center no-repeat;
	width: 80px;}

/* Content */
#Content {
	position: static;
	margin: 10px 0px;
	z-index: 0;}
#Content h1 {
	font: bold 1.8em/30px Arial, sans-serif;}
.WithSidebar {
	width: 700px;
}
#BodyContainerUtility {
	background-color: #FFFFFF;
}
#PageTypeSiteMap .Content .Panel-Body-Interior,
#PageTypeJobListings .Content .Panel-Body-Interior,
#PageTypeSitemap .Content .Panel-Body-Interior,
#PageTypeContent .Content .Panel-Body-Interior {
	font-size: 1.1em;
}
#PageTypeContent .Content .Panel-Body-Interior h2,
#PageTypeContent .Content .Panel-Body-Interior h3,
#PageTypeContent .Content .Panel-Body-Interior ol,
#PageTypeContent .Content .Panel-Body-Interior ul,
#PageTypeContent .Content .Panel-Body-Interior p {
	margin-bottom: 1em;
}
#PageTypeContent .Content .Panel-Body-Interior h1,
#PageTypeContent .Content .Panel-Body-Interior h2,
#PageTypeContent .Content .Panel-Body-Interior h3 {
	font-weight: bold;
}

#PageTypeContent .Content .Panel-Body-Interior ol,
#PageTypeContent .Content .Panel-Body-Interior ul {
	padding-left: 1em;
}

#RightSidebar {
	float: right; clear: right;
	width: 250px;
}
#RightSidebar p {
	margin-bottom: 1em;
}

/* Footer */
#Footer-Exterior {
	position: relative;
	width: 960px; /*IE6Fix*/
	margin: auto;
	margin-top: 10px;
	line-height: 12px;
	color: #e8e8e8;
}
#BodyContainerUtility #Footer-Exterior {
	width: 100%;
	color: #000000;
}
#Footer-Interior {
	background-color: #353535;
	padding: 10px;
}
#BodyContainerUtility #Footer-Interior {
	background-color: #FFFFFF;
}
#Footer-Interior a {
	color: #e8e8e8;
}
#BodyContainerUtility #Footer-Interior a {
	color: #000000;
}

#Footer-Interior a:hover {
	text-decoration: underline;
}
#Footer-Exterior .Corner-TL {
	position:absolute;
	width: 10px; height: 10px;
	top: 0px; left: 0px;
	background: transparent url(Decoration/E8E8E8-353535/Corner-TL.gif) top left no-repeat;}
#Footer-Exterior .Corner-TR {
	position:absolute;
	width: 10px; height: 10px;
	top: 0px; right: 0px;
	background: transparent url(Decoration/E8E8E8-353535/Corner-TR.gif) top right no-repeat;}
#Footer-Exterior .Corner-BL {
	position:absolute;
	width: 10px; height: 10px;
	bottom: 0px; left: 0px;
	background: transparent url(Decoration/E8E8E8-353535/Corner-BL.gif) bottom left no-repeat;}
#Footer-Exterior .Corner-BR {
	position:absolute;
	width: 10px; height: 10px;
	bottom: 0px; right: 0px;
	background: transparent url(Decoration/E8E8E8-353535/Corner-BR.gif) bottom right no-repeat;}
#Footer-Interior #EHOLogo {
	width: 1%;
	padding-right: 10px;}
#Footer-Interior #HLSLogo {
	width: 1%;
}
#Footer-Interior #HLSLogo img {
	margin-right: 20px;
}
#Footer-Interior #Contact {
	margin-right: 10px;
}
#Footer-Interior #Copyright {
	text-align: right;
}
#Footer-Interior .Menu {
	text-align: center;
	font: bold 1.5em/18px Arial, sans-serif;
}
#Footer-Interior .Menu li a {
	text-decoration: none;
}
