body {
	margin:0;
	padding:0;
	font-size:76%;
	font-family:Helvetica, Arial, sans-serif;
}

/* Sets the Default Margin & Padding of these elements to 0 for cross-browser consistency */
p, ul, li, form {
	margin:0;
	padding:0;
}

/* sets the default img tag border to 0 when linked */
img {
	border:0;
}

#wrapper {
	width:774px;
	padding:0;
}

/* Styles from OLD css file */
.text9px  { color: black; font-size: 55%; font-family: Arial, Helvetica, Verdana, sans-serif, Geneva, Swiss, SunSans-Regular; text-decoration: none }
.text10px  { color: black; font-size: 60%; font-family: Arial, Helvetica, Verdana, sans-serif, Geneva, Swiss, SunSans-Regular; text-decoration: none }
.text12px    { color: black; font-size: 76%; font-family: Arial, Helvetica, Verdana, sans-serif, Geneva, Swiss, SunSans-Regular; text-decoration: none }
.text12pxbold  { color: black; font-weight: bold; font-size: 76%; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif; text-decoration: none }
.text14px      { color: black; font-size: 100%; font-family: Arial, Helvetica, Verdana, sans-serif, Geneva, Swiss, SunSans-Regular; text-decoration: none }
.text14pxbold { color: black; font-weight: bold; font-size: 100%; font-family: Arial, Helvetica, Verdana, sans-serif, Geneva, Swiss, SunSans-Regular; text-decoration: none }
.text16pxbold { color: black; font-weight: bold; font-size:  125%; font-family: Arial, Helvetica, Verdana, sans-serif, Geneva, Swiss, SunSans-Regular; text-decoration: none }
.HomepageHeader { color: #278602; font-weight: bold; font-size:  100%; font-family: Arial, Helvetica, Verdana, sans-serif, Geneva, Swiss, SunSans-Regular; text-decoration: none }
.Highlight14bold { color: #278602; font-weight: bold; font-size: 100%; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif; text-decoration: none }

a:link {font-family: Arial; font-size: 12px;text-decoration:underline;} /* unvisited links */ 
a:active {font-family: Arial; font-size: 12px;text-decoration:underline;}  /*active links*/ 
a:visited {font-family: Arial; font-size: 12px;text-decoration:underline;}  /* visited links */ 
a:hover {font-family: Arial; font-size: 12px;text-decoration:underline;}  /* mouseover */ 

#header {
	width:774px;
	margin:0;
	padding:0;
	/*background-color:#666666;*/
}

/*#header_image {
	height:92px;
	background-image:url("images/header_1.gif");
	background-repeat:no-repeat;
}

a:hover #header_image {
	cursor:pointer;
}*/

#header img {
 	margin:0;
	padding:0;

}

.cat_dog {
	position:absolute;
	left:635px;
	top:2px;
}

#nav {
	width:774px;
	/*height:17px;*/
	white-space:nowrap;
	background-color:#2a9400;
	background-image:url("http://www.spayusa.org/images/nav_bg3.gif");
	background-repeat:repeat-x;
	margin:0;
	padding-top:4px;
	padding-bottom:4px;
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
}

#nav li {
	display:inline;
	margin:0;
	/*width:145px
	/*background-image:url("images/nav_bg.gif");
	background-repeat:no-repeat;*/
	margin-left:26px;
}

#nav li a {
	/*background-color:#2a9400;*/
	color:#FFFFFF;
	text-decoration:none;
	padding:10px 30px 0 5px;
	margin:0;
	/*margin-left:20px;*/
	font-size:11px;
	font-weight:bold;
	background-image:url("http://www.spayusa.org/images/nav_bg2.gif");
	background-repeat:no-repeat;
	background-position: right -26px;
	/*border:1px solid #FFFFFF;*/
	border-right-width:0;
	border-left-width:0;
}

#nav li a:hover {
	color:#e0e55b;
 	background-image:url("http://www.spayusa.org/images/nav_bg2.gif");
	background-repeat:no-repeat;
	background-position:right 0;
	/*background-color:#a3d98c;
	border-bottom-width:0;*/
}

#search_box {
	background-color:#a3d98c;
	/*background-image:url("images/searchbox_bg.gif");
	background-repeat:repeat-x;
	background-position:bottom;*/
	text-align:right;
	border-bottom:1px solid #FFFFFF;
}

#search_box #form_label {
	color:#FFFFFF;
	font-weight:bold;
}

#bottom_border {
	width:774px;
	height:3px;
	background-color:#666666;
	margin:0;
	padding:0;
}

#col1 {
	width:169px;
	float:left;
}

#side_nav {
	width:169px;
	background-color:#666666;
	background-image:url("http://www.spayusa.org/images/sidenav_bottom.gif");
	background-repeat:no-repeat;
	background-position:bottom right;
	list-style-type:none;
	padding-bottom:10px;
}

#sidenav_header {
	width:169px;
	padding:5px 0px 5px 0px;
	background-color:#CCCCCC;
	margin:0;
	font-size:110%;
	font-family:Arial;
	color:#333333;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	text-align:center;
}

#side_nav li {	
	padding:5px 5px 5px 7px;
}

#side_nav .dropDown {
	background-image:url("http://www.spayusa.org/images/nav_bg.gif");
	background-repeat:no-repeat;
	background-position:right -5px;
}

#side_nav li ul {
	position:absolute;
	width:167px;
	/*left:-999px;*/
	left:160px;
	display:none;
	background-color:#666666;
	margin-top:-19px;
	list-style-type:none;
	background-image:url("http://www.spayusa.org/images/sidenav_bottom.gif");
	background-repeat:no-repeat;
	background-position:bottom right;
}

#side_nav li a {
	width:155px;
	display:block;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

#side_nav li a:hover {
	text-decoration:underline;
}
#side_nav li:hover ul, #side_nav li.over ul {
	/*left:155px;*/
	display:block;
}

#col2 {
	width:410px;
	float:left;
	padding:10px 5px 0 5px;
}

#col2 p {
	line-height:120%;
	padding-bottom:15px;
}


#col3 {
	width:170px;
	float:left;
	padding:10px 5px 0 10px;
}

#footer {
	font-size:90%;
	letter-spacing:150%;
	text-align:center;
	clear:both;
	margin-top:10px;
}

#footer #footer_nav {
	white-space:nowrap;
}
#footer_nav li{
	display:inline;
	margin-left:5px;
	margin-right:5px;
	color:#79b760;
}
#footer_nav a {
	color:#79b760;
	text-decoration:none;
}

#footer .program_of {
	color:#7b7777;
	margin-top:10px;
}

#footer .program_of a {
	color:#7b7777;
}

#footer .petco {
	color:#2a9400;
	margin-top:10px;
	font-size:110%;
	font-weight:bold;
	letter-spacing:200%;
}

.presentationDiv {
	margin: 40px 0;
}
#col2 .presentationDiv p {
	margin-bottom: 4px;
	text-align: left;
	font-weight: bold;
	padding-bottom: 0;
}

#presentation-tracks {
	margin: 20px 0 0 0;
	padding: 0 0 0 0;
}
#presentation-tracks li.track {
	padding: 10px 0 20px 60px;
	list-style-type: none;
	background: #ffffff url("../images/presentations-icon.jpg") no-repeat left top;
}
#presentation-tracks li.track a {
	color: blue;
	font-size: 12pt;
	
}
#presentation-tracks li ul {
	padding: 10px 0 0 14px;
}
#presentation-tracks li ul li {
	list-style-type: disc;
}