* {
	padding: 0;
	margin: 0;
}

html {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	overflow:hidden;/*mvr gets rid of outermost scroll bar in IE */
}

body {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	overflow:hidden; /*get rid of scroll bars in IE */
	background-color: #fff;
}


#background {
	min-height: 100%;
	width: 100%;
	background: #4c617d; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c617d', endColorstr='#ffffff'); /* for IE */
	background: -ms-linear-gradient(top, #4c617d, #ffffff); /* for ie 10 */
	background: -webkit-gradient(linear, left top, left bottom, from(#4c617d), to(#fff)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #4c617d,  #fff); /* for firefox 3.6+ */ 
}

* html #background {
	height: 100%;
}

#content-container {
	margin: 0px auto;
	width: 1000px;
	height: auto;
	background-color: #515b63;
}

/* Firefox-specific CSS property for fixing top spacing of the content container */
@-moz-document url-prefix() {
    #content-container {
		padding-top: 1px;
	}

}
/* webkit (chrome/safari) CSS property for fixing top spacing of the content container */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	 #content-container {
		padding-top: 1px;
	}
}

#header {
	height: 90px;
	background-color: #00CCCC;
}

#slider-container {
	margin: 0px auto;
	width: 980px;
	height: 398px;
	background-color: #000;
	
}

/* begin alert */
#alertMSG {
	background: url(/lib/features/img/Horizontal-alert.png) left no-repeat;
	margin: 10px;
	color: white;
	width: 980px;
	height: 40px;
	padding: 4px 0 0 135px;
	font:9pt normal Verdana, Geneva, sans-serif;
}

#alertMSG a {
	color: lightblue;
}
#alertMSG a.title {
	font: 12pt bold Verdana, Geneva, sans-serif;
	color: yellow;
}

#alertMSG2 {
	background: url(/lib/features/img/Horizontal-alert.png) left no-repeat;
	margin: 10px;
	color: yellow;
	width: 980px;
	height: 40px;
	padding: 22px 0 0 128px;
	font:12px normal Verdana, Geneva, sans-serif;
}
#alertMSG2 a:hover { text-decoration:underline;}
#alertMSG2 a, #alertMSG2 a:visited {text-decoration: none; color:lightblue; margin-left: 10px;}

/* end alert */

/* carousel */
.thumb-caption-wrapper {
	width: 230px;
	margin-left: 1px;
	text-align: center;
	position: relative;
}

.thumb-caption {
	padding: 2px 0px;
	position: absolute;
	width: 230px;
	background-color: #000000;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, .6);
	opacity: 0.6;
	-moz-opacity: 0.6;
	-webkit-opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	font-size: 1.13em;
	letter-spacing: .05em;
	font-family: Calibri, Arial, sans-serif;
	font-weight: normal;
	text-wrap:normal;
	color: #ffffff;
	line-height: 1.3;
	vertical-align:bottom;
	opacity: 1;
	bottom: 5px;
	overflow: hidden;
}
