/* CSS */
html, body {
	margin: 0;
	min-height: 100%;
	height: 100%;
}

html>body body {
	height: auto;
}

#container {
	position: absolute;
	top: 0;
	left: 0;
}

#header {
	height: 163px;
	overflow: hidden;
}

#header h1 {
	visibility: hidden;
}

#promos {
	height: 150px;
	overflow: hidden;
	width: 900px;
	padding: 0 0 2px 0;
	background: #FFFFFF;
}

/* CONTENT */

#left-column{
	float: left;
	margin: 0 0px 1px 12px;
	width: 200px;
	padding: 0;
	min-height: 100%;
}
html>body #left-column{
	margin: 0 0px 1px 25px;
}

#footer {
	clear:both;
	height: 25px;
	margin: 0;
	overflow:hidden;
}

#right-column {
	width: 280px;
	margin: 0;
	float: right;
}
#left-col-top {
	background: url(/images/sidecol-title.gif) top left no-repeat;
	height: 54px;
	margin: 0;
}
#title-strip {
	width: 685px;
	height: 20px;
	padding: 0 0 0px 0;
	border-bottom: 1px solid #aaaaaa;
}
html>body #title-strip {
	padding: 0 0 25px 0;
}
html>/**/body #title-strip {
	padding: 0 0 15px 0;
}

#news-events-section {
	display: none;
}

.hidden  {
	position:absolute;
	left:0px;
	top:-5000px;
	width:1px;
	height:1px;
	overflow:hidden;
} 

/* HOME CONTENT */

#home-flash-promo {
	width: 670px;
	height: 240px;
	margin: 0 0 0 0;
}

#home-content-text {
	width: 280px;
	margin: 0 0 20px 0;
	float: left;
}

#home-content-promo {
	width: 275px;
	padding: 116px 5px 0 0;
	margin: 10px 0 20px 20px;
	float: right;
	color: #FFFFFF;
	background: #266a82 url(/images/newsletter-title.gif) top left no-repeat;
	font-size: 11px;
}

.home-content-promo-item{
	margin: 0 10px 0 0;
}

/* MODULES CONTENT */
div.module {
	width: 217px;
	margin: 0 10px 20px 0;
	background: url(/images/module-bg.gif) top left repeat-y;
	float: left;
}

.module-title {
	width: 162px;
	padding: 25px 10px 5px 45px;
	color:#FFFFFF;
	font-size: 12px;
}
#module-cms {background: url(/images/module-title-cms.gif) top left no-repeat;}
#module-members {background: url(/images/module-title-members.gif) top left no-repeat;}
#module-cart {background: url(/images/module-title-cart.gif) top left no-repeat;}
#module-blog {background: url(/images/module-title-blog.gif) top left no-repeat;}
#module-podcasts {background: url(/images/module-title-podcasts.gif) top left no-repeat;}
#module-mailer {background: url(/images/module-title-mail.gif) top left no-repeat;}

.module-text {
	margin:5px 10px 5px 25px;
	color:#666666;
	padding: 5px 0;
	font-size: 12px;
	line-height: 18px;
	height: 145px;
}
.module-base {
	width: 180px;
	padding: 2px 10px 2px 27px;
	height: 19px;
	background: url(/images/module-base.gif) top left no-repeat;
	color:#FFFFFF;
	font-size: 11px;
}
a.module-link {
	color: #FFFFFF;
}


/* GALLERY CONTENT */

.gallery-strip {
                padding: 20px 0 0 0;
                height: 150px;
}

.gallery-box {
                float: left;
                margin: 0 20px;
                width: 120px;
                }
html>body .gallery-box {
                margin: 0 23px;
}
.gallery-thumb {
                width: 122px;
                height: 122px;
                margin: 0 auto;
                text-align: center;
}

.gallery-text {
                text-align: center;
}

#gallery-base {
                background: #282828;
				border-bottom: 1px solid #414141;
				border-top: 1px solid #000000;
				border-right: 1px solid #414141;
				border-left: 1px solid #000000;
                padding: 5px 10px 5px 10px;
                margin: 10px 18px 10px 38px;
                text-align: center;
                color: #ffffff;
}
html>body #gallery-base {
                margin: 10px 23px;
}
a.gallery-base-link:link, a.gallery-base-link:visited {
                color: #4193bd;
                text-decoration: none;
                margin-right: 5px;
}
a.gallery-base-link:hover {
                color: #4193bd;
                text-decoration: underline;
                margin-right: 5px;
}
a.gallery-base-link:active {
                color: #4193bd;
                text-decoration: underline;
                margin-right: 5px;
}
a.gallery-base-link-on:link, a.gallery-base-link-on:visited {
                color: #4193bd;
                text-decoration: none;
                margin-right: 5px;
}
a.gallery-base-link-on:hover {
                color: #4193bd;
                text-decoration: underline;
                margin-right: 5px;
}
.galleryindex-strip {
                padding: 10px 0 10px 0;
				display: block;
}
.galleryindex-image {
                padding: 10px 15px 20px 0;
				float: left;
}
.galleryindex-text {
				padding-left: 137px;
}

.article_header {
		font-weight: bold;
		margin-bottom: 2px;
}
.article_summary {
		margin-top: 1px;
		margin-bottom: 12px;
}

#footer-text {
	margin: 0;
	line-height: 17px;
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}
a.footer-link:link, a.footer-link:visited, a.footer-link:active, .footer-link  {color: #ffffff; font-size: 11px;}
a.footer-link:hover {text-decoration: none; color: #1e1e1e;}

a.footer-link-alt:link, a.footer-link-alt:visited, a.footer-link-alt:active, .footer-link  {color: #ffffff; font-size: 11px;}
a.footer-link-alt:hover {text-decoration: none; color: #1e1e1e;}

.footer-left {float: left; margin: 2px 0 0 15px}
.footer-right {float: left; margin: 2px 0 0 80px;}
html>body .footer-right {float: left; margin: 3px 0 0 95px;}

.promo-item {
	margin: 0 10px 0px 0;
}
.promo-item-mid {
	margin: 0 2px 2px 2px;
}

.footer-img {
	margin: 0 10px 0 5px;
}

/* NEWS & EVENTS CONTENT */

#newsevents {
	margin-bottom: 20px;
}

span.newsevents-item-date {
	display: block;
	font-weight: bold;
	border-bottom: 1px solid #666;
	margin-top: 15px;
}

span.newsevents-item-title {
	display: block;
	font-weight: bold;
	margin-top: 5px;
}

span.newsevents-item-date {
	display: block;
}


/* NEWSLETTER CONTENT */

.side-box-text {
	padding: 5px 10px;
	}
#side-fields {
	background: url(/images/newsletter-base.gif) bottom left no-repeat;
	width: 280px;
	margin: 0;
	height: 6px;
}

.form-first {
	width: 123px;
	height: 16px;
	border: 1px solid #ffffff;
	margin: 0 12px 12px 1px;
}
.form-last {
	width: 119px;
	height: 16px;
	border: 1px solid #ffffff;
	margin: 0 0 12px 0;
}
html>/**/body .form-first {margin: 0 12px 14px 1px;}
html>/**/body .form-last {margin: 0 0 14px 0;}

.form-email {
	width: 163px;
	height: 16px;
	border: 1px solid #ffffff;
	margin: 1px 11px 10px 1px;
}
.submit-button {
	width: 83px;
	height: 20px;
	margin: 0px 0 5px 0px;
}
html>/**/body .submit-button {
	margin: 0px 0 -6px 0;
}
a.newsletter-base-link, .footer-link  {color: #ffffff; font-size: 9px; text-decoration: underline;}

/* CASE STUDIES PAGE CONTENT */

.casestudy-strip {
	display: block;
	width: 678px;
	clear: both;
}

div.casestudy-item {
	width: 217px;
	margin: 0 10px 20px 0;
	background: url(/images/module-bg.gif) top left repeat-y;
	float: left;
}

.casestudy-item-title {
	width: 162px;
	height: 35px;
	padding: 25px 10px 8px 45px;
	color:#FFFFFF;
	font-size: 12px;
	display: block;
	background: url(/images/module-title-casestudy.gif) top left no-repeat;
}

.casestudy-thumb {
	margin: 0;
}

.casestudy-item-text {
	margin:0px 10px 10px 25px;
	color:#666666;
	padding: 8px 0;
	font-size: 12px;
	line-height: 18px;
	height: 170px;
	display: block;
}

.casestudy-base {
	width: 180px;
	padding: 2px 10px 2px 27px;
	height: 19px;
	background: url(/images/module-base.gif) top left no-repeat;
	color:#FFFFFF;
	font-size: 11px;
}
a.casestudy-title-link {
	color: #ffffff;
	font-weight: normal;
	text-decoration: normal;
	font-size: 12px;
}

a.casestudy-title-link:hover {
	color: #ffffff;
	text-decoration: underline;
}
a.casestudy-link {
	color: #ffffff;
	font-weight: normal;
	text-decoration: normal;
	font-size: 10px;
}

a.casestudy-link:hover {
	color: #ffffff;
	text-decoration: underline;
}
