@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 { margin: 0; padding: 0; }
img { 
	border: none;
	margin: 0;
	padding: 0;
}

p { padding: 5px 0; }
sup {
	font-size: .65em;
}
.red {
	color: #ff0000;
}
.purple {
	color: #660066;
}
.light-blue {
	color: #0075bf;
}



#container {
	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;
	background: url(../img/graphics/background-container.gif) repeat-y top;
} 
#container 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 {
	background: url(../img/graphics/background_homepage_banner.jpg) no-repeat center;
	padding: 0;
	margin:0;
	height: 181px;
} 
#header #headLinks {
	text-align: right;
	font-size: 18px;
	padding:30px 16px 0 0;
}
#header #headLinks li {
	display: inline;
	padding: 0 0 0 10px;
	margin:0;
}

/* headLinks */
#header #headLinks li a:link, #header #headLinks li a:visited { 
	color: #42a02b; 
	font-weight:bold;
	font-style:italic;
}
#header #headLinks li a:hover {
	color: blue;
}

/* head Buttons */
#header #getHelpNow {
	float: left;
	width: 560px;
	height: 37px;
	margin: 28px 0 0 0;
}
#header #getHelpNow #getHelpButton {
	margin: 0 0 0 160px;
}
#header #getHelpNow #googleTranslate {
	float: left;
	width: 560px;
	margin: 10px 0 0 0;
	padding:0;
}
#header #getHelpNow #google_translate_element {
	background: url(../img/graphics/flags_google-translate.gif) no-repeat 61px 4px;
	padding: 0 0 0 358px;
}
#header #newsletter {
	float: right;
	width: 400px;
	height: 37px;
	margin: 28px 0 0 0;
}
#header #newsletter #newsletterButton {
	margin: 0 0 0 118px;
}
#header #googleSearch {
	float: right;
	margin: 12px 13px 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;
	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;
}
#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; }
#sidebar2 .side-bar-static-ad {
	font-size: 87.5%;
	background: #fffede;
	margin: 10px 0px 10px 1px;
	padding: 10px;
	border: 1px solid #2f8d15;
}
#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;
}

#mainContent {
	margin: 0 320px 50px 160px;
	padding: 10px;
}
#mainContent h1 {
	font-size: 20px;
	color: #308f16;
	font-style: italic;
	padding-bottom: 15px;
}
#mainContent 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 {
	padding-top: 10px;
}
#mainContent h4 {
	padding-top: 10px;
}
#mainContent blockquote {
	font-style: italic;
	margin: 5px 25px;
}

#mainContent ol {
	margin: 5px 0 10px 30px;
}
#mainContent ul {
	margin: 5px 0 10px 25px;
}
#mainContent li {
	margin: 4px 0;
}
#mainContent .readMore, #mainContent .opensWindow {
	text-transform: uppercase;
	font-size: 11px;
	font-style: normal;
	color: #515151;
}
#mainContent a:link,
#mainContent a:visited {
	color: #1b6f00;
}
#mainContent a:hover {
	color: blue;
}
#mainContent h2 a:hover {
	color: #2f8d15;
}
#mainContent .edh {
	font-weight: bold;
	color: #4e52ad;
}
#mainContent .edh span {
	color: #008000;
}

#mainContent .states {
	margin: 0;
	list-style-type: none;
	width: 150px;
	padding-right: 3px;
}
#mainContent .states li {
	margin: 0;
	padding: 0 0 7px 0;
	font-size: 14px;
}
#mainContent .box-highlite-green {
	background: #fffdbb;
	margin: 10px 0px;
	padding: 10px;
	border: 1px solid #2f8d15;
}
#mainContent .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,
#mainContent .box-highlite-green h3 a:visited {
	color: #ffff77;
}
#mainContent .box-highlite-green h3 a:hover {
	color: blue;
}
#mainContent .box-highlite-yellow {
	background: #fffdbb;
	margin: 10px 0px;
	padding: 10px;
	border: 1px solid #2f8d15;
}
#mainContent .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,
#mainContent .box-highlite-yellow h3 a:visited {
	color: #1b6f00;
}
#mainContent .box-highlite-yellow h3 a:hover {
	color: blue;
}
#mainContent .box-standard {
	background: #fff;
	margin: 10px 0px;
	padding: 10px;
	border: 1px solid #c5c5c5;
}
#mainContent .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 {
	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 {
	float: right;
	margin: 0 0 5px 5px;
	border: 1px solid #2f8d15;
}
#mainContent #subNav {
	list-style-type: none;
	text-align: center;
	margin: 0 0 20px 0;
}
#mainContent #subNav li {
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 16px;
	font-weight: bold;
}
#mainContent #subNav a:link,
#mainContent #subNav a:visited {
	color: blue;
}
#mainContent #subNav a:hover {
	color: #1b6f00;
}
#mainContent #articles-page h4 {
	font-style: italic;
}
#mainContent #articles-page p {
	padding: 3px 0 5px 15px;
	font-size: 12px;
}
#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;
}
