
body 
{
	background: url(../Images/bg.jpg) repeat right top;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: calibri, sans-serif;
}


.menuframe
{
	width: 1024px;
	background-color: transparent;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	text-align: left;

}

.site
{
	width: 1024px;
	min-height: 836px;
	background: url(../Images/bg2.png) repeat right top;
	padding-bottom: 40px;
	text-align: left;
	position: relative;
	float: left;
}

.newscontainer 
{
	position: relative;
	height: 100%;
	width: 850px;
	margin-left: 87px;
	/*margin-top: 180px;*/
}

.footer
{
	position: relative;
	height: 25px;
	width: 850px;
	float: left;
	text-align: center;
	color: #42382e;
	border-top-style: dotted;
	border-top-color: white;
	border-top-width: medium;
	margin-top: 85px;
	margin-left: 87px;
}
.footer a
{
	color: #42382e;
	text-decoration: none;
}

.newsitem
{
	width: 45%;
	background-color: transparent;
	float: left;
	margin-left: auto;
	margin-right: auto;
	height: 150px;
}

.newsitem a
{
	text-decoration: none;
	color: #42382e;
}

.pageentry a
{
	text-decoration: none;
	color: #42382e;
}

.newsitem img
{
	margin: 5px;
	padding: 5px;
	background-color: white;
}

a img
{
	border: none;
	cursor: pointer;
}
a font
{
	cursor: pointer;
}
.pageentry
{
	width: 100%;
	background-color: transparent;
	float: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
}

.lineentry
{
	width: 100%;
	background-color: transparent;
	float: left;
	padding: 10px;
}

.newsbody
{
	float: left;
	background-color: transparent;
	width: 100%;
	color: #FFFFFF;
}
.newsheader
{
	font-family: calibri, sans-serif;
	width: 100%;
	height: 30px;
	color: #42382e;
	background-color: transparent;
	margin-top: 0px;
	font-weight: 100;
	font-size: 24px;
	float: left;
}
.propertyimage
{
	float: right;
	top: 4px;
	position: relative;
}

.title
{
	position: relative;
	width: 500px;
	background-color: transparent;
}

.info
{
	position: relative;
	width: 500px;
	background-color: transparent;
}

/*
	This is the menu of the site */
.sitemenu
{
	width: 95%;
	background-color: transparent;
	height: 20px;
	float: left;
	color: #FFFFFF;
	font-size: medium;
}
.menuline 
{
	width: 95%;
	top: 355px;
	left: 93px;
	/* I hate IE */
	text-align: center;
	position: absolute;
	z-index: 2;
}
/*
* The menu elements	*/
.menublock
{
		background-color: transparent;
		position: relative;
		float: left;
}
.menublock a
{
	text-decoration: none;
	color: #FFFFFF;
}
.menublock a:hover
{
	color: #CCCCCC;
}
.activelink a
{
	color : #42382e;
}

/*
	The top logo image class */
.topimage
{
	top: 20px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.hoverimagecontainer
{
	z-index: 50;
	position: absolute;
	width: 100%;
	background: url(../Images/bg3.png) repeat right top;
	display: none;
	padding-bottom: 50px;
	left: 0px;
	top: 0px;
	height: auto;
}

.hoverimage
{
}
.hoverdescription
{
	text-align: left;
}
.hoverclose
{
	width: 100%;
	text-align: right;
	font-weight: 900;
	cursor: pointer;
}
.hoverback
{
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	background-color: #EEEEEE;
	padding: 10px;
	position: relative;
}
.imagelistcontainer
{
	width: 200px;
	background-color: transparent;
	float: left;
	height: 200px;
}
.thumbback
{
	position: relative;
	max-width: 200px;
	background-color: #EEEEEE;
	float: left;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 40px;
	padding: 5px;
}
.formblock
{
		width: 100%;
		margin-left: 20px;
		margin-top: 100px;
		padding: 20px;
		background-color: transparent;
		float: left;
		position: relative;
}
.formline
{
		width: 100%
}
.formline:hover
{
		background-color: #BBBBFF;
}
