@charset "utf-8";
/* CSS Document */
html, body {
	padding:0;
	height:100%;
	background-color: #f1f1f1;
	background-image: url(images/background-page.png);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
}
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: underline;
	color: #0066CC;
}
a:active {
	text-decoration: none;
	color: #0066CC;
}

#container {
	min-height: 100%;
	height:auto;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: -125px;
	margin-left: auto;
	left: 0px;
	top: 0px;
	right: 0px;
	padding-bottom: 0px;
	position: relative;
	background-image: url(images/background-content.png);
}


#toplinks {
	height:15px;
	width:980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	text-align: right;
	color: #bababa;
	font-size: 11px;
	background-color: #000;
}
#toplinks a:link {color: #bababa;}


#mainnav-explore {
	height: 240px;
	width: 150px;
	left: 530px;
	top: 4px;
	position: relative;
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
}
#mainnav-embrace {
	height: 240px;
	width: 150px;
	left: 680px;
	top: 4px;
	position: relative;
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
}
#mainnav-extend {
	height: 240px;
	width: 150px;
	left: 830px;
	top: 4px;
	position: relative;
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
}

#mainnav-explore .transparent {
	background-color: #000;
	height: 240px;
	width: 150px;
	left: 0px;
	top: 0px;
	opacity: 0.7;
	filter:alpha(opacity=70);
	position: relative;
	padding: 0px;
	margin: 0px;
	color: #FFF;
}
#mainnav-embrace .transparent {
	background-color: #000;
	height: 240px;
	width: 150px;
	left: 0px;
	top: 0px;
	opacity: 0.7;
	filter:alpha(opacity=70);
	position: relative;
	padding: 0px;
	margin: 0px;
	color: #FFF;
}
#mainnav-extend .transparent {
	background-color: #000;
	height: 240px;
	width: 150px;
	left: 0px;
	top: 0px;
	opacity: 0.7;
	filter:alpha(opacity=70);
	position: relative;
	padding: 0px;
	margin: 0px;
	color: #FFF;
}

#mainnav-explore .content {
	height: 220px;
	width: 130px;
	left: 10px;
	top: 10px;
	position: absolute;
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
}
#mainnav-embrace .content {
	height: 220px;
	width: 130px;
	left: 10px;
	top: 10px;
	position: absolute;
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
}
#mainnav-extend .content {
	height: 220px;
	width: 130px;
	left: 10px;
	top: 10px;
	position: absolute;
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
}

#toplinks a:visited {color: #bababa;}
#toplinks a:hover {color: #bababa;}
#toplinks a:active {color: #bababa;}


#topnav-home {
	display: block;
	height: 26px;
	width: 90px;
	position: absolute;
	left: 385px;
	top: 47px;
	bottom: 0px;
	background: url("images/topnav-home.png") 0 0 no-repeat;

}
#topnav-home:hover {
	background: url("images/topnav-home.png") -90px 0 no-repeat;
}


#topnav-explore {
	display: block;
	height: 26px;
	width: 150px;
	position: absolute;
	left: 530px;
	top: 47px;
	bottom: 0px;
	background: url("images/topnav.png") 0 0 no-repeat;
}
#topnav-explore:hover {
	background: url("images/topnav.png") -150px 0 no-repeat;
}
#topnav-explore-active {
	display: block;
	height: 26px;
	width: 150px;
	position: absolute;
	left: 530px;
	top: 47px;
	bottom: 0px;
	background: url("images/topnav.png") -150px 0 no-repeat;
}
#topnav-embrace-active {
	display: block;
	height: 26px;
	width: 150px;
	position: absolute;
	left: 680px;
	top: 47px;
	bottom: 0px;
	background: url("images/topnav.png") -450px 0 no-repeat;
}
#topnav-extend-active {
	display: block;
	height: 26px;
	width: 150px;
	position: absolute;
	left: 830px;
	top: 47px;
	bottom: 0px;
	background: url("images/topnav.png") -750px 0 no-repeat;
}


#topnav-embrace {
	display: block;
	height: 26px;
	width: 150px;
	position: absolute;
	left: 680px;
	top: 47px;
	bottom: 0px;
	background: url("images/topnav.png") -300px 0 no-repeat;
}
#topnav-embrace:hover {
	background: url("images/topnav.png") -450px 0 no-repeat;
}


#topnav-extend {
	display: block;
	height: 26px;
	width: 150px;
	position: absolute;
	left: 830px;
	top: 47px;
	bottom: 0px;
	background: url("images/topnav.png") -600px 0 no-repeat;
}
#topnav-extend:hover {
	background: url("images/topnav.png") -750px 0 no-repeat;
}



#body-blue {
	width:960px;
	height:200px;
	margin-right: auto;
	margin-left: 10px;
	margin-bottom: 0px;
	top: 321px;
	background-image: url(images/background-content-home.png);
	background-repeat: repeat-x;
	color: #FFF;
}


#body-yellow {
	width:960px;
	height:200px;
	margin-right: auto;
	margin-left: 10px;
	margin-bottom: 0px;
	top: 321px;
	background-image: url(images/background-content-explore.png);
	background-repeat: repeat-x;
}


#body-red {
	width:960px;
	height:200px;
	margin-right: auto;
	margin-left: 10px;
	margin-bottom: 0px;
	top: 321px;
	background-image: url(images/background-content-embrace.png);
	background-repeat: repeat-x;
	color: #FFF;
}


#body-grayblue {
	width:960px;
	height:200px;
	margin-right: auto;
	margin-left: 10px;
	margin-bottom: 0px;
	top: 321px;
	background-image: url(images/background-content-extend.png);
	background-repeat: repeat-x;
	color: #FFF;
}



#body {
	width:960px;
	min-height:120px;
	height:auto;
	padding-bottom:125px;   /* Height of the footer */
	margin-right: auto;
	margin-left: 10px;
	margin-bottom: 0px;
	top: 521px;
	background-color: #e5e5e5;
	background-image: url(images/background-content-gradient.png);
	background-repeat: repeat-x;
}


#footer {
	position:absolute;
	bottom:0;
	width:980px;
	height:125px;
	margin-top: -125;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #FFFFFF;
	background-image: url(images/background-footer.png);
	font-size: 11px;
}
.footer-heading {
	font-size: 18px;
	font-weight: normal;
	color: #CCC;
}

.middle-content {
	padding-top: 5px;
	padding-right: 18px;
	padding-bottom: 5px;
	padding-left: 18px;
}
.content-indent {
	padding-left: 25px;
	padding-right: 25px;
}



#footer a:link {color: white;}
#footer a:visited {color: white;}
#footer a:hover {color: white;}
#footer a:active {color: white;}


textarea {
	height: 200px;
	width: 300px;
	border: 1px solid #b5bac3;
	background-color: #f5f5f5;
}
.inputfield {
	height: 22px;
	width: 300px;
	border: 1px solid #b5bac3;
	background-color: #f5f5f5;
}
.submit {
	height: 30px;
	width: 300px;
	border: 1px solid #b5bac3;
	background-color: #f5f5f5;
	font-weight: bold;
	margin-top: 10px;
	color: #333333;
}

