/***** Global Settings *****/
 
html, body {
	border:0;
	margin:20px 0px 0px 0px;
	padding:0;
}
 
body {
	font:100.01%/1.25em Georgia, "Times New Roman", Times, serif;
	background-color: #603911;
}
 
/***** Common Formatting *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}
 
h1 {
	letter-spacing:0px;
	font:bold 12px Arial, Helvetica, sans-serif;
	color: #FF6600;
	padding-bottom: 5px;
}
 
h2 {
	letter-spacing:-1px;
	font:bold 14px Arial, Helvetica, sans-serif;
	color: #FF6600;
}
 
h3 {
	font:normal 20px Arial, Helvetica, sans-serif;
	color: #FF6600;
	padding-bottom: 10px;
}
 
p, ul, ol {
	margin:0;
	padding:0 0 0px 0;
	list-style-position: inside;
	list-style-type: disc;
}
 
ul, ol {
	list-style:disc;
	padding:0 0 10px 15px;
	list-style-position: outside;
}
 
blockquote {
margin:22px 40px;
padding:0;
}
 
small {
font-size:0.85em;
}
 
img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
 
/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
}
 
textarea {
	font:16px Arial, Helvetica, sans-serif;
	border: thin solid #FF6600;
	background-color: #FFFFFF;
}
input {
	font:16px Arial, Helvetica, sans-serif;
	border: thin solid #FF6600;
	color: #000000;
	background-color: #FFFFFF;
}
select {
	font:16px Arial, Helvetica, sans-serif;
	border: thin solid #FF6600;
	letter-spacing: 1px;
}
 
textarea {
	line-height:18px;
	background-color: #FFFFFF;
}
 
label {
cursor:pointer;
}
 
/***** Tables *****/
 
table {
	border:0;
	margin:0 0 0 0;
	padding:0;
	border-collapse: collapse;
}
 
  table tr td {
	padding:2px 2px 2px 2px;
  }
 
/***** Wrapper *****/
 
#wrap {
width:790px;
margin:0 auto;
}
 
/***** Global Classes *****/
 
.clear         { clear:both; }
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }
/* other helpful classes */
ol.outline li {
  margin: 0px;
  padding-top: 5px;
  padding-bottom: 0px;
}
ol.outline ol {
  list-style-type: upper-alpha;
  margin-left: 0px;
  padding-left: 20px;
}
ol.outline ol ol {
  list-style-type: decimal;
  margin-left: 0px;
  padding-left: 20px;
}
ol.outline ol ol ol {
  list-style-type: lower-alpha;
  margin-left: 0px;
  padding-left: 20px;
}
ol.outline ol ol ol ol {
  list-style-type: lower-roman;
  margin-left: 0px;
  padding-left: 20px;
}

/*main link markup*/

a:focus, a:active { outline: none; }
a:link {
	text-decoration: none;
	color: #ff6600;
}
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }

/*copy markup*/

.bodyCopy {
	color: #000000;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 16px;
	text-align: left;
}
.background { background-color: black; }
.cellblack { background-color: black; }
.cellwhite { background-color: white; }
.bodyCopyBld {
	color: #000000;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 14px;
	text-align: left;
}
.copyright {
	color: #101010;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px;
	text-align: center;
}

/*pseudo link markup*/

.link01 {
	color: #101010;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	text-align: left;
}
.link01 a:link { color: #4349ff; text-decoration: none; }
.link01 a:visited { color: #c40000; text-decoration: none; }
.link01 a:hover { color: #f00; text-decoration: none; }
.link01 a:active { color: #b300ff; text-decoration: none; }

.sublink {
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px;
	font-weight: bold;
}
.sublink a:link { color: #ffffff; text-decoration: none; }
.sublink a:visited { color: #ffffff; text-decoration: none; }
.sublink a:hover { color: #ff6600; text-decoration: none; }
.sublink a:active { color: #ff6600; text-decoration: none; }

.portfoliolink {
	color: #ff6600;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px;
	font-weight: bold;
	word-spacing: 16px;
	padding-left: 20px;
	padding-bottom: 10px;
}
.portfoliolink a:link { color: #999999; text-decoration: none; }
.portfoliolink a:visited { color: #999999; text-decoration: none; }
.portfoliolink a:hover { color: #ff6600; text-decoration: none; }
.portfoliolink a:active { color: #ff6600; text-decoration: none; }

.ft_link {
	color: #ff6600;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px;
	font-weight: bold;
	padding-left: 5px;
	padding-bottom: 5px;
}
.ft_link a:link { color: #999999; text-decoration: none; }
.ft_link a:visited { color: #999999; text-decoration: none; }
.ft_link a:hover { color: #ff6600; text-decoration: none; }
.ft_link a:active { color: #ff6600; text-decoration: none; }


.contactlink {
	color: #ff6600;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px;
	font-weight: bold;
}
.contactlink a:link { color: #999999; text-decoration: none; }
.contactlink a:visited { color: #999999; text-decoration: none; }
.contactlink a:hover { color: #ff6600; text-decoration: none; }
.contactlink a:active { color: #ff6600; text-decoration: none; }

.mainTableBorder {
	background-color: #FFFFFF;
	border: 2px solid #FF6600;
	padding: 1px 2px 1px 0px;
}
.menuCellBkgrnd {
	background-image: url(images/mnu_bkrnd_845x60.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	padding-top: 6px;
}
.mainTableBorderInside {
	background-color: #FFFFFF;
	border: 2px solid #FF6600;
	margin: 1px 2px 1px 0px;
}
.contentCellPad {
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
}
.contentCopyCellPad {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.bodyBld_orange {
	color: #FF6600;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 14px;
}
.submenuOrangeBar {
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #ff6600;
}
.subMenuText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.bodyNrm_orangeCopy {
	color: #FF6600;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 14px;
	letter-spacing: 1px;
}
.portfolio_images {
	padding-top: 0px;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
}
.portfolio_capt_orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
	text-align: center;
}
.portfolio_capt_copy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-align: center;
}
.portfolio_capt_cell {
	padding-right: 11px;
	padding-left: 11px;
}
.contactAddress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
.contactAddressHDR {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
.bodyCopyBldBg {
	color: #000000;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 14px;
	text-align: left;
}
.contentCellPadPP {
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
}
.hdr_op_orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FF6600;
	line-height: 26px;
}
.hdr_op_subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #663300;
	line-height: 18px;
	padding-top: 5px;
}
.op_cell_number {
	padding-top: 14px;
	padding-right: 8px;
	padding-bottom: 10px;
}
.op_intoBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF6600;
}
.contentCellPadOP_lower {
	padding-top: 10px;
	padding-right: 100px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.contentCellPadOP_upper {
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.os_rolloverCellPad {
	padding-top: 10px;
	padding-bottom: 10px;
}
.contentCellPadOS_lower {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.contentCellPadOS_upper {
	padding-top: 60px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.os_link {
	color: #999999;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	text-align: left;
}
.os_link a:link { color: #999999; text-decoration: none; }
.os_link a:visited { color: #999999; text-decoration: none; }
.os_link a:hover { color: #FF6600; text-decoration: none; }
.os_link a:active { color: #FF6600; text-decoration: none; }
.contentCellPadAbtUs {
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 100px;
}
.login_Copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FF6600;
	letter-spacing: +1px;
}
.login_error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	letter-spacing: 1px;
	padding-bottom: 20px;
}
.pdf_img_spacer {
	padding-top: 10px;
}


/*Hacienda Links and markup*/


.h_nonlinks {
	color: #ff6600;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 20px;
}

.h_pdfinfo {
	color: #663300;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 10px;
}
.h_pdfsizeinfo {
	color: #663300;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.h_baja {
	color: #006666;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-weight: bold;
	padding-bottom: 4px;
	padding-top: 4px;
}
.h_baja a:link { color: #663300; text-decoration: none; }
.h_baja a:visited { color: #663300; text-decoration: none; }
.h_baja a:hover { color: #006666; text-decoration: none; }
.h_baja a:active { color: #006666; text-decoration: none; }

.h_oldworld {
	color: #cc9900;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-weight: bold;
	padding-bottom: 2px;
}
.h_oldworld a:link { color: #663300; text-decoration: none; }
.h_oldworld a:visited { color: #663300; text-decoration: none; }
.h_oldworld a:hover { color: #cc9900; text-decoration: none; }
.h_oldworld a:active { color: #cc9900; text-decoration: none; }

.h_tradhas {
	color: #ff0000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-weight: bold;
	padding-bottom: 2px;
}
.h_tradhas a:link { color: #663300; text-decoration: none; }
.h_tradhas a:visited { color: #663300; text-decoration: none; }
.h_tradhas a:hover { color: #ff0000; text-decoration: none; }
.h_tradhas a:active { color: #ff0000; text-decoration: none; }

.h_fintouch {
	color: #339999;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
	font-weight: bold;
}
.h_fintouch a:link { color: #ff6600; text-decoration: none; }
.h_fintouch a:visited { color: #ff6600; text-decoration: none; }
.h_fintouch a:hover { color: #339999; text-decoration: none; }
.h_fintouch a:active { color: #339999; text-decoration: none; }

.h_pdfs {
	color: #999999;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-weight: bold;
}
.h_pdfs a:link { color: #663300; text-decoration: none; }
.h_pdfs a:visited { color: #663300; text-decoration: none; }
.h_pdfs a:hover { color: #999999; text-decoration: none; }
.h_pdfs a:active { color: #999999; text-decoration: none; }

.h_faqs {
	color: #99cc66;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px;
	font-weight: bold;
}
.h_faqs a:link {
	color: #FF6600;
	text-decoration: none;
}
.h_faqs a:visited {
	color: #FF6600;
	text-decoration: none;
}
.h_faqs a:hover { color: #99cc66; text-decoration: none; }
.h_faqs a:active { color: #99cc66; text-decoration: none; }

.h_contactus {
	color: #ffcc66;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px;
	font-weight: bold;
}
.h_contactus a:link { color: #ff6600; text-decoration: none; }
.h_contactus a:visited { color: #ff6600; text-decoration: none; }
.h_contactus a:hover { color: #ffcc66; text-decoration: none; }
.h_contactus a:active { color: #ffcc66; text-decoration: none; }

.h_home {
	color: #0066CC;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px;
	font-weight: bold;
}
.h_home a:link {
	color: #ff6600;
	text-decoration: none;
}
.h_home a:visited {
	color: #ff6600;
	text-decoration: none;
}
.h_home a:hover {
	color: #0066CC;
	text-decoration: none;
}
.h_home a:active {
	color: #0066CC;
	text-decoration: none;
}

.h_blank {
	color: #ff6600;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px;
	font-weight: bold;
	word-spacing: 16px;
	padding-left: 20px;
	padding-bottom: 10px;
}
.h_blank a:link { color: #999999; text-decoration: none; }
.h_blank a:visited { color: #999999; text-decoration: none; }
.h_blank a:hover { color: #ff6600; text-decoration: none; }
.h_blank a:active { color: #ff6600; text-decoration: none; }

.h_contactlink {
	color: #ff6600;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 26px;
	font-weight: normal;
}
.h_contactlink a:link { color: #999999; text-decoration: none; }
.h_contactlink a:visited { color: #999999; text-decoration: none; }
.h_contactlink a:hover { color: #ff6600; text-decoration: none; }
.h_contactlink a:active { color: #ff6600; text-decoration: none; }

.h_p01_lower {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.h_p01_upper {
	height: 100px;
}

.h_p02_lower {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.h_p02_upper {
	padding-top: 60px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.hacienda_port_imgs {
	padding-top: 20px;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
}
.h_upper_spacer {
	height: 170px;
	width: 100%;
}

