@charset "utf-8";

/* reset code*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* end reset code*/
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFC921;
}

hr {
height: 1px;
color: #3D8E33;
border: none;
} /* For Internet Explorer */

html>body hr {
height: 1px;
background-color: #3D8E33;
border: none;
} /* For Gecko-based browsers */

html>body hr {
height: 1px;
background-color: #3D8E33;
border: 0px solid #3D8E33;
} /* For Opera and Gecko-based browsers */

.thrColFixHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	border: 1px solid #676767;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
}
.thrColFixHdr #header {
	background: #DDDDDD;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.thrColFixHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	position: absolute;
	top: -100px;
	background-image: url(images/page_heading_templateJp8.png);
}
.thrColFixHdr h2 {
	font-size: 0.8em;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1.2em;
	background-color: #3E8E35;
	padding: 3px;
	text-align: center;
	margin-top: 5px;
}
.thrColFixHdr h2  a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.thrColFixHdr h2  a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.thrColFixHdr h2  a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 270px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 30px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 270px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.thrColFixHdr #mainContent {
	margin-left: 335px;
	margin-top: 0px;
	margin-right: 335px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.noTop {
	margin-top: 0px;
}

.thrColFixHdr #threeColVid {
	width: 320px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-left: 320px;
}
.thrColFixHdr #footer {
}
.thrColFixHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-bottom: 4px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-bottom: 4px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
img.centred {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: .4em;
}
table.centred {
	margin-right: auto;
	margin-left: auto;
}
div.centred {
	margin-right: auto;
	margin-left: auto;
}
object.centred {
	margin-right: auto;
	margin-left: auto;
}

#nav {
	width: 960px;
	background-color: #3d8e33;
	height: 1.7em;
}
/*h2 {
	background-image: url(images/page_heading300.png);
	color: #FFFFFF;
	text-indent: 60px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-repeat: no-repeat;
	background-position: left center;
}
.oneColFixCtrHdr h2 {
	background-image: url(images/page_heading900.png);
	color: #FFFFFF;
	text-indent: 60px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-repeat: no-repeat;
	background-position: left center;
}
.oneColFixCtrHdr h2.oneCol {
	background-image: url(images/page_heading300.png);
	color: #FFFFFF;
	text-indent: 60px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-repeat: no-repeat;
	background-position: left center;
}
.oneColFixCtrHdr h2.twoCol {
	background-image: url(images/page_heading440.png);
	color: #FFFFFF;
	text-indent: 60px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-repeat: no-repeat;
	background-position: left center;
}
.twoColFixLtHdr h2 {
	background-image: url(images/page_heading440.png);
	color: #FFFFFF;
	text-indent: 60px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-repeat: no-repeat;
	background-position: left center;
}
*/


h2 {
	font-size: 1.2em;
	color: #3E8E35;
	padding-top: .7em;
	font-weight: bold;
	line-height: 1.5em;
}

h2  a:link {
	color: #3E8E35;
	text-decoration: none;
}
h2  a:visited {
	color: #3E8E35;
	text-decoration: none;
}
h2  a:hover {
	color: #ED1B24;
	text-decoration: underline;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #ED1B24;
	text-decoration: underline;
}
h3 {
	font-size: 0.8em;
	color: #3E8E35;
	padding-top: 0.7em;
	font-weight: bold;
}
h4 {
	font-size: 1.0em;
	color: #3E8E35;
	padding-top: .7em;
}


p {
	line-height: 1.5em;
	font-size: 75%;
	margin-top: 0.4em;
	margin-bottom: 0.7em;
}
/*li {
	list-style-position: outside;
	padding-bottom: 1em;
}*/

.paw_bullet { /* this class can be used to float an element left in your page */
	list-style-image: url(images/puce.gif);
	list-style-position: outside;
	line-height: 1.5;
}
strong {
	font-weight: bold;
	font-style: normal;
}

#mainContent ul, #sidebar1 ul, #sidebar2 ul {
	padding-top: 0.2em;
	padding-left: 20px;
	margin-left: 30px;
	padding-bottom: 0.7em;
}
#container #topContent {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#quiz ol {
	list-style-position: outside;
	list-style-type: decimal;
	padding-top: 0.4em;
	padding-bottom: .7em;
	padding-left: 20px;
}
#quiz li {
	padding-top: .4em;
	padding-bottom: .7em;
}
#behaviourQuiz td {
	text-align: center;
}
.warning {
	font-weight:bold;
	color:#FF0000;
}
.notCompleted {
	background-color: #FF9900;
}
#behaviourQuiz th, td {
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	font-size: 85%;
}

.paw_bullet li {
	padding-top: 0.5em;
	font-size: 85%;
}
.mediaNumList {
	list-style-position: outside;
	list-style-type: decimal;
	padding-left: 20px;
	padding-top: .2em;
	padding-bottom: .7em;
}
.mediaNumList li {
	font-size: 75%;
	line-height: 1.5em;
}
#SPCA td{
	vertical-align: text-top;
	text-align: center;
}
#subFooter {
	background-color: #3A8F42;
}#subFooter p{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0.4em;
	padding-bottom: .7em;
	color: #FFFFFF;
	text-align: center;
	
}
.pageJump {
	text-align: right;
}
#faqArea {
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

.leftBorderImage{
	float: left;
	padding: 4px;
	border: 1px solid #D9E0E6;
	border-bottom-color: #C8CDD2;
	border-right-color: #C8CDD2;
	background: #fff;
	margin-top: 0;
	margin-right: 8px;
	margin-bottom: 0;
	margin-left: 0px;
  }

.rightBorderImage{
	float: right;
	padding: 4px;
	border: 1px solid #D9E0E6;
	border-bottom-color: #C8CDD2;
	border-right-color: #C8CDD2;
	background: #fff;
	margin-top: 0;
	margin-right: 8px;
	margin-bottom: 0;
	margin-left: 0;
  }
    
  .centreBorderImage{
	padding: 4px;
	border: 1px solid #D9E0E6;
	border-bottom-color: #C8CDD2;
	border-right-color: #C8CDD2;
	background: #fff;
	margin-top: 0;
	margin-right: 8px;
	margin-bottom: 0;
	margin-left: 0;
	text-align: center;
  }
.centre-box {
	text-align: center;
	margin-top: 5px;
}
#headline {
	color: #3E8E35;
	background-color: #FFC921;
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#headline p {
	color: #3D8E33;
	font-size: 1em;
	font-weight: 800;
	padding-top: 1px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 1px;
}
.thrColFixHdr #container #sidebar1 th {
	font-weight: 600;
}
.thrColFixHdr #container #sidebar1 td {
	font-size: 75%;
	line-height: 1.5em;
}
/* footer styles */
#footer-links{
	margin-right: 30px;
}
#footer-links p{
	text-align:right;
	font-size:0.8em;
	color:#3D8E33;
	margin-top: 3px;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 0;
}
.paw_bullet p {
	font-size: 100%;
}
#companyInfoTable table {
	width: 100%;
	background-color: #FFFFFF;
}