BODY {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet, Trebuchet MS, Lucida Grande, Lucida, Verdana, sans-serif;
}

a {
	outline: none;
}

.clear {
	clear: both;
}

#header {
	
}

#header #links {
	width: 980px;
	height: 28px;
	background-color: #292824;
	overflow: hidden;
	font-size: 12px;
}

#header #links b {
	color: #8c8c8c;
	font-weight: normal;
	float: left;
	margin-right: 15px;
	margin-left: 15px;
	position: relative;
	top: 6px;
}

#header #links a {
	color: #cbcbcb;
	text-decoration: none;
	position: relative;
}

#header #links a:hover {
	text-decoration: underline;
}

#header #links ul {
	float: left;
	position: relative;
	top: 6px;
}

#header #links ul li {
	display: block;
	color: #cbcbcb;
	float: left;
	margin-right: 10px;
}

#header #links ul li .sep {
	position: relative;
	bottom: 0px;
}

#header #links .right {
	float: right;
}

#header #logo {
	width: 980px;
	height: 90px;
	background-image: url("/media/logo_bg.gif");
	background-repeat: repeat-x;
	overflow: hidden;
	position: relative;
}

#header #logo .logo_2020 {
	position: absolute;
	left: 25px;
	top: 2px;
}

#header #logo #search {
	width: 395px;
	position: absolute;
	right: 0px;
	top: 31px;
	right: 0px;
}

#header #logo #search #search_input {
	border: 2px solid #d4d2d2;
	width: 310px;
	padding: 4px;
	color: #aaaaaa;
}

#header #logo #search #magnifier {
	position: relative;
	top: 3px;
	cursor: pointer;
}

#header #links2 {
	width: 980px;
	height: 31px;
	background-image: url("/media/links2_bg.gif");
	background-repeat: repeat-x;
	overflow: hidden;
	font-size: 12px;
}

#header #links2 a {
	color: #ffffff;
	text-decoration: none;
}

#header #links2 ul {
	float: left;
	height: 29px;
}

#header #links2 ul li {
	display: block;
	height: 29px;
	float: left;
	padding: 0px 15px 0px 15px;
	position: relative;
	top: 1px;
	cursor: pointer;
}

#header #links2 ul li:hover {
	background-image: url("/media/links2_li_hover.gif");
}

#header #links2 ul li a {
	position: relative;
	top: 8px;
}

#header #links2 ul .sep_li {
	margin: 0px;
	padding: 0px;
	width: 2px;
}

#header #links2 ul li .links2_sep {
	position: relative;
	top: 1px;
}

#header #banner1 {
	height: 154px;
	width: 980px;
	background-image: url("/media/banner1_bg.png");
	position: relative;
}

#header #banner1 .screenshot {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

#header #banner2 .button {
	height: 85px;
	background-image: url("/media/button.png");
	float: left;
	cursor: pointer;
}

#content {
	width: 980px;
	clear: both;
}

#content #large {
	width: 704px;
	color: #444641;
	font-size: 12px;
	line-height: 18px;
	font-family: Georgia;
	border-left: 1px solid #e3e3e3;
	padding: 0px 16px 16px 16px;
	float: right;
}

#content #large.large-full {
	width: 980px;
	border-left: none;
	float: none;
}

#content #large .callout {
	width: 330px;
	background-color: #4c88c7;
	color: #ffffff;
	padding: 14px;
	font-size: 16px;
	line-height: 20px;
	margin: 15px;
	font-style: italic;
}

#content #large .callout .sub {
	font-size: 14px;
}

#content #large #heading {
	border-bottom: 1px solid #e3e3e3;
	margin: 15px 0px 15px 0px;
	padding: 0px 0px 15px 0px;
	position: relative;
	width: 717px;
	right: 16px;
}

#content #large.large-full #heading {
	padding-top: 15px;
	width: 980px;
}

#content #large #heading .heading_logo {
	float: left;
}

#content #large #heading h1 {
	position: relative;
	left: 16px;
}

#content #large #heading h2 {
	position: relative;
	left: 16px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#content #large #heading h3 {
	position: relative;
	left: 16px;
	font-weight: normal;
	font-weight: 12px;
	margin: 0px;
	padding: 0px;
}

#content #large h1 {
	font-size: 22px;
	font-weight: normal;
	line-height: 30px;
}

#content #large h2 {
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0px 15px 0px;
}

#content #large p {
	padding: 5px 0px 5px 0px;
}

#content #sidebar {
	width: 231px;
	float: left;
	padding-bottom: 16px;
	position: relative;
}

.newsletter {
	background-color: #fbf8dd;
	padding: 10px;
	border: 1px solid #ebe8cd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #414141;
	width: 199px;
        margin: 15px 0px 15px 0px;
}

.newsletter b {
	font-weight: normal;
}

.newsletter p {
	font-size: 11px;
	margin-top: 5px;
}

.newsletter input {
	width: 90%;
	margin-top: 5px;
}

.newsletter .subscribe {
	position: relative;
	right: 4px;
	top: 4px;
}

.newsletter .privacy {
	font-size: 11px;
	line-height: 18px;
	position: relative;
	top: 4px;
}

.newsletter .privacy a {
	color: #464646;
}

#main {
	width: 980px;
	margin: 0px auto 0px auto;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.slidingNav {
	margin-bottom: 16px;
}

.slidingNav .header {
	background-color: #b4bbc5;
	padding: 5px;
	color: #ffffff;
	font-size: 14px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;	
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

.slidingNav .item {
	width: 190px;
	background-image: url('/media/productNav1.png');
}

.featureBox {
	font-family: Trebuchet, Trebuchet MS, Lucida Grande, Lucida, Verdana, sans-serif;
	background-color: #fcfdfd;
	border-left: 1px solid #dddfdf;
	border-right: 1px solid #dddfdf;
	border-bottom: 1px solid #dddfdf;
	min-height: 150px;
}

.featureBox .links {
	height: 28px;
	background-image: url('/media/feature_li_bg.gif');
	border-bottom: 1px solid #dfdfdf;
}

.featureBox .links li {
	height: 28px;
	display: block;
	float: left;
	width: auto;
	padding-left: 11px;
	padding-right: 85px;
	background-image: url('/media/feature_li_bg.gif');
	border-bottom: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;	
	position: relative;
	cursor: pointer;
}

.featureBox .links li a {
	text-decoration: none;
	color: #676a62;
	font-size: 12px;
	position: relative;
	top: 5px;
}

.featureBox .links li a:hover {
	text-decoration: underline;
}

.featureBox .links li .arrow {
	position: absolute;
	top: 6px;
}

.featureBox .links .active {
	background-image: none;
	background-color: #fcfdfd;
	border-bottom: 1px solid #fcfdfd;
}

.featureBox .links .last {
	border-right: none;
}

.featureBox .content {
	position: relative;
	font-size: 12px;
}

.featureBox .content img {
	margin: 16px 0px 0px 16px;
}

.featureBox .content .more {
	width: 565px;
	position: absolute;
	top: 15px;
	left: 125px;
}

.featureBox .content .more b {
	font-size: 14px;
}

.featureBox .content .more .learnMore {
	font-size: 12px;
	color: #4c88c7;
	position: relative;
	top: 4px;
	font-weight: bold;
}

.featureBox .content .more .learnMore a {
	color: #4c88c7;
	text-decoration: none;	
}

.featureBox .content .more .learnMore a:hover {
	text-decoration: underline;
}

.hidden {
	display: none;
}

/* Comparison Table */

.comparison {
	margin: 0px;
	padding: 0px;
	border: none;
	border-collapse: collapse;
}

.comparison tr th {
	background-image: url('/media/headerbg.gif');
	height: 34px;
	color: #ffffff;
	padding: 7px 10px 0px 10px;
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #999999;
}

.comparison tr td {
	border: 1px solid #999999;
	color: #6b6b6b;
	padding: 9px 13px 9px 13px;
	border-collapse: collapse;
	font-size: 11px;
}

.comparison tr .tick {
	text-align: center;
}

/* End: Comparison Table */

/* Overlay */

/* the overlayed element */
div.overlay {
	
	/* growing background image */
	background-image:url('/includes/tools/images/white.png');
	
	/* dimensions after the growing animation finishes  */
	width:600px;
	height:470px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:55px;
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url('/includes/tools/images/close.png');
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

div.overlay .footer {
	font-size: 12px;
	line-height: 18px;
	margin-top: 15px;
}

/* End: Overlay */

.menu {
	margin-top: 16px;
	margin-bottom: 16px;
}

.menu li {
	height: 27px;
	background-repeat: no-repeat;
	background-image: url('/media/menu2.png');
}

.menu .inactive {
	cursor: pointer;
}

.menu li:hover {
	background-image: url('/media/menu4.png');
}

.menu li a {
	text-decoration: none;
	position: relative;
	left: 15px;
	top: 4px;
	color: #464646;
	font-size: 12px;
}

.menu li a:hover {
	text-decoration: underline;
}

.menu li b {
	font-weight: none;
	position: relative;
	left: 15px;
	top: 8px;
	color: #464646;
	font-size: 14px;
}

.menu .header {
	height: 32px;
	background-image: url('/media/menu1.png');
}

.menu .header:hover {
	background-image: url('/media/menu1.png');
}

.menu .active {
	height: 25px;
	background-image: url('/media/menu3.png');
}

.menu .active a {
	color: #ffffff;
	top: 4px;
}

.menu .active a:hover {
	text-decoration: none;
}

.menu .active:hover {
	background-image: url('/media/menu3.png');
}

.menu .last {
	background-image: url('/media/menu5.png');
}

.menu .last.active {
	background-image: url('/media/menu7.png');
}

.menu .last:hover {
	background-image: url('/media/menu6.png');
}

.menu .last.active:hover {
	background-image: url('/media/menu7.png');
}
.productNav {
	width: 220px;
	margin: 15px 0px 15px 0px;
	overflow: hidden;
}

.productNav .title {
	background-color: #b4bbc5;
	height: 25px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;	
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

.productNav .title b {
	color: #ffffff;
	font-size: 14px;
	position: relative;
	left: 15px;
	top: 6px;
}

.productNav .items {
}

.productNav .items .item {
	width: 198px;
	margin: 0px auto 0px auto;
	padding: 10px;
	position: relative;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	cursor: pointer;
}

.productNav .items .item .logo {
	display: block;
	margin: 0px auto 0px auto;
}

.productNav .items .item .txt {
	display: none;
}

.productNav .items .item:hover {
	// background-image: url('/media/itembg.png');
	// background-repeat: no-repeat;
}

.productNav .items .item b {
	font-size: 14px;
	color: #434343;
}

.productNav .items .item .desc {
	font-size: 11px;
	color: #434343;
	margin-top: 4px;
	line-height: 14px;
}

.productNav .items .item .learnmore {
	color: #166f9d;
	font-size: 11px;
	line-height: 20px;
}

.productNav .items .item .learnmore img {
	position: relative;
	top: 5px;
}

.productNav .items .item .learnmore a {
	color: #166f9d;
	text-decoration: none;
}

.productNav .items .item .footer {
	position: absolute;
	bottom: -3px;
	left: 0px;
}

.productNav .items .show {
	background-image: url('/media/itembg.png');
	background-repeat: no-repeat;
}

.productNav .items .show .logo {
	display: none;
}

.productNav .items .show .txt {
	display: block;
}

.bioPhoto {
	float: right;
	margin: 0px 0px 16px 16px;
}

.facility_gallery_listing {
	width: 322px;
	float: left;
	margin-right: 30px;
	margin-top: 30px;
}

.facility_gallery_listing .photo {
	border: 5px solid #e8e8e8;
}

.facility_gallery_listing2 {
	width: 322px;
	float: right;
	margin-left: 30px;
	text-align: right;
}

.facility_gallery_listing2 .photo {
	border: 5px solid #e8e8e8;
	margin-bottom: 15px;
}

.map {
}

.directions {
	list-style-type: disc;
}

.directions li {
	margin-bottom: 5px;
	margin-left: 15px;
}

#large ul {
list-style-type: disc;
}

#large ul li {
	margin-bottom: 5px;
	margin-left: 15px;
}

.rssBox {
	background-color: #f5f5f5;
	padding: 10px;
	border: 1px solid #e2e1e1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #414141;
	width: 199px;
	margin: 15px 0px 15px 0px;
	position: relative;
}

.rssBox .rss {
	position: absolute;
	bottom: 8px;
	right: 7px;
}

.rssBox b {
	font-weight: normal;
}

.rssBox p {
	font-size: 12px;
	margin-top: 5px;
	line-height: 16px;
}

.rssBox p .title {
	font-weight: bold;
}

.rssBox p .title a {
	color: #0054a6;
}

.rssBox p .tagline {
	font-weight: normal;
	font-size: 11px;
}

.rssBox input {
	width: 90%;
	margin-top: 5px;
}

.rssBox .subscribe {
	position: relative;
	right: 4px;
	top: 4px;
}

.rssBox .privacy {
	font-size: 11px;
	line-height: 18px;
	position: relative;
	top: 4px;
}

.rssBox .privacy a {
	color: #464646;
}

.rssBox p .tagline a {
	color: #0054a6;
}

.panel_member {
	height: 100px;
	width: 337px;
	float: left;
	margin: 0px 15px 15px 0px;
}

.panel_member .txt {
	width: 220px;
	float: right;
}

.panel_member .panel_photo {
	border: 5px solid #e8e8e8;
	margin: 0px 14px 14px 0px;
	cursor: pointer;
	float: left;
}

.panel_member h4 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}

.panel_listing {
	width: 240px;
	float: right;
	margin-left: 30px;
	text-align: right;
}

.panel_listing .photo {
	border: 5px solid #e8e8e8;
	margin-bottom: 15px;
}

#footer_links {
	width: 980px;
	height: 31px;
	background-image: url("../media/links2_bg.gif");
	background-repeat: repeat-x;
	overflow: hidden;
	font-size: 12px;
}

#footer_links a {
	color: #ffffff;
	text-decoration: none;
}

#footer_links ul {
	float: left;
	height: 29px;
}

#footer_links ul li {
	display: block;
	height: 29px;
	float: left;
	padding: 0px 15px 0px 15px;
	position: relative;
	top: 1px;
	cursor: pointer;
}

#footer_links ul li:hover {
	background-image: url("../media/links2_li_hover.gif");
}

#footer_links ul li a {
	position: relative;
	top: 8px;
}

#footer_links ul .sep_li {
	margin: 0px;
	padding: 0px;
	width: 2px;
}

#footer_links ul li .links2_sep {
	position: relative;
	top: 1px;
}

