﻿body {
	color:black;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color:white;

}



a:link {color:#FF0000; text-decoration:none; background-color:white}     /* unvisited link */
a:visited {color:#F00; text-decoration:none; background-color:white}  /* visited link */
a:hover {
	color:#00FFFF;
	text-decoration:none;
	background-color:white
}   /* mouse over link */
a:active {color:black; text-decoration:none; background-color:white}   /* selected link */


h1
{
    font-size:large;
}
h2
{
    font-size:medium;
}
h3
{
    font-size:medium;
}


#container 
{
    width:780px;
    position: absolute;
    top: 20px;
    right: 0;
    bottom: 0;
    left: 20%;
    margin: auto;
    border:solid 0px;
    border-color:Black;
    
}

#red
{
  color:red; 
}

#top
{
    width:780px;
    height:164px;
    background-image:url("images/top.jpg");
    background-repeat:no-repeat; 
    border:solid 0px;
    border-color:red;
}

#background
{
    width:780px;
    background-image:url("images/background.gif");
    height:auto;
    border:solid 0px;
    border-color:green;
}
    
#content 
{
    margin-left:15px;
    margin-right:15px;
    border:solid 1px;
    border-color:white;
    text-align: justify;
}
    
#bottom
{
    width:780px;
    height:33px;
    background-image:url("images/bottom.gif");
    border:solid 0px;
    border-color:black;
}

#image
{
    background-image:url("images/house.jpg");
}

#title
{
    background-image:url("images/title.gif");
    width:293px;
    height:39px;
    position:relative;
    top:10px;
    left:15px;
}


#contactTop
{
    /*background-image:url("images/email.gif");
    width:172px;*/
    position:absolute;
    top:10px;
    left:550px;
}

#buttons
{
	position:absolute;
	top:128px;
	left:375px;
	width: 570px;
	height: 53px;
}

.top
{
    background-color:#F00;
    font-weight:bold;
    font-size:medium;
    color:black;
}

.text{
    background-color:#fce9af;
    font-size:small;
    color:black;
}

.text2{
    background-color:#fef3e1;
    font-size:small;
    color:black;
}

.table
{
    border:solid 1px black
}


/*--------------FORM---------------------*/


#horizontalForm fieldset
{
	display: block;
	margin: 0 0 3em 0;
	padding: 0 1em 1em 1em;
}

#horizontalForm fieldset.radio
{
	margin: 1em 0 2em 0;
}

#horizontalForm fieldset.radio input
{
	clear: both;
	float: left;
	width: auto;
}

#horizontalForm fieldset.radio label
{
	font-weight: normal;
}

#horizontalForm input
{
	display: block;
	width: 15em;
}

#horizontalForm input.submit
{
	clear: both;
}

#horizontalForm label
{
	float: left;
	display: block;
	margin: 1em 1em 0 0;
	font-weight: bold;
}

#horizontalForm select
{
	display: block;
}

