@charset "utf-8";
/* CSS Document */

*, html {
	margin: 0;
	padding: 0;
}

body {
	background: #c7edfe;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #666;
}

a {
	color: #53afd9;
}

a img {
	border: 0;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	color: #53afd9;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 0 20px;
}

p {
	margin-bottom: 16px;
}


.clear {
	clear: both;
}


#wrapper-top {
	background: #fff url(/images/img/body-bg-top.png) no-repeat top center;
	width: 940px;
	margin: 25px auto;
	padding: 25px 0 0;
}

#wrapper-bot {
	background: url(/images/img/body-bg-bot.png) no-repeat bottom center;
	padding: 0 0 35px;
}

#contact-info {
	float: right;
	width: 200px;
	padding: 10px 20px;
	background: #cdecfb;
	text-align: right;
	color: #234250;
	line-height: 18px;
}

#contact-info a {
	color: #53afd9;
	background: #ecf9ff;
	display: block;
	float: left;
	padding: 0 20px 0 0;
	margin: 0 0 0 -20px;
	width: 220px;
	text-decoration: none;
	position: relative;
}

#contact-info a:hover {
	text-decoration: underline;
}

#logo {
	padding-left: 60px;
}

table#main td {
	vertical-align: top;
}

#main-content {
	width: 700px;
	padding: 0 60px 0 20px;
}

#content-head {
	text-align: right;
	margin: 0 0 10px;
}

#ssp-wrap,
#img-wrap {
	border: solid #f0f0f0;
	border-width: 4px 6px;
	margin: 0 0 20px;
}

#text {
	padding: 0 6px;
	clear: both;
}

#text a {
	text-decoration: none;
}
#text a:hover {
	text-decoration: underline;
}

/* Sidebar Styles ------------------------------------------------------------------- */

#sidebar {
	width: 160px;
	padding: 20px 0 0;
}

#nav ul li,
td#networking ul li{
	list-style: none;
	display: block;
	position: relative;
	margin: 0 0 2px;
}

#nav ul li a,
td#networking ul li a {
	display: block;
	position: relative;
	width: 120px;
}

#nav ul li.home { position: relative; background: url(/images/img/nav-home-over.png) no-repeat top left; }
#nav ul li.flow{ position: relative; background: url(/images/img/nav-flow-over.png) no-repeat top left; }
#nav ul li.schedule { position: relative; background: url(/images/img/nav-schedule-over.png) no-repeat top left; }
#nav ul li.classes { position: relative; background: url(/images/img/nav-classes-over.png) no-repeat top left; }
#nav ul li.prices { position: relative; background: url(/images/img/nav-prices-over.png) no-repeat top left; }
#nav ul li.basins{ position: relative; background: url(/images/img/nav-3basins-over.png) no-repeat top left; }
#nav ul li.basin-studio { position: relative; background: url(/images/img/nav-basin-studio-over.png) no-repeat top left; }
#nav ul li.basin-bar { position: relative; background: url(/images/img/nav-basin-bar-over.png) no-repeat top left; }
#nav ul li.basin-boutique { position: relative; background: url(/images/img/nav-basin-boutique-over.png) no-repeat top left; }
#nav ul li.community { position: relative; background: url(/images/img/nav-community-over.png) no-repeat top left; }
#nav ul li.contact { position: relative; background: url(/images/img/nav-contact-over.png) no-repeat top left; }

#nav ul li.basin-studio { position: relative; background: url(/images/img/subnav-basin-studio-over.png) no-repeat top left; }
#nav ul li.basin-bar { position: relative; background: url(/images/img/subnav-basin-bar-over.png) no-repeat top left; }
#nav ul li.basin-boutique { position: relative; background: url(/images/img/subnav-basin-boutique-over.png) no-repeat top left; }

#nav ul li a:hover img,
td#networking ul li a:hover img,
td#sidebar #nav ul li a.active img {
	visibility: hidden;
}


table#main td#networking {
	padding: 25px 0 0;
	background: url(/images/img/network.png) no-repeat top left;
	height: 150px;
}

td#networking ul li.twitter { position: relative; background: url(/images/img/network-twitter-over.png) no-repeat top left; }
td#networking ul li.facebook { position: relative; background: url(/images/img/network-facebook-over.png) no-repeat top left; }
td#networking ul li.blog { position: relative; background: url(/images/img/network-blog-over.png) no-repeat top left; }
td#networking ul li.get-news{ position: relative; background: url(/images/img/network-get-news-over.png) no-repeat top left; }


/* Front Page Extras ------------------------------------------------------------------- */
#fp-extras,
#contact-extras {
	width: 940px;
	margin: 0 auto;
}

#news-top {
	width: 340px;
	background: #fff url(/images/img/news-box-top.png) no-repeat top left;
}

#network-breakout-top {
	width: 340px;
	background: #fff url(/images/img/network-breakout-top.png) no-repeat top left;
}

#news-bot,
#network-breakout-bot {
	background: url(/images/img/news-box-bot.png) no-repeat bottom left;
	padding: 75px 0 23px 40px;
}

#featured-top {
	float: right;
	width: 520px;
	background: #fff url(/images/img/featured-box-top.png) no-repeat top left;
}

#featured-bot {
	background: url(/images/img/featured-box-bot.png) no-repeat bottom left;
	padding: 75px 0 23px 40px;
}

#map-top {
	width: 580px;
	float: right;
	background: #fff url(/images/img/map-top.png) no-repeat top left;
}

#map-bot {
	background: url(/images/img/map-bot.png) no-repeat bottom left;
	padding: 75px 0 23px;
	text-align: center;
}

#network-breakout-bot {
	height: 351px;
	padding: 75px 0 23px 50px;
}


.featured {
	padding: 0 0 10px 0;
	font-size: 11px;
	clear: both;
}

.featured .title,
.featured .desc, 
.featured .link{
	float: right;
	width: 345px;
	margin: 0 40px 0 0;
}

.featured .title {
	font-size: 15px;
	margin-bottom: 3px;
	width: 346px;
}

#network-breakout-bot .media {
	margin-bottom: 20px;
	font-size: 17px;
}

#network-breakout-bot .media a {
	display: block;
	width: 175px;
	height: 32px;
	padding: 5px 0 15px 55px;
	border: 1px dotted #fff;
}

#network-breakout-bot .email {
	background: url(/images/img/networked-mail.png) no-repeat 5px 6px;
}

#network-breakout-bot .facebook {
	background: url(/images/img/networked-facebook.png) no-repeat 5px 6px;
}

#network-breakout-bot .twitter {
	background: url(/images/img/networked-twitter.png) no-repeat 5px 6px;
}

#network-breakout-bot .blog {
	background: url(/images/img/networked-blog.png) no-repeat 5px 6px;
}

#network-breakout-bot .media a:hover {
	border: 1px dotted #c7edfe;
}

/* Flow page ------------------------------------------------------------------- */
#flow-bios {
	padding-top: 20px;
}

.flow-bio {
	margin-bottom: 30px;
}

.flow-bio .desc {
	float: right;
	width: 400px;
}

.flow-bio .image img {
	border: solid #f0f0f0;
	border-width: 4px 6px;
}

.member {
	clear: both;
	margin-bottom: 20px;
}

.member .image {
	float: left;
	margin: 0 20px 10px 0;
}
.member .image img {
	border: 9px solid #f0f0f0;
}

#top-splash {
	margin-bottom: 20px;
}

#top-splash img {
	border: 4px solid #f0f0f0;
}

#top-splash .right {
	float: right;
}
#top-splash .top-left {
	margin-bottom: 9px;
}
#top-splash .tri-left {
	float: left;
	margin-right: 20px;
}
#top-splash .last {
	margin-right: 0;
}


#deliver {
	position: relative;
	display: block;
	width: 160px;
	float: right;
	background: url(/images/img/button-deliver-over.png) no-repeat top left;
}
#deliver a {
	position: relative;
	display: block;
}
#deliver a:hover img {
	visibility: hidden;
}


/* Footer ------------------------------------------------------------------- */
#footer {
	width: 940px;
	margin: 0 auto;
	text-align: right;
	clear: both;
	padding: 40px 0 20px;
	font-size: 11px;
}
#footer a {
	color: #7ec4e3;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
