body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,hr { margin:0; padding:0; }
html,body { height:100%; }
/*table { border-collapse:collapse; border-spacing:0; }*/
fieldset,img { border:0; }
address,caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; }
a { outline:none; }
/*hr { border:none; }*/
object { display:block; }

/* -------------------------------------------------------------------------------------------------------- toolbox ---------- */
.floatLeft { float: left; }
.floatRight { float: right; }
.clear { clear: both; }
.inline { display: inline; }
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;}
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

/* ----------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------- universal ---------- */
/* ----------------------------------------------------------------------------------------------------------------------------- */
body {
	/*background: #64b1e6 url(../img/bg.png) repeat-x;*/
	color: #fff;
	font: 13px/18px Helvetica, Arial, sans-serif;
	}
/*a, a:link {
	color: #2681e4;
	text-decoration: none;
	}
a:visited {
	color: #2681e4;
	}
a:hover, a:active {
	color: #eff710;
	}*/
h1.hidden {
	display: none;
	}
/*h2 {
	float: left;
	color: #f0d1a3;
	font-weight: normal;
	font-size: 26px;
	line-height: 26px;
	margin-top: -44px;
	}*/
/*h3 {
	color: #f0d1a3;
	font-weight: normal;
	font-size: 17px;
	line-height: 19px;
	padding-top: 8px;
	}*/
p {
	padding: 8px 0;
	}
ul {
	padding: 4px 0 8px 0;
	}
li {
	line-height: 15px;
	/*padding-bottom: 6px;*/
	}
ul li {
	/*padding-left: 16px;*/
	/*background: url(../img/bg-li.png) no-repeat 5px 2px;*/
	}
/*.hr {
	clear: both; 
	height: 4px;
	background: url(../img/bg-hr.png);
	margin: 16px 0;
	}
.hr hr {
	display: none;
	}
*/	
/*table {
	text-align: center;
	}
table tr td img {
	float: none !important;
	margin: 0 !important;
	border: none !important;
	}
*/

.headingRight {
	float: right;
	margin-top: -40px;
	text-align: right;
	}
.headingRight img {
	vertical-align: text-bottom;
	padding-right: 5px;
	}
.readMore {
	display: inline-block;
	padding-right: 16px;
	margin-top: 8px;
	background: url(../img/arrow-next.png) right top no-repeat;
	}

/* -------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------- layout ---------- */
/* -------------------------------------------------------------------------------------------------------------------------- */
#upperWrapper {
	/*background: url(../img/bg/rotate.php) center top no-repeat;*/
	width: 100%;
	min-width: 1000px;
	min-height: 581px;
	}
#upperContainer {
	width: 1000px;
	margin: 0 auto;
	}

/* ==== list reset ================= */
#nav ul {
	margin: 0;
	padding: 0;
	}
#nav li {
	line-height: 0;
	margin: 0;
	padding: 0;
	background: none;
	}
/* ================================= */
#nav {
	display: inline;
	position: fixed;
	width: 978px;
	height: 44px;
	margin-left: 11px;
	background: url(../img/bg-nav.png);
	z-index: 200;
	}
#nav li {
	display: inline;
	}
#nav li a {
	float: left;
	display: inline;
	margin: 0 4px;
	height: 36px;
	text-indent: -9999px;
	background-image: url(../img/nav.png);
	}

#n-home a {
	margin-left: 113px !important;
	width: 62px;
	background-position: 0px 0;}
#home-page #n-home a, #n-home a:hover {
	background-position: 0px bottom;}

#n-about a {
	width: 112px;
	background-position: -59px 0;}
#about-page #n-about a, #n-about a:hover {
	background-position: -59px bottom;}

#n-counseling a {
	width: 149px;
	background-position: -171px 0;}
#counseling-page #n-counseling a, #n-counseling a:hover {
	background-position: -171px bottom;}

#n-events a {
	width: 61px;
	background-position: -320px 0;}
#events-page #n-events a, #n-events a:hover {
	background-position: -320px bottom;}

#n-seminars a {
	width: 80px;
	background-position: -381px 0;}
#seminars-page #n-seminars a, #n-seminars a:hover {
	background-position: -381px bottom;}

#n-blog a {
	width: 49px;
	background-position: -461px 0;}
#blog-page #n-blog a, #n-blog a:hover {
	background-position: -461px bottom;}

#n-media a {
	width: 61px;
	background-position: -510px 0;}
#media-page #n-media a, #n-media a:hover {
	background-position: -510px bottom;}

#n-store a {
	width: 53px;
	background-position: -571px 0;}
#store-page #n-store a, #n-store a:hover {
	background-position: -571px bottom;}

#n-faves a {
	width: 88px;
	background-position: -624px 0;}
#faves-page #n-faves a, #n-faves a:hover {
	background-position: -624px bottom;}

#n-lounge a {
	width: 138px;
	background-position: -712px 0;}
#lounge-page #n-lounge a, #n-lounge a:hover {
	background-position: -712px bottom;}

#n-contact a {
	width: 93px;
	background-position: -850px 0;}
#contact-page #n-contact a, #n-contact a:hover {
	background-position: -850px bottom;}

#content {
	width: 966px;
	margin: 0 auto;
	padding-top: 332px;
	}
.contentArea img {
	float: right;
	margin: 8px 0 10px 15px;
	border: 1px solid #a0c2dc;
	}


#lowerWrapper {
	background: url(../img/bg-footer-gradient.png) bottom repeat-x;
	width: 100%;
	min-width: 1000px;
	}
#lowerContainer {
	background: url(../img/bg-footer.jpg) center bottom no-repeat;
	width: 100%;
	min-width: 1000px;
	height: 218px;
	}

#footer2 {
	padding-top: 45px;
	width: 960px;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	}
#footer2 a, 
#footer2 a:link, 
#footer2 a:visited {
	color: #fff;
	text-decoration: underline;
	}
#footer2 a:hover, 
#footer2 a:active {
	text-decoration: none;
	}
#footerAd {
	padding-top: 23px;
	}

/* ---------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------- 2 column ---------- */
/* ---------------------------------------------------------------------------------------------------------------------------- */
#columnLeft {
	float: left;
	width: 696px;
	}
.boxTop {
	clear: both;
	width: 696px;
	height: 60px;
	font-size: 0;
	background: url(../img/bg-box-med-ends.png);
	}
.boxContent {
	clear: both;
	width: 636px;
	padding: 0 30px 10px 30px;
	background: url(../img/bg-box-med.png);
	}
.boxBottom {
	clear: both;
	width: 696px;
	height: 11px;
	font-size: 0;
	margin-bottom: 14px;
	background: url(../img/bg-box-med-ends.png) bottom;
	}

#columnRight {
	float: right;
	width: 244px;
	}
.rightItem {
	margin-bottom: 11px;
	}
.facebook {
	float: left;
	}
.rss {
	float: right;
	}
#TwitterFlash {
	margin-bottom: 11px;
	}

/* ------------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------- full column ---------- */
/* ------------------------------------------------------------------------------------------------------------------------------- */
.boxFullTop {
	clear: both;
	width: 966px;
	height: 60px;
	font-size: 0;
	background: url(../img/bg-box-full-ends.png);
	}
.boxFullContent {
	clear: both;
	width: 906px;
	padding: 0 30px 10px 30px;
	background: url(../img/bg-box-full.png);
	}
.boxFullBottom {
	clear: both;
	width: 966px;
	height: 11px;
	font-size: 0;
	margin-bottom: 14px;
	background: url(../img/bg-box-full-ends.png) bottom;
	}

/* ------------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------- sub-sub-nav ---------- */
/* ------------------------------------------------------------------------------------------------------------------------------- */
/* ==== list reset ================= */
#subSubNavContainer ul {
	margin: 0;
	padding: 0;
	}
#subSubNavContainer li {
	line-height: 0;
	margin: 0;
	padding: 0;
	background: none;
	}
/* ================================= */
#subSubNavContainer a, #subSubNavContainer a:link {
	color: #fff;
	}
#subSubNavContainer {
	width: 650px;
	height: 83px;
	padding: 16px 23px 0 23px;
	margin-bottom: 14px;
	background: url(../img/bg-sub-sub-nav.png);
	}

#subSubNavContainer.fullWidth {
	width: 920px;
	background: url(../img/bg-sub-sub-nav-full.png);
	}

#subSubNavContainer #tabs {
	float: left;
	margin-left: 10px;
	}
#subSubNavContainer #tabs li {
	float: left;
	line-height: 13px;
	padding-left: 5px;
	margin-right: 1px;
	}
#subSubNavContainer #tabs li a {
	display: block;
	padding: 9px 10px 9px 5px;
	}
#subSubNavContainer #tabs li.selected {
	background: url(../img/bg-subnav-tab-left.png) left top no-repeat !important;
	}
#subSubNavContainer #tabs li.selected a {
	background: url(../img/bg-subnav-tab-right.png) right top no-repeat !important;
	}
#subSubNavContainer #tabs li:hover {
	background: url(../img/bg-subnav-tab-left.png) left -50px no-repeat;
	}
#subSubNavContainer #tabs li:hover a {
	background: url(../img/bg-subnav-tab-right.png) right -50px no-repeat;
	}

#subSubNavContainer #secondRow {
	float: left;
	width: 645px;
	height: 33px;
	padding-left: 5px;
	background: url(../img/bg-subnav-row.png);
	}

#subSubNavContainer.fullWidth #secondRow {
	width: 915px;
	background: url(../img/bg-subnav-row-full.png);
	}

#subSubNavContainer #secondRow li {
	float: left;
	line-height: 23px;
	padding-left: 3px;
	margin-top: 5px;
	margin-right: 3px;
	}
#subSubNavContainer #secondRow li a {
	display: block;
	height: 23px;
	padding: 0 10px 0 7px;
	}
#subSubNavContainer #secondRow li.selected {
	background: url(../img/bg-subnav-selected-left.png) left top no-repeat;
	}
#subSubNavContainer #secondRow li.selected a {
	background: url(../img/bg-subnav-selected-right.png) right top no-repeat;
	}
#subSubNavContainer #secondRow li:hover {
	background: url(../img/bg-subnav-selected-left.png) left top no-repeat;
	}
#subSubNavContainer #secondRow li:hover a {
	background: url(../img/bg-subnav-selected-right.png) right top no-repeat;
	}

/* --------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------- sub-nav ---------- */
/* --------------------------------------------------------------------------------------------------------------------------- */
/* ==== list reset ================= */
#subNavContainer ul {
	margin: 0;
	padding: 0;
	}
#subNavContainer li {
	line-height: 0;
	margin: 0;
	padding: 0;
	background: none;
	}
/* ================================= */
#subNavContainer a, #subNavContainer a:link {
	color: #fff;
	}
#subNavContainer {
	width: 650px;
	height: 52px;
	padding: 17px 23px 0 23px;
	margin-bottom: 14px;
	background: url(../img/bg-sub-nav.png);
	}
#subNavContainer #row {
	float: left;
	width: 645px;
	height: 33px;
	padding-left: 5px;
	background: url(../img/bg-subnav-row.png);
	}

#subNavContainer.fullWidth {
	width: 920px;
	background: url(../img/bg-sub-nav-full.png);
	}
#subNavContainer.fullWidth #row {
	width: 915px;
	background: url(../img/bg-subnav-row-full.png);
	}

#subNavContainer #row li {
	float: left;
	line-height: 23px;
	padding-left: 3px;
	margin-top: 5px;
	margin-right: 3px;
	}
#subNavContainer #row li a {
	display: block;
	height: 23px;
	padding: 0 10px 0 7px;
	}
#subNavContainer #row li.selected {
	background: url(../img/bg-subnav-selected-left.png) left top no-repeat;
	}
#subNavContainer #row li.selected a {
	background: url(../img/bg-subnav-selected-right.png) right top no-repeat;
	}
#subNavContainer #row li:hover {
	background: url(../img/bg-subnav-selected-left.png) left top no-repeat;
	}
#subNavContainer #row li:hover a {
	background: url(../img/bg-subnav-selected-right.png) right top no-repeat;
	}

/* -------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- home --------- */
/* -------------------------------------------------------------------------------------- */
#newsModule {
	border-bottom: 1px solid #5ba1d2;
	}

#newsLeft {
	float: left;
	width: 352px;
	padding: 10px 16px 17px 0;
	border-right: 1px solid #5ba1d2;
	}
#newsLeft img {
	border: 1px solid #a0c2dc;
	}
#numberSelectors {
	padding: 5px 0;
	margin-bottom: 9px;
	text-align: center;
	border-bottom: 1px solid #5ba1d2;
	}
#numberSelectors img {
	border: none;
	vertical-align: text-bottom;
	}
#numberSelectors a {
	display: inline-block;
	width: 16px;
	height: 16px;
	}
#numberSelectors a.selected {
	background: url(../img/bg-selected-number.png);
	}

#newsRight {
	float: right;
	width: 242px;
	padding: 2px 0 17px 0;
	}
.newsShort {
	border-bottom: 1px solid #5ba1d2;
	}
.newsShort p {
	padding-top: 2px;
	}
#newsRight .readMore {
	margin-top: 16px;
	}

#blogModule {
	padding-bottom: 8px;
	}
#blogModule img {
	float: right;
	margin: 8px 0 10px 15px;
	border: 1px solid #a0c2dc;
	}

#productsModule {
	width: 244px;
	height: 234px;
	margin-bottom: 11px;
	background: url(../img/bg-products.png);
	}
#productArea {
	width: 240px;
	height: 189px;
	padding-top: 1px;
	margin: 0 auto;
	}
#productImage {
	float: left;
	width: 110px;
	height: 170px;
	padding: 20px 5px 0 10px;
	}
#productText {
	float: left;
	width: 105px;
	height: 170px;
	padding: 16px 10px 0 0;
	}
#productText p {
	padding: 4px 0;
	}
#productSelectors {
	clear: both;
	padding-top: 12px;
	text-align: center;
	}
#productSelectors img {
	vertical-align: text-bottom;
	}
#productSelectors a {
	display: inline-block;
	width: 16px;
	height: 16px;
	}
#productSelectors a.selected {
	background: url(../img/bg-selected-number.png);
	}

/* --------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- ie6 warning --------- */
/* --------------------------------------------------------------------------------------------- */
#ieOutside {
	position: absolute;
	top: 0;
	width: 100%;
	padding: 20px;
	background-image: url(../img/ie/bg-outside.gif);
	}
#ieInside {
	width: 920px;
	margin: 0 auto;
	padding: 10px 15px 3px 15px;
	background-image: url(../img/ie/bg-inside.gif);
	border: solid 3px #b19500;
	font: 14px/20px Arial, sans-serif;
	color: #615100;
	}
#ieInside h5 {
	font: 22px/24px Arial, sans-serif;
	font-weight: bold;
	color: #362d00;
	}
#ieInside h6 {
	font: 16px/20px Arial, sans-serif;
	font-weight: bold;
	color: #362d00;
	}
#ieInside a, #ieInside a:link, #ieInside a:visited {
	color: #ffffff;
	text-decoration: underline;
	}
#ieInside a:hover, #ieInside a:active {
	color: #b72200;
	text-decoration: none;
	}

/* --------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- video intro --------- */
/* --------------------------------------------------------------------------------------------- */
#FocusViewBackground {
	top:0px;
	left:0px;
	position:fixed; 
	width:100%; 
	height:20px; 
	background-color:#000000; 
	z-index: 200; 
	display:none;
	opacity:.0; 
	filter: alpha(opacity=0); 
	-moz-opacity: 
	}
#FocusViewClose {
	z-index: 300; 
	display:none;
	position:fixed;
	top:10px;
	right:10px;
	width:22px;
	height:22px;
	background-image:url(../img/FocusViewClose.png);
	cursor:pointer;
	opacity:.0; 
	filter: alpha(opacity=0); 
	-moz-opacity: 
	}
#FocusViewHorizontal {
	display:none;
	position: fixed;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	overflow: visible;
	z-index: 200;
	}
#FocusViewCenter {
	display:none;
	margin-left: -300px;
	position: absolute;
	top: -250px;
	left: 50%;
	width: 600px;
	height: 500px;
	z-index: 200;
	}
#FocusViewPlugin {
	position:absolute;
	width:auto;
	height:auto;
	z-index: 210;
	}
#FocusViewShadow {
	position:absolute;
	z-index: 205;
	}


