@charset "utf-8";
/* CSS Document */
/* Global Style Sheet for ECS */

/* @Begin Group Core Elements */
html {
	height: 101%;
	/* Force Vertical Scroll Bar for IE */
	margin-bottom: 1px
}
body {
	margin: 0;
	padding: 0;
	text-align:center;
	background:#FFF url(../images/background.png) repeat-x;
}
/* @End Group Core Elements */

/* @Begin Global Container Elements */
#container {
	z-index:1000
}
#headBackRight {
	background:url(../images/headBackRight.png) no-repeat 95% 100%;
	height:109px
}
#logo {
	height:109px
}
#navigation {
	height:30px;
	margin-bottom:0;
	margin-top:24px;
	z-index:500;
	background:url(../images/mainNavigationBackground.png) 50% 50% no-repeat;
}
#mainContent {
	background:#FFF;
	min-height:650px;
	text-align:left
}
#showcase {
	height:254px;
}
#showcaseBackground {
	background:#000;
	height:254px
}
#showcaseContent {
	float:left;
	height:254px;
	width:590px
}
#showcaseImage {
	position:absolute;
	width:390px;
	height:254px;
}
.image-0 {
	background:url(../images/image-1.jpg) no-repeat;
}
.image-1 {
	background:url(../images/image-1.jpg) no-repeat;
}
.image-2 {
	background:url(../images/image-2.jpg) no-repeat;
}
.image-3 {
	background:url(../images/image-3.jpg) no-repeat;
}
.image-4 {
	background:url(../images/image-4.jpg) no-repeat;
}
#showcaseRight {
	position:absolute;
	width:175px;
	height:254px;
	text-align:left;
	margin-left:400px
}
.padding {
	padding:15px
}
.margin {
	margin:15px 33px 15px 15px
}


.paddingPageTitle {
	padding:5px
}
.contentPadding {
	padding:0 55px
}
#homeLeft {
	background:url(../images/grayBack.png) 90% 55% no-repeat;
	height:301px
}
#homeMiddle {
	background:url(../images/homeMiddle.png) no-repeat;
	height:301px
}
#homeRight {
	background:url(../images/grayBackCamden.png) 20% 50% no-repeat;
	height:301px
}
#contentBottomLeft {
	background:url(../images/grayBack.png) 40% 50% no-repeat;
	height:301px
}
#contentBottomLeftTall {
	background:url(../images/grayBack3.png) 40% 20% no-repeat;
	height:545px;
}
#contentBottomLeftTall li {
	margin-left:-20px;
	padding-right:10px;
}
#bottomBackground {
	height:222px;
	background:#FFF url(../images/bottomBackground.jpg) repeat-x;
	position:relative;
	width:100%;
	bottom:0;
	left:0
}
#footer {
	height:35px;
	background:url(../images/footerBackground.png) no-repeat;
	margin-bottom:25px
}

/* ----- BEGIN matt changes ----- */
#attention {
	padding:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	font-size:200%;
	background:#0077c0;
	color:#FFFFFF;
	font-weight:bold;
}
#attention a {
	color:#d2a549;
}
#attention a:hover {
	color:#063B5D;
}
/* ----- END matt changes ----- */

