@charset "utf-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	font:0.9em Verdana, Arial, Helvetica, sans-serif;
}
body {
	/*background-color:#006600;*/
	background-image:url(../images/body.gif);
	background-position:top left;
	background-repeat:repeat;
	overflow-y:scroll;
}
#main {
	width:95%;
	min-width:1024px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	border:none;
}
#main #menu_l a[href^="http:"], #content a[href^="http:"], #menu_r a[href^="http:"] {
	outline:none;
	padding-right:16px;
	background-image:url(../images/link_grn.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
#main #menu_l a[href*="maineherp.org"], #content a[href*="maineherp.org"] {
	outline:none;
	border-bottom:1px dashed;
	text-decoration:none;
	background-image:none;
	padding:0;
}
#main #menu_l a[target^="_blank"], #menu_r a[target^="_blank"] {
	border-bottom:1px dashed;
	text-decoration:none;
}
#main #content a[href$=".pdf"] {
	outline:none;
	padding-right:16px;
	background-image:url(../images/pdf.gif);
	background-position:right;
	background-repeat:no-repeat;
}
#main #content a[href$=".doc"] {
	outline:none;
	padding-right:16px;
	background-image:url(../images/doc_icon.gif);
	background-position:right;
	background-repeat:no-repeat;
}
#main #content a[href$=".txt"] {
	outline:none;
	padding-right:16px;
	background-image:url(../images/txt_icon.gif);
	background-position:right;
	background-repeat:no-repeat;
}
#main #content a[href^="http:"][href$=".txt"] {
	outline:none;
	padding-right:32px;
	background-image:url(../images/external_txt_link.gif);
	background-position:right;
	background-repeat:no-repeat;
}
#main #content a[href^="http:"][href$=".doc"] {
	outline:none;
	padding-right:32px;
	background-image:url(../images/external_doc_link.gif);
	background-position:right;
	background-repeat:no-repeat;
}
#main #content a[href^="http:"][href$=".pdf"] {
	outline:none;
	padding-right:32px;
	background-image:url(../images/external_pdf_link.gif);
	background-position:right;
	background-repeat:no-repeat;
}
#main #content a[target^="_blank"] {
	border-bottom:1px dashed;
	text-decoration:none;
}
#main #content a[target^="_blank"]:hover {
	text-decoration:none;
	border-bottom:1px dashed;
}
#main #left {
	width:15px;
	padding:0px;
	margin:0px;
	background-image:url(../images/left.gif);
	background-position:top;
	background-repeat:repeat-y;
}
#main td.logo {
	text-align:center;
	padding-top:4px;
	padding-bottom:4px;
	margin:0;
}
#main .logo a {
	outline:none;
}
#main .logo a img  {
	text-decoration:none;
	border:0;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	opacity:.8;
}
#main .logo a img:hover {
	opacity:1;
}
#main #header {
	text-align:center;
	height:142px;
	color:#006600;
	padding-top:4px;
}
#main #header a {
	outline:none;
}
#main #header a img {
	border:none;
	text-decoration:none;
	padding:0;
	margin:0;
	outline:none;
}
#main #right {
	margin:0px;
	padding:0px;
	width:15px;
	background-image:url(../images/right.gif);
	background-position:top;
	background-repeat:repeat-y;
}
#main #menu {
	border:1px solid #006600;
	background-image:url(../images/tabrightE.gif);
	background-position:left top;
	background-repeat:repeat-x;
	height:10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#main #menu_l {
	width:18%;
	vertical-align:top;
	text-align:center;
	padding:4px;
	font-size:0.8em;
	line-height:1.5em;
}
#main #menu_l span.header {
	font-size:1.1em;
	color:#CC0000;
	font-weight:bold;
	border-bottom:1px solid;
	text-decoration:none;
}
#main #menu_l hr {
	border:1px solid #006600;
	width:80%;
}
#main #menu_l br {
	line-height:.5em;
}
#main #menu_l span.int {
	cursor:pointer;
	border-bottom:1px solid;
	text-decoration:none;
	color:#006600;
}
#main #menu_l span.int:hover {
	color:#009900;
}
#main #menu_l span.ext {
	cursor:pointer;
	border-bottom:1px dashed;
	color:#006600;
}
#main #menu_l span.ext:hover {
	color:#009900;
}
#main #menu_l div.even {
	border-left:1px solid #E4E4E4;
	border-top:1px solid #E4E4E4;
	border-right:1px solid #333333;
	border-bottom:1px solid #333333;
	margin-top:.5em;
	padding:4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#main #menu_l div.odd {
	border-left:1px solid #E4E4E4;
	border-top:1px solid #E4E4E4;
	border-right:1px solid #333333;
	border-bottom:1px solid #333333;
	margin-top:.5em;
	padding:4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#main #menu_l a {
	color:#006600;
	border-bottom:1px solid;
	text-decoration:none;
	line-height:1.5em;
	outline:none;
}
#main #menu_l a:hover {
	text-decoration:none;
	color:#009900;
}
#main #menu_l h4 {
	color:#006600;
	margin-bottom:.5em;
	font-size:1.2em;
	text-decoration:underline;
	text-shadow:2px 2px 2px #999999;
}
#main #content {
	vertical-align:top;
	text-align:left;
	padding:1em;
	font-size:0.9em;
	background-image:url(../images/mhs_new.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}
#main #content a {
	color:#006600;
	border-bottom:1px solid;
	text-decoration:none;
	outline:none;
}
#main #content a:hover {
	border-bottom:1px solid;
	text-decoration:none;
	color:#009900;
}
#main #content a img  {
	border:0;
	text-decoration:none;
}
#main #content a img:hover {
	border:0;
	text-decoration:none;
}
#main #content img.content {
	border:1px solid #000000;
	width:90%;
	margin-left:auto;
	margin-right:auto;
}
#main #content img.native_species {
	/*width:200px;
	height:150px;*/
	border-left:1px solid #006600;
	border-top:1px solid #006600;
	border-right:2px solid #006600;
	border-bottom:2px solid #006600;
}
#main #content img.native_species:hover {
	cursor:pointer;
}
#main #content h2 {
	text-align:center;
}
#main #content h4 {
	width:100%;
	font-size:1.2em;
	border-bottom:2px solid #000000;
	border-right:2px solid #000000;
	margin-left:-0.5em;
	padding-left:0.5em;
	text-shadow:2px 2px 2px #999999;
	-moz-border-radius: 0px 0px 5px 0px;
	-webkit-border-radius: 0px 0px 5px 0px;
}
#main #content h4 a  {
	color:#000000;
	text-decoration:none;
	cursor:text;
}
#main #content h4 a:hover {
	text-decoration:none;
	cursor:text;
}
#main #content h4 a span.news, span.news:active {
	color:#000000;
	font-size:0.9em;
	text-decoration:none;
	cursor:pointer;
}
#main #content h4 a span.news:hover {
	color:#009900;
	text-decoration:none;
	cursor:pointer;
}
#main #content ul {
	margin-left:-2em;
}
#main #content ul li {
	margin-left:2em;
	list-style-image:url(../images/list-style.gif);
	margin-top:0.5em;
}
#main #content a.js {
}
#main #content a.js:hover {
	cursor:pointer;
}
#main #content #news {
	width:100%;
	margin-bottom:3em;
}
#main #content #news a[href^="http:"] {
	outline:none;
	padding-right:16px;
	background-image:url(../images/link_grn.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
#main #content #news a[href^="http:"][href*="maineherp.org"] {
	outline:none;
	border-bottom:1px dashed;
	background-image:none;
	padding:0px;
}
#main #content div.active_news {
	width:100%;
	margin-bottom:3em;
}
#main #content #adoptions {
	width:100%;
	border:none;
	margin:0;
}
#main #content #adoptions tr td {
	text-align:center
}
#main #content #adoptions td.even {
	border-right:1px solid #006600;
	text-align:center;
	padding:4px;
}
#main #content #adoptions td.odd {
	border-right:1px solid #006600;
	text-align:center;
	padding:4px;
}
#main #content #adoptions img.adopt_me {
	border:1px solid #006600;
	width:100px;
}
#main #content #adoptions img.adopt_me:hover {
	cursor:pointer;
}
#main #menu_r {
	width:18%;
	vertical-align:top;
	text-align:center;
	padding:4px;
	padding-top:2em;
	font-size:0.8em;
	line-height:1.5em;
}
#main #menu_r span.header {
	font-size:1.1em;
	color:#CC0000;
	font-weight:bold;
	border-bottom:1px solid;
	text-decoration:none;
}
#main #menu_r hr {
	border:1px solid #006600;
	width:80%;
}
#main #menu_r br {
	line-height:.5em;
}
#main #menu_r span.int {
	cursor:pointer;
	border-bottom:1px solid;
	text-decoration:none;
	color:#006600;
}
#main #menu_r span.int:hover {
	color:#009900;
}
#main #menu_r span.ext {
	cursor:pointer;
	border-bottom:1px dashed;
	color:#006600;
}
#main #menu_r span.ext:hover {
	color:#009900;
}
#main #menu_r div.even {
	border-left:1px solid #E4E4E4;
	border-top:1px solid #E4E4E4;
	border-right:1px solid #333333;
	border-bottom:1px solid #333333;
	margin-top:.5em;
	padding:4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#main #menu_r div.odd {
	border-left:1px solid #E4E4E4;
	border-top:1px solid #E4E4E4;
	border-right:1px solid #333333;
	border-bottom:1px solid #333333;
	margin-top:.5em;
	padding:4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#main #menu_r a {
	color:#006600;
	/*border-bottom:1px solid;*/
	text-decoration:none;
	line-height:1.5em;
	outline:none;
}
#main #menu_r a:hover {
	text-decoration:none;
	color:#009900;
}
#main #menu_r a img {
	border:none;
	opacity:0.8;
	text-decoration:none;
	background:none;
}
#main #menu_r a img:hover {
	border:none;
	opacity:1;
	text-decoration:none;
}
#main #menu_r h4 {
	color:#006600;
	margin-bottom:.5em;
	font-size:1.2em;
	text-decoration:underline;
	text-shadow:2px 2px 2px #999999;
}
#main #footer_l {
	border-top:1px solid #000000;
	text-align:center;
}
#main #footer_l img {
	border:0;
	width:80px;
	height:15px;
	margin:2px;
}
#main #footer_l a {
	color:#006600;
	text-decoration:none;
	outline:none;
}
#main #footer_l a:hover {
	color:#009900;
	text-decoration:none;
}
#main #footer_l a img  {
	border:0;
	opacity:.8;
}
#main #footer_l a img:hover {
	border:0;
	opacity:1;
}
#main #footer {
	text-align:center;
	height:1em;
	font:0.7em Verdana, Arial, Helvetica, sans-serif;
	border-top:1px solid #000000;
	vertical-align:middle;
	padding-bottom:2px;
}
#main #footer img {
	border:0;
	width:80px;
	height:15px;
	margin:4px;
}
#main #footer a[href^="http:"] {
	outline:none;
	padding-right:14px;
	background-image:url(../images/link_grn.jpg);
	background-position:right;
	background-repeat:no-repeat;
	text-decoration:none;
	border-bottom:1px dashed;
}
#main #footer a[href^="http:"]:hover {
	outline:none;
	padding-right:14px;
	background-image:url(../images/link_grn.jpg);
	background-position:right;
	background-repeat:no-repeat;
	text-decoration:none;
	border-bottom:1px dashed;
}
#main #footer a {
	color:#006600;
	border-bottom:1px solid;
	text-decoration:none;
	outline:none;
}
#main #footer a:hover {
	color:#009900;
	border-bottom:1px solid;
	text-decoration:none;
}
#main #footer a img  {
	border:0;
}
#main #footer a img:hover {
	border:0;
}
#main #footer_r {
	border-top:1px solid #000000;
	text-align:center;
}
#main #footer_r img {
	border:0;
	width:80px;
	height:15px;
	margin:2px;
}
#main #footer_r a  {
	color:#006600;
	text-decoration:none;
	outline:none;
}
#main #footer_r a:hover {
	color:#009900;
	text-decoration:none;
}
#main #footer_r a img  {
	border:0;
	opacity:.75;
}
#main #footer_r a img:hover {
	border:0;
	opacity:1;
}
/* Begin Menu */
#menu #tabsE {
	float:left;
	text-align:center;
	width:100%;
	font-size:.7em;
	font-weight:bold;
	line-height:1.2em;
	background-image:url(../images/tabtabrightE.gif);
	background-position:left;
	background-repeat:repeat-x;
}
#menu #tabsE ul {
	margin:0;
	margin-left:1em;
	padding:0 0 0 0;
	list-style:none;
	background-image:url(../images/tabtabrightE.gif);
	background-position:left;
	background-repeat:repeat-x;
}
#menu #tabsE li {
	display:inline;
	margin:0;
	padding:0;
}
#menu #tabsE a {
	float:left;
	background: url(../images/tableftE.gif) no-repeat left top;
	padding:0 0 0 0;
	text-decoration:none;
	border-right:1px solid #ffffff;
	border-left:1px solid #ffffff;
	margin-left:-1px;
	outline:none;
	text-shadow:2px 2px 2px #000000;
}
#menu #tabsE a span {
	float:left;
	display:block;
	background:url(../images/tabrightE.gif) no-repeat right top;
	padding:5px 10px 5px 10px;
	color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
    #menu #tabsE a span {
	float:none;
}
/* End IE5-Mac hack */
    #menu #tabsE a:hover span {
	color:#FFF;
}
#menu #tabsE a:hover {
	background-position:0% -42px;
}
#menu #tabsE a:hover span {
	background-position:100% -42px;
}  
/* End Menu */