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

hr {
     text-align:center;
     margin-left:auto;
     margin-right:auto; 
     margin-top: 15px;
     margin-bottom: 15px;
     color:#ffffff;
     width:90%;
}
body {
	font-family: Lucida Sans;
	font-size: 10px;
	/*background-color: #C1E0FF;*/	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/** NAVIGATION **/
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	font-family: Lucida Sans;
	font-size: 12px;
	font-weight: bold;
}

#nav a {
	display: block;
	background-color: #000066;
	padding: 0.5em 0.75em;
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover, #nav a:focus{
	background-color: #4c96d3;
	color: #FFF;
}

#nav li { /* all list items */
	float: left;
	width: 151px; /* width needed or else Opera goes nuts */
}
#nav li.nav_home, #nav li.nav_home a{
	width:55px;
}
#nav li.nav_adoptdog ,#nav li.nav_adoptdog a{
	width:123px;
}
#nav li.nav_links, #nav li.nav_links a{
	width:54px;
}
#nav li.nav_news, #nav li.nav_news a{
	width:128px;
}
#nav li.nav_app ,#nav li.nav_app a{
	width:163px;
}
#nav li.nav_volunteer, #nav li.nav_volunteer a{
	width:86px;
}
#nav li.nav_donate, #nav li.nav_donate a{
	width:70px;
}
#nav li.nav_contact, #nav li.nav_contact a{
	width:93px;
}
#nav li.nav_ht, #nav li.nav_ht a{
	width:95px;
}
#nav li.nav_rt, #nav li.nav_rt a{
	width:107px;
	overflow:hidden;
}

#nav li ul{ /* second-level lists */
	position: absolute;
	width: 151px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	font-family: Lucida Sans;
	font-size: 11px;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
/** END NAVIGATION **/

td,th {
	font-family: Lucida Sans;
}
.header_bkgd {
	background-image: url(../images/pages/header1.jpg);
	background-repeat: no-repeat;
}	
.table_body {
	background-image: url(../images/pages/watermark.png);
	background-repeat: repeat;
}	
.calendar {
	font-size: 12px;
	font-weight: bold;
	font-family: Lucida Sans;
}
.calendar1 {
	font-size: 12px;
	font-style: italic;
	font-family: Lucida Sans;
}
.calendar_header {
	font-size: 14px;
	color: #FFFFFF;
	font-weight:
	bold;
}
.titletext {
	font-size: 24px;
	font-weight: bold;
}
.button {
	border: 1px solid #A3A3D6;
}
.table_bkgd {
	border-color: #000000;
	border: thin;
	background-color: #66CCFF;
}	
.menutext {
	font-size: 14px;
	font-weight: bold;
}
.menutext1 {
	font-size: 20px;
	font-weight: bold;
}
.bodytext {
	font-size: 12px;
}
.subtext {
	font-size: 10px;
}
.subtext1 {
	font-size: 9px;
}
.subtext2 {
	font-size: 9px;
	font-weight: bold;
}
.tab {
	font-weight: bold;
	font-size: 12px;
	font-family: Lucida Sans;
}
.tabc {
	font-weight: bold;
	font-size: 12px;
	font-family: Lucida Sans;
	color: navy;
	TEXT-ALIGN: center;
}
.slsh {font-weight: bold;
	font-size: 18px;
	font-family: Lucida Sans;
	color: red;
	TEXT-ALIGN: center;
}
.box_title {
	font-family: Lucida Sans;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}	