/* Sitemap */
.sitemap, .sitemap .children {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sitemap .page_item {
	float: left;
	display: block;
	padding-right: 40px;
}

.sitemap .page_item .children li {
	float: none;
	padding: 0;
	margin: 0;
}

.sitemap a, .sitemap .children a {
	color: #04afd9;
	font-size: 1.4em;
}

.sitemap li:hover, .sitemap .children li:hover, .sitemap a:hover, .sitemap .children a:hover {
	background: none!important;
	color: #f15b35;
}

.sitemap a {
	font-weight: bold;
	font-family: "museo-sans-1","museo-sans-2", "Museo Sans";
}

.sitemap .children a {
	font-weight: normal;
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 1.2em;
	color: #6f6f6f;
}

/* Bios header */
.post-14 h4 {
	clear: none!important;
	margin-top: 0!important;
	padding-top: 0!important;
}

/* Contact Form */
.gform_body label {
	font-weight: normal!important;
	font-family: "museo-sans-1","museo-sans-2", "Museo Sans";
	font-size: 1.2em;
	text-transform: uppercase;
}

.gform_body span label {
	font-weight: normal!important;
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 0.9em;
	text-transform: none;
}

.gform_body input, .gform_body textarea {
	padding: 5px!important;
	color: #04afd9;
	font-size: 1.2em!important;
	-webkit-border-radius: 3px!important;
	-moz-border-radius: 3px!important;
	border-radius: 3px!important;
	border: 1px solid #ccc!important;
}

/* Contact Sidebar */
li.phone {
	background: url("../images/icons-list-phone.png") no-repeat left center;
}

li.twitter {
	background: url("../images/icons-list-twitter.png") no-repeat left center;
}

li.skype {
	background: url("../images/icons-list-skype.png") no-repeat left center;
}

/* Images */
.alignleft {
	border: 5px solid #f4f4f4!important;
	margin: 10px 15px 10px 0!important;
}

.alignright {
	border: 5px solid #f4f4f4!important;
	margin: 10px 0 10px 15px!important;
}

.entry-content img {
	border: 5px solid #f4f4f4!important;
}

/* Consumer Survey */
.download_survey {
	display: block;
	margin: 25px auto 0 auto;
	width: 180px;
	height: 165px;
	background: transparent url("../images/img_download_survey.png") 0 0 no-repeat;
	text-indent: -9999em;
}

.download_survey:hover {
	background-position: 100% 0;
}

/* 404 */
#fourohfour {
	font-family: "museo-sans-1","museo-sans-2", "Museo Sans"!important;
	font-weight: bold;
	font-size: 15em;
	float: left;
	color: #f15b35;
	margin-top: 75px;
	height: 125px;
}

#not_found {
	float: left;
	margin-left: 450px;
	margin-top: 40px;
	position: absolute;
}

#not_found h2 {
	clear: none;
	color: #04afd9;
}

/* Media Callout */
.media-callout {
	color: #04afd9!important;
	margin-bottom: 25px;
	font-size: 1.4em!important;
	font-family: "museo-sans-1","museo-sans-2", "Museo Sans"!important;
	line-height: 1.5em;
}