@CHARSET "ISO-8859-1";
* {
	margin:0;
	padding:0;
}
body {
	background-repeat: repeat;
	display: block;
	font-size: 14px;
	color: #000000;
	text-align:center;
	font-family: "Lucida Sans Unicode";
}

h1 {
	font-size:20px;	
}

h3 {
	font-size:18px;
}

#container {
	width: 960px;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #EDEDED;
}

#header {
	position:relative;
	height:136px;
	width:960px;
	background:url(/assets/images/layouts/header.png);
	background-repeat:no-repeat;
}

#main {
	width: 545px;	
	float:left;
	padding-left:1px;
	background-color: #fff;
	min-height:710px;
	overflow-x:visible;
}

#maintext {
	padding:30px;
	width:485px;	
}

.menubutton {
	color:#fff;	
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
}

#maingraphics {	
	position:relative;
	width: 544px;
	height: 165px;
	background-repeat:no-repeat;
	margin-left:2px;
}

#maingraphics_text{
	position:relative;
	color:#fff;
	text-align:right;
	width:500px;
	left:20px;
	top:60px;
	font-size:18px;
	font-weight:bold;
}

#sidepanel {
	width: 413px;	
	float:right;
}

#breadcrumb {
	position:relative;
	width: 516px;
	padding-left:30px;
	height: 30px;
	line-height:30px;
	background:url(/assets/images/layouts/breadcrumb.png);
	background-repeat:repeat-x;
	border:0;
	color:#e3e3e3;
	top:1px;
	font-size:12px;
}

#breadcrumb a {
	color:#e3e3e3;
	text-decoration:none;	
}

#breadcrumb a:hover {
	color:#bb4f99;
	text-decoration:none;	
}

#quicksearch {
	position:relative;
	width: 412px;
	height: 166px;
	background:url(/assets/images/layouts/quicksearch.png);
	background-repeat:repeat-x;
	border:0;
	color:#fff;
}

#quicksearch_right {
	border:0;
	width: 217px;
	height: 166px;
	background:url(/assets/images/layouts/quicksearch_right.png);
	background-repeat:no-repeat;
	float:right;
}

#quicksearch_button {
	width:151px;
	height:46px;
	position:relative;
	top:90px;
	left:45px;
	text-align:center;
	line-height:46px;
	font-weight:bold;
	cursor:pointer;
}

#quicksearch_criteria {
	position:relative;
	top:45px;
	left:10px;
	width:160px;	
	font-size:12px;
}

#quicksearch_criteria select {
	width:160px;	
	font-size:12px;
}

.quicksearch_button {
	color:#fff;font-size:12px;width:90px;line-height:28px;text-align:center;
	cursor:pointer;	
}

.quicksearch_button_selected {
	position:relative;
	width: 90px;
	height: 28px;
	background:url(/assets/images/layouts/quicksearch_menu_hover.png);
	background-repeat:repeat-x;
	border:0;
}


#picturecontainer {
	width:412px;
	height:	440px;
}

#picture1 {
	background:url(/assets/images/layouts/picture1.png);
	background-repeat:no-repeat;	
	width: 212px;
	height: 218px;
	float:left;
}
#picture2 {
	background:url(/assets/images/layouts/picture2.png);
	background-repeat:no-repeat;	
	width: 199px;
	margin-left:1px;
	height: 218px;
	float:left;
}
#picture3 {
	background:url(/assets/images/layouts/picture3.png);
	background-repeat:no-repeat;	
	width: 212px;
	height: 222px;
	float:left;
}
#picture4 {
	background:url(/assets/images/layouts/picture4.png);
	background-repeat:no-repeat;	
	margin-left:1px;
	margin-top:1px;
	width: 199px;
	height: 221px;
	float:left;
}

#benefits {
	background:url(/assets/images/layouts/benefits.png);
	background-repeat:repeat-x;	
	margin-top:1px;
	margin-bottom:1px;
	width:372px;
	height:170px;
	padding:20px;
	color:#414141;
}

.bulletpoint {
	background:url(/assets/images/layouts/bullet.png);
	background-repeat:no-repeat;	
	padding-left:40px;
	line-height:29px;
	margin-top:7px;
}

p {
	font-size:13px;	
	margin-bottom:10px;
	text-align:justify;
}

.blue {
	color:#5a6da0;	
}

.grey {
	color:#606160;	
}

#footer {
	height:88px;
	width:959px;
	color:#fff;
	font-size:13px;
	line-height:70px;
	background:url(/assets/images/layouts/footer.png);
	background-repeat:repeat-x;
}

#footer a {
	color: #fff;
	text-decoration:none;
}

.pagination {
	text-align:right;
	margin-bottom:10px;
	color:#606160;
	width:485px;
}

.pagination a {
	color:#5a6da0;	
	text-decoration:none;
}

.pagination a:hover {
	text-decoration:underline;
}

.property {
	border-bottom:1px solid #5a6da0;
	margin-bottom:10px;
	height:130px;
	font-size:12px;
}
.property a {
	color:#c13f87;
	text-decoration:none;
}
.property a:hover {
	text-decoration:underline;
}

.property2 {
	border-bottom:1px solid #5a6da0;
	margin-bottom:10px;
	font-size:12px;
}
.property2 a {
	color:#c13f87;
	text-decoration:none;
}
.property2 a:hover {
	text-decoration:underline;
}

input, textarea {
	border: #999 1px solid;
}