/* 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 {
	font-family: Arial, Helvetica, sans-serif;
}

div.wrap {
	margin: 0 auto;
	min-height: 100%;
}

div.header {
	background-image: url("images/HeaderBG.png");
	background-position: center top;
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	height: 224px;
	padding-top: 14px;
	position: relative;
	text-align: center;
}

img.ssign {
	left: 50%;
	margin-left: -560px;
	position: absolute;
	top: -108px;
}

.hssign {
	display: none;
	margin-top: 15px;
}

div.menu {
	background-image: url("images/MenuBG.png");
	background-repeat: repeat-x;
	height: 110px;
	position: relative;
	text-align: center;
}

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

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

div.menu ul li.spacer {
	height: 76px;
	font-size: 32pt;
    padding: 20px 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: 34px;
	text-decoration: none;
}

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

div.content {
	margin: 0 auto;
	overflow: auto;
	padding-bottom: 220px;
	width: 1100px;
}

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

div.footer a {
	color: #ffffff;
}

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

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

div.footer .assoc {
	display: block;
	left: 50%;
	margin-left: -509px;
	position: absolute;
	top: -125px;
}

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

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







a.FB {
	background-image: url("images/Facebook.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 53px;
    left: 50%;
    margin-left: 374px;
    position: absolute;
    top: 30px;
    width: 124px;
}

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




span.pageHeading {
	color: #ff007b;
	font-family: "Oswald";
	font-weight: bold;
	text-decoration: underline;
	font-size: 18pt;
	position: absolute;
	left: 50%;
	margin-left: -500px;
}


#contact input[type=text] {
	width: 300px;
}

#contact textarea {
	height: 150px;
	width: 380px;
}





img {
	border: none;
}

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

.left {
	float: left;
}

.right {
	float: right;
}

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

.bold {
	font-weight: bold;
}




@media only screen and (max-width : 480px) {
	img {
		max-width: 96%;
	}
	
	.hssign {
		display: inline-block;
	}
	
	.ssign {
		display: none;
	}
	
	a.FB {
		display: none;
	}
	
	div.header {
		height: 180px;
	}
	
	div.header p {
		margin: 2px 0 0;
	}
	
	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%;
	}
	
	span.pageHeading {
		position: relative;
		left: 0;
		margin-left: 0;
	}
	
	div.footer {
		height: auto;
		padding-bottom: 10px;
		margin-top: 0;
		text-align: center;
	}
	
	div.footer p.disclaimer {
		margin: 0 5px 20px;
		padding-top: 0;
	}
	
	div.footer .assoc {
		display: inline-block;
		left: 0;
		margin-left: 0;
		position: relative;
		top: -50px;
	}
	
	div.footer .copyright {
		left: 0;
		position: relative;
		top: -30px;
	}

	div.footer .ISLogo {
		position: relative;
		right: 0;
		top: 0;
	}
	
	
	#contact table, #contact input[type=text], #contact textarea {
		width: 100%;
	}
}



@media only screen and (min-width : 481px) and (max-width : 874px) {
	img {
		max-width: 92%;
	}
	
	.hssign {
		display: inline-block;
	}
	
	.ssign {
		display: none;
	}
	
	a.FB {
		display: none;
	}
	
	div.header {
		height: 180px;
	}
	
	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;
		font-size: 20pt;
		height: auto;
		padding: 3px 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 5% 100px;
		width: 90%;
	}
	
	span.pageHeading {
		position: relative;
		left: 0;
		margin-left: 0;
	}
	
	div.footer {
		height: auto;
		padding-bottom: 10px;
		margin-top: 0;
		text-align: center;
	}
	
	div.footer .assoc {
		display: inline-block;
		left: 0;
		margin-left: 0;
		position: relative;
		top: -90px;
	}
	
	div.footer p.disclaimer {
		margin-left: 0;	
	}
}




@media print {
	div.menu, div.footer {
		display: none;
	}
	
	div.header {
		padding-top: 100px;
	}
	
	img.ssign {
		top: 0;
	}
	
	.pageHeading {
		display: none;
	}
}