* { padding: 0; margin: 0; }
body {
	background-color: #FFF;
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 140%;
	font-size: 14px;
	background-image: url(../graphics/index-cre-bkg.png);
	color: #003;
}
#wrapperhead {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	clear: both;
	height: 76px;
	background-image: url(../graphics/index-cre-header.png);
	background-repeat: no-repeat;
	padding-top: 157px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#wrappercontent {
	width: 960px;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../graphics/index-cre-content-bkg.png);
	background-repeat: repeat-y;
	background-position: center top;
	height: auto;
}
#wrapperfooter {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	clear: both;
	background-image: url(../graphics/index-cre-footer.png);
	background-repeat: no-repeat;
	background-position: top;
	font-size: 12px;
	text-align: center;
	color: #003;
	padding-top: 50px;
}
#navcol {
	height: auto;
	width: 210px;
	float: left;
	padding-left: 10px;
}
#maincontent {
	height: auto;
	width: 730px;
	float: left;
	padding-right: 10px;
}


:link img { border: none; }
p {
	padding-bottom: 10px;
}
h1{
	font-size: 24px;
	color: #669999;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
}
h2{
	font-size: 18px;
	padding-bottom: 5px;
	color: #699;
	line-height: 130%;
}
h3{
	font-size: 16px;
	color: #699;
	padding-bottom: 5px;
	line-height: 130%;
	font-family: Arial, Helvetica, sans-serif;
}
h1 a:link, h2 a:link, h3 a:link {
	color: #000000;
	text-decoration: none;
}
h1 a:visited, h2 a:visited, h3 a:visited {
	color: #000000;
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover {
	color: #000000;
	text-decoration: underline;
}
h1 a:active, h2 a:active, h3 a:active {
	color: #000000;
	text-decoration: none;
}
a:link {
	color: #066;
	text-decoration: underline;
}
a:visited {
	color: #066;
	text-decoration: underline;
}
a:hover {
	color: #066;
	text-decoration: none;
}
a:active {
	color: #066;
	text-decoration: underline;
}


/*start of navigation*/

#nav
{
	margin:0 0 24px 0;
	padding:0;
	list-style:none;
	float:left;
	right:0;
}
#nav li {
	float:left;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#nav li a {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
#nav li a:hover	{
	color:#003;
}
#subnav
{
	margin:0px;
	padding:0;
	list-style:none;
	float:left;
	right:0;
}
#subnav li {
	padding-right: 10px;
	padding-bottom: 10px;
}
#subnav li a {
	color:#003;
	text-decoration:none;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#subnav li a:hover	{
	color:#699;
}

/*end of navigation*/

.blockquote {
	/*background-image: url(../graphics/openquote.png);
	background-repeat: no-repeat;
	background-position: left 5px;*/
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding: 20px 10px 10px 10px;
	background-color: #ACC7C7;
	margin-bottom: 10px;
}
.blockquote span {
	/*background-image: url(../graphics/closequote.png);
	background-repeat: no-repeat;
	background-position: right bottom;*/
	display: block;
	padding-right: 25px;
}

.blockquote2 {
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding: 20px 10px 10px 10px;
	background-color: #dbeded;
	margin-bottom: 10px;
}
.blockcredit {
	padding-left: 25px;
	text-align: right;
}
.bullets {
	padding: 0;
	margin: 0;
	}
.bullets ul{
	padding: 0;
	margin: 0;
	}
.bullets li {
	list-style:none;
	background-image:url(../graphics/bullet.png);
	background-position:left 3px;
	background-repeat:no-repeat;
	margin-left:0px;
	margin-top:0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 20px;
	}


.home-block50 {
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding: 20px 10px 10px 10px;
	background-color: #ACC7C7;
	margin-bottom: 10px;
	display: block;
	float: left;
	width: 49.899%;
}

/* Slider CSS */


* {box-sizing: border-box;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: 16px auto 8px auto;
  padding: 0;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  background-color: #003;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}