/* CSS Document */
 body
{
margin: 0;
padding: 0;
font-size: 95%;
font-family: georgia, times, "times new roman", serif;
color: #000;
background-color: #fff;
}



a:link { color: #036; }
a:visited { color: #066; }

a:hover, a:active
{
	color: #066;
	background-color: #E8E8E8;
}

.photo a:hover, .photo a:active {
color: #066;
}

div#banner
{
color: #fff;
background-color: #333;
border-bottom: 1px solid #000;
}

div#banner h1
{
margin: 0;
padding: .3em 0 .3em .5em;
font-size: 2.2em;
font-weight: normal;
}

div#container
{
}

div#container2
{
}

div#background {
	background-image: url(images/house.png);
	clear: both;
	float: right;
	position: relative;
	height: 300px;
	width: 400px;
	right: 0px;
    background-repeat: no-repeat;
}

div#navigation
{
float: left;
width: 150px;
padding-top: 0.5em;
border-right: 1px solid #999;
}

div#navigation ul
{
list-style-type: none;
padding: 0;
margin: 0;
}

div#headerimage {
	text-align: right;
	float: right;
}

div#navigation ul li { margin-top: 4px; }

#navigation ul li a
{
display: block;
width: 135px;
padding: 3px 5px 3px 10px;
text-decoration: none;
color: #000;
background-image: url(nav_base.jpg);
background-repeat: repeat-y;
}

#navigation ul li a:hover
{
color: #fff;
background-color: #ccc;
background-image: url(nav_base2.jpg);
background-repeat: repeat-y;
}

div#more
{
float: right;
width: 160px;
margin: 0;
padding: 2em 10px 0 0;
color: #fff;
}

div#more h3
{
margin-top: 0;
color: #fff;
padding: .2em;
background-image: url(more_base.jpg);
background-position: right;
background-repeat: repeat-y;
}

div#content
{
	margin-left: 190px;
	background-attachment: fixed;
	background-image: url(images/houseie6.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 150px;
	padding-bottom: 100px;
}

html>body div#content
{
	background-image: url(images/house.png);
}

div#content h2
{
font-size: 2em;
color: #036;
margin: 0;
padding-top: 1em;
font-weight: normal;
}

div#content h3
{
font-size: 1em;
color: #000000;
}

div#content { line-height: 150%; }

#cleardiv
{
clear: both;
height: 1em;
}

div#footer
{
clear: both;
padding: .5em 1em;
border-top: 1px solid #999;
text-align: right;
}

div#footer ul
{
padding: 0;
margin: 0;
list-style-type: none;
}

div#footer li
{
display: inline;
margin-right: 1em;
}

#totop
{
	background-color: #CCCCCC;
	border: thin solid #333333;
	position: absolute;
	height: 25px;
	width: 100px;
	right: 0px;
	bottom: 0px;
}

#footer ul li a
{
font-size: .8em;
display: inline;
padding: 3px 5px 3px 10px;
text-decoration: none;
color: #666666;
}

#footer ul li a:hover
{
color: #fff;
background-color: #ccc;
}

#main {
    margin: auto;
	border: 1px solid #cccccc;
	width: 800px;
	background: #F1F3F5;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size : 12px;
}

form {
    margin-left: 80px;
	border: 1px solid #cccccc;
	width: 300px;
	background: #E9ECEF;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:normal;
    font-size : 12px;
    padding:5px;
    margin-bottom:10px;
}

#result {
    margin-left: 80px;
	border: 1px solid #cccccc;
	width: 300px;
	background: #E9ECEF;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:normal;
    font-size : 12px;
    padding:5px;
    margin-bottom:20px;
}

.photo {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size : 12px;
	text-align:center;
	display: inline;
	margin: 5px;

}

.text {
	border: 1px solid #cccccc;
}

input {
    border: 0px solid #cccccc;
}

.values{
  font-family: verdana;
  font-weight:normal;
  font-size : 10px;
  align:top;
  vertical-align:top;
}

.key{
  font-family: verdana;
  font-weight:bold;
  font-size : 12px;
  padding-bottom:15px;
}


.caption{
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    margin:10px;
    font-size : 14px;
    color:#C64934;
}

#icon{
    width:80px;
    height:80px;
    float:left;
    background-image:url(icon.gif);
    background-repeat: no-repeat;
    background-position:center center;
}
#icon2{
    width:80px;
    height:80px;
    float:left;
    background-image:url(icon2.gif);
    background-repeat: no-repeat;
    background-position:center center;
}

#source{
  text-align:right;
  align:right;
  padding-right:10px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight:normal;
  font-size : 10px;
  color:#CCCCCC;
}

a {
    text-decoration:none;
    border:0px;
}

img {
    border:0px;
}

.table {
	padding: 2px;
	border: thin solid #000000;
	margin: 2px;
}

.indent {
	text-indent: 20pt;
	font-style: italic;
	line-height: normal;
}
