* {
	margin: 0 0;
	padding: 0 0;
}

body {
	color: #7f7f7f;
	text-align: center;
	font-family: Segoe UI, Verdana, Geneva, sans-serif;
	font-size: 13px;
	background: #e9dfaf url(/contentImages/default/wrapper_bg.jpg) top center no-repeat;
}


#wrapper {
	margin: 0 auto;
	width: 950px;
	min-height: 900px;
}

#header {
	width: 950px;
	height: 135px;
	background: url(/contentImages/default/header_bg.jpg) top center no-repeat;
}

#header_default {
	width: 950px;
	height: 135px;
	background: url(/contentImages/default/header_default_bg.jpg) top center no-repeat;
}


.logo_link {
	width: 600px;
	height: 135px;
	display: block;
	text-indent: -9999px;
	float: left;
	outline: none;
}

.location_link {
	width: 200px;
	height: 135px;
	display: block;
	text-indent: -9999px;
	float: left;
	outline: none;
}

.contact_link {
	width: 135px;
	height: 135px;
	display: block;
	text-indent: -9999px;
	float: left;
	outline: none;
}

.home_press {
	margin: 40px 0;
}










/* drop down menu */
/*#menu{
	behavior: url(../javascript/csshover.htc)
}*/

#menu {
	width: 950px;
	height:43px;
	margin:0 0 0 0;
	background-image: url(/contentImages/default/menu_bg.jpg)	
}


#nav, #nav ul{
	padding: 0;
	margin: 0;
	list-style:none;
}



ul#nav li{
 float:left;
 position:relative;
}

li#li_nav_about{ width:147px; height:43px; } 
li#li_nav_adopt{ width:127px;  height:43px;} 
li#li_nav_donate{ width:89px; height:43px; }
li#li_nav_education{ width:113px; height:43px; z-index:100 }
li#li_nav_events{ width:92px;  height:43px; z-index:100}
li#li_nav_search { background: url(/contentImages/default/menuSearch.jpg) no-repeat; width:382px;  height:43px;}
li#li_nav_search_home{ background: url(/contentImages/default/menuSearchHome.jpg) no-repeat; width:382px;  height:43px;}

/* menuNAVIGATION*/

a#nav_about{background: url(/contentImages/default/menuAbout.jpg) no-repeat; width:147px; height:43px;  text-indent: -5000px;}
a#nav_about:hover{background: url(/contentImages/default/menuAbout.jpg) no-repeat; width:147px; height:43px;  text-indent: -5000px;}
	
a#nav_adopt{background: url(/contentImages/default/menuAdopt.jpg) no-repeat; width:127px; height:43px;  text-indent: -5000px;}
a#nav_adopt:hover{background: url(/contentImages/default/menuAdopt.jpg) no-repeat; width:127px; height:43px;  text-indent: -5000px;}
	
a#nav_donate{background: url(/contentImages/default/menuDonate.jpg) no-repeat; width:89px; height:43px;  text-indent: -5000px;}
a#nav_donate:hover{background: url(/contentImages/default/menuDonate.jpg) no-repeat; width:89px; height:43px;  text-indent: -5000px;}
	
a#nav_education{background: url(/contentImages/default/menuEducation.jpg) no-repeat; width:113px; height:43px;  text-indent: -5000px;}
a#nav_education:hover{background: url(/contentImages/default/menuEducation.jpg) no-repeat; width:113px; height:43px;  text-indent: -5000px;}
	
a#nav_events{background: url(/contentImages/default/menuEvents.png) no-repeat; width:92px; height:43px;  text-indent: -5000px;}
a#nav_events:hover{background: url(/contentImages/default/menuEvents.png) no-repeat; width:92px; height:43px;  text-indent: -5000px;}
	
a#nav_search{background: url(/contentImages/default/menuSearch.jpg) no-repeat; width:382px; height:43px;  text-indent: -5000px;}
a#nav_search:hover{background: url(/contentImages/default/menuSearch.jpg) no-repeat; width:382px; height:43px; text-indent: -5000px;}

a#nav_search_home{background: url(/contentImages/default/menuSearchHome.jpg) no-repeat; width:382px; height:43px;  text-indent: -5000px;}
a#nav_search_home:hover{background: url(/contentImages/default/menuSearchHome.jpg) no-repeat; width:382px; height:43px; text-indent: -5000px;}


ul#nav a:link, ul#nav a:visited{
 display:block;
 height:43px;
 text-decoration:none;
 /*color:#6F4B47;*/
 color:#FFFFFF;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px; 
 font-weight:normal;
}

* html ul#nav a{
 	width: 100%;
}

/* THIS WAS CAUSING IT NOT TO WORK IN IE

#nav ul{
 display:none;
 position:absolute;
 padding:0;
 z-index:4;
}*/

/*#menu ul.transparent{
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=80);
}*/

#nav ul li a:link, ul#nav li a:visited{
 display:block;
 height:43px;
 text-decoration:none;
 color:#FFFFFF;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px; 
 font-weight:bold;
 /*padding: 10px 10px 10px 10px;*/
}

#nav ul li{
 background-color: #1D75B5;
 height: 30px;
 width: 200px;
 padding:5px 0 1px 0;
}

#nav li:hover {
 
}

#nav li:hover ul{
 display:block;
}

#nav ul li:first-child{
	padding-top:5px;
}

#nav ul li:last-child{
	/*padding-bottom:5px;*/
}

#menu ul.transparent{
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=80);
}


* html #nav ul {
	top: 43;
	left: -200px;
}

/***** end drop down menu */
	
	
	
	
/*** NAV

div#menu {
	width:620px;
	height:40px;
	float:right;
	margin-top:149px;}
ul#nav {
	list-style-type:none;
	width:620px;
	height:40px;}
#nav li.firstlevel {
	height:40px;
	float:left;}
#nav li.firstlevelend {
	height:40px;
	float:left;}
li.firstlevel a {
	display:block;
	height:40px;
	text-indent:-9999px;}
li.firstlevelend a {
	display:block;
	height:40px;
	text-indent:-9999px;}
li.firstlevel a:hover {
	}
li.firstlevelend a:hover {
	}
li.secondlevel a {
	text-indent:0;
	height:auto;}
	
a#navAdministration {background:url(/contentImages/default/navAdministration.gif) no-repeat; width:126px;}
a#navAdministration:hover {background:url(/contentImages/default/navAdministration.gif) no-repeat;}

a#navFaq {background:url(/contentImages/default/navFaq.gif) no-repeat; width:67px;}
a#navFaq:hover {background:url(/contentImages/default/navFaq.gif) no-repeat;}

a#navContact {background:url(/contentImages/default/navContact.gif) no-repeat; width:99px;}
a#navContact:hover {background:url(/contentImages/default/navContact.gif) no-repeat;}

a#navFacts {background:url(/contentImages/default/navFacts.gif) no-repeat; width:91px;}
a#navFacts:hover {background:url(/contentImages/default/navFacts.gif) no-repeat;}

a#navForms {background:url(/contentImages/default/navForms.gif) no-repeat; width:61px;}
a#navForms:hover {background:url(/contentImages/default/navForms.gif) no-repeat;}

a#navCatalog {background:url(/contentImages/default/navCatalog.gif) no-repeat; width:74px;}
a#navCatalog:hover {background:url(/contentImages/default/navCatalog.gif) no-repeat;}

a#navCourses {background:url(/contentImages/default/navCourses.gif) no-repeat; width:102px;}
a#navCourses:hover {background:url(/contentImages/default/navCourses.gif) no-repeat;}

 END NAV **/

















#container {
	width: 950px;
	min-height: 720px;
	background: #FFFFFF url(/contentImages/default/container_bg.jpg) top center repeat-y;
	/*padding-bottom: 20px;*/
}



#leftside {
	width: 658px;
	height: auto;
	float: left;
	text-align: left;
}

#flash_placeholder {
	width: 658px;
	height: 274px;
}

#subheader {
	width: 658px;
	height: 72px;

}


#rightside {
	width: 292px;
	height: auto;
	float: right;
}



#signup {
	width: 292px;
	height: 126px;
	background: url(/contentImages/default/home_signup.jpg) top center no-repeat;
}

#donate {
	width: 292px;
	height: 136px;
	background: url(/contentImages/default/home_donate.jpg) top center no-repeat;
}


#signup_default {
	width: 292px;
	height: 126px;
	background: url(/contentImages/default/subpage_signup.jpg) top center no-repeat;
}

#donate_default {
	width: 292px;
	height: 136px;
	background: url(/contentImages/default/subpage_donate.jpg) top center no-repeat;
}

.signup_link {
	width: 292px;
	height: 126px;
	display: block;
	text-indent: -9999px;
	outline: none;
}


.donate_link {
	width: 292px;
	height: 136px;
	display: block;
	text-indent: -9999px;
	outline: none;
}

.signup_default_link {
	width: 292px;
	height: 126px;
	display: block;
	text-indent: -9999px;
	outline: none;
}


.donate_default_link {
	width: 292px;
	height: 136px;
	display: block;
	text-indent: -9999px;
	outline: none;
}

#take_action {
	width: 292px;
	min-height: 378px;
	background: #e2f7b1 url(/contentImages/default/home_green.jpg) top center no-repeat;
}

#content {
	text-align: left;
	/*width: 658px;*/
}

#content_inner {
		padding: 40px 50px 40px 50px;
}


ul {
	/*padding-left: 60px;*/
}

p {
	margin-bottom: 20px;
}

a, a:active, a:visited {
	color: #645a2d;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #645a2d;
	text-decoration: underline;
	outline: none;
}

form input {
	padding: 3px 3px 3px 3px;
	margin: 3px 3px 3px 3px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 18px;
}

#footer {
	margin: 0 auto;
	width: 960px;
	text-align: center;
	padding-top: 20px;
	color: #645a2d;
}

table, form {
	font-family: Segoe UI, Verdana, Geneva, sans-serif;
	font-size: 13px;
}

#search_form {
	float: right;
}

#search_form input#searchkey {
	width: 120px;
	margin-top: 9px;
	height: 22px;
}

#search_form input#searchbtn {
	margin-top: 6px;
	}
	
ul.content_list {
	padding-left: 40px;
	padding-top: 10px;
}


.newsHeadline h3{
	color:#877447;
	margin-left:15px;
}

#flash_holder{
height:419px;
margin:-382px 0 0 425px;
position:absolute;
width:384px;
clear:left;
}

*/ #various1{display:none} */
