html, body {
	background: #ffffff;
}
/* Site Header */
div#siteHeader {
	background: transparent;
	height: 150px;
} 
#siteHeader iframe { 
	position: absolute; right: 0; top: 35px; 
}

/* Acoount Nav */

ul#accountNav {
	background: #ffffff;
}
ul#accountNav:before,
ul#accountNav:after {
	display: none;
}
ul#accountNav {
	border-bottom: none;
}
#accountNav .currentSite a#edit_membership,
#accountNav a,
#accountNav .secondary a {
	color: #666666;
}
/* Home Link */

.homeLink {
	height: 105px;
	width: 175px;
	position: absolute;
	display: block;
	background: url(images/homeLink.png) no-repeat;
	top: 40px;
	transition: top .2s ease-in-out;
	-o-transition: top .2s ease-in-out;
	-moz-transition: top .2s ease-in-out;
	-webkit-transition: top .2s ease-in-out;
}
.homeLink:hover {
	top: 37px;
}

/* Top Nav */

#topNav td a[title*="Trash"],
#topNav td:before,
#topNav td:after {
	display: none;
}
div#topNav,
#topNav table {
	border: none;
	background: #666666;
}
#topNav td,
#topNav td a {
	transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-webkit-transition: background .3s ease-in-out;
	font-size:16px;
}
#topNav td > a,
#topNav td:hover > a {
	border-top: none;
	border-left: none;
	border-right: none;
	line-height: 50px;
}
#topNav td.selected,
#topNav table td:hover,
#topNav td a#navLinksLink:hover {
	background: #444444;
}
#topNav td a#navLinksLink {
	background: #1CB200;
}

/* Body Header */

#displayBodyHeader,
h2#displayBodyHeader {
	border: none;
	background: #666666;
}

#siteContainer2.one_panel #displayBodyHeader {
	display: none;
}

div#pageContentContainer {
	margin-top: -20px;
}

/* Headers */

.textBlockElement h3, 
.aggregatorElement h3 {
	background: #666666;
	padding: 10px 5px;
}

/* Tabbed Element */

.noTabs .contentTabs {
	display: none;
}

/* Callouts */

.blue .linkElement h4 {
	background: #249CCF;
}
.green .linkElement h4 {
	background: #1CB200;
}
.grey .linkElement h4 {
	background: #666666;
}
.linkElement h4 {
	font-size: 28px;
	font-weight: 400;
	letter-spacing: .05em;
	line-height: 1.25em;
	padding: 30px;
	transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-webkit-transition: background .3s ease-in-out;
}
.linkElement h4 a {
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	background-image: none;
	padding: 0; 
}
.linkElement h4:hover {
	background: #444444;
}

/* Footer */

#siteFooter,
div#siteFooter {
	width: 100%;
	background: #666666;
	position: relative;
	padding: 10px 0;
}
div#siteFooter ul {
	width: 100%;
	max-width: 990px;
	background: #666666;
	margin: 0 auto;
	position: relative;
}

/* Feature */

.hidden {
	display: none;
}
.logged_in .hidden {
	display: block;
}

.feature .pageElement {
	overflow: hidden;
	position: relative;
	margin-right: 0;
}
.feature .textBlockElement h3 {
	background: transparent;
	position: absolute;
	width: 100%;
	top: 80px;
}
.feature .textBlockElement h3 span {
	font-size: 3em;
  	font-weight: 100;
}
.feature .textBlockElement .text {
	position: absolute;
	width: 100%;
	top: 230px;
	margin-bottom: 40px;
}
.feature .textBlockElement .text a {
	padding: 10px 20px;
	border-radius: 2px;
	background: #f1f1f1;
	text-decoration: none;
	margin: 0 5px;
	text-transform: uppercase;
	font-size: .9em;
	transition: background .2s ease-in-out, color .2s ease-in-out;
	-o-transition: background .2s ease-in-out, color .2s ease-in-out;
	-moz-transition: background .2s ease-in-out, color .2s ease-in-out;
	-webkit-transition: background .2s ease-in-out, color .2s ease-in-out;
}
.feature .textBlockElement .text a:hover {
	background: #249CCF;
	color: #ffffff;
}
.feature .textBlockElement .text a:nth-of-type(2n+0):hover {
	background: #1CB200;
}
.feature .textBlockElement .leftTextImage,
.feature .textBlockElement .rightTextImage,
.feature .textBlockElement .leftTextImage img,
.feature .textBlockElement .rightTextImage img {
	width: 100%;
}


/* No Padding */

.layoutContainer {
	padding-left: 0;
}



