/* styles for all tabs */

body {
	margin: 0px;
	padding: 0px;
}
.facebook {
	width: 809px;
}
h1#cover-image {
	background-image: url('../images/cover-image-809.jpg');
	text-indent: -9999px;
	height:300px;
}
.nav {
	position: relative;
	top: -50px;
}
.nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 0px;
	left: 0px;
	height: 22px;
	border-bottom: 5px solid #CC9A2E;
}
.nav li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 22px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: bottom left;
	z-index: 1;
}
.nav li.nav-current {
	/* override position for sprite on/off */
	background-position: top left;
	z-index: 10;
}
.nav a {
	outline: 0px;
}
.nav a,
.nav span {
	/* fill the whole li */
	display: block;
	width: 100%;
	height: 100%;
}
.nav a span,
.nav span span {
	/* hide the live text inside each tab item */
	display: none;
}

/* override position, size, and image for each nav item individually */
.nav li.nav-tab-blanchard {
	left: 0px;
	width: 78px;
	background-image: url(../images/tab-blanchard.png);
}
.nav li.nav-tab-shop {
	left: 74px;
	width: 95px;
	background-image: url(../images/tab-shop.png);
}
.nav li.nav-tab-charts {
	left: 166px;
	width: 158px;
	background-image: url(../images/tab-charts.png);
}
.nav li.nav-tab-blog {
	left: 320px;
	width: 118px;
	background-image: url(../images/tab-blog.png);
}
.nav li.nav-tab-ira {
	left: 434px;
	width: 72px;
	background-image: url(../images/tab-ira.png);
}
.nav li.nav-tab-guidelines {
	left: 502px;
	width: 82px;
	background-image: url(../images/tab-guidelines.png);
}

.content {
	border: 5px solid #F4F4F0;
	padding: 3px;
	position: relative;
	top: -50px;
}


.third-party {
	text-align: center;
	height: 120px;
}
.third-party img {
	padding-top: 30px;
}

.third-party img {
	padding-top: 30px;
	display: block;
	border: none;
	margin: 0px auto;
}

.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}

