
body 
{ 
overflow-x: hidden;
}

#fixed{
position: fixed;
left: 60px;
top: 0px;
background-color: #ffffff;
width: 1005px;
height: 36px;
box-shadow: 0px 3px 5px #888888;
z-index: 1;
}

#fixed2{
position: fixed;
left: 60px;
top: 0px;
background-color: #ffffff;
width: 625px;
height: 36px;
box-shadow: 0px 3px 5px #888888;
z-index: 1;
}

#fixedlist{
position: fixed;
left: 60px;
top: 0px;
background-color: #ffffff;
width: 977px;
height: 36px;
box-shadow: 0px 3px 5px #888888;
z-index: 1;
}

#fixedhousing{
position: fixed;
left: 60px;
top: 0px;
background-color: #ffffff;
width: 775px;
height: 36px;
box-shadow: 0px 3px 5px #888888;
z-index: 1;
}

#fixedprog{
position: fixed;
left: 60px;
top: 0px;
background-color: #ffffff;
width: 590px;
height: 36px;
box-shadow: 0px 3px 5px #888888;
z-index: 1;
}

#fixedlistprog{
position: fixed;
left: 60px;
top: 0px;
background-color: #ffffff;
width: 970px;
height: 36px;
box-shadow: 0px 3px 5px #888888;
z-index: 1;
}

.imagehover img{
border: 2px solid blue;

}

.imagehover:hover img{
border: 2px solid red;
}

.imagehover:hover{
color: red; /* Dummy definition to overcome IE bug */
}


a.mailto:link {color:blue; text-decoration:underline;}    /* unvisited link */
a.mailto:visited {color:black;} /* visited link */
a.mailto:hover {color:red; text-decoration:underline;}   /* mouse over link */
a.mailto:active {color:black;}  /* selected link */

a:hover {color:red; text-decoration:underline;}   /* mouse over link */

a.grid:link {color:blue; text-decoration:none;}    /* unvisited link */
a.grid:visited {color:blue; text-decoration:none;} /* visited link */
a.grid:hover {color:red; text-decoration:underline;}   /* mouse over link */

a.grid2:link {color:black; text-decoration:none;}    /* unvisited link */
a.grid2:visited {color:black; text-decoration:none;} /* visited link */
a.grid2:hover {color:red; text-decoration:underline;}   /* mouse over link */




#picture {
		float:left;
		
		
    padding:5px 10px 5px 0px;
	}

#picture2 {
		
			
    position: absolute; left:1px; top:-20px;
	}


.readmore
{
padding-left: 3px;
}