/* @override http://finca-oro.com/includes/screen.css */

@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

img.borderimage{
	border: solid 4px #bd6528;
}

img.bordersmall{
	border: solid 1px #bd6528;
}

body {
	background: #FFFFFF url(../images/hsc_bkrnd.jpg) repeat center top;
	color: #303030;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	}

h1, h2, h3 {
	}

h1 {
	font-size: 30px;
}

ul, ol {
	margin-bottom: 2em;
	text-align: justify;
	line-height: 150%;
}

p {
}

ul {
	list-style-position: inside;
}

ol {
	list-style-position: inside;
}

a {
	color: #559317;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #cc0000;
}

.tn img {
	border: 1px solid #bd6528;
}

hr {
	display: none;
}

/* Logo */

#logo {
	width: 887px;
	height: 205px;
	margin: 0 auto;
}


#logo a {
	text-decoration: none;
	color: #FFFFFF;
}
  

#menu {
	margin: 0 auto;
	width: 196px;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	height: 20px;
	margin-top: 5px;
	padding: 8px 10px 2px 12px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background: #98be73 url(../images/menu1.gif) no-repeat;
}

#menu a:hover {
	height: 20px;
	margin-top: 5px;
	padding: 8px 0px 2px 12px;
	text-decoration: none;
	font-size: 14px;
	color: #FFFFFF;
	background: #42638b url(../images/menu2.gif) no-repeat;
}
	
	
/* Page */

#bg {
	background: url(../images/img04.gif) no-repeat center top;
	width: 886px;
	margin: 0px auto;
}

#page {
	width: 886px;
	margin: 0 auto;
}

/* Content */

#content { 
	text-align: left;
	float: right;
	width: 640px;
	padding-right: 20px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 198px;
	margin-left: 1px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}


/* Footer */

#footer {
	padding: 25px 0px;
	background: #FFF url(../images/footerbk.gif) no-repeat center top;
	font-size: 12px;
	clear:  both;
	text-align: center;
	width: 886px;
	margin: 0px auto;
}

#footer a {
	color: #559317;
}
.footertable{
	width: 886px;
	display: table;
	margin: auto 0px;
}

#content table {
	clear: both;
}
#GetData_Title{
	font-weight: bold;
	color: #98be73;
	margin-top: 15px;
}
#mainimg{
	margin-top: 10px;
	border: 2px solid #98be73;
}
#GetData_Descrip{
	margin-top: 10px;
	text-align: center;
}
.ImgGalBox{
	margin-top: 10px;
}
.ImgGalBox img{
	display: block;
	height: 65px;
	border: 1px solid #98be73;
	width: 80px;
}

