﻿/* CSS Document */

html, body, form, #container {height: 100%;}

* {margin:0 0 0 0;
padding:0;
} 

a {outline:none;}

h3
{
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:medium;
    font-weight:bold;
    color:Navy;
    
    
    }

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body{	
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;

background-repeat:repeat-y;
background-position:center;
background-image:url(images/background.png);

}

form > #container {height: auto; min-height: 100%; }


#container{
width:900px;
margin-left:auto;
margin-right:auto;
min-height: 100%;
height: auto !IMPORTANT;
background-color:white;
overflow:hidden;
}


#main{
padding-bottom:40px;
}



#header {
height:110px;
background-image:url(images/header.png);
background-repeat:no-repeat;
padding-left:358px;
padding-top:38px;
}

#headerimages{
width:356px;
height:101px;
}

#menu {
height:29px;
width:900px;
background-image:url(images/menuback.png);
background-repeat:repeat-x;
line-height:25px;
}

.admin{
	font-size:smaller;
	color:#fff;
	text-align:center;
	line-height:29px;
	font-family:Verdana, Geneva, sans-serif;
	float:right;
	margin-right:15px;
}

.button, .buttonselected, .buttongreen, .buttongreenselected 
{
	width:100px;
    }

.buttonwide, .buttonwideselected  
{
	width:150px;
    }


.button, .buttonselected, .buttonwide, .buttonwideselected, .buttongreen, .buttongreenselected {
	background-repeat:no-repeat;
	height:29px;

	margin-right:5px;
	margin-left:5px;
	text-align:center;
	float:left;
	color:#000;
	text-decoration:none;
	font-size:small;
	color:black;
	font-family:Verdana, Geneva, sans-serif; 
	line-height:29px;
	display:block;
}


.button {
	background-image:url(images/button.png);
}	
.buttonselected {
	background-image:url(images/button2.png);
}
.button:hover {
	background-image:url(images/button3.png);
}



.buttongreen {
	background-image:url(images/buttongreen.png);
}	
.buttongreenselected {
	background-image:url(images/button2green.png);
}
.buttongreen:hover {
	background-image:url(images/button3green.png);
}
.right {float:right;}



.buttonwide {
	background-image:url(images/buttonwide.png);
	
}	
.buttonwideselected {
	background-image:url(images/button2wide.png);
}
.buttonwide:hover {
	background-image:url(images/button3wide.png);
}



	
#content1 {
width:370px;
height:auto;
float:left;
padding-left:30px;
padding-top:20px;
font-size:0.8em;

}

#content2 {
width: 480px;
height:auto;
float:left;
font-size:medium;
padding:10px;
padding-top:20px;
}

#content3 {
width: 840px;
height:auto;
float:left;
font-size:medium;
margin:30px;
}

#content4 {
width:450px;
height:auto;
float:left;
padding-left:30px;
padding-top:20px;
font-size:0.8em;

}

#content5 {
width: 400px;
height:auto;
float:left;
font-size:medium;
padding:10px;
padding-top:20px;
}

img {
	border:0;
}



.contentcolumn {
width:150px;
height:auto;
float:left;
font-size:medium;
padding:20px;


	
}
	

p {
font-family:Verdana, Geneva, sans-serif;
}



#footer {
width:900px;
font-size:smaller;
text-align:center;
margin-left:auto;
margin-right:auto;
color:#579;
background-repeat:no-repeat;
background-color:#fff;
background-image:url(images/footerbgd.png);
position: relative;
margin-top: -40px;
height: 40px;
line-height:40px;
clear:both;

}

.property 
{
    float:right;
    width:350PX;
    height:100PX;
    font-size:small;


    }
    
    .property2
{
    padding-top:15px;
    padding-right:40px;
    float:right;
    width:180PX;
    height:108PX;
    font-size:small;
    margin-left:30px;
background-image:url(images/noimage.jpg);
background-repeat:no-repeat;
overflow:hidden;
    }
    
    .property3
{
     overflow:hidden;
    width:300PX;
    height:70PX;
    font-size:small;
    padding:0px;
    }

.property4
{
float:left;
border-color:white;
border-width:3px;
border-style:solid;

}

.property4:hover
{
cursor:pointer;
}

.property5
{
border-color:white;
border-width:6px;
border-style:solid;
width:450px;
height:300px;
background-image:url(images/noimage.jpg);
background-repeat:no-repeat;
}
    
    .pad
    {
    width:50px;    
        }
    
