html, body {
	height: 100%;
	font-size: 95%;
	line-height: 1.5em;
	font-family: Verdana, Geneva, sans-serif;
}

body {
	background-color: #EBEBEB;
	background-image: url(images/iStock_000017153783Medium.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}





/*.wrap {
	min-height: 100%;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}
*/
.gridContainer{
	min-height: 100%;
/*	width: 80%;*/
	margin-right: auto;
	margin-left: auto;
	
	}


#footer {
	position: relative;
	margin-top: -160px; /* negative value of footer height */
	height: 160px;
	/*	clear: both;*/
	background-color: #03C;
	/*	width: 80%;*/
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	display: block;
} 

.footer-extender {
	float: left;
	width: 100%;
	background-color: #03C;
}


#footer img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

#footer-right {
	float: left;
	text-align: left;
	background-color: #03C;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 240px;
	max-height: 85%;
	padding-top: 15px;
	color: #738fe3;
	padding-left: 0px;
}

#footer-right ul li {
	list-style-type: none;
}

#footer-right a:link {
	color: #738fe3;
	text-decoration: none;
}
#footer-right a:visited {
	text-decoration: none;
	color: #738fe3;
}
#footer-right a:hover {
	text-decoration: none;
	color: #fff;
}
#footer-right a:active {
	text-decoration: none;
	color: #fff;
}


#footer-left {
	color: #738fe3;
	padding-top: 10px;
	text-align: center;
}
.footer-left-text {
	float: left;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}



#footer-right img {
	max-width: 80%;
	height: auto;
}
.footer-middle-text {
	margin-top: 25px;
	width: 96%;
	padding-right: 10px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #738fe3;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #738fe3;
	padding-top: 30px;
	padding-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	min-height: 100px;
}

.footer-middle-text .left {
	float: left;
}
.icons {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 200px;
	min-width:200px;
}


.main {
	overflow: auto;
	padding-bottom: 200px;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(images/gold-background.jpg);
	background-size:30%;
	margin-bottom: 50px;
}  /* must be same height as the footer */

#badge .main {
	overflow: auto;
	padding-bottom: 240px;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(images/gold-background-badge.jpg);
}  /* must be same height as the footer */



#header {
	width: 100%;
	/*	height: 240px;*/
	background-image: url(images/sky2b.jpg);
	-webkit-animation: autoplay 90s linear infinite;
	animation: autoplay 90s linear infinite;
	background-color: #4781CA;
	float: left;
}
@keyframes autoplay {
0% {background-position: 0 0;}
100% {background-position: -1642px 0;}
}
@-webit-keyframes autoplay {
0% {background-position: 0 0;}
100% {background-position: -1642px 0;}
}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

.blog-teaser {
	width: 88%;
	background-color: #FC0;
	margin-top: 45px;
	padding-top: 5px;
	background-image: url(images/butler.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto;
	text-align: justify;
	border: 5px solid #03C;
	margin-bottom: 20px;
	max-width: 240px;
	margin-right: auto;
	margin-left: auto;
	
}
.blog-sentence {
	padding-right: 15px;
	padding-left: 15px;
	color: #000;
	font-size: 95%;
}


  .home-heading-quote {
	margin-top: 20px;
	margin-bottom: 10px;
	width: auto;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	padding-bottom: 5px;
	text-align: center;
	color: #0033CC;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
  }

.read-more {
	font-weight: bold;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333;
	font-size: 90%;
	padding-right: 10px;
}
.blog-credit {
	font-size: 80%;
	text-align: center;
	color: #000;
	line-height: 150%;
	margin-bottom: 10px;
}


.read-more a:link {
	color: #03C;
	text-decoration: none;
}
.survey {
	margin-right: auto;
	margin-left: auto;
	width: 88%;
	text-align: center;
}

.read-more a:visited {
	text-decoration: none;
	color: #03C;
}
.read-more a:hover {
	text-decoration: none;
	color: #000;
}
.read-more a:active {
	text-decoration: none;
	color: #000;
}

.borderless {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}
.text-holder {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/opaque.png);
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	color: #000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FC0;
	background-repeat: repeat;/*	background-size: cover;*/
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FC0;
	border-right-color: #FC0;
	border-left-color: #FC0;
	font-weight: normal;
	font-variant: normal;
	font-size: 100%;
}


.text-holder2 {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/opaque.png);
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	color: #000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FC0;
	background-repeat: repeat;/*	background-size: cover;*/
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FC0;
	border-right-color: #FC0;
	border-left-color: #FC0;
	font-weight: normal;
	font-variant: normal;
	font-size: 100%;
}

.text-holder2 h1 {
	    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center; /*Specify the alignment of the whole UL if UL is not width:100%;*/
    letter-spacing: normal;
	    font-weight: 500;
    line-height: 1.1;
    margin-top: 12px;
    margin-bottom: 8px;
    font-size: 24px;
	
	}


.text-holder h1 {
	    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center; /*Specify the alignment of the whole UL if UL is not width:100%;*/
    letter-spacing: normal;
	    font-weight: 500;
    line-height: 1.1;
    margin-top: 12px;
    margin-bottom: 8px;
    font-size: 24px;
	
	}

.photo-left-align {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.photo-right-align {
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.photo-center-align {
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	text-align: center;
	float: none;
	padding-left: 30px;
}


.memorabilia-align {
	float: right;
	margin-top: 5px;
	margin-right: 50px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.centered {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border: 1px none #F00;
	width: 100%;
}


.cutline {
	background-color: #FC0;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-size: 75%;
	width: 150px;
	line-height: 110%;
	border: 2px solid #FC0;
	text-align: center;
}



.firstcharacter {
	float: left;
	color: #000000;
	font-size: 75px;
	line-height: 60px;
	padding-top: 4px;
	padding-right: 8px;
	padding-left: 3px;
	font-family: Georgia;
	font-style: italic;
}

.firstcharacter2 {
	float: left;
	color: #000000;
	font-size: 75px;
	line-height: 60px;
	padding-top: 4px;
	padding-right: 8px;
	padding-left: 3px;
	font-family: Georgia;
}

.gridContainer #main #right-column .blog-teaser p .home-heading-quote {
	font-weight: bold;
}
.gridContainer #main #left-column .text-holder h1 {
	text-align: center;
}
.sidebar {
	width: 70%;
	margin-right: 20px;
	text-align: left;
	float: right;
	margin-bottom: 30px;
	padding: 10px;
	background-image: url(images/opaque.png);
	border: 1px solid #FC0;
	background-repeat: repeat;
	font-size: 90%;
	margin-top: 20px;
}

.sidebar a:link {
	color: #000;
	text-decoration: none;
}
.sidebar a:visited {
	text-decoration: none;
	color: #000;
}
.sidebar a:hover {
	text-decoration: underline;
	color: #000;
}
.sidebar a:active {
	text-decoration: none;
	color: #000;
}

#faq strong {
	color: #0033CC;
	font-family: Georgia, "Times New Roman", Times, serif;
}
