@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	background-color: #5B90C6;
	background-repeat: no-repeat;
	background-image: url(images/fresno-el-capitan-yosemite2.jpg);
	background-position: center;
}
.oneColElsCtr #container {
	width: 70em;
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 1600px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColElsCtr #mainContent {
}
#text {
	height: auto;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
.oneColElsCtr #container #mainContent #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible ul li a {
	font-style: italic;
}
.google_banner {
	background-color: #000;
	float: left;
	height: 60px;
	width: 468px;
	margin-top: 25px;
	margin-left: 100px;
}
.linkedin {
	float: left;
	margin-left: 50px;
	margin-top: 10px;
}
.rfspec {
	float: left;
	margin-left: 20px;
}
.amazon {
	position: relative;
	right: 175px;
	bottom: 10px;
}
.oneColElsCtr #container #mainContent #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible p em {
	color: #F00;
}
