/* CSS */
html, body {
	margin: 0;
	min-height: 100%;
	height: 100%;
}

html>body body {
	height: auto;
}

#container {
	position: absolute;
	top: 0;
	left: 0;
}

#header {
	height: 130px;
	overflow: hidden;
	margin: 0 0 0 30px;
}

#header h1 {
	visibility: hidden;
}

/* CONTENT */
#content {
	/* must have some padding at the bottom*/
	padding: 0 0px 0 0px;
	float: left;
	position: absolute;
	top: 150px;
	left: 40px;
	z-index: 50;
	background: url(/images/content-top.gif) top left no-repeat #e0eef7;
}
#content-home {
	/* must have some padding at the bottom*/
	padding: 0 0px 0 0px;
	float: left;
	position: absolute;
	top: 150px;
	left: 40px;
	z-index: 50;
	background: none;
}
#textdiv {padding: 0 15px;}

#left-column {
	float: left;
	width: 198px;
	min-height: 100%;
	padding: 0 0 1px 2px;
	margin-top: -5px;
}
html>/**/body #left-column {margin-top: 0px;}

#footer {
	clear: both;
	padding: 40px 0 0 40px;
	height: 110px;
	overflow:hidden;
}

#right-column {
	width: 200px;
	float: right;
	padding: 0 0 1px 0;
	margin: 0;
	position: absolute;
	top: 28px;
	right: 64px;
	z-index: 60;
}
html>/**/body #right-column {
	top: 26px;
}
#news-events-section {
	display: none;
}

.hidden  {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
} 


.gallery-strip {
                padding: 20px 0 0 0;
                height: 150px;
}

.gallery-box {
                float: left;
                margin: 0 12px;
                width: 120px;
                }
html>body .gallery-box {
                margin: 0 15px;
}
.gallery-thumb {
                width: 122px;
                height: 122px;
                margin: 0 auto;
                text-align: center;
}

.gallery-text {
                text-align: center;
}

#gallery-base {
				border-top: 1px solid #2DABFF;
                padding: 5px 10px 5px 10px;
                margin: 11px;
                text-align: center;
                color: #434343;
}

a.gallery-base-link:link, a.gallery-base-link:visited {
                color: #d61515;
                text-decoration: none;
                margin-right: 5px;
}
a.gallery-base-link:hover {
                color: #d61515;
                text-decoration: underline;
                margin-right: 5px;
}
a.gallery-base-link:active {
                color: #d61515;
                text-decoration: underline;
                margin-right: 5px;
}
a.gallery-base-link-on:link, a.gallery-base-link-on:visited {
                color: #d61515;
                text-decoration: none;
                margin-right: 5px;
}
a.gallery-base-link-on:hover {
                color: #d61515;
                text-decoration: underline;
                margin-right: 5px;
}
.galleryindex-strip {
                padding: 10px 0 10px 0;
				display: block;
}
.galleryindex-image {
                padding: 10px 15px 10px 0;
				float: left;
}
.galleryindex-text {
				padding-left: 137px;
}

#main-image-home {
	position:absolute;
	width: 573px;
	height: 633px;
	bottom: 0;
	right: 80px;
	z-index: 30;
}
#main-image {
	position:absolute;
	width: 271px;
	height: 633px;
	bottom: 0;
	right: 80px;
	z-index: 30;
}
.main-image-right {
	float: right;
	vertical-align: bottom;
}
