/* @reset */

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, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, 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;
}
:focus { outline: 0; }
* {
  margin: 0;
  padding: 0;
}
body {
  line-height: 1;
  color: #ffffff;
  background: white;
  height: 100%;
  width: 100%;
}
ol, ul { list-style: none; }
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before { content: ""; }
blockquote:after { content: ""; }
q:before { content: ""; }
q:after { content: ""; }
blockquote, q { quotes: "" ""; }
h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-weight: normal;
}
abbr {
  cursor: help;
  border: 0;
}
html { height: 100%; }

/* @nav */

#nav { position: absolute; right: 0; top: 74px;}

#nav ul li {
	display: block; float: left;
}

#nav ul li a, #nav ul li a:link, #nav ul li a:visited, #nav ul li a:active {
	color: #687c8e;
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 23px;
	padding-right: 23px;
	border-right: 1px solid #687c8e;
}

#nav ul li a:hover { color: #211e20; }

#nav ul li a.current {
	color: #211e20;
}

#nav ul li a.last {
	border: none; 
	padding-right: 0; }

/* @header */

#header { 
	border-bottom: 8px solid #ff6600;
	margin-bottom: 30px;
}

h1 {
	margin-top: 18px; margin-bottom: 10px; }

#search { width: auto; position: absolute; right: 0; top: 25px;}
#search .searchQuery {
	width: 145px; height: 25px;
	background: #fff url('/files/atacama/images/searchicon_19x19.png') no-repeat;
	background-position: 3px 3px;
	padding-left: 25px;
	font-size: 16px;
	color: #555;
	font-family: Arial, sans-serif;
	border: 1px solid #e1e1e1;
}
#search .searchSubmit {
	position: relative; top: 9px; margin-left: 3px;
}

#search .searchQuery:hover, #search .searchQuery:focus {
	border: 1px solid #aaa;
}

/* @page setup: front */

body {
	border-top: 8px solid #211e20;
  height: 100%;
  background: #f7f7f7;
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #000;
}

#footer {
  position: relative;
  margin: -158px auto 0 auto;
  height: 158px;
  width: 100%;
  background-color: #211e20;
}
#footer .footerlinksinner {
  width: 960px;
  margin: 0px auto 0 auto;
  padding-top:37px;
}

#footer .footerlinksinner ul {
	position: relative; left: 350px; top: -20px; width: 600px; overflow: hidden; }
#footer .footerlinksinner ul li {
	display: block; float: left; }

#footer .footerlinksinner ul a, #footer .footerlinksinner ul a:link, #footer .footerlinksinner ul a:visited {
	color: #687c8e;
	text-decoration: none;
	padding-left: 23px;
	padding-right: 23px;
	border-right: 1px solid #687c8e;
}

#footer .footerlinksinner ul a.last { border: 0; }

#footer .footerlinksinner a.current { color: #000; }

#footer .footerlinksinner a:hover { color: #000; }

.footercopy {
	width: 100%;
	height: 52px;
	color: #a3a3a3;
}

#footer .footercopyinner {
  width: 960px;
  margin: 0px auto 0 auto;
  padding-top: 20px;
}

#footer .footercopyinner p {
	width: 470px;
	margin-left: 372px; }

.footercopy a, .footercopy a:link, .footercopy a:visited, .footercopy a:active { color: #a3a3a3; text-decoration: none; }
.footercopy a:hover { text-decoration: underline; }

.footerlinks {
	width: 100%;
	background: #e6e4e1;
	height: 106px;
}

#content { padding-bottom: 240px; }
#page {
  width: 960px;
  margin: 0 auto 0 auto;
  position: relative;
  min-height: 100%;
}
* html #page { height: 100%; }

.newsbox {
	height: 249px; width: 200px;	
	padding: 10px;
	background: #f7ede2;
	border-top: 5px solid #e3d3c1;
	border-bottom: 5px solid #e3d3c1;
	border-right: 1px solid #e3d3c1;
	float: right;
}

.newsbox h2 { font-size: 14px; color: #211e20; text-transform: uppercase; margin-bottom: 18px;}
.newsbox h2 a, .newsbox h2 a:link, .newsbox h2 a:visited, .newsbox h2 a:active { color: #211e20; text-decoration: none; }
.newsbox h2 a:hover { color: #ff6600; }

.newsbox .date { color: #8e7c69; }
.newsbox ul li { margin-bottom: 12px; line-height: 120%; }
.newsbox ul li a, .newsbox ul li a:link, .newsbox ul li a:visited, .newsbox ul li a:active { color: #211e20; text-decoration: none; }
.newsbox ul li a:hover { color: #795f4d; }

.submenu { float: left; }

.submenu ul {
	height: auto; width: 280px;
	padding: 0;
	background: #f7ede2;
	border-top: 5px solid #e3d3c1;
	border-bottom: 5px solid #e3d3c1;
	border-right: 1px solid #e3d3c1; margin-bottom: 40px; }

.submenu ul ul.level3 {
	height: auto; width: 280px;
	padding: 0;
	background: #f7ede2;
	border-top: 0px solid #e3d3c1;
	border-bottom: 0px solid #e3d3c1;
	border-right: 1px solid #e3d3c1; margin-bottom: 0px; }

.submenu ul ul.level3 li a {
	background-repeat: no-repeat;
	background-image: none;
	background-position: 256px 20px;
	display: block;
	padding: 6px 10px 6px 40px; 
	color: #211e20;
	text-decoration: none; font-size: 13px; }
	
.submenu > a {
	color: #ff6600;
	font-size: 22px;
	text-decoration: none;
	padding-left: 30px;
}

.submenu > a:hover { color: #211e20; }
	
.submenu ul li {
	border-bottom: 1px solid #e3d3c1; }

.submenu ul li a {
	background-repeat: no-repeat;
	background-image: url('/files/atacama/images/navarrow_off.png');
	background-position: 256px 20px;
	display: block;
	padding: 15px 10px 15px 30px; 
	color: #211e20; 
	text-decoration: none; font-size: 16px; }
	
.submenu ul li a:hover {
	color: #ff6600;
	background-image: url('/files/atacama/images/navarrow_on.png'); }
	
.submenu ul li a.current {
	color: #ff6600; 
	background-color: #fff;
	background-image: url('/files/atacama/images/navarrow_on.png'); }

.frontimage {
	float: left; width: 731px; height: 274px;
	padding: 5px 0 0 5px;
	background: #fff url('/files/atacama/images/front_imageframe.png') no-repeat;
}

.frontimagewrap {
	width: 960px;
	height: 279px;
	clear: both;
}

.subimage {
	float: right; width: 666px; height: 96px;
	padding: 5px 0 0 5px;
	background: #fff url('/files/atacama/images/sub_imageframe_slim.png') no-repeat;
	margin-bottom: 5px;
}

.breadcrumb li {
	margin-top: 15px;
	display: block;
	float: left; 
	padding-left: 14px; 
	background-image: url('/files/atacama/images/navarrow_on.png');
	background-repeat: no-repeat; 
	background-position: 4px 3px; }
.breadcrumb li a,.breadcrumb li a:link,.breadcrumb li a:visited { color: #211e20; text-decoration: none; }
.breadcrumb li a:hover { color: #ff6600; }
	
.breadcrumb li:first-child { padding-left: 0; background-image: none; }

h2.overlay { font-size: 36px; position: absolute; top: 180px; color: white; left: 320px; }

.contentbox {
	width: 623px;
	background: #fff;
	border: 1px solid #e3d3c1;
	float: right;
	padding: 14px 24px 34px 22px;
}

.contentwrap {
	padding-top: 8px;
	clear:both;
}

.contentbox h1 {
	font-size: 24px; margin-bottom: 10px; color: #697c8b; }
.contentbox h1 { margin-top: 18px; }
	
.contentbox h2 { 
	color: #697c8b; font-size: 18px; text-transform: uppercase; margin-top: 12px; margin-bottom: 12px;
}

.contentbox h3, .contentbox h4, .contentbox h5, .contentbox h6 {
	color: #697c8b; font-size: 14px; text-transform: uppercase; margin-top: 12px; margin-bottom: 12px; }
	
.contentwrap { color: #211e20; line-height: 16px; }
.contentwrap p { margin-bottom: 16px; }
.contentwrap a { color: #ff6600; text-decoration: none; font-weight: bold; }
.contentwrap a:hover { color: #ff6600; text-decoration: underline; font-weight: bold; }
.contentwrap .caption { font-style: italic; }
.contentwrap ul { margin-left: 30px; list-style: square outside; }
.contentwrap ul ul { margin-left: 30px; }

/* @front quick links */

.quicklinks {
	margin-top: 18px;
	width: 960px;
	height: 192px;
	background: #fff url('/files/atacama/images/front_boxes.png') no-repeat;
	clear: both;
}

.quicklink {
	padding: 15px 20px 20px 20px;
	width: 183px;
	margin-right: 20px;
	float: left;
}

.last { margin-right: 0; margin-left: 7px; width: 170px;}

.quicklink h3 {
	font-size: 24px; margin-bottom: 24px;
}

.quicklink h3 a, .quicklink h3 a:link,.quicklink h3 a:visited, .quicklink h3 a:active {
	color: #697c8b;
	text-decoration: none;
}

.quicklink h3 a:hover {
	color: #ff6600;
}

.last h3 a, .last h3 a:link,.last h3 a:visited, .last h3 a:active {
	color: #ff6600;
}
.last h3 a:hover { color: #2f3f4b; }

.quicklink p { line-height: 110%; margin-bottom: 12px; color: #484848; }
.quicklink p a, .quicklink p a:link, .quicklink p a:visited { color: #795f4d; text-decoration: none; }
.quicklink p a:hover { color: #ff6600; }

/* @footer light */ 

.lightfooter {
	padding-top: 20px;
	color: #a3a3a3;
	clear: both;
}

.lightfooter a,.lightfooter a:visited,.lightfooter a:link,.lightfooter a:active {
	color: #a3a3a3;
	text-decoration: none;
}

.lightfooter a:hover {
	text-decoration: underline; color: #666;
}


/* @sitemap */

ul.sitemap {
	list-style: none; border-top: 1px solid #ff6600; border-right: 1px solid #ff6600; width: 620px; overflow: hidden; margin-bottom: 30px; }
	
ul.sitemap ul { margin-left: 30px; list-style: none; }

ul.sitemap li { width:100%; }
ul.sitemap li a { display: block; width: 100%; border-left: 1px solid #ff6600; border-bottom: 1px solid #ff6600; background: white; color: #2f3f4b; font-weight: normal; padding: 10px 30px;
}

.contentwrap ul.sitemap > ul > li a { background: #ff6600; color: white;  margin-top: 2px; 
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-bottom-left-radius: 30px;

}

.contentwrap ul.sitemap > li a {
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-bottom-left-radius: 30px;
}

.contentwrap ul.sitemap > ul > ul > li a:hover {
	background-color: #fff0e1;
}