/* CSS Document */
body {
	/* grey */
	background-color:#999999;
}

div.{
	
	position:absolute;
	border:none;
}
div.whitesqr{
	position:absolute;
	border:none;
	left:100px;
	top:125px;
	width:800px;
	height:440px;
	background-color:white;
}

div.navbar {
	position:absolute;
	border:none;
	left:100px;
	top:95px;
	width:800px;
	height:20px;
	background-image:url(images/navbar.jpg);
}
div.button{
	position:absolute;
	border:none;
	left:100px;
	top:95px;
	width:800px;
	height:20px;
	background-image:url(images/bannerback.jpg);
}

div.heading{
	position:absolute;
	border:none;
	left:100px;
	top:10px;
	width:800px;
	height:75px;
	background-image:url(images/heading.jpg);
}
/* iso badge */	
div.iso{
	position:absolute;
	border:none;
	left:740px;
	top:440px;
	width:110px;
	height:90px;
	background-image:url(images/iso.jpg);
}
/* changes on every page */	
div.rightpic{
	position:absolute;
	border:none;
	left:720px;
	top:150px;
	width:150px;
	height:150px;
}

div.sideemail{
	position:absolute;
	border:10px;
	color:red;
	left:720px;
	top:350px;
	width:150px;
	height:40px;
	text-align:center;
	font-size:16px
	
}

/* changes on every page */
div.leftpic {
	position:absolute;
	padding:3px;
	background-color:#999999;
	left:133px;
	top:150px;
	width:164px;
	height:384px;
}
	
div.info {
	position:absolute;
	border:none;
	left:330px;
	top:140px;
	width:360px;
	height:385px;
	background-color:white;
	font-family:century gothic, tahoma, arial;
	font-size:13px;
	text-align:justify;
}

div.infobullet {
	position:absolute;
	border:none;
	left:325px;
	top:140px;
	width:370px;
	height:385px;
	background-color:white;
	font-family:century gothic, tahoma, arial;
	font-size:13px;
	text-align:justify;
}

div.mapusage {
	position:absolute;
	border:none;
	left:130px;
	top:550px;
	width:170px;
	height:10px;
	background-color:white;
	font-family:century gothic, tahoma, arial;
	font-size:9px;
	text-align:center;
}

a.contact:link, a.contact:visited, a.contact:active {
	font-family:century gothic, tahoma, arial;
	color:#19619A;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
}

a.contact:hover {
	font-family:century gothic, tahoma, arial;
	color:#19619A;
	font-size:14px;
	text-decoration:none;
	font-style:italic;
	font-weight:bold;
}

a.side:link, a.side:visited, a.side:active {
	font-family:century gothic, tahoma, arial;
	color:#19619A;
	font-size:18px;
	text-decoration:none;
	font-weight:bold;
}

a.side:hover {
	font-family:century gothic, tahoma, arial;
	color:#19619A;
	font-size:18px;
	text-decoration:none;
	font-style:italic;
	font-weight:bold;
}
