@charset "utf-8";
body {
	font: 14px Arial, Helvetica, sans-serif;
	background: #fffb8d;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #000;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,li,blockquote,dl,dd,dt { margin: 0; padding: 0; }
img { 
	border: none;
	margin: 0;
	padding: 0;
}
p { padding: 5px 0; }
dl {
	margin: 1em 0 .5em 0;
}
dt {
	font-weight: bold;
}
dd {
	margin: .2em 0 .7em 1em;
}
sup {
	font-size: .65em;
}
.red {
	color: #ff0000;
}
.green {
	color: #2f8d15;
}
.purple {
	color: #660066;
}
.light-blue {
	color: #0075bf;
}
.img-right {
	float: right;
	margin: 0 0 5px 10px;
}
.edh {
	font-weight: bold;
	color: #4e52ad;
}
.edh span {
	color: #008000;
}
.ad-disclosure {
	font-size: 11px;
	text-align: center;
	line-height: 1em;
	color: #999;
	margin: -11px 0px 3px 0px;
	padding: 0px;
}
.tc-listing {
	margin-top: 15px;
	border-top: 1px dotted #090;
	clear:both;
}
.tc-listing img {
	float: right;
	margin: 15px 0 10px 20px;
}
.button-yellow, input.form-button {
	color: #4a4ea4;
	text-decoration: none;
	margin: .25em 1em;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #42a02b;
	background: #f9e14a; /* old browsers */
	background: -moz-linear-gradient(top, #fdf467 0%, #dcc84c 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdf467), color-stop(100%,#dcc84c)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdf467', endColorstr='#dcc84c',GradientType=0 ); /* ie */
}
input.form-button {
	font-weight: bold;
	display: block;
	font-size: 16px;
	padding: .5em;
	width: 200px;
	margin: .25em auto;
}
a.button:link, a.button:visited {
	text-decoration:none;
}
.button-yellow:hover, input.form-button:hover {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background: #000; /* old browsers */
	background: -moz-linear-gradient(top, #fefbca 0%, #f9e14a 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefbca), color-stop(100%,#f9e14a)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefbca', endColorstr='#f9e14a',GradientType=0 ); /* ie */
}
.button-yellow p {
	text-align: center;
	font-weight: bold;
	padding: .75em;
	margin: 0;
}
#container, #containerLibrary {
	width: 960px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto 20px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: none;
	border-right: 1px solid #c5c5c5;
	border-left: 1px solid #c5c5c5;
	border-bottom: 1px solid #c5c5c5;
} 
#container { background: url(../img/graphics/background-container.gif) repeat-y top; }
#containerLibrary { background: url(../img/graphics/background-container-library.gif) repeat-y top; }
#container h3.tag, #containerLibrary h3.tag {
	background: url(../img/graphics/background-h3-yellow.gif) repeat-x center center;
	color: #1b6f00;
	border-bottom: 1px solid #c5c5c5;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	padding-top: 3px;
	padding-bottom: 3px;
}
#header .home-link, #headerLibrary .home-link {
	margin: 0 0 0 59px;
}
#header, #headerLibrary {
	background: url(../img/graphics/banner-background.jpg) no-repeat center;
	position: relative;
	padding: 0;
	margin:0;
	height: 181px;
}
#header #headLinks, #headerLibrary #headLinks {
	float: right;
	text-align: right;
	font-size: 18px;
	padding:20px 20px 0 0;
}
#header #headLinks li, #headerLibrary #headLinks li {
	padding: 0 0 10px;
	margin:0;
	list-style: none;
	display: block;
}
#header #headLinks li a:link, #header #headLinks li a:visited, #headerLibrary #headLinks li a:link, #headerLibrary #headLinks li a:visited { 
	color: #42a02b; 
	font-weight:bold;
	font-style:italic;
}
#header #headLinks li a:hover, #headerLibrary #headLinks li a:hover {
	color: blue;
}
/* head Buttons */
#header #getHelpNow, #headerLibrary #getHelpNow {
	float: left;
	width: 529px;
	height: 64px;
	margin: 0 0 0 59px;
	background: url(../img/graphics/site-search.gif) no-repeat right;
}
#header #googleSearch, #headerLibrary #googleSearch {
	float:right; 
	width:285px;
	margin: 19px 16px 0 0;
	padding:0;
}
#mainNavigation {
	list-style-type: none;
	border-top: 1px solid #c5c5c5;
	border-bottom: 1px solid #c5c5c5;
	height: 41px;
	padding: 0;
	margin: 0;
}
#mainNavigation li {
	display: inline;
	float:left;
	height: 41px;
	padding: 0;
	margin: 0;
}
#sidebar1 {
	float: left;
	width: 160px;
	padding: 0;
}
#sidebar1 h3 {
	color: #FFF;
	text-align: center;
	background: url(../img/graphics/background-h3-green.gif) repeat-x center center;
	font-size: 18px;
	lineheight: 18px;
	padding: 5px 10px 8px 10px;
}
#sidebar1 h3 a:link,
#sidebar1 h3 a:visited {
	color: #fff;
	text-decoration:none;
}
#sidebar1 h3 a:hover {
	color:#FF0;
	text-decoration:none;
}
#sidebar1 h4 {
	font-style: italic;
	font-size: 1.1em;
	text-align: center;
	padding: 15px 5px 0px;
	margin-bottom: -5px;
}
#sidebar1 ul {
	list-style-type: none;
	margin-top: 10px;
	font-size: 14px;
}
#sidebar1 li { 
	padding: 3px 10px 7px 10px; 
}
#sidebar1 li.current {
	background: #cbff96 url(../img/graphics/current.gif) no-repeat right center;
	margin-right: -1px;
}
#sidebar1 ul ul {
	margin: 0 0 0 10px;
}
#containerLibrary #sidbar2 {
	display:none;
}
#container #sidebar2 {
	float: right;
	width: 300px;
	padding: 10px;
}
#sidebar2 img {
	margin: 0 0 10px 0;
}
#sidebar2 #google-rss { margin: 10px -10px 10px -9px; padding: 0 0 5px 5px; background-color: #ddd; border-bottom: 1px solid #c5c5c5; border-top: 1px solid #c5c5c5; }
#containerLibrary .side-bar-static-ad {
	display:none;
}
#containerLibrary .edsl {
	display:none;
}
#sidebar2 .side-bar-static-ad {
	font-size: 87.5%;
	background: #fffede;
	margin: 10px 0px 10px 1px;
	padding: 10px;
	border: 1px solid #2f8d15;
}
#sidebar2 .googleTranslate {
	padding: 10px 0 0 0;
}
#containerLibrary .side-bar-static-ad .banner-ad {
	display:none;
}
#sidebar2 div {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#sidebar2 h3 {
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
#sidebar2 .side-bar-static-ad .banner-ad {
	float: right;
	margin: 0 0 5px 5px;
	border: 1px solid #2f8d15;
}
#sidebar2 .side-bar-static-ad h3 {
	background: url(../img/graphics/background-h3-yellow.gif) repeat-x center center;
	color: #1b6f00;
	text-align: center;
	font-style: italic;
	border-bottom: 1px solid #2f8d15;
	margin: -10px -10px 0 -10px;
	padding: 4px 10px 6px 10px;
}
#sidebar2 .side-bar-static-ad h3 a:link,
#sidebar2 .side-bar-static-ad h3 a:visited {
	color: #1b6f00;
}
#sidebar2 .side-bar-static-ad h3 a:hover {
	color: blue;
}
#sidebar2 .side-bar-static-ad ul {
	margin-left: 10px;
}
#sidebar2 .side-bar-static-ad ul li {
	margin-top: 4px;
	margin-bottom: 4px;
}
#sidebar2 div.edsl {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #305603;
	background: #4ABA1F; /* old browsers */
	background: -moz-linear-gradient(top, #4ABA1F 0%, #297E0C 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4ABA1F), color-stop(100%,#297E0C)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ABA1F', endColorstr='#297E0C',GradientType=0 ); /* ie */
}
#sidebar2 .socialLinks img {
	margin-right: 2px;
	margin-left: 2px;
}
#sidebar2 div.edsl h3 {
	text-shadow: 0px 0px 3px #287010, 0px 0px 3px #287010;
	margin:0;
	padding:.75em;
	font-size:1.75em;
	text-align:center;
}
#sidebar2 div.edsl h3 a:link,
#sidebar2 div.edsl h3 a:visited {
	color:#ffff77;
}
#sidebar2 div.edsl h3 a:hover {
	color: #fff;
	text-decoration:none;
}
#mainContent {
	margin: 0 320px 50px 160px;
	padding: 10px;
}
#mainContentLibrary {
	margin: 0 0 50px 160px;
	padding: 10px;
}
#mainContent h1, #mainContentLibrary h1 {
	font-size: 20px;
	color: #308f16;
	font-style: italic;
	padding-bottom: 15px;
}
#mainContent h2, #mainContentLibrary h2 {
	background: url(../img/graphics/background-h2-yellow.gif) repeat-x center center;
	color: #2f8d15;
	font-size: 20px;
	font-style: italic;
	margin: 5px -10px 5px -9px;
	padding: 4px 10px 6px 10px;
}
#mainContent h3, #mainContentLibrary h3 {
	padding-top: 10px;
}
#mainContent h4, #mainContentLibrary h4 {
	padding-top: 10px;
}
#mainContent blockquote, #mainContentLibrary blockquote {
	font-style: italic;
	margin: 5px 25px;
}
#mainContent ol, #mainContentLibrary ol {
	margin: 5px 0 10px 30px;
}
#mainContent ul, #mainContentLibrary ul {
	margin: 5px 0 10px 25px;
}
#mainContent li, #mainContentLibrary li {
	margin: 4px 0;
}
#mainContent .readMore, #mainContent .opensWindow, #mainContentLibrary .readMore, #mainContentLibrary .opensWindow {
	text-transform: uppercase;
	font-size: 11px;
	font-style: normal;
	color: #515151;
}
#mainContent a:link,
#mainContentLibrary a:link,
#mainContent a:visited,
#mainContentLibrary a:visited {
	color: #1b6f00;
}
#mainContent a:hover,
#mainContentLibrary a:hover {
	color: blue;
}
#mainContent h2 a:hover,
#mainContentLibrary h2 a:hover {
	color: #2f8d15;
}
#mainContent .states,
#mainContentLibrary .states {
	margin: 0;
	list-style-type: none;
	width: 150px;
	padding-right: 3px;
}
#mainContent .states li,
#mainContentLibrary .states li {
	margin: 0;
	padding: 0 0 7px 0;
	font-size: 14px;
}
#mainContent ul.international {
	list-style: none;
	font-size: 150%;
	font-style: italic;
	margin: 0.5em 0px;
	padding: 0px;
}

#mainContent ul.international li {
	font-weight: bold;
	margin-top: .2em;
	margin-bottom: .2em;
}
#mainContent .box-highlite-green,
#mainContentLibrary .box-highlite-green {
	background: #fffdbb;
	margin: 10px 0px;
	padding: 10px;
	border: 1px solid #2f8d15;
}
#mainContent .box-highlite-green h3,
#mainContentLibrary .box-highlite-green h3 {
	background: url(../img/graphics/background-h3-green.gif) repeat-x center center;
	color: #ffff77;
	font-style: italic;
	font-size: 18px;
	margin: -10px -10px 0 -10px;
	padding: 4px 10px 6px 10px;
}
#mainContent .box-highlite-green h3 a:link,
#mainContentLibrary .box-highlite-green h3 a:link,
#mainContent .box-highlite-green h3 a:visited,
#mainContentLibrary .box-highlite-green h3 a:visited {
	color: #ffff77;
}
#mainContent .box-highlite-green h3 a:hover,
#mainContentLibrary .box-highlite-green h3 a:hover {
	color: blue;
}
#mainContent .box-highlite-yellow,
#mainContentLibrary .box-highlite-yellow {
	background: #fffdbb;
	margin: 10px 0px;
	padding: 10px;
	border: 1px solid #2f8d15;
}
#mainContent .box-highlite-yellow h3,
#mainContentLibrary .box-highlite-yellow h3 {
	background: url(../img/graphics/background-h3-yellow.gif) repeat-x center center;
	color: #1b6f00;
	font-style: italic;
	font-size: 18px;
	border-bottom: 1px solid #2f8d15;
	margin: -10px -10px 0 -10px;
	padding: 4px 10px 6px 10px;
}
#mainContent .box-highlite-yellow h3 a:link,
#mainContentLibrary .box-highlite-yellow h3 a:link,
#mainContent .box-highlite-yellow h3 a:visited,
#mainContentLibrary .box-highlite-yellow h3 a:visited {
	color: #1b6f00;
}
#mainContent .box-highlite-yellow h3 a:hover,
#mainContentLibrary .box-highlite-yellow h3 a:hover {
	color: blue;
}
#mainContent .box-standard,
#mainContentLibrary .box-standard {
	background: #fff;
	margin: 10px 0px;
	padding: 10px;
	border: 1px solid #c5c5c5;
}
#mainContent .box-standard h3,
#mainContentLibrary .box-standard h3 {
	color: #000;
	font-style: italic;
	font-size: 18px;
	border-bottom: 1px solid #c5c5c5;
	margin: -10px -10px 0 -10px;
	padding: 4px 10px 6px 10px;
}
#mainContent .platinum-sponsor,
#mainContentLibrary .platinum-sponsor {
	color: #4e52ad;
	font-weight: bold;
	font-style:italic;
	background: url(../img/graphics/sponsor-platinum.gif) no-repeat left 8px;
	padding-left: 65px;
}
#mainContent .banner-ad,
#mainContentLibrary .banner-ad {
	float: right;
	margin: 0 0 5px 5px;
	border: 1px solid #2f8d15;
}
#mainContent #subNav,
#mainContentLibrary #subNav {
	list-style-type: none;
	text-align: center;
	margin: 0 0 20px 0;
}
#mainContent #subNav li,
#mainContentLibrary #subNav li {
	display: inline;
	margin-right: 8px;
	margin-left: 8px;
	font-size: 16px;
	font-weight: bold;
}
#mainContent #subNav a:link,
#mainContentLibrary #subNav a:link,
#mainContent #subNav a:visited,
#mainContentLibrary #subNav a:visited {
	color: blue;
}
#mainContent #subNav a:hover,
#mainContentLibrary #subNav a:hover {
	color: #1b6f00;
	text-align: right;
}
#mainContent #articles-page h4,
#mainContentLibrary #articles-page h4 {
	font-style: italic;
}
#mainContent #articles-page p,
#mainContentLibrary #articles-page p {
	padding: 3px 0 5px 15px;
	font-size: 12px;
}
#mainContent .international-header {
	background-image: no-repeat left bottom;
	height: 200px;
	position: relative;
}
#mainContent .international-header h1 {
	padding: 8px;
	margin: 0;
	background: transparent url(../img/graphics/white-60.png); /* PNG is for IE */
	background: rgba(255, 255, 255, 0.7) none; /* this line replicates the above for correct browsers */
}
#mainContent .international-header #subNav {
	background: transparent url(../img/graphics/white-60.png); /* PNG is for IE */
	background: rgba(255, 255, 255, 0.7) none; /* this line replicates the above for correct browsers */
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 460px;
	padding: 5px 0px;
	margin: 0px;
}
#footer {
	border-top: 1px solid #c5c5c5;
	padding: 10px 20px;
	background:#DDDDDD;
	font-size: 12px;
}
#footer ul {
	list-style-type: none;
	text-align: center;
	padding-bottom: 5px;
}
#footer li {
	display: inline;
	padding: 0 4px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
 height:0;
 font-size: 1px;
 line-height: 0px;
}

/* forms */
.contact-form1 {
	position: absolute;
	left: -1000px;
	top: -1000px;
}
.contact-form1 .con-bold {
}
.contact-form1 .con-listing {
	position: absolute;
	left: -1000px;
	top: -1000px;
}
.contact-form1 .con-name {
}
.contact-form1 .con-address {
}
.contact-form1 .con-phone {
}
.contact-form1 .con-email {
}
.contact-form1 .con-message {
}
.contact-form1 .con-submit {
}

.contact-fake {
}
.contact-fake .con-bold {
}
.contact-fake .con-listing {
	position: absolute;
	left: -1000px;
	top: -1000px;
}
.contact-fake .con-name {
}
.contact-fake .con-address {
}
.contact-fake .con-phone {
}
.contact-fake .con-email {
}
.contact-fake .con-message {
}
.contact-fake .con-submit {
}

.contact-form2 {
	position: absolute;
	left: -1000px;
	top: -1000px;
}
.contact-form2 .con-bold {
}
.contact-form2 .con-listing {
}
.contact-form2 .con-name {
}
.contact-form2 .con-address {
}
.contact-form2 .con-phone {
}
.contact-form2 .con-email {
}
.contact-form2 .con-message {
}
.contact-form2 .con-submit {
}
.search-box {
	background-image: url(../img/graphics/search-background.gif);
	background-repeat: no-repeat;
	background-position: center 50px;
	padding: 0 4px;
}

