/*
// $Id: wrapper.css,v 1.3 2007/10/31 17:57:35 scottl Exp $
// $Revision: 1.3 $
// $Author: scottl $
//
// $Log: wrapper.css,v $
// Revision 1.3  2007/10/31 17:57:35  scottl
// Added photo galleyr snippet.
//
// Revision 1.2  2007/10/05 21:37:08  scottl
// Added sitemap generation tool
//
// Revision 1.1  2007/09/18 14:33:04  scottl
// *** empty log message ***
//
// Revision 1.3  2007/08/14 18:57:30  scottl
// Fixed broken CSS selector for txtList ul li
//
// Revision 1.2  2007/08/14 17:48:55  scottl
// Continued build out of websites.
//
// Revision 1.1  2007/08/06 15:32:22  scottl
// Added Philippines wrapper.
//
//
*/
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/common/bg.main.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #d1cab8;
	font-family: verdana, sans-serif;
}

form {
	margin: 0px;
	padding: 0px;
}

select, input {
	font-size: 10px;
	color: #616161
}

#containerMain {
	width: 850px;
	margin: 0px auto;
}

/* BEGIN HEADER STYLES */
#containerHeader {
	width: 850px;
	height: 81px;
	background-image: url(../images/common/bg.header.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
}
#boxLogo {
	width: 239px;
	height: 76px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#boxLang {
	width: 95px;
	height: 11px;
	position: absolute;
	top: 6px;
	left: 306px;
}
.txtLang {
	font-size: 10px;
	color: #a09e9c;
	font-weight: bold;
}
.txtLang A {
	color: #a09e9c;
	font-weight: normal;
}
.txtLang A:link {
	text-decoration: underline;
}
.txtLang A:visited {
	text-decoration: underline;
}
.txtLang A:hover {
	text-decoration: underline;
	color: #894442;
}
.txtLang A:active {
	text-decoration: underline;
	color: #894442;
}

#txtGallery {
	font-size: 10px;
	color: #4f4d46;
}
#txtGallery A {
	text-transform: uppercase;
}
#txtGallery A:link {
	color: #a09e9c;
	text-decoration: underline;
}
#txtGallery A:visited {
	color: #a09e9c;
	text-decoration: underline;
}
#txtGallery A:hover {
	color: #6c1818;
	text-decoration: underline;
}
#txtGallery A:active {
	color: #6c1818;
	text-decoration: underline;
}

#boxLangToggleWidget ol {
	margin: 0 0 0 0;
	padding: 0;
	text-align: left;
	display: inline;
	text-transform: lowercase;
}
#boxLangToggleWidget li {
	display: inline;
	font-weight: bold;
}
#boxLangToggleWidget li.item {
	display: inline;
	margin-right: 0.5em;
	padding-right: 0.5em;
	border-right: 1px solid #a09e9c;
}
#boxLangToggleWidget li.lastItem {
	border-right: 0;
	padding-right: 0;
	margin-right: 0;
}

#boxHeaderNavEN {
	width: 287px;
	height: 19px;
	position: absolute;
	top: 0px;
	left: 424px;
}
#boxHeaderNavES {
	width: 328px;
	height: 19px;
	position: absolute;
	top: 0px;
	left: 418px;
}
#boxRewards {
	width: 59px;
	height: 34px;
	position: absolute;
	top: 5px;
	left: 770px;
}
#boxChoose {
	width: 127px;
	height: 18px;
	position: absolute;
	top: 57px;
	left: 278px;
}
#boxChooseForm {
	width: 140px;
	height: 18px;
	position: absolute;
	top: 57px;
	left: 405px;
}
#boxEmailEN {
	width: 125px;
	height: 18px;
	position: absolute;
	top: 57px;
	left: 559px;
}
#boxEmailES {
	width: 136px;
	height: 18px;
	position: absolute;
	top: 57px;
	left: 548px;
}
#boxEmailForm {
	width: 160px;
	height: 18px;
	position: absolute;
	top: 55px;
	left: 684px;
}

/* END HEADER STYLES */

#boxNav {
	width: 850px;
	height: 28px;
	background-image: url(../images/common/bg.nav.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
	border-bottom: 1px solid #d2ccba;
}

.cellBorderRight {
	border-right: 1px solid #d2ccba;
}
.cellBorderLeft {
	border-left: 1px solid #d2ccba;
}
.cellBorderTop {
	border-top: 1px solid #d2ccba;
}
.cellBorderBottom {
	border-bottom: 1px solid #d2ccba;
}

/* BEGIN HOME PAGE STYLES */
#boxHeroHome {
	width: 850px;
	height: 286px;
}

#tblContentHome {
	width: 850px;
	height: auto;
	background-image: url(../images/common/bg.gradient.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #dbd5c7;
	border-bottom: 1px solid #a7a192;
}
/* END HOME PAGE ADMIN CONTENT STYLES */


/* BEGIN SUB PAGE STYLES */
#boxHeroSub {
	width: 850px;
	height: 216px;
}

#boxHeading {
	width: 850px;
	height: 43px;
}

#tblContentSub {
	width: 850px;
	height: auto;
	border-bottom: 1px solid #a7a192;
}

#leftColSub {
	width: 250px;
	height: auto;
	background-color: #dbd5c7;
	border-right: 1px solid #d1cab9;
}

#boxRelatedLinks {
	width: 100%;
	height: auto;
	background-color: #eae8e0;
	border-top: 1px #d1cab9 solid;
	border-bottom: 1px #d1cab9 solid;
}

#rightColSub {
	width: 599px;
	height: auto;
	background-color: #f1eee9;
}

#rightColSub h1 {
	font-size: 14px;
	color: #343229;
	font-weight: bold;
}

#rightColSub h2 {
	font-size: 12px;
	color: #4f4e47;
	font-style: italic;
	font-weight: normal;
}

#txtContent {
	font-size: 11px;
	color: #4f4d46;
}
#txtContent A:link {
	color: #6c1818;
	text-decoration: underline;
}
#txtContent A:visited {
	color: #6c1818;
	text-decoration: underline;
}
#txtContent A:hover {
	color: #6c1818;
	text-decoration: underline;
}
#txtContent A:active {
	color: #6c1818;
	text-decoration: underline;
}

/* END SUB PAGE STYLES */

.txtContactInfo {
	margin-top: -10px;
	padding-left: 10px;
	font-size: 11px;
	color: #454545;
}
.txtContactInfo A:link {
	text-decoration: underline;
	color: #454545;
}
.txtContactInfo A:visited {
	text-decoration: underline;
	color: #454545;
}
.txtContactInfo A:hover {
	text-decoration: underline;
	color: #894442;
}
.txtContactInfo A:active {
	text-decoration: underline;
	color: #894442;
}

/* BEGIN BULLETED LIST STYLES */
.txtList {
	font-size: 11px;
	line-height: 13px; /* the line height is the key to removing extra space at the top of each li block element in IE */
	color: #454545;
}
.txtList A:link {
	text-decoration: underline;
	color: #454545;
}
.txtList A:visited {
	text-decoration: underline;
	color: #454545;
}
.txtList A:hover {
	text-decoration: underline;
	color: #894442;
}
.txtList A:active {
	text-decoration: underline;
	color: #894442;
}
.txtList ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.txtList ul li {
	margin: 0px;
	padding: 0px 0px 6px 25px;
	background-image: url(../images/common/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .2em;
}
.txtList ul li.level2 {
	margin: 0px;
	padding: 0px 0px 6px 25px;
	background-image: url(../images/common/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .2em;
}
.txtList ul li.level3 {
	margin: 0 15px 0 0;
	padding: 0px 0px 6px 40px;
	background-image: url(../images/common/arrow.gif);
	background-repeat: no-repeat;
	background-position: 1.4em .2em;
}
.txtList a.navLnkOn
{
	color: #894442;
	font-weight: bold;
}
/* END BULLETED LIST STYLES */


/* BEGIN FOOTER STYLES */
#boxFooter {
	text-align: center;
	padding-top: 8px;
	padding-left: 10px;
}

#boxFooterCopy {
	padding-top: 8px;
	padding-right: 10px;
	text-align: right;
	display: none;
}

.txtFooter {
	font-size: 10px;
	color: #6b675a;
}
.txtFooter A:link {
	text-decoration: none;
	color: #6b675a;
}
.txtFooter A:visited {
	text-decoration: none;
	color: #6b675a;
}
.txtFooter A:hover {
	text-decoration: underline;
	color: #894442;
}
.txtFooter A:active {
	text-decoration: underline;
	color: #894442;
}

.divFooter {
	font-size: 12px;
	color: #a7a192;
	display: inline;
	padding: 0 10px;
}
/* END FOOTER STYLES */
