@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(../_images/home-vert-grad.jpg) repeat-x #e6e6e6;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 10px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a {
	color: #1b9496;
}

.oneColFixCtrHdr #container {
	width: 778px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtrHdr #header {
	width: 778px;
	height: 126px;
}

.nav {
	background: url(../_images/navBG.jpg) no-repeat 0px 0px;
	margin: auto;
	text-align: center;
	vertical-align: bottom;
	padding: 0px;
}

.oneColFixCtrHdr #mainContent {
	margin:auto;
	/*padding: 0 16px;  remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 778px;
}

.oneColFixCtrHdr #mainContentBG {
	width:778px;
	margin:auto;
	background: url(../_images/content-tile.jpg) repeat-y;
}

.oneColFixCtrHdr #mainContentBGHome {
	width:778px;
	margin:auto;
	background: url(../_images/content-tile.jpg) repeat-y;
}

.oneColFixCtrHdr #mainContentHome {
	margin:auto;
	/*padding: 0 16px;  remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 778px;
}

.oneColFixCtrHdr #containerContentTextHome{
	text-align: left;
	width: 750px;
	margin-left: 14px;
	margin-right: 12px;
	padding: 0px;
	background: url(../_images/news.jpg) top right no-repeat;
}

#mainContent #containerContentText{
	text-align: left;
	width: 750px;
	margin-left: 12px;
	margin-right: 12px;
	padding: 0px;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
.oneColFixCtrHdr #footerSep {
	background: url(../_images/footer-sep.jpg) no-repeat;
	width: 778px;
	height: 20px;
}
.oneColFixCtrHdr #footer p {
	font-size: .6em;
	color: #7c7c7c;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}

.leftNav a {
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #1b9496;
}

.leftNav a:hover {
	text-decoration: underline;
}

.whiteBG {
	background: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #1b9496;
}

.tab {
	/*font: bold 0.7em sans-serif;*/
	/*background-color: #DDD;
	border-bottom: solid 1px #CCC;*/
	margin: 0px;
	/*padding: 2px;*/
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	background: url(../_images/circle.jpg) left center no-repeat;
	display: block;
	padding-left: 25px;
	color: #1b9496;
	font-weight: bold;
	text-decoration: none;
}

.myth {
	background-image: url(../_images/mythsCloud.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 170px;
	padding-top: 60px;
	padding-left: 110px;
	padding-right: 110px;
	padding-bottom: 0px;
	text-align: center;
}

.news {
	font-size: 11px;
	line-height: 1.3em;
	padding-left: 18px;
	padding-top: 0px;
	background: url(../_images/newsTile.jpg) left repeat-y;
}

.news a {
	font-weight: bold;
	text-decoration: underline;
	color: #1b9496;
}

.printOnly {
	display: none;
}