/*
=================================================================
 General
=================================================================
*/

body {
	font-family: Arial, Helvetica, sans-serif;	
}

/*
=================================================================
 Site Layout
=================================================================
*/

#leftNav, #rightNav {
	margin-left: 10px;
	margin-right: 10px;
	background: url(Images/panel_border.gif) right repeat-y;
	color: #4f8d1b;
}

#leftNav .listBox {
	border-bottom: 1px solid #E5E5E5;	
}

#rightNav {
	background: url(Images/panel_border.gif) left repeat-y;
}

#contentHolder {
	margin-left: 240px;
	margin-right: 240px;
}

.content {
	margin-bottom: 15px;
}

/*
=================================================================
 Page Header
=================================================================
*/

#pageHeader {
	background: url(Images/header_bg_strip.jpg) bottom repeat-x;
	height: 162px;
}

#headerLink {
	background: url(Images/acpet_logo.gif) top left no-repeat;
	height: 130px;
	display: block;
	width: 227px;
}

#rightHeaderPic {
	background: url(Images/header_bg.jpg) top right no-repeat;
	height: 130px;
}

#headerPanel h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	color: #036d7d;
}

div#pageHeader div#commonNav ul {
	top: 147px;
}

/*
=================================================================
 Anchors
=================================================================
*/

a {
	color: #000066;
	text-decoration:none;
}

.listBox a {
	color: #4f8d1b;	
}

a:hover {
	color: #FF4500;
	text-decoration: underline;
}

/*
=================================================================
 Headers
=================================================================
*/

h3, h2 {
	font-size:1.2em;
	height:1.7em;
	background-repeat: no-repeat;
	background-position: right;
	padding-top:0.5em;
	color:#4178BE;
	padding-left:0.5em;
}

h2 {
	margin-bottom: 15px;
	margin-top: 15px;
}

h3.browse {
	background-image: url(Images/browse_icon.gif);
}

h3.hot {
	background-image: url(Images/hottopics_icon.gif);	
}

h3.services {
	background-image: url(Images/services_icon.gif);		
}

h3.search {
	background-image: url(Images/search_icon.gif);		
}

h4, h5 {
	font-size: 1.2em;
	margin: 15px 10px 10px 10px;
	background: url(Images/bar.gif) repeat-x left 18px;
	padding-bottom: 5px;
}

h5 {
	font-size: .9em;
	padding-bottom: 10px;	
}

#rightNav h3 {
	color: #ff6600;
	padding-left: 10px;
}

/*
=================================================================
 Lists
=================================================================
*/

ul {
	margin-left: 10px;
	list-style: none;
}

li {
	margin: 5px 0 5px 10px;
	padding-left: 15px;
	background: url(images/arrows.jpg) 0 5px no-repeat;
}

#leftNav li {
	background: url(images/orange_list.gif) 2px 3px no-repeat;
}

#leftNav li.hasChildren {
	background: url(images/orange_arrow.jpg) 2px 1px no-repeat;
}

#leftNav a.pn_About_ACPET {
	display: block;
	margin-bottom: 15px;	
}

*html #leftNav a.pn_About_ACPET {
	margin-bottom: 0;	
}


#commonNav li {
	background: url(images/arrows.jpg) 7px 6px no-repeat;
}

#search li {
	background: url(images/arrows.jpg) 0 5px no-repeat;
}

.listBox ul {
	margin: 0;
}

.listBox li {
	margin-left: 0px;
}

div.listContainer {
	clear: both;	
}

ul.entityList li {
	margin-left: 10px;
	margin-right: 10px;
}

#rightNav ul {
	padding-left: 10px;	
}

div#pageFooter ul {
	padding-top: 10px;	
}


div#pageFooter ul li{
	background: none;
}

div#pageFooter ul li a{
	padding-left: 20px;
}

div#pageFooter .upArrowIcon{
	background: url(images/up_icon.gif) no-repeat;
}

div#pageFooter .emailIcon{
	background: url(images/email_icon.gif) no-repeat;
}

/*
=================================================================
 Breadcrumb
=================================================================
*/

div.contentBreadcrumb {
	margin-left: 10px;
	margin-bottom: 10px;
}

/*
=================================================================
 Sorter
=================================================================
*/

div.sorter div.controls {
	border-bottom: 1px solid #4f8d1b;	
}