/* 
=========================================================================================== CREDITS
Copyright              2008 JPL Productions
Author                 Larry Daughenbaugh
=========================================================================================== PAGE STRUCTURE
    #container       | all page content is stored here and centered on the page
    #header          | top-nav links, search bar
    #nav             | main horizontal navigation links
    #content         | main content
    #footer          | footer content
=========================================================================================== BEGIN CSS
*/													
body  {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	text-align: center;
	color: #57585B;
}
#container {
	width: 846px;
	margin: 0 auto; /* the auto margins center the page */
	padding: 0px;
	text-align: left; /* overrides text-align: center on the body element. */
	border: 2px solid #000000;
} 
#print-container {
	width: 90%;
	margin: 0 auto; /* the auto margins center the page */
	padding: 10px;
	text-align: left; /* overrides text-align: center on the body element. */
}
/* ======================================================================================== HEADER CONTENT */
#header {
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bg-header.jpg);
	background-position: right top;
	display: block;
	height: 37px;
}
#header form {
	margin: 0px;
	padding: 0px;
}
.form-float-left {
	float: left;
	padding-top: 6px;
}
/* ======================================================================================== TOP-NAV CONTENT */
#top-nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A3CA8A;
	font-weight: bold;
	margin: 0px;
	padding: 10px 20px 0px 247px; /* 5 more pixels than nav buffer below */
	display: block;
	float: left;
}
#top-nav a:link, #top-nav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #A3CA8A;
	padding: 0px 10px;
	text-decoration: none;
}
#top-nav a:active, #top-nav a:hover {
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px 10px;
	text-decoration: none;
}
#top-nav a.top-current:link, #top-nav a.top-current:visited, 
#top-nav a.top-current:active, #top-nav a.top-current:hover {
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px 10px;
	text-decoration: none;
}
/* ======================================================================================== MAIN HORIZONTAL NAVIGATION */
.nav, .nav-home {
	margin: 0px;
	padding: 0px;
	display: block;
	height: 61px;
	background: url(../img/nav/bg-row.gif) repeat-x;
} 
.nav img, .nav-home img { border: none; float: left; }

.nav #nav-buffer-right, .nav-home #nav-buffer-right {
	margin: 0px;
	padding: 0px;
	display: block;
	height: 61px;
	width: 8px;
	float: left;
	background: url(../img/nav/bg-buffer-right.gif) no-repeat left top;
} 
.nav #nav-buffer-left {
	margin: 0px;
	padding: 0px;
	display: block;
	height: 61px;
	width: 242px;
	float: left;
	background: url(../img/nav/bg-buffer-left.gif) no-repeat right top;
} 
.nav-home #nav-buffer-left {
	margin: 0px;
	padding: 0px;
	display: block;
	height: 61px;
	width: 242px;
	float: left;
	background-image: url(../img/home/nav-left.gif); /* used on home page for graphic left of the nav */
} 

.nav ul, .nav-home ul { list-style-type: none; margin: 0px; padding: 0px; }
.nav ul li, .nav-home ul li { float: left; margin: 0px;	padding: 0px; text-align: center; }

.nav a:link, .nav a:visited, .nav-home a:link, .nav-home a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: center;
	float: left;
	margin: 0px;
	padding: 14px 3px 0px 3px;
	height: 47px;
	width: 76px;
	background: url(../img/nav/bg.gif) no-repeat right top;
}
.nav a:active, .nav a:hover, .nav-home a:active, .nav-home a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background: url(../img/nav/bg-on.gif) no-repeat right top;
}
.nav a.current:link, .nav a.current:visited, .nav-home a.current:link, .nav-home a.current:visited,
.nav a.current:active, .nav a.current:hover, .nav-home a.current:active, .nav-home a.current:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background: url(../img/nav/bg-on.gif) no-repeat right top;
}
/* ======================================================================================== MAIN CONTENT (Home Page) */
#content-home {  /* content (2 columns) width: 846 (left: 488 | right: 358) */
	margin: 0px;
	padding: 0px;
	background: url(../img/home/home-text-bubble.jpg) left top no-repeat;
	height: 449px;
}
.home-left-col {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height: 24px;
	font-weight: normal;
	color: #78797A;
	margin: 0px;
	padding: 190px 63px 0px 65px;
	float: left;
	display: block;
	width: 360px;
}
.home-right-col {
	float: right;
	width: 358px;
	background: url(/lib/img/home/home-photo.jpg) no-repeat;
	height: 449px;
}
/* ======================================================================================== MAIN CONTENT (2-column Flash Pages) */
#content { /* content (2 columns) width: 846 (left: 205 | right: 641) */
	margin: 0px;
	padding: 0px;
	background: url(../img/bg-content-flash.jpg) no-repeat left top;
	float: left;
}
/* --------------------------------- Left Column */
.left-col {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	float: left;
	width: 205px;
}
.left-col-header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #21703C;
	margin: 0px;
	padding: 12px 5px 0px 10px;
	display: block;
	height: 29px;
	width: 174px;
	background-color: #D4E6AA;
}
.left-col-list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #21703C;
	width: 175px;
	margin: 0px;
	padding: 10px 0px 0px 5px;
}
.left-col-list ul {
	margin: 0px 5px;
	padding-left: 5px;
	list-style: none;
}
.left-col-list ul li {
	margin: 0px;
	padding: 4px 0px 6px 15px;
	background: url(../img/icon-bullet.gif) 0px 7px no-repeat;
	list-style: none;
}
.left-col-list ul li.arrow {
	background: url(../img/icon-bullet-arrow.gif) 0px 7px no-repeat;
	list-style: none;
}
.left-col-list ul li.highlight {
	background: url(../img/icon-bullet-on.gif) 0px 7px no-repeat;
	list-style: none;
}
/* --------------------------------- Right Column */
.right-col {
	margin: 0px;
	padding: 0px;
	float: left;
	display: block;
	width: 641px;
}
/* --------------------------------- Right Column */
.right-col-calculator {
	margin: 0px 0px 10px 0px;
	padding: 0px 15px;
	float: left;
	display: block;
	width: 611px;
}
/* ======================================================================================== MAIN CONTENT (2-column Static Pages) */
#content-2columm { /* content (2 columns) width: 846 (left: 383 (w/ 220 left-padding to fill originla left-col) | right: 228) */
	margin: 0px;
	padding: 0px;
	float: left;
}
/* --------------------------------- Static Page Backgrounds */
#content-2columm-privacy {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	background: url(../img/bg-privacy-policy.jpg) no-repeat left top;
	float: left;
}
#content-2columm-faq {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	background: url(../img/bg-faq.jpg) no-repeat left top;
	float: left;
}
#content-2columm-disclaimer {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	background: url(../img/bg-disclaimer.jpg) no-repeat left top;
	float: left;
}
#content-2columm-notfound {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	background: url(../img/bg-notfound.jpg) no-repeat left top;
	float: left;
}
#content-2columm-events {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	background: url(../img/bg-events.jpg) no-repeat left top;
	float: left;
}
#content-2columm-contact {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	background: url(../img/bg-contact.jpg) no-repeat left top;
	float: left;
}
#content-2columm-sitemap {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	background: url(../img/bg-sitemap.jpg) no-repeat left top;
	float: left;
}
#content-2columm-aboutus {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	background: url(../img/bg-aboutus.jpg) no-repeat left top;
	float: left;
}
#content-2columm-minds {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	background: url(../img/bg-minds.jpg) no-repeat left top;
	float: left;
}
/* --------------------------------- Left Column */
.left-col-2column {
	margin: 50px 0px 10px 0px;
	padding: 0px 15px 0px 220px;
	float: left;
	width: 383px;
}
/* --------------------------------- Right Column */
.right-col-2column {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 228px;
}
.right-col-2column img {
 border: none;
}
/* ======================================================================================== MAIN CONTENT (3-column Pages) */
#content-3columm { /* content (3 columns) width: 846 (left: 205 | middle: 413 | right: 228) */
	margin: 0px;
	padding: 0px;
	background: url(../img/bg-content-preview.jpg) no-repeat left top;
	float: left;
}
#content-3columm-search { /* gets rid of bg graphic on left-hand side */
	margin: 0px;
	padding: 0px;
	background: url(../img/bg-content-search.jpg) no-repeat left top;
	float: left;
}
/* --------------------------------- Left Column */
.left-col-3column {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	float: left;
	width: 205px;
	background-image: url(../img/bg-content-preview.jpg);
}
/* --------------------------------- Middle Column */
.middle-col-3column {
	margin: 0px 0px 10px 0px;
	padding: 0px 15px;
	float: left;
	width: 383px;
}
/* --------------------------------- Right Column */
.right-col-3column {
	margin: 0px;
	padding: 0px;
	float: left;
	display: block;
	width: 228px;
}
.right-col-3column img {
 border: none;
}
/* ======================================================================================== FOOTER CONTENT */
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A3CA8A;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 26px;
	background-color: #216337;
	text-align: right;
}
#footer-links, #footer-message {
	padding: 5px 20px 0px 0px;
	float: right;
	font-weight: bold;
}
#footer-message .message-txt {
	padding: 0px 5px 0px 0px;
	float: left;
}
#footer-message img {
	border: none;
}
#footer .footer-buffer {
	padding: 0px 26px 0px 0px; /* padding plus img width */
	float: right;
	border: none;
}
#footer-message a:link, #footer-message a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #A3CA8A;
	text-decoration: none;
}
#footer-message a:active, #footer-message a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#footer-links a:link, #footer-links a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #A3CA8A;
	padding: 0px 10px;
	text-decoration: none;
}
#footer-links a:active, #footer-links a:hover {
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px 10px;
	text-decoration: none;
}
#footer a.top-current:link, #footer a.top-current:visited, 
#footer a.top-current:active, #footer a.top-current:hover {
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px 10px;
	text-decoration: none;
}
/* ======================================================================================== COPYRIGHT CONTENT */
#copyright {
	width: 846px;
	margin: 0 auto; /* the auto margins center the page */
	padding: 2px;
	color: #999999;
	font-size: 10px;
	text-align: center;
	clear: both;
}
/* ======================================================================================== SITEMAP CONTENT */
.site-map-no-border a:link, .site-map-no-border a:visited  {
	padding: 5px 5px 5px 20px;
	clear: both;
	display: block;
	width: 348px;
	height: 14px;
	color: #21703C;
	font-weight: bold;
	border-bottom: 1px dotted #FFFFFF;
	cursor: pointer;
	outline: none;
}
.site-map a:link, .site-map a:visited  {
	padding: 5px 5px 5px 20px;
	clear: both;
	display: block;
	width: 348px;
	height: 14px;
	color: #21703C;
	font-weight: bold;
	border-bottom: 1px dotted #74AB3B;
	cursor: pointer;
	outline: none;
}
.site-map-sub a:link, .site-map-sub a:visited  {
	padding: 5px 5px 5px 45px;
	clear: both;
	display: block;
	width: 323px;
	height: 14px;
	color: #4B8D61;
	font-weight: bold;
	cursor: pointer;
	outline: none;
}
.site-map-sub-border a:link, .site-map-sub-border a:visited  {
	padding: 5px 5px 5px 45px;
	clear: both;
	display: block;
	width: 323px;
	height: 14px;
	color: #4B8D61;
	font-weight: bold;
	border-bottom: 1px dotted #74AB3B;
	cursor: pointer;
	outline: none;
}
.site-map-sub a:active, .site-map-sub a:hover,
.site-map a:active, .site-map a:hover,
.site-map-no-border a:active, .site-map-no-border a:hover,
.site-map-sub-border a:active, .site-map-sub-border a:hover  {
 background-color: #F5F9EB;
 color: #000000;
 text-decoration: underline;
}
/* ======================================================================================== RESOURCES CONTENT */
.topic-link a:link, .topic-link a:visited  {
	padding: 5px 5px 5px 30px;
	clear: both;
	display: block;
	width: 348px;
	height: 15px;
	color: #21703C;
	font-weight: bold;
	background: url(../img/icon-plus.gif) no-repeat 5px center;
	border-bottom: 1px dotted #74AB3B;
	cursor: pointer;
	outline: none;
}
.topic-link a:active, .topic-link a:hover  {
	background-color: #F5F9EB;
	color: #000000;
	text-decoration: underline;
}
.topic-link a.highlighted:link, .topic-link a.highlighted:visited  {
	padding: 5px 5px 5px 30px;
	clear: both;
	display: block;
	width: 348px;
	height: 15px;
	color: #21703C;
	font-weight: bold;
	background: url(../img/icon-minus.gif) no-repeat 5px center;
	border-bottom: 1px dotted #FFFFFF;
	cursor: pointer;
	outline: none;
}
.topic-details {
	padding: 3px 5px 10px 35px;
	clear: both;
	display: block;
	width: 343px;
}
.topic-details-on {
	padding: 3px 5px 10px 35px;
	clear: both;
	display: block;
	width: 343px;
	border-bottom: 1px dotted #74AB3B;
}
.pad-bottom {
	padding: 0px 0px 15px 0px;
	border-bottom: 1px dotted #74AB3B;
	cursor: pointer;
	outline: none;
}
/* ======================================================================================== FLASH CONTENT */
#flash_content {
	width: 641px;
	height: 547px;
	z-index: 100;
}
.flash_alert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding: 40px 0px 0px 40px;
}
/* ======================================================================================== GENERAL TEXT FORMATTING */
.header-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height: 28px;
	font-weight: bold;
	color: #34844D;
}
.page-title {
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 383px;
}
.logo {
	margin: 39px 0px 0px 0px;
	padding: 0px;
}
.calculator-landing {
	width: 641px;
	height: 458px;
	background-image: url(../img/bg-calculator.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height: 28px;
	font-weight: normal;
	color: #78797A;
}
.calculator-landing img { border: none; float: left; }
.author {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: oblique;
	color: #666666;
}
/* --------------------------------- Article Formatting */
.article {
	padding-bottom: 35px;
}
.article-options img {
	 border: none;
	padding-left: 15px;
}
.article-options img.nopad {
	border: none;
	padding: 0px;
}
.article-link {
	padding-top: 5px;
	text-align: right;
}
.article-link a:link, .article-link a:visited, .article-options a:link, .article-options a:visited { text-decoration: underline; }
.article-link a:active, .article-link a:hover, .article-options a:active, .article-options a:hover { text-decoration: none; }
a.article-title-link:link, a.article-title-link:visited {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #34844D;
	padding: 25px 0px 0px 0px;
	margin: 0px;
    text-decoration: none;
}
a.article-title-link:active, a.article-title-link:hover {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #000000;
	padding: 25px 0px 0px 0px;
	margin: 0px;
    text-decoration: underline;
}
.article-date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #666666;
	padding: 10px 0px 0px 0px;
	margin: 0px;
}
.article-title {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #34844D;
	padding: 25px 0px 0px 0px;
	margin: 0px;
}
.article-body {
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
	color: #57585B;
	padding: 5px 0px 0px 0px;
	margin: 0px;
}
.article-body p, .article-body h1, .article-body h2, .article-body h3, .article-body span, .article-body font {
	font-size: 11px !important;
	color: #57585B;
}
.article-body a:link {
	color: #5EA317 !important;
}
/* --------------------------------- Article Formatting (FOR PRINTED PAGES) */
.article-category {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
.article-title-print {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #000000;
	padding: 20px 0px 0px 0px;
	margin: 0px;
}
.article-date-print {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	font-weight: normal;
	color: #666666;
	padding: 10px 0px 0px 0px;
	margin: 0px;
}
.article-body-print {
	font-size: 12px;
	line-height: 19px;
	font-weight: normal;
	color: #000000;
	padding: 5px 0px 0px 0px;
	margin: 0px;
}
.article-body-print p, .article-body-print h1, .article-body-print h2, .article-body-print h3, .article-body-print span, .article-body-print font {
	font-size: 12px !important;
	color: #000000;
}
.article-copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #666666;
}
/* ======================================================================================== EVENT CONTENT */
.event-title {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #34844D;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}
.event-body {
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
	color: #57585B;
	padding: 0px;
	margin: 0px;
}
.event-related {
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
	color: #57585B;
	padding: 0px;
	margin: 0px;
}
.event-body p, .event-body h1, .event-body h2, .event-body h3, .event-body span, .event-body font {
	font-size: 11px !important;
	color: #57585B;
}
/* ======================================================================================== FAQ CONTENT */
.faq-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #34844D;
}
/* ======================================================================================== MORE INFO CONTENT */
#more-info {
	margin: 0px;
	padding: 0px;
	width: 228px;
}
.more-info-head {
	margin: 0px;
	padding: 22px 30px 8px 30px;
	width: 168px;
	background-image: url(../img/moreinfo-head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-weight: bold;
}
.more-info-body {
	margin: 0px;
	padding: 0px 0px 0px 14px;
	width: 214px;
	background-image: url(../img/moreinfo-body.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.more-info-bodyinside {
	font-size: 10px;
	margin: 0px;
	padding: 8px 15px 5px 28px;
	width: 157px;
	background-position: center;
	border-top: 2px solid #D2D3D7;
	background-image: url(../img/icon-arrow-orange.gif);
	background-repeat: no-repeat;
	background-position: 12px 10px;
}
.more-info-bodyinside-none {
	margin: 0px;
	padding: 8px 15px 5px 28px;
	width: 157px;
	background-position: center;
	border-top: 2px solid #D2D3D7;
}
.more-info-bodyinside a:link, .more-info-bodyinside a:visited, 
.more-info-bodyinside-none a:link, .more-info-bodyinside-none a:visited {
	font-size: 10px;
	color: #57585B;
	text-decoration: none;
}
.more-info-bodyinside a:active, .more-info-bodyinside a:hover, 
.more-info-bodyinside-none a:active, .more-info-bodyinside-none a:hover {
	color: #173E24;
	text-decoration: underline;
}
.more-info-footer {
	margin: 0px 0px 15px 0px; /* give margin to bottom so it never sits flush against footer */
	padding: 0px 30px;
	width: 168px;
	height: 21px;
	background-image: url(../img/moreinfo-footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.more-info-bullet {
	margin: 0px;
	padding: 0px;
	float: left;
}
/* ======================================================================================== FORMS */
.twocolfrm {
	clear: both;
	height: 20px;
	padding: 5px;
}
.twocolfrmlg {
	clear: both;
	height: 70px;
	padding: 5px;
}
.twocol_txt {
	float: left;
	width: 100px;
	padding-top: 3px;
	padding-right: 25px;
	text-align: right;
}
.twocol_txt_required {
	float: left;
	width: 100px;
	padding-top: 3px;
	padding-right: 25px;
	text-align: right;
	background-image: url(../img/icon-required.gif);
	background-repeat: no-repeat;
	background-position: 108px 5px;
}
.twocol_frminput {
	float: left;
	padding-right: 15px;
	font-size: 11px;
	font-style: normal;
	color: #666666;
}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-style: normal;
	font-weight: normal;
	color: #57585B;
}
fieldset {
 margin: 10px 0px;
 padding: 5px 0px;
 border: 1px solid #1C542D;
 clear:both;
}
legend {
 margin: 0px 0px 0px -1px;
 padding: 5px 10px;
 background: #1C542D;
 font-weight:bold;
 color: #FFFFFF;
}
/* ======================================================================================== GENERAL LINK FORMATTING */
h1, .page-text-header {
	font-size: 13px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	color: #34844D;
	padding: 10px 0px;
}
a:link, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #21703C;
    text-decoration: none;
}
a:active, a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #173E24;
    text-decoration: underline;
}
#grid {
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#grid td {
	margin: 0px;
	padding: 2px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#calculator-applet {
	margin: 20px 0px;
	padding: 0px;
}
.separator {
	margin: 20px 0px;
	padding: 0px;
	border-top: dotted 1px #67B42A
}
/* ======================================================================================== UL/OL/DEFINITION LISTS */
ul {
	margin: 15px 5px;
	padding-left: 25px;
	list-style-type: disc;
}
ol {
	margin: 15px 5px;
	padding-left: 25px;
}
li {
 margin: 0px 0px 5px 0px;
 padding: 5px 0px;
}
ul.related {
	margin: 5px;
	padding-left: 15px;
	list-style-type: disc;
}
ul.related li {
 margin: 0px 0px 2px 0px;
 padding: 2px 0px;
}
ul.faq-list {
	margin: 0px 0px 5px 25px;
	padding-left: 15px;
	list-style-type: disc;
}
ul.faq-list li a:link, ul.faq-list li a:visited, ul.faq-list li a:active, ul.faq-list li a:hover {
	font-weight: bold;
}
ul.faq-list li {
	list-style-image:url(../img/icon-bullet-arrow-small.gif);
	list-style-type: circle;
	margin: 0px 0px 2px 0px;
	padding: 2px 0px;
	/* added to help prevent MS Word copy/pasted code from overwriting parent styles */
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 11px !important;
}
ul.faq-list li span {
	/* added to help prevent MS Word copy/pasted code from overwriting parent styles */
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 11px !important;
}
dl.faqs, dl.events {
	margin: 5px 0px;
    padding: 0px;
}
dl.faqs dt {
	float: left;
	clear: left;
	width: 25px;
	font-weight: bold;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
dl.events dt {
	float: left;
	clear: left;
	width: 80px;
	font-weight: bold;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
dl.events dd {
	margin: 0px 0px 0px 90px;
	padding: 0px 0px 20px 0px;
}
dl.faqs dd {
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 20px 0px;
}
dl.faqs dd.dd-title {
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 5px 0px;
}
/* ======================================================================================== FROM RESPONSE MESSAGES */
.not-found {
 color: #990000 !important;
 font-weight: bold;
}
.alert ul {
	margin: 5px;
	padding-left: 15px;
	list-style-type: disc;
}
.alert ul li {
	margin: 0px 0px 2px 0px;
	padding: 2px 0px;
	font-weight: bold;
	color: #B61010;
}
.pnlUserMessage {
    display: block;
    min-height: 44px;
    padding: 10px 5px 0px 40px;
    margin: 15px 0px;
    line-height: 1.5em;
    text-align:left;
    width: 338px;
}
.pnlUserMessage h3 {
	font-size: 15px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
    margin:0;
    padding:0;
}
.pnlUserMessage p {
    margin:0;
    padding:0;
}
.pnlUserMessage ul {
	margin: 5px 0px;
	padding-left: 15px;
	list-style-type: disc;
}
.pnlUserMessage ul li {
 margin: 0px 0px 2px 0px;
 padding: 2px 0px;
}
.pnlUserMessageSuccess {
    background:#B7EFB7 url(/lib/img/alert-icons/success.gif) no-repeat 5px 5px;
    border:1px solid #98DB98;
    color:#347A34;
}
.pnlUserMessageInformation {
    background:#B7DFEF url(/lib/img/alert-icons/information.gif) no-repeat 5px 5px;
    border:1px solid #8DBFD3;
    color:#21566B;
}
.pnlUserMessageWarning {
    background:#FFF5BF url(/lib/img/alert-icons/warning.gif) no-repeat 5px 5px;
    border:1px solid #FAD955;
    color:#B61010;
}
.pnlUserMessageFail {
    background:#FFC6C8 url(/lib/img/alert-icons/fail.gif) no-repeat 5px 5px;
    border:1px solid #F6ACAE;
    color:#B61010;
}
/* ======================================================================================== FLOAT CONTENT */
.float-left {
 float: left;
}
.clearfloat {
	clear:both;
 height:0;
 font-size: 1px;
 line-height: 0px;
}