body {
	margin: 0px 0 10px 0;
	background-color: white;
	color: #404040;
}

body,p,input,textarea,select,td,th,a {
	font-size: 10pt;
	font-family: Verdana, Trebuchet MS, Arial, Helvetica, sans-serif;
}

a:link {
	color: #404040;
}
a:visited {
	color: #808080;
}
a:active {
	color: black;
}

h1,h2,h3,h4,h5,h6 {
  color: #9c804e;
	font-family: Verdana, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

h1 { font-size: 14pt; }
h2 { font-size: 13pt; }
h3 { font-size: 12pt; }
h4 { font-size: 12pt; }
h5 { font-size: 12pt; }
h6 { font-size: 12pt; }

h1,h2,h3,h4,h5,h6 {
	/* font-size: 8pt; */
}

form {
	margin: 0px;
	padding: 0px;
}

#container {
}

#frame {
}

#headerframe, #menuframe, #bodyframe, #footerframe {
}

#menuframe {
	height: 30px;
	background: url('/images/menu.png') 0 0 repeat-x;
	clear: both;
}

#bodyframe {
	background: url('/images/background.png') 0 0;
}

#footerframe {
	background: url('/images/footer.png') 0 0 repeat-x;
}

#header {
	height: 82px; /* 182 */
	background: url('/images/header.png') 0 0 no-repeat;
	padding-top: 100px;
}

#logo {
}
#logo a img {
	border: none;
}

#renmenu {
	padding-top: 3px;
	text-align: left;
	padding-left: 0px;
	font-size: 14pt;
}
#renmenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#renmenu ul li {
	background: url('/images/menubar.png') no-repeat right;
	display: inline;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-right: 0.75em;
	padding-right: 0.75em;
	padding-left: 0.5em;
}
#renmenu ul li.last {
	background-image: none;
}
#renmenu ul li a {
	color: #9c814d;
	text-decoration: none;
	font-size: 8pt;
}
#renmenu ul li a:hover {
	color: #404040;
	text-decoration: underline;
}

#renfooter {
	padding: 10px 0 10px 0;
}
#renfooter table {
	width: 100%;
	border-collapse: collapse;
}
#renfooter table tr td {
	padding: 5px 0 5px 0;
	font-size: 10pt;
	color: #9c804e;
}
#renfooter table tr td a {
  font-size: 10pt;
  color: #9c804e;
}
#renfooter table tr td.col2 {
	text-align: right;
}

#header, #body, #renmenu, #renfooter {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
}
#body {
	background-color: white;
}

#body {
}

#content {
	padding: 10px;
}
#content p {
	text-align: justify;
	line-height: 15pt;
}

#content div.images {
	float: right;
}
#content div.images ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#content div.images ul li {
	margin: 0px;
	padding: 0px;
	margin-bottom: 50px;
}
#content div.images ul li img {
	border: 3px solid #a8a9ac;
}

/* infocasa overrides */
div.block_webhilite {
  margin-left: 0; /*60px;*/
  /*margin-top: 50px;*/
}

div.searchbox
{
 width: 750px;
 position:relative;
 top:20px;
}
/** 
div.searchbox div
{
  float: left;
  }
**/
    
div.searchbox div.searchbox_column1
{
  width: 350px;
  float: left;
}
div.searchbox div.searchbox_column2
{
  width: 330px; /*350px;*/
  float: right;/*left;*/
  
}

