/* browsers interpret margin and padding a little differently, we'll remove all default padding and margins and set them later on */
* {
	margin: 0;
	padding: 0;
}
/*Set initial font styles*/
html, body { 
margin : 0;
padding : 0;
} 
body { 
font : 73% Arial, "Trebuchet MS", Helvetica, Tahoma, sans-serif;
background : #ccc;
color : #555;
} 
/*set font size for all divs, this overrides some body rules*/
div {
	font-size: 1em;
}
/*if img is inside "a" it would have borders, we don't want that*/
img {
	border: 0;
}
/*default link styles*/
/* set all links to have underline and bluish color */
a, a:link a:active {
	text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
	background-color: inherit;
	color: #18507C;
}
a:visited {
	text-decoration: underline;
	background-color: inherit;
	color: #18507C;
/* a different color can be used for visited links */
}
/* remove underline on hover and change color */
a:hover {
	text-decoration: none;
	background-color: inherit;
	color: #385C72;
}
/*****************basic layout *****************/
div#pagewrapper {
width : 930px;
margin-left : auto;
margin-right : auto;
padding : 0;
border : 5px solid #fff;
color : #555;
background : #fff url(http://www.nzsheep.co.nz/uploads/NZSheep/wrap_bg.jpg) repeat-x;
}

/* header, we will hide h1 a text and replace it with an image, we assign a height for it so the image wont cut off */
div#header {
/* adjust according your image size */
	height: 185px;
	margin: 0;
	padding: 0;
/* you can set your own image here, will go behind h1 a image */
	background: #f4f4f4 url(http://www.nzsheep.co.nz/uploads/NZSheep/header1.jpg) repeat-x left top;
/* border just the bottom */
	border-bottom: 1px solid #D9E2E6;
}
div#header h1 a {
/* you can set your own image here */
	background: url(http://www.nzsheep.co.nz/uploads/NZSheep/header1.jpg) no-repeat left top;
/* this will make the "a" link a solid shape */
	display: block;
/* adjust according your image size */
	height: 100px;
/* this hides the text */
	text-indent: -999em;
/* old firefox would have shown underline for the link, this explicitly hides it */
	text-decoration: none;
}
div#header h1 {
	margin: 0;
	padding: 0;
/*these keep IE6 from pushing the header to more than the set size*/
	line-height: 0;
	font-size: 0;
/* this will keep IE6 from flickering on hover */
	background: url(http://www.nzsheep.co.nz/uploads/NZSheep/header1.jpg) no-repeat left top;
}
div#header h2 {
/* this is where the site name is */
	float: right;
	line-height: 1.2em;
/* this keeps IE6 from not showing the whole text */
	font-size: 1.5em;
/* keeps the size uniform */
	margin: 35px 65px 0px 0px;
/* adjust according your text size */
	color: #f4f4f4;
}


/* border just the bottom */
	border-bottom: 1px solid #D9E2E6;
}
div#header h1 a {
/* you can set your own image here */
	background: url(http://www.nzsheep.co.nz/uploads/NZSheep/header1.jpg) no-repeat left top;
/* this will make the "a" link a solid shape */
	display: block;
/* adjust according your image size */
	height: 100px;
/* this hides the text */
	text-indent: -999em;
/* old firefox would have shown underline for the link, this explicitly hides it */
	text-decoration: none;
}
div#header h1 {
	margin: 0;
	padding: 0;
/*these keep IE6 from pushing the header to more than the set size*/
	line-height: 0;
	font-size: 0;
/* this will keep IE6 from flickering on hover */
	background: url(http://www.nzsheep.co.nz/uploads/NZSheep/header1.jpg) no-repeat left top;
}
div#header h2 {
/* this is where the site name is */
	float: right;
	line-height: 1.2em;
/* this keeps IE6 from not showing the whole text */
	font-size: 1.5em;
/* keeps the size uniform */
	margin: 35px 65px 0px 0px;
/* adjust according your text size */
	color: #f4f4f4;
}
div.crbk {
/* sets all to 0 */
	margin: 0;
	padding: 0;
/* you can set your own image here */
	background: url(http://www.nzsheep.co.nz/uploads/ngrey/mainrtup.gif) no-repeat right bottom;
}
div.breadcrumbs {
/* CSS short hand rule first value is top then right, bottom and left */
	padding: 1em 0em 1em 1em;
/* its good to set font sizes to be relative, this way viewer can change his/her font size */
	font-size: 90%;
/* css shorthand rule will be opened to be "0px 0px 0px 0px" */
	margin: 0px;
/* you can set your own image here */
	background: url(http://www.nzsheep.co.nz/uploads/ngrey/mainleftup.gif) no-repeat left bottom;
}
div.breadcrumbs span.lastitem {
	font-weight: bold;
}
div#search {
/* position for the search box */
	float: right;
/* enough width for the search input box */
	width: 27em;
	text-align: right;
	padding: 0.5em 0 0.2em 0;
	margin: 0 1em;
}
/* a class for Submit button for the search input box */
input.search-button {
	border: none;
	height: 22px;
	width: 53px;
	margin-left: 5px;
	padding: 0px 2px 2px 0px;
/* makes the hover cursor show, you can set your own cursor here */
	cursor: pointer;
/* you can set your own image here */
	background: url(http://www.nzsheep.co.nz/uploads/ngrey/search.gif) no-repeat center center;
}
div#content {
width : 930px;
margin-left : auto;
margin-right : auto;
margin-top : 5px;
padding : 0;
line-height : 1.8em;
}

div#main {
/* this is the last inside div so we set the space inside it to keep all content away from the edges of images/box */
padding : 0 1.5em 0 1em;
margin : 10px 240px 0 0;
/*border-right : 1px solid #eee;*/
border-right : 1px solid #ccc;
}
div#sidebar {
/* set sidebar */
float : right;
width : 225px;
margin-top : 0;
padding : 0 1em 0 1em;
display:inline;
}





div#footer {
/* this sets 10px on left to balance 10px right on last div */
	padding: 0px 0px 0px 10px;
/* color of text, the link color is set below */
	color: #595959;
/* you can set your own image here */
	/*background: url(http://www.nzsheep.co.nz/uploads/ngrey/wtopleft.gif) no-repeat left top;*/

clear : both;
/*height : 50px;*/
padding : 0;
margin-bottom : 0;
margin-top : 20px;
text-align : center;
border-top : 5px solid #4592be;
color : #fff;
background : #143d55;
}
div.leftfoot {
	float: left;
	width: 30%;
	margin-left: 20px
}
div#footer p {
/* sets different font size from default */
	font-size: 0.8em;
/* some air for footer */
	padding: 1.5em;
/* centered text */
	text-align: center;
	margin: 0;
}
div#footer p a {
/* footer link would be same color as default we want it same as footer text */
	color: #595959;
}
/* as we hid all hr for accessibility we create new hr with div class="hr" element */
div.hr {
	height: 1px;
	padding: 1em;
	border-bottom: 1px dotted black;
	margin: 1em;
}
/* relational links under content */
div.left49 {
/* combined percentages of left+right equaling 100%  might lead to rounding error on some browser */
	width: 70%;
}
div.right49 {
	float: right;
	width: 29%;
/* set right to keep text on right */
	text-align: right;
}
/********************CONTENT STYLING*********************/
/* HEADINGS */
div#content h1 {
/* font size for h1 */
float : left;
margin : 0;
padding : 20px 0 20px 25px;
font : 150% "Trebuchet MS", Helvetica, Arial, Tahoma, sans-serif;
letter-spacing : 5px;
color : #fff;
	/*font-size: 2em;*/
	line-height: 1em;
	
}
div#content h2 {

margin : 0;
padding : 15px 0 15px 0;
font : 150% "Trebuchet MS", Helvetica, Arial, Tahoma, sans-serif;
text-transform : uppercase;
letter-spacing : 3px;
color : #143c55;
border-bottom : 1px solid #897b30;
/* and some air under the border */
	margin: 0 0 0.7em 0;
}
div#content h3 {
                color: #143c55;
                font : "Trebuchet MS", Helvetica, Arial, Tahoma, sans-serif;
	font-size: 1.4em;
                font-variant: small-caps;
	line-height: 1.4em;
	margin: 0 0 0.5em 0;
}
div#content h4 {
	color: #294B5F;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
div#content h5 {
	color: #294B5F;
	font-size: 1.1em;
	line-height: 1.1em;
	margin: 0 0 0.25em 0;
}
h6 {
	color: #294B5F;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
/* END HEADINGS */
/* TEXT */
p {
/* default p font size, this is set different in some other divs */
	font-size: 1em;
/* some air around p elements */
	margin: 0 0 1.5em 0;
	line-height: 1.4em;
	padding: 0;
}
blockquote {
                font-size: 1.2em;
                font-weight : bold;
                font-style : italic;
                color : #294b5f;
	border-left: 10px solid #b29b35;
                padding-left: 15px;
	margin-left: 0px;
}
strong, b {
/* explicit setting for these */
	font-weight: bold;
}
em, i {
/* explicit setting for these */
	font-style: italic;
}
/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
/* css-3 */
	white-space: pre-wrap;
/* Mozilla, since 1999 */
	white-space: -moz-pre-wrap;
/* Opera 4-6 */
	white-space: -pre-wrap;
/* Opera 7 */
	white-space: -o-pre-wrap;
/* Internet Explorer 5.5+ */
	word-wrap: break-word;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
pre {
/* black border for pre blocks */
	border: 1px solid #000;
/* set different from surroundings to stand out */
	background-color: #ddd;
	margin: 0 1em 1em 1em;
	padding: 0.5em;
	line-height: 1.5em;
	font-size: 90%;
}
/* Separating the divs on the template explanation page */
div.templatecode {
	margin: 0 0 2.5em;
}
/* END TEXT */
/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
	font-size: 1.0em;
	line-height: 1.5em;
	margin: 0 0 1.7em 0em;
                list-style-position: outside;
                list-style-image:  url(http://www.nzsheep.co.nz/uploads/images/content/bullet3.png);
}
div#main ul li,
div#main ol li {
	/*margin: 0 0 0.25em 3em;*/
                margin: 0 0 2em 3em;
}
/* definition lists topics on bold */
div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main dl dd {
	margin: 0 0 1em 1em;
}
/* END LISTS */

.photo_border {
	margin:0 7px 4px 0;
	border-style: solid;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-color: #ccc;
	padding: 10px;
}

/* BREED CLASSIFICATION TABLES */

table.breedclass {
                border: 0;
                width: 100%;
                cellspacing: 1px;
                background-color: #897b30;
}

table.breedclass td {
                background-color: #fff;
                padding: 5px;
                width: 50%;
}

table.breedclass td.bc-header {
               width: 50%;
               text-align: left;
               background-color: #294b5f;
               color: #ffffff;
               /*font-weight: bold;*/
               font-size: 1.3em;
               padding: 5px;
}

.breed-hlight357 {
              width: 327px;
              padding: 5px;
              background-color: #897b30;
              color: #ffffff;
              font-size: 1.1em;
              font-weight: bold;
              text-align: center;
}

.breed-hlight651 {
              width: 651px;
              padding: 5px;
              background-color: #897b30;
              color: #ffffff;
              font-size: 1.1em;
              font-weight: bold;
              text-align: center;
}

.button_example{
border:3px solid #897B30;-webkit-box-shadow: #878787 0px 2px 2px ;-moz-box-shadow: #878787 0px 2px 2px ; box-shadow: #878787 0px 2px 2px ; -webkit-border-radius: 23px; -moz-border-radius: 23px;border-radius: 23px;font-size:13px;font-family:arial, helvetica, sans-serif; padding: 5px 15px 5px 15px; text-decoration:none; display:inline-block;text-shadow: 2px 2px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #3093C7; background-image: -webkit-gradient(linear, left top, left bottom, from(#3093C7), to(#1C5A85));
 background-image: -webkit-linear-gradient(top, #3093C7, #1C5A85);
 background-image: -moz-linear-gradient(top, #3093C7, #1C5A85);
 background-image: -ms-linear-gradient(top, #3093C7, #1C5A85);
 background-image: -o-linear-gradient(top, #3093C7, #1C5A85);
 background-image: linear-gradient(to bottom, #3093C7, #1C5A85);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3093C7, endColorstr=#1C5A85);
}

.button_example:hover{
 border:3px solid #897B30;
 background-color: #26759E; background-image: -webkit-gradient(linear, left top, left bottom, from(#26759E), to(#133D5B));
 background-image: -webkit-linear-gradient(top, #26759E, #133D5B);
 background-image: -moz-linear-gradient(top, #26759E, #133D5B);
 background-image: -ms-linear-gradient(top, #26759E, #133D5B);
 background-image: -o-linear-gradient(top, #26759E, #133D5B);
 background-image: linear-gradient(to bottom, #26759E, #133D5B);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#26759E, endColorstr=#133D5B);
}

.btn {
  background: #256a94;
  background-image: -webkit-linear-gradient(top, #256a94, #143c55);
  background-image: -moz-linear-gradient(top, #256a94, #143c55);
  background-image: -ms-linear-gradient(top, #256a94, #143c55);
  background-image: -o-linear-gradient(top, #256a94, #143c55);
  background-image: linear-gradient(to bottom, #256a94, #143c55);
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  padding: 5px 20px 5px 20px;
  border: solid #897c30 2px;
  text-decoration: none;
}

.btn:hover {
  background: #2974a3;
  background-image: -webkit-linear-gradient(top, #2974a3, #3f7a9e);
  background-image: -moz-linear-gradient(top, #2974a3, #3f7a9e);
  background-image: -ms-linear-gradient(top, #2974a3, #3f7a9e);
  background-image: -o-linear-gradient(top, #2974a3, #3f7a9e);
  background-image: linear-gradient(to bottom, #2974a3, #3f7a9e);
  text-decoration: none;
}

input[type=submit] {
  background: #256a94;
  background-image: -webkit-linear-gradient(top, #256a94, #143c55);
  background-image: -moz-linear-gradient(top, #256a94, #143c55);
  background-image: -ms-linear-gradient(top, #256a94, #143c55);
  background-image: -o-linear-gradient(top, #256a94, #143c55);
  background-image: linear-gradient(to bottom, #256a94, #143c55);
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  padding: 5px 20px 5px 20px;
  border: solid #897c30 2px;
  text-decoration: none;
}

input[type=submit]:hover {
  background: #2974a3;
  background-image: -webkit-linear-gradient(top, #2974a3, #3f7a9e);
  background-image: -moz-linear-gradient(top, #2974a3, #3f7a9e);
  background-image: -ms-linear-gradient(top, #2974a3, #3f7a9e);
  background-image: -o-linear-gradient(top, #2974a3, #3f7a9e);
  background-image: linear-gradient(to bottom, #2974a3, #3f7a9e);
  text-decoration: none;
}

/* Stylesheet: NZSheep styles Modified On 2017-12-15 11:36:09 */
* browsers interpret margin and padding a little differently, we'll remove all default padding and margins and set them later on */
* {
	margin: 0;
	padding: 0;
}
/*Set initial font styles*/
html, body { 
margin : 0;
padding : 0;
} 
body { 
font : 75% Arial, "Trebuchet MS", Helvetica, Tahoma, sans-serif;
background : #ccc;
color : #555;
} 
/*set font size for all divs, this overrides some body rules*/
div {
	font-size: 1em;
}
/*if img is inside "a" it would have borders, we don't want that*/
img {
	border: 0;
}
/*default link styles*/
/* set all links to have underline and bluish color */
a, a:link a:active {
	text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
	background-color: inherit;
	color: #18507C;
}
a:visited {
	text-decoration: underline;
	background-color: inherit;
	color: #18507C;
/* a different color can be used for visited links */
}
/* remove underline on hover and change color */
a:hover {
	text-decoration: none;
	background-color: inherit;
	color: #385C72;
}
/*****************basic layout *****************/
div#pagewrapper {
width : 930px;
margin-left : auto;
margin-right : auto;
padding : 0;
border : 5px solid #fff;
color : #555;
background : #fff url(http://www.nzsheep.co.nz/uploads/NZSheep/wrap_bg.jpg) repeat-x;
}

/* header, we will hide h1 a text and replace it with an image, we assign a height for it so the image wont cut off */
div#header {
/* adjust according your image size */
	height: 185px;
	margin: 0;
	padding: 0;
/* you can set your own image here, will go behind h1 a image */
	background: #f4f4f4 url(http://www.nzsheep.co.nz/uploads/images/breeders/goldstream/goldstream_header.jpg) repeat-x left top;
/* border just the bottom */
	border-bottom: 1px solid #D9E2E6;
}
div#header h1 a {
/* you can set your own image here */
	background: url(http://www.nzsheep.co.nz/uploads/images/breeders/goldstream/goldstream_header.jpg) no-repeat left top;
/* this will make the "a" link a solid shape */
	display: block;
/* adjust according your image size */
	height: 100px;
/* this hides the text */
	text-indent: -999em;
/* old firefox would have shown underline for the link, this explicitly hides it */
	text-decoration: none;
}
div#header h1 {
	margin: 0;
	padding: 0;
/*these keep IE6 from pushing the header to more than the set size*/
	line-height: 0;
	font-size: 0;
/* this will keep IE6 from flickering on hover */
	/*background: url(http://www.nzsheep.co.nz/uploads/NZSheep/header1.jpg) no-repeat left top;*/
                background: url(http://www.nzsheep.co.nz/uploads/images/breeders/goldstream/goldstream_header.jpg) no-repeat left top;

}
div#header h2 {
/* this is where the site name is */
	float: right;
	line-height: 1.2em;
/* this keeps IE6 from not showing the whole text */
	font-size: 1.5em;
/* keeps the size uniform */
	margin: 35px 65px 0px 0px;
/* adjust according your text size */
	color: #f4f4f4;
}


/* border just the bottom */
	border-bottom: 1px solid #D9E2E6;
}
div#header h1 a {
/* you can set your own image here */
	background: url(http://www.nzsheep.co.nz/uploads/images/breeders/goldstream/goldstream_header.jpg) no-repeat left top;
/* this will make the "a" link a solid shape */
	display: block;
/* adjust according your image size */
	height: 100px;
/* this hides the text */
	text-indent: -999em;
/* old firefox would have shown underline for the link, this explicitly hides it */
	text-decoration: none;
}
div#header h1 {
	margin: 0;
	padding: 0;
/*these keep IE6 from pushing the header to more than the set size*/
	line-height: 0;
	font-size: 0;
/* this will keep IE6 from flickering on hover */
	background: url(http://www.nzsheep.co.nz/uploads/images/breeders/goldstream/goldstream_header.jpg) no-repeat left top;
}
div#header h2 {
/* this is where the site name is */
	float: right;
	line-height: 1.2em;
/* this keeps IE6 from not showing the whole text */
	font-size: 1.5em;
/* keeps the size uniform */
	margin: 35px 65px 0px 0px;
/* adjust according your text size */
	color: #f4f4f4;
}
div.crbk {
/* sets all to 0 */
	margin: 0;
	padding: 0;
/* you can set your own image here */
	background: url(http://www.nzsheep.co.nz/uploads/ngrey/mainrtup.gif) no-repeat right bottom;
}
div.breadcrumbs {
/* CSS short hand rule first value is top then right, bottom and left */
	padding: 1em 0em 1em 1em;
/* its good to set font sizes to be relative, this way viewer can change his/her font size */
	font-size: 90%;
/* css shorthand rule will be opened to be "0px 0px 0px 0px" */
	margin: 0px;
/* you can set your own image here */
	background: url(http://www.nzsheep.co.nz/uploads/ngrey/mainleftup.gif) no-repeat left bottom;
}
div.breadcrumbs span.lastitem {
	font-weight: bold;
}
div#search {
/* position for the search box */
	float: right;
/* enough width for the search input box */
	width: 27em;
	text-align: right;
	padding: 0.5em 0 0.2em 0;
	margin: 0 1em;
}
/* a class for Submit button for the search input box */
input.search-button {
	border: none;
	height: 22px;
	width: 53px;
	margin-left: 5px;
	padding: 0px 2px 2px 0px;
/* makes the hover cursor show, you can set your own cursor here */
	cursor: pointer;
/* you can set your own image here */
	background: url(http://www.nzsheep.co.nz/uploads/ngrey/search.gif) no-repeat center center;
}
div#content {
width : 930px;
margin-left : auto;
margin-right : auto;
margin-top : 5px;
padding : 0;
line-height : 1.8em;
}

div#main {
/* this is the last inside div so we set the space inside it to keep all content away from the edges of images/box */
padding : 0 1.5em 0 1em;
margin : 10px 0 0 0;
/*border-right : 1px solid #eee;*/
border-left : 1px solid #ccc;
}

div#footer {
/* this sets 10px on left to balance 10px right on last div */
	padding: 0px 10px 0px 10px;
/* color of text, the link color is set below */
	color: #595959;
/* you can set your own image here */
	/*background: url(http://www.nzsheep.co.nz/uploads/ngrey/wtopleft.gif) no-repeat left top;*/

clear : both;
/*height : 50px;*/
padding : 0;
margin-bottom : 0;
margin-top : 20px;
text-align : center;
border-top : 5px solid #4592be;
color : #fff;
background : #143d55;
}
div.leftfoot {
	float: left;
	width: 30%;
	margin-left: 20px
}
div#footer p {
/* sets different font size from default */
	font-size: 0.8em;
/* some air for footer */
	padding: 1.5em;
/* centered text */
	text-align: center;
	margin: 0;
}
div#footer p a {
/* footer link would be same color as default we want it same as footer text */
	/*color: #595959;*/
                color: #ffffff;
}
/* as we hid all hr for accessibility we create new hr with div class="hr" element */
div.hr {
	height: 1px;
	padding: 1em;
	border-bottom: 1px dotted black;
	margin: 1em;
}
/* relational links under content */
div.left49 {
/* combined percentages of left+right equaling 100%  might lead to rounding error on some browser */
	width: 70%;
}
div.right49 {
	float: right;
	width: 29%;
/* set right to keep text on right */
	text-align: right;
}
/********************CONTENT STYLING*********************/
/* HEADINGS */
div#content h1 {
/* font size for h1 */
float : left;
margin : 0;
padding : 20px 0 20px 25px;
font : 150% "Trebuchet MS", Helvetica, Arial, Tahoma, sans-serif;
letter-spacing : 5px;
color : #fff;
	/*font-size: 2em;*/
	line-height: 1em;
	
}
div#content h2 {

margin : 0;
padding : 15px 0 15px 0;
font : 150% "Trebuchet MS", Helvetica, Arial, Tahoma, sans-serif;
text-transform : uppercase;
letter-spacing : 3px;
color : #143c55;
border-bottom : 1px solid #897b30;
/* and some air under the border */
	margin: 0 0 0.7em 0;
}
div#content h3 {
               margin : 0;
        padding : 5px 0 5px 0;
                color: #143c55;
                font : "Arial, Trebuchet MS", Helvetica,  Tahoma, sans-serif;
	font-size: 1.4em;
                font-variant: small-caps;
	line-height: 1.4em;
	/*margin: 0 0 0.5em 0;*/
        border-bottom : 1px dashed #897b30;
         /* and some air under the border */
	margin: 0 0 0.7em 0;
}
div#content h4 {
	color: #294B5F;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
div#content h5 {
	color: #294B5F;
	font-size: 1.1em;
	line-height: 1.1em;
	margin: 0 0 0.25em 0;
}
div#content h6 {

margin : 0;
padding : 15px 0 15px 0;
font : 150% "Trebuchet MS", Helvetica, Arial, Tahoma, sans-serif;
text-transform : uppercase;
letter-spacing : 3px;
color : #143c55;
/*border-bottom : 1px solid #897b30;*/
/* and some air under the border */
	margin: 0 0 0.7em 0;
}

h6 {
	color: #294B5F;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
/* END HEADINGS */
/* TEXT */
p {
/* default p font size, this is set different in some other divs */
	font-size: 1em;
/* some air around p elements */
	margin: 0 0 1.5em 0;
	line-height: 1.4em;
	padding: 0;
}
blockquote {
                font-size: 1.2em;
                font-weight : bold;
                font-style : italic;
                color : #294b5f;
	border-left: 10px solid #b29b35;
                padding-left: 15px;
	margin-left: 0px;
}
strong, b {
/* explicit setting for these */
	font-weight: bold;
}
em, i {
/* explicit setting for these */
	font-style: italic;
}
/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
/* css-3 */
	white-space: pre-wrap;
/* Mozilla, since 1999 */
	white-space: -moz-pre-wrap;
/* Opera 4-6 */
	white-space: -pre-wrap;
/* Opera 7 */
	white-space: -o-pre-wrap;
/* Internet Explorer 5.5+ */
	word-wrap: break-word;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
pre {
/* black border for pre blocks */
	border: 1px solid #000;
/* set different from surroundings to stand out */
	background-color: #ddd;
	margin: 0 1em 1em 1em;
	padding: 0.5em;
	line-height: 1.5em;
	font-size: 90%;
}
/* Separating the divs on the template explanation page */
div.templatecode {
	margin: 0 0 2.5em;
}
/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
	font-size: 1.0em;
	line-height: 1.5em;
	margin: 0 0 1.7em 0em;
                list-style-position: outside;
                list-style-type: square;
                list-style-image:  url(http://www.nzsheep.co.nz/uploads/images/content/blue_point.png);
}
div#main ul li,
div#main ol li {
	margin: 0 0 0.75em 3em;
                /*margin: 0 0 2em 3em;*/
}
/* definition lists topics on bold */
div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main dl dd {
	margin: 0 0 1em 1em;
}

#squarelist ul,
#squarelist li {
	font-size: 1.0em;
	line-height: 1.2em;
	margin: 0 0 1.7em 0em;
                list-style-type: square;
                list-style-image:  none;

}



/* END LISTS */

.photo_border {
	margin:0 0 4px 0;
	border-style: solid;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-color: #ccc;
	padding: 10px;
}

.photo_border_slim {
	margin:0 0 4px 0;
	border-style: solid;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-color: #ccc;
	padding: 7px;
}


.photo_border_lt {
                float: left;
	margin:0 10px 4px 0;
	border-style: solid;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-color: #ccc;
	padding: 10px;
}

.photo_border_rt {
                float: right;
	margin:0 0 4px 10px;
	border-style: solid;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-color: #ccc;
	padding: 10px;
}



/* BREED CLASSIFICATION TABLES */

table.breedclass {
                margin: 0;
                padding: 0;
                border: 0;
                width: 100%;
                cellspacing: 2px;
                background-color: #897b30;
}

table.breedclass td {
                background-color: #fff;
                padding: 5px;
                width: 50%;
}

table.breedclass td.bc-header {
               width: 50%;
               text-align: left;
               background-color: #294b5f;
               color: #ffffff;
               /*font-weight: bold;*/
               font-size: 1.3em;
               padding: 5px;
}

.breed-hlight357 {
              width: 338px;
              padding: 5px;
              background-color: #897b30;
              color: #ffffff;
              font-size: 1.1em;
              font-weight: bold;
              text-align: center;
}

.breed-hlight651 {
              width: 649px;
              padding: 5px;
              background-color: #897b30;
              color: #ffffff;
              font-size: 1.1em;
              font-weight: bold;
              text-align: center;
}

#president_1 {
              float: left;
              width: 213px;
              margin: 10px 9px 10px 0; 
}

#president_2 {
              float: left;
              width: 213px;
              margin: 10px 9px 10px 0; 
}

#president_3 {
              float: left;
              width: 213px;
              margin: 10px 0 5px 0; 
}

#breedlink {
              float: left;
              width: 219px;
              margin: 10px 0 10px 0; 
}

/* Stylesheet: goldstream_styles Modified On 2015-08-18 18:22:11 */
/* accessibility */
/* menu links accesskeys */
span.accesskey {
	text-decoration: none;
}
/* accessibility divs are hidden by default, text, screenreaders and such will show these */
.accessibility, hr {
/* position set so the rest can be set out side of visual browser viewport */
	position: absolute;
/* takes it out top side */
	top: -999em;
/* takes it out left side */
	left: -999em;
}
/* definition tags are also hidden, these are also used for accessibility menu links */
dfn {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
}
/* end accessibility */
/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
	position: absolute;
	left: -5000px;
	width: 4000px;
}
a.external {
/* make some room for the image, css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
	padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
	color: #18507C;
/* background image for the link to show wiki style arrow */
	background: url(http://www.nzsheep.co.nz/images/cms/external.gif) no-repeat 100% -100px;
}
a.external:visited {
	color: #18507C;
/* a different color can be used for visited external links */
/* Set the last 0 to -100px to use that part of the external.gif image for different color for active links external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.*/
	background: url(http://www.nzsheep.co.nz/images/cms/external.gif) no-repeat 100% -100px;
}
a.external:hover {
	color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
	background: url(http://www.nzsheep.co.nz/images/cms/external.gif) no-repeat 100% 0;
	background-color: inherit;
}
/* end wiki style external links */
/* clearing */
/* clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item. We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience. Do not edit if you dont know what you are doing*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	height: 0;
	clear: both;
	width: 90%;
	visibility: hidden;
}
#main .clear {
	height: 0;
	clear: right;
	width: 90%;
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block;
	width: 100%;
}
* html .clear {
/* Hides from IE-mac \*/
	height: 1%;
	clear: right;
	width: 90%;
/* End hide from IE-mac */
}
/* end clearing */
/* Stylesheet: Accessibility and cross-browser tools Modified On 2013-09-16 10:58:25 */
/* Modified Dolphin Menu by Chris Hoseason */
#menu_vert {
/* no margin/padding so it fills the whole div */
	margin: 0;
	padding: 0;
}
.clearb {
/* needed for some browsers */
	clear: both;
}
#dolphincontainer {
position:relative;height:56px;color:#E0E0E0;background:#143D55;width:100%;font-family:Helvetica,Arial,Verdana,sans-serif; margin-top: 2px;
}

#dolphinnav {
position:relative;height:33px;font-size:12px;text-transform:uppercase;font-weight:bold;background:#fff url(http://www.nzsheep.co.nz/uploads/dolphin/dolphin_bg.gif) repeat-x bottom left;padding:0 0 0 15px;
}

#dolphinnav ul {
margin:0;padding:0;list-style-type:none;width:auto;float:left;
}

#dolphinnav ul ul {
margin:0;padding:0;list-style-type:none;
}

#dolphinnav ul ul{
/* make the ul stay in place so when we hover it lets the drops go over the content below else it will push everything below out of the way */
	position: absolute;
/* top being the bottom of the li it comes out of */
	top: auto;
/* keeps it hidden till hover event */
	display: none;
/* same size but different color for each border */
	border-top: 1px solid #C8D3D7;
	border-right: 1px solid #C8D3D7;
	border-bottom: 1px solid #ADC0C7;
	border-left: 1px solid #A5B9C0;
}
#dolphinnav ul ul ul {
/* now we move the next level ul down from the top a little for distinction */
	margin-top: 1px;
/* pull it in on the left, helps us not lose the hover effect when going to next level */
	margin-left: -1px;
/* keeps the left side of this ul on the right side of the one it came out of */
	left: 100%;
/* sets the top of it inline with the li it came out of */
	top: 0px;
}

#dolphinnav ul li {
display:block;float:left;margin:0 1px;
}

#dolphinnav ul li li {
/* Set the width of the menu elements at second level. Leaving first level flexible. */
	width: 220px;
/* removes any left margin it may have picked up from the first li */
	margin-left: 0px;
/* keeps them tight to the one above, no missed hovers */
	margin-top: -1px;
/* removes the left float set in first li so these will stack from top down */
	float: none;
/* relative to the ul they are in */
	position: relative;
}

#dolphinnav ul li a{
display:block;float:left;color:#EAF3F8;text-decoration:none;padding:0 0 0 15px;height:33px;
}

#dolphinnav ul li a span{
padding:12px 15px 0 0;height:21px;float:left;
}

#dolphinnav ul li a:hover{
color:#fff;background:transparent url(http://www.nzsheep.co.nz/uploads/dolphin/dolphin_bg-OVER.gif) repeat-x bottom left;
}

#dolphinnav ul li a:hover span{
display:block;width:auto;cursor:pointer;
}

#dolphinnav ul li a.menuactive,#dolphinnav ul li a.menuactive:hover{
color:#fff;background:#1D6893 url(http://www.nzsheep.co.nz/uploads/dolphin/dolphin_left-ON.gif) no-repeat top left;line-height:275%;
}

#dolphinnav ul li a.menuactive span{
display:block;padding:0 15px 0 0;width:auto;background:#1D6893 url(http://www.nzsheep.co.nz/uploads/dolphin/dolphin_right-ON.gif) no-repeat top right;height:33px;
}



#dolphinnav li li a.menuparent span {
/* makes it hold a shape */
	display: block;
/* set your image here, right arrow, 98% over from the left, 100% or 'right' puts it to far */
	background:  url(http://www.nzsheep.co.nz/uploads/ngrey/parent.png) no-repeat 98% center;
}
/* gif for IE6, as it can't handle transparent png */
* html #dolphinnav li li a.menuparent span {
/* set your image here, right arrow, 98% over from the left, 100% or 'right' puts it to far */
	background:  url(http://www.nzsheep.co.nz/uploads/ngrey/parent.gif) no-repeat 98% center;
}
#dolphinnav ul li ul a {
/* insures alignment */
	text-align: left;
	margin: 0px;
/* keeps it relative to it's container */
	position: relative;
/* less padding than first level no need for large links here */
	padding: 6px 3px 6px 15px;
/* if first level is set to bold this will reset this level */
	font-weight: normal;
/* first level is #FFF/white, we need black to contrast with light background */
	color: #000;
	border-top: 0 none;
	border-right: 0 none;
	border-left: 0 none;
}
#dolphinnav ul li ul {
/* very lite grey color, by now you should know what the rest mean */
	background: #F3F5F5;
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: auto;
	height: auto;
	display: none;
	position: absolute;
	z-index: 999;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #374B51;
/*Info: The opacity property is  CSS3, however, will be valid just in CSS 3.1) http://jigsaw.w3.org/css-validator2) More Options chose CSS3 3) is full validate;)*/
	opacity: 0.95;
/* CSS 3 */
}
#dolphinnav ul li ul ul {
/*Info: The opacity property is  CSS3, however, will be valid just in CSS 3.1) http://jigsaw.w3.org/css-validator2) More Options chose CSS3 3) is full validate;)*/
	opacity: 95;
/* CSS 3 */
}
/* The magic - set to work for up to a 3 level menu, but can be increased unlimited, for fourth level add
#dolphinnav li:hover ul ul ul,
#primary-nav li.menuparenth ul ul ul,
*/
#dolphinnav ul ul,
#dolphinnav li:hover ul ul,
#dolphinnav li:hover ul ul ul,
#dolphinnav li.menuparenth ul ul,
#dolphinnav li.menuparenth ul ul ul {
	display: none;
}
/* for fourth level add
#primary-nav ul ul ul li:hover ul,
#primary-nav ul ul ul li.menuparenth ul,
*/
#primary-nav li:hover ul,
#primary-nav ul li:hover ul,
#primary-nav ul ul li:hover ul,
#primary-nav li.menuparenth ul,
#primary-nav ul li.menuparenth ul,
#primary-nav ul ul li.menuparenth ul {
	display: block;
}
/* IE6 Hacks */
#dolphinnav li li {
	float: left;
	clear: both;
}
#dolphinnav li li a {
	height: 1%;
}
/* Stylesheet: Navigation: Dolphin menu Modified On 2013-09-16 11:03:46 */
