/* CSS */
html, body {
	margin: 0;
	min-height: 100%;
	height: 100%;
}

html>body body {
	height: auto;
}

#container {
	position: absolute;
	top: 0;
	left: 0;
}

#header {
	height: 140px;
	overflow: hidden;
}

#header h1 {
	visibility: hidden;
}
#flashcontent {
	width: 960px;
	height: 200px;
	margin: 0 0 10px 0;
}

#logo {
	width: 304px;
	height: 130px;
	position: absolute;
	top: 0;
	right: 0;
}

#page-image {
	margin: 0 0 10px 0;
	height: 200px;
	width: 960px;
}
#home-page-image-promo {
	width: 434px;
	height: 100px;
	position: absolute;
	top: 244px;
	right: 0;
	padding: 0 10px;
	background: url(/images/home-promo-bg.png) top left no-repeat;
}

/* CONTENT */
#content {
	/* must have some padding at the bottom*/
	padding: 1px 0;
}

#content-area {
	margin: 0 0 15px 0;
}
#news-events-section {
	display: none;
}

.hidden  {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
} 

#home-content-promos {
	width: 210px;
	margin: 10px 10px 10px 0;
	float: left;
}

#home-content-casestudies {
	width: 396px;
	margin: 10px 0 20px 10px;
	float: left;
	background: url(/images/featured-casestudy-title.gif) top left no-repeat;
	padding: 30px 0 10px 0;
}
.home-content-promo-item{
	margin: 0 10px 0 0;
}


.gallery-strip {
                padding: 20px 0 0 0;
                height: 150px;
}

.gallery-box {
                float: left;
                margin: 0 7px;
                width: 120px;
                }
html>body .gallery-box {
                margin: 0 11px;
}
.gallery-thumb {
                width: 122px;
                height: 122px;
                margin: 0 auto;
                text-align: center;
}

.gallery-text {
                text-align: center;
}

#gallery-base {
                background: #cbcbcb;
				border-bottom: 1px solid #ececec;
				border-right: 1px solid #ececec;
				border-left: 1px solid #b1b1b1;
				border-top: 1px solid #b1b1b1;
                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;
}

.article_header {
		font-weight: bold;
		margin-bottom: 2px;
}
.article_summary {
		margin-top: 1px;
		margin-bottom: 12px;
}

#footer-text {
	height: 107px;
	width: 400px;
	margin: -36px 0 0 300px;
	line-height: 18px;
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #454459;
	text-transform: uppercase;
}
.footer-logo {margin: 2px 6px 0 0;}
a.footer-link:link, a.footer-link:visited, a.footer-link:active, .footer-link {color: #454459; font-size: 11px;}
a.footer-link:hover {text-decoration: underline;}

a.footer-link-cs:link, a.footer-link-cs:visited, a.footer-link-cs:active, .footer-link-cs {color: #454459; font-size: 11px;}
a.footer-link-cs:hover {text-decoration: underline;}

.promo-item {
	margin: 0 5px 0 0;
}

.footer-img {
	margin: 0 10px 0 5px;
}

#newsevents {
	margin-bottom: 20px;
}

span.newsevents-item-date {
	display: block;
	font-weight: bold;
	border-bottom: 1px solid #666;
	margin-top: 15px;
}

span.newsevents-item-title {
	display: block;
	font-weight: bold;
	margin-top: 5px;
}

span.newsevents-item-date {
	display: block;
}
