/* CSS Document */


/* Main Layout */

@font-face {
    font-family: Belshaw;
    src: url(belshaw.woff);
}

@font-face {
    font-family: Alegreyasc;
    src: url(alegreyasc.woff);
}




html, body {
	height: 100%;
	margin: 0;
}

body {
	background-image: url("images/bkg.jpg");
	background-position: center 80px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
}

div.wrap {
	margin: 0 auto;
	width: 100%;
}

div.header {
	position: relative;
}

.ssign {
	display: none;
	margin-top: 14px;
}

div.menu {
	background-color: #ff007b;
	box-shadow: 0 2px 10px;
	height: 88px;
	position: relative;
	text-align: center;
}

div.menu ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	max-width: 100%;
	text-align: center;
	padding: 0;
	position: relative;
}

div.menu ul li {
	color: #ffffff;
	display: inline-block;
	float: left;
	font-size: 24pt;
	height: 88px;
	padding: 0 6px;
	position: relative;
}

div.menu ul li.spacer {
	height: 75px;
	font-size: 38pt;
    padding: 13px 0 0;
	width: 19px;
}

div.menu ul li a {
	color: #ffffff;
	display: inline-block;
	font-family: Alegreyasc, Georgia, serif;
	font-weight: normal;
	line-height: 110%;
	padding-top: 26px;
	text-decoration: none;
}

div.menu ul li a:hover {
	text-decoration: underline;
}

div.content {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 1260px;
}

div.footer {
	background-color: #ff007b;
	box-shadow: 0 -2px 10px;
	clear: both;
	font-family: Verdana, Geneva, sans-serif;
	height: 88px;
	margin-top: -30px;
	overflow: hidden;
	position: relative;
}

div.footer a {
	color: #ffffff;
}

div.footer a:hover {
	color: #000000;
}

div.footer p.disclaimer {
	color: #ffffff;
	font-size: 12pt;
	margin-left: 130px;
	padding-top: 5px;
	text-align: center;
}

div.footer img.copyright {
	position: absolute;
	left: 10px;
	top: 2px;
}

div.footer a.ISLogo {
	position: absolute;
	right: 10px;
	top: 12px;
}





p.banner {
	text-align: center;
	font-family: Belshaw;
	font-size: 22pt;
	margin: 10px 0;
}

p.hText {
	color: #ffffff;
	font-size: 16pt;
	margin: 0;
    position: absolute;
    right: 0;
	text-align: justify;
	text-shadow: 2px 2px 3px black;
    top: 880px;
    width: 1030px;
}

a.Search {
	background-image: url("images/Search.png");
	background-repeat: no-repeat;
	display: inline-block;
	height: 212px;
	position: absolute;
    right: 0;
    top: 140px;
	width: 331px;
}

a.Search:hover {
	background-position: -331px 0;
}

a.SearchMLS {
	background-image: url("images/SearchMLS.png");
	background-repeat: no-repeat;
	display: inline-block;
	height: 173px;
	position: absolute;
    right: 0;
    top: 420px;
	width: 334px;
}

a.SearchMLS:hover {
	background-position: -337px 0;
}

a.FB {
	background-image: url("images/FB.png");
	background-repeat: no-repeat;
	display: inline-block;
	float: right;
	margin-left: 8px;
	height: 98px;
	width: 98px;
}

a.FB:hover {
	background-position: -98px 0;
}




img {
	border: none;
}

.center {
	margin: 0 auto;
	text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;
}

.hide {
	display: none;
	visibility: hidden;
}




@media only screen and (max-width : 480px) {
	img {
		max-width: 96%;
	}
	
	html {
		height: auto;
	}
	
	body {
		background-size: cover;
		height: auto;
	}
	
	div.header {
		text-align: center;
	}
	
	.ssign {
		display: inline-block;
	}
	
	div.menu {
		background-image: none;
		height: auto;
		min-width: 0;
		text-align: center;
		width: 100%;
	}
	
	div.menu ul {
		float: none;
		margin: 20px 10%;
		width: 80%;
	}
	
	div.menu ul li {
		background-color: #000000;
		border-bottom: 1px solid #a1a1a1;
		float: none;
		height: auto;
		padding: 0;
		width: 100%;
	}
	
	div.menu ul li.spacer {
		display: none;
	}
	
	div.menu ul li:first-child {
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}
	
	div.menu ul li:last-child {
		/* border-bottom: none; */
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	
	div.menu ul li a {
		height: auto;
    	padding-top: 0;
	}
	
	div.menu ul li > ul {
    	margin: 0 2%;
		padding-bottom: 5px;
    	position: relative;
    	top: 0;
		width: 96%;
	}
	
	div.menu ul ul li {
		background-color: #1a1a1a;
		padding: 0;
		width: 100%;
	}
	
	div.menu ul ul li a {
		padding: 0 6px;
	}
	
	div.content {
		padding: 10px 3% 20px;
		text-align: center;
		width: 94%;
	}
	
	img.sign {	
		display: none;
	}
	
	a.Search {
		position: relative;
		top: 0;
	}
	
	a.SearchMLS {
		position: relative;
		top: 10px;
	}
	
	p.hText {
		margin-top: 20px;
		position: relative;
		top: 0;
		width: auto;
	}
	
	div.footer {
		height: auto;
		margin-top: 0;
		padding-bottom: 10px;
		text-align: center;
	}
	
	div.footer img.copyright {
		margin-top: 5px;
		position: relative;
	}
	
	div.footer p.disclaimer {
		margin-left: 0;
	}
	
	div.footer a.ISLogo {
		position: relative;
		right: 0;
		top: 0;
	}
}




@media only screen and (min-width : 481px) and (max-width : 874px) {
	body {
		background-position: center 170px;
	}
	
	img {
		max-width: 92%;
	}
	
	div.menu {
		background-image: none;
		height: auto;
		min-width: 0;
		text-align: center;
		width: 100%;
	}
	
	div.menu ul {
		float: none;
		margin: 20px 10%;
		width: 80%;
	}
	
	div.menu ul li {
		background-color: #000000;
		border-bottom: 1px solid #a1a1a1;
		float: none;
		height: auto;
		padding: 0;
		width: 100%;
	}
	
	div.menu ul li.spacer {
		display: none;
	}
	
	div.menu ul li:first-child {
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}
	
	div.menu ul li:last-child {
		/* border-bottom: none; */
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	
	div.menu ul li a {
		height: auto;
    	padding-top: 0;
	}
	
	div.menu ul li > ul {
    	margin: 0 2%;
		padding-bottom: 5px;
    	position: relative;
    	top: 0;
		width: 96%;
	}
	
	div.menu ul ul li {
		background-color: #1a1a1a;
		padding: 0;
		width: 100%;
	}
	
	div.menu ul ul li a {
		padding: 0 6px;
	}
	
	div.content {
		padding: 10px 3% 60px;
		width: 94%;
	}
	
	a.Search {
		float: left;
		position: relative;
		top: 30px;
	}
	
	a.SearchMLS {
		float: right;
		position: relative;
		top: 70px;
	}
	
	p.hText {
		font-size: 13pt;
		right: 20px;
		top: 568px;
		width: 570px;
	}
	
	div.footer {
		font-size: 10pt;
		height: auto;
		padding-bottom: 10px;
		margin-top: 0;
	}
	
	div.footer img.copyright {
		float: left;
		position: relative;
		top: 0;
		width: 270px;
	}
	
	div.footer p.disclaimer {
		margin-left: 0;
	}
	
	div.footer a.ISLogo {
		float: right;
		position: relative;
		right: 0;
		top: 0;
	}
}