@charset "utf-8";
body  {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background: #e6e0dc;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #514c47;
}

a img {border: none; } 

h1 {
	font-size:16px;
	color:#644f32;
}

h3 {
	font-size:14px;
	color:#ffffff;
	background-color:#644f32;
	padding:5px;
	margin-top:0px;
	text-align:center;
}
h3 a:link{
	color:#ffffff;
	text-decoration:none;
	}
h3 a:visited{
	color:#ffffff;
	text-decoration:none;
	}	
h3 a:hover{
	text-decoration:underline;
	}

h4 {
	font-size:10px;
	color:#2f200c;
	margin-top:3px;
	line-height:10px;
}
h4 a:link{
	color:#2f200c;
	text-decoration:none;
	}
h4 a:visited{
	color:#2f200c;
	text-decoration:none;
	}	
h4 a:hover{
	text-decoration:underline;
	}


	
.twoColFixRtHdr #container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	background: #ffffff; 
	/*padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#navigation {
	width : 780px;
	height : 21px;
	voice-family : "\"}\"";
	voice-family : inherit;
	font-size : 11px;
	margin-right : 10px;
	margin-left:10px;
	margin-top:10px;
	background-color: #644f32;
} 
#navigation ul { 
margin : 0;
margin-left : 0;
padding : 0;
list-style : none;
} 
#navigation li {
	display : inline;
	margin : 0 0px 0 0;
	padding : 0;
	color: #FFFFFF;
	height: 21px;
} 
#navigation a {
	float : left;
	display : block;
	color : #FFFFFF;
	margin : 0 0px 0 0;
	padding : 5px 7px;
	text-decoration : none;
	letter-spacing : 1px;
	background-color: #644f32;
	border-right: 1px solid #938470;
	height: 10px;
} 
#navigation a:hover {
	background-color : #8f7b44;
	color: #FFFFFF;
} 
#navigation #current a { 
color : #ffffff;
background-color : #8f7b44;
border-color : #333333;
} 
#top-banner {
	width : 800px;
	height : 216px;
	background-image: url(flaar-3d-scanning-archaeological-artifact.jpg);
	background-color: #ffffff;
	background-repeat: no-repeat;
	clear: both;
}
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #b3ada6; /* the background color will be displayed for the length of the content in the column, but no further */
	/*padding: 5px 5px;*/
	margin-top:12px;
	margin-right:10px;
}
.twoColFixRtHdr #mainContent { 
	width: 568px;
	margin: 0 0px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#a09990; 
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding:  10; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.highlight{
	font-size:12px;
	color:#413320;
	font-weight:bold;
	background-color:#d9d3cf;
	padding:5px;
}

.image-border {
border:1px solid #CCCCCC;
font-size:0.85em;
margin:5px;
padding:5px;
}
.caption {
	font-size:10px;
	color:#2f200c;
}

/*estilos columnas*/
#content {
	float : right;
	height : 100%;
	width : 213px;
	margin-right:10px;
	display : inline;
	vertical-align: middle;	
} 

.contentbox {
	width : 105px;
	float : left;
	background-image : url(includes/flaarreportsbg.jpg);
	background-repeat : no-repeat;
	background-position : top;
	background-color: #b1a18e;
	margin-top: 10px;
	margin-right:3px;
} 
.contentbox h4 {
 	margin-top: -7px;
	font-weight : bold;
	font-size : 10px;
	line-height:normal;
	margin-bottom:3px;
	}
.contentbox h4 a{
	text-decoration:underline;
}

.contentbox a { 
padding-left : 0px;
text-decoration : underline;
color:#6e4012;
} 

.contentbox a:hover { 
text-decoration : none;
} 
.contentbox-2 {
	width : 105px;
	float : left;
	background-image : url(includes/freereportsbg.jpg);
	background-repeat : no-repeat;
	background-position : top;
	background-color: #b3ada6;
	margin-top: 10px;
} 
.contentbox-2 h4 {
 	margin-top: -7px;
	font-weight : bold;
	font-size : 10px;
	line-height:normal;
	margin-bottom:3px;
	}
.contentbox-2 h4 a{
	text-decoration:underline;
}
.contentbox-2 a { 
padding-left : 0px;
text-decoration : underline;
color:#6e4012;
} 

.contentbox-2 a:hover { 
text-decoration : none;
} 
#dowload_btn  {
	background-image:url(button-download.png);
	background-position:center;
	background-repeat:no-repeat;
	height:20px;
	text-align: center;
	vertical-align:middle;
	line-height:20px;
	width:100px;
	margin-bottom: 2px;
	margin-top:0;
} 

#dowload_btn  a{
color:#ffffff;
font-weight:normal; text-decoration:none;
font-size: 9px;
}
 #dowload_btn  a:hover{
 text-decoration:underline;
 }
#dowload_btn2  {
	background-image:url(button-download.png);
	background-position:center;
	background-repeat:no-repeat;
	height:20px;
	text-align: center;
	vertical-align:middle;
	line-height:20px;
	width:100px;
	margin-bottom: 2px;
	margin-top:0;
} 

#dowload_btn2  a{
color:#ffffff;
font-weight:normal; text-decoration:none;
font-size: 9px;
 }
 
 #dowload_btn2  a:hover{
 text-decoration:underline;
 } 
 .reports {
	margin-top:5px;
	margin-bottom:0px;
	border-bottom: 1px dotted #553D26;
} 
.minititles{
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	}