@charset "UTF-8";
/* CSS Document */

body {
	border: 0px;
	margin: 0px;
	padding: 0px;
	font: 14px Helvetica, Arial, sans-serif;
	text-align: left;
	background: #e9f0ff;
	color: #000;
}
* {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
}
.head {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
#currentnav {
	text-decoration: underline;
}
.nav {
	position: absolute;
	width: 700px;
	height: 120px;
	z-index: 4;
	top: 120px;
	left: 310px;
}
.nav ul {
	list-style-type: none;
}
.nav li {
	float: left;
	margin-right: 1.5em;
}
.nav a {
	font: bold 18px Helvetica, Arial, sans-serif;
	color: #000;
}
.nav a:hover {
	text-decoration: underline;
}
.pic {
	z-index: 6;
	position: absolute;
	top: 500px;
	left: 56px;
}
.page {
	width: 925px;
	position: relative;
	background: url(/page.png);
	background-repeat: repeat-y;
	left: 86px;
	z-index: 2;
	top: 0px;
	padding: 20px 20px 20px 60px;
}
.page img {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
}
.content {
	position: relative;
	width: 650px;
	height: 100%;
	left: 20px;
	z-index: 5;
	padding-top: 20px;
	top: 0px;
	left: 0px;
}
.content ul {
	padding-left: 20px;
}
.group-info {
position: relative;
width: 350px;
heignt: 200px;
margin: 20px 10px 10px 20px;
background-image: url(images/location-card.png);
background-repeat: no-repeat;
padding: 20px;
}
.fb {
background-image: url(images/old-fb-sticker.png);
position: absolute;
z-index: 99;
left: 700px;
top: 0px;
width: 221px;
height: 230px;
}
.foot {
	bottom: 0px;
	height: 47px;
	width: 100%;
	overflow: hidden;
	position: relative;
	background-image: url(/footer.png);
	background-repeat: no-repeat;
	z-index: 5;
}
.foot ul {
	list-style-type: none;
	margin-top: 1.5em;
}
.foot li {
	float: left;
	margin-left: 1.5em;
}
.foot a {
	font: 14px Helvetica, Arial, sans-serif;
	color: #fff;
}
.foot a:hover {
	text-decoration: underline;
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	top: 0px;
	font: 11px Helvetica, Arial, sans-serif;
	line-height: 16px;
	z-index: 100;
	width: 200px;
	visibility: hidden;
}
.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 3px;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
}
* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}
.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	text-decoration: underline;
}
#images {
	height: 185px;
	width: 240px;
	padding:0;
	margin:0;
	overflow: hidden;
}
#images img {
	border:none;
}

/*.img {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
}
*/
