/*RESET*/
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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-size:62.5%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*RESET*/

.hide {
	display:none;
}
body {
	font:62.5% Arial, Helvetica, sans-serif;	
	text-align:center;
	background-color:#FFF;
}

.top_menu {
	background:#4F4F4F url(/templates/findex/images/menu_background.png) bottom left repeat-x;
	height:60px;
	padding-top:10px;
}

.top_menu ul {
	list-style:none;
	width:990px; /*2px spare for left and right borders*/
	margin:0px auto;
}

.top_menu li {
	float:left;	
	height:60px;
}

.top_menu li a {
	display:block;
	width:163px;
	height:57px;
	text-align:center;
	color:white;
	border-right:1px solid #999;
	border-left:1px solid #333;
	font-size:1.3em;
	line-height:57px;
	text-decoration:none;
}
.top_menu li a.first {
	border-left:0px;
	width:164px; 
}

.top_menu li a.last {
	border-right:0px;
	width:164px; 
}
.top_menu li a:hover {
	background:transparent url(/templates/findex/images/menu_hover.png) repeat-x;
}
.top_menu li a.selected {
	background:transparent url(/templates/findex/images/menu_hover.png) repeat-x;
}
 
.middle_bar {
	background:#4F4F4F url(/templates/findex/images/middle_repeat.png) top left repeat-x;
	width:990px;
	margin:0px auto;
}

.middle_bar .menu {
	background:#4F4F4F url(/templates/findex/images/middle_bg.png) 0px 0px repeat-x;
	width:660px;
	padding:3px 0px 0px 1px;
	height:33px;
	float:left;
}

.middle_bar .menu ul {
	list-style:none;
}

.middle_bar .menu li {
	float:left;
}

.middle_bar .menu li a {
	color:#FFF;
	text-decoration:none;
	
	font-size:1.3em;
	border-right:1px solid #999;
	border-left:1px solid #333;
	display:block;
	width:163px;
	
	line-height:40px;
	height:40px;
}
.middle_bar .menu li a.first {
	border-left:0px;
	width:164px;
}
.middle_bar .menu li a.last {
	border-right:0px;
}
.middle_bar .menu li a:hover {
	text-decoration:underline;
}
.middle_bar .menu li a.selected {
	text-decoration:underline;
	background-color:#333;
	color:#FFF;
}

.middle_bar .search {
	background-color:#CCC;
	float:right;
	width:329px;
	margin-top:3px;
	color:#666;
	font-size:1.2em;
}
.middle_bar .search table {
	height:40px;
	margin:0px 10px 0px auto;
}
.middle_bar .search td {
	vertical-align:middle;
}
.middle_bar .search  input {
	border-top:1px solid #999;
	border-right:1px solid #D3D3D3;
	border-bottom:1px solid #D3D3D3;
	border-left:1px solid #999;
	padding:3px;
	margin-left:5px;
	background-color:#FFF;
	width:150px;
	color:#333;
	
}
.middle_bar .search input.button {
	border:0px;
	padding:3px;
	background-color:#666;
	color:#FFF;
	width:auto;
}

.banner {
	vertical-align:bottom; /* fix 3px padding on bottom that strict doctype adds */
}

.content {
	width:990px;
	margin:0px auto;
	text-align:left;
	border-bottom:1px solid #999;
}

.content .main {
	width:460px;
	float:left;
	padding:40px 0px 20px 0px;
	color:#333;
	font-size:1.2em;
	margin-bottom:10px;
}

.content .main h1 {
	font-size:1.6em;
	color:#000;
}

.content .main h2 {
	font-size:1.4em;
	color:#000;
}

.content .main h3 {
	font-size:1.3em;
	color:#000;
}

.content .main h4 {
	font-size:1.1em;
	color:#000;
}

.content strong {
	color:#000;
}

.content .main p {
	padding:5px 0px 5px 0px;
	line-height:1.5em;
}

.content .main ul  {
	color:#333;
	padding:0px 0px 0px 15px;
	margin:0px 0px 0px 10px;
	list-style-type:circle;
}

.content .main ol  {
	color:#333;
	padding:0px 0px 0px 20px;
	margin:0px;
	list-style-type:decimal;
}

.content .main li {
	color:#333;
	padding:2px 0px 2px 5px;
	margin:0px;
}

.content .news {
	width:260px;
	float:right;
	font-size:1em;
	margin-bottom:30px;
}

.content .news h5 {
	height:45px;
	display:block;
	line-height:55px;
	color:#666;
	font-weight:normal;
	font-size:1.3em;
}
.content .news h5 strong {
	color:#FF0000;
}
.content .news ul {
	border-bottom:1px solid #999;
	border-left:1px solid #D3D3D3;
	border-top:1px solid #D3D3D3;
	border-right:1px solid #999;
	padding:0px;
	/*list-style-image: url(/templates/findex/images/gt.gif);*/
	list-style:none;
	
	border-radius: 8px;
	-o-border-radius: 8px;
	-icab-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.content .news ul li {
	margin:0px 0px 0px 0px;
	padding:10px;
	color:#333;
}

.content .news ul li img {
	float:left;
	margin-top:5px;
}

.content .news ul li .text {
	float:right;
	width:180px;
}

.content .news ul li .clear {
	clear:both;
}

.content .news ul li h1 a {
	font-weight:bold;
	text-decoration:none;
}

.content a {
	color:#950401;
}
.content a:hover {
	color:#FF0000;
	text-decoration:underline;
}

.content a.back {
	background-color:#950401;
	display:block;
	color:white;
	padding:10px 10px 10px 30px;
	text-decoration:none;
	font-size:1em;
	margin-top:10px;
	margin-bottom:10px;
	
	border-radius-top-right: 8px;
	border-radius-bottom-right: 8px;
	-moz-border-radius-topright:8px;
	-webkit-border-top-right-radius:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-right-radius:8px;
}
.content a.back:hover {
	background-color:#FF0000;
	color:#FFF; /*IE 6 needs this*/
}
.content a.back:hover span {
	text-decoration:underline;
}

.content .articles {
	width:225px;
	float:right;
	font-size:1em;
	margin:0px 0px 10px 10px;
}
.content .articles a.civic {
	display:block;
	
	border-radius-top-left: 8px;
	border-radius-bottom-left: 8px;
	-moz-border-radius-topleft:8px;
	-webkit-border-top-left-radius:8px;
	-moz-border-radius-bottomleft:8px;
	-webkit-border-bottom-left-radius:8px;
	
	background:#FFF url(/templates/findex/images/civic_notag.gif) 20px center no-repeat;
	height:63px;
	border:1px solid #999;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
	
	margin-top:10px;
}
.content .articles a.civic:hover {
	border:1px solid #CCC;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
}
.content .articles a.all {
	background-color:#950401;
	display:block;
	color:white;
	padding:10px 10px 10px 30px;
	text-decoration:none;
	font-size:1.3em;
	
	border-radius-top-left: 8px;
	border-radius-bottom-left: 8px;
	-moz-border-radius-topleft:8px;
	-webkit-border-top-left-radius:8px;
	-moz-border-radius-bottomleft:8px;
	-webkit-border-bottom-left-radius:8px;
}
.content .articles a.all:hover {
	background-color:#FF0000;
}
.content .articles a.all:hover span {
	text-decoration:underline;
}
.content .articles div a {
	border-bottom:1px solid #999;
	border-left:1px solid #D3D3D3;
	border-top:1px solid #D3D3D3;
	border-right:1px solid #999;

	padding:10px 10px 10px 105px;
	background:#FFF url() 5px 5px no-repeat;
	text-decoration:none;
	display:block;
	color:#333;
	margin-bottom:10px;
	height:100px;
}
.content .articles div a:hover {
	background-color:#F1F1F1;
	border-color:#999;
}
.content .articles div a:hover em span{
	text-decoration:underline;
}
.content .articles h5 {
	height:45px;
	display:block;
	line-height:55px;
	color:#666;
	font-size:1.3em;
	font-weight:normal;
}
.content .articles em , .content .articles h5 strong {
	color:#FF0000;
}
.content .articles a strong {
	font-weight:bold;
	font-size:1.1em;
	display:block;
}
.content .articles div a em {
	color:#FF0000;
	display:block;
	padding:10px 0px 0px 0px;
}

.footer {
	color:#999;
	border-top:1px solid #999;
	padding:10px 5px 10px 5px;
	width:980px;
	margin:0px auto;
}
.iso {
	padding:10px 50px 10px 5px;
	width:920px;
	margin:0px auto;
	/*clear:both;
	border-top:1px solid #999;*/
	/*font-family:"Times New Roman", Times, serif;*/
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:1.2em;
	text-align:left;
	background:url(/templates/findex/images/iso.gif) center right no-repeat;
	letter-spacing:.1em;
}

.iso span {
	display:block;
	font-size:1.2em;
	font-style:italic;
} 
.testimonies {
	clear:both;
	height:2em;
	overflow:hidden;
	color:#950401;
	font-style:italic;
}
.testimonies p {
	font-size:1.2em;
	line-height:1.6em;
	display:block;
}
.footer ul {
	list-style:none;
	float:left;
}
.footer li {
	display:inline;
	border-right:1px solid #999;
	padding:0px 5px 0px 5px;
}
.footer li.last {
	border-right:0px;
}
.footer a {
	color:#999;
	text-decoration:none;
}
.footer a:hover {
	color:#333;
	text-decoration:underline;
}
.footer a.selected{
	color:#333;
	text-decoration:underline;
}
.footer .copyright {
	float:right;
	text-align:right;
}

.disclaimer {
	color:#999;
	width:990px;
	margin:0px auto;
	font-size:.8em;
	text-align:justify;
}
.clear {
	clear:both;
}
/* Sitemap Layout */
.content ul.sitemap li {
	padding:10px;
}
/* NEWS Layout */
.content .news_article {
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #CCC;
}

.content .news_article h1 a {
	text-decoration:none;
}
.content .news_article .left {
	float:left;
	width:163px;
}
.content .news_article .article {
	float:right;
	width:570px;
	line-height:1.5em;
}
.content .news_archived {
	padding-bottom:10px;
	border-bottom:0px;
}
.content .news_archived h1 {
	margin: 0px 0px 10px 183px;
}
/* Contact Layout */
#map_of_australia {
	cursor:pointer;
	float:right;
	margin-right:90px;
}
.content .office {
	padding:0px 0px 0px 100px;
	width:220px;
	float:left;
	height:180px;
}
.content .office h4{text-decoration: underline}
.content .office img {
	float:left;
	padding-right:20px;
}
.content .office .info {
	float:left;
	width:175px;
}
.content .office .info p {
	line-height:1.1em;
}
.content .office em {
	font-weight:bold;
	display:inline-block;
}
.content ul.states {
	float:left;
	width:150px;
	margin-left:30px;
	margin-top:50px;
}
.content h3.nearest {
	padding-left:30px;
}
.content ul.states .alliance {
	padding-top:20px;
}

.contact_form {
	float:left;
	width:330px;
	padding:0px 0px 10px 0px;
}
.contact_details {
	width:640px;
	float:right;
}

.contact_form label {
	display:block;
	float:left;
	width:300px;
	padding-top:5px;
}
.contact_form input {
	float:left;
	margin-top:5px;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #F1F1F1;
	border-bottom:1px solid #F1F1F1;
	background-color:#FFFFFF;
	width:324px;
}

.contact_form select {
	margin-top:5px;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	width:330px;
}

.contact_form textarea {
	width:324px;
	height:140px;
	margin-top:5px;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #F1F1F1;
	border-bottom:1px solid #F1F1F1;
	background-color:#FFFFFF;
}
.contact_form  .button {

	border:0px;
	
	background-color:#950401;
	color:#FFF;
	
	padding:6px 10px 6px 10px;
	cursor:pointer;

	width:auto;
	margin-top:10px;
	
	border-radius: 4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.contact_form  .phone {
	width:auto;
	margin-right:5px;
}
.contact_form  .button:hover {	
	background-color:#FF0000;	
}

.contact_form br {
	clear:both;
}

.contact_form input:focus,.contact_form textarea:focus {
	background-color:#EEEEEE;
}

.contact_form .security {
	margin-top:5px;
	display:block;
	float:left;
	width:155px;
}

.contact_form .first input, .contact_form .last input, .contact_form .first label, .contact_form .last label  {
	width:149px;
}

.contact_form .first {
	float:left;
	width:155px;
}

.contact_form .last {
	float:right;
	width:155px;
}

/* Link Layout */
.content .links {
	float:left;
	width:370px;
}
.content .links h3 {
	padding-bottom:10px;
}
.content .links .link {
	padding:0px 10px 20px 0px;
}
.content .links .link .image{
	float:left;
	width:50px;
}
.content .links .link .content{
	float:left;
	width:310px;
}
.content .links .link .content a{
	text-decoration:none;
}
.content .links .link .content a:hover{
	text-decoration:underline;
}
.content .links a[href$='.pdf'] {
	background-image:url();
	padding-left:0px;
}
/* FORMS */
input.text {
	border-top:1px solid #999;
	border-right:1px solid #D3D3D3;
	border-bottom:1px solid #D3D3D3;
	border-left:1px solid #999;
	padding:3px;
	background-color:#FFF;
	width:200px;
	color:#333;
	
}

.form_search  input.text {
	float:left;
	height:20px;
	line-height:20px;
	border-right:0px;
	font-size:16px;
	width:400px;
}
.form_search  .button {
	float:left;
	border:0px;
	
	background-color:#950401;
	color:#FFF;
	
	/*padding:6px 10px 6px 10px;*/
	cursor:pointer;
	
	height:28px;

	width:auto;
	
	border-radius-top-right: 4px;
	border-radius-bottom-right: 4px;
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
}
.form_search {
	padding-bottom:10px;
}

.content .main ul.product_menu {
	width:164px;
	background-color:#4F4F4F;
	padding:0px;
	margin:0px 20px 0px 0px;
	float:left;
}

.content .main ul.product_menu  li {
	list-style:none;
	padding:0px;
}
.content .main ul.product_menu  ul {
	display:none;
	margin:0px 0px 0px 20px;
	padding:0px;
}
.content .main ul.product_menu  ul.expand {
	display:block;
}
.content .main ul.product_menu  ul li {
	list-style:disc;
	margin-left:5px;
}
.content .main ul.product_menu a.selected{
	background-color:#333;
}
.content .main ul.product_menu  ul li a.selected{
	background-color:#333;
	
	border-radius-top-left: 4px;
	border-radius-bottom-left: 4px;
	-moz-border-radius-topleft:4px;
	-webkit-border-top-left-radius:4px;
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
}
.product_menu a {
	display:block;
	padding:5px;
	color:#FFF;
	text-decoration:none;
	cursor:pointer;
}
.product_menu a:hover {
	color:#FFF;
	background-color:#666;
	text-decoration:none;
	cursor:pointer;
}
.product_menu ul li a:hover {
	border-radius-top-left: 4px;
	border-radius-bottom-left: 4px;
	-moz-border-radius-topleft:4px;
	-webkit-border-top-left-radius:4px;
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	cursor:pointer;
}

#display {
	width:560px;
	float:left;
}
#display .info p {
	padding-top:0px;
}
#display a.file {
	float:left;
	display:block;
	margin-right:10px;
}

#display .info {
	float:left;
	width:500px;
}

#display .info a {
	text-decoration:none;
}

#display .info a:hover {
	text-decoration:underline;
}

#display .clear {
	border-bottom:1px dashed #CCC;
	padding-top:10px;
	margin-bottom:10px;
}

#display .last {
	border-bottom:0px;
	padding-top:0px;
}

.error .c {
	font-size:1.3em;
}

/* GALLERY CSS */
.galleries a {
	float:left;
	margin-top:10px;
}

a.gallery_frame {
	display:block;
	background-repeat:no-repeat;
	background-position:5px 5px;
	text-decoration:none;
	padding-bottom:5px;
	width:165px; /*ALLOW FOR 2px border*/
	text-align:center;
}
a.gallery_frame  span{ 
	background: transparent url(/templates/findex/images/frame.png) no-repeat center center;
	height:160px;
	display:block;
}
a.gallery_frame:hover {
	text-decoration:none;
}

.gallery img {
	padding:10px;
}

.gallery td {
	text-align:center;
}

/* EVENTS */
#events .archive_heading {
	padding:15px 0px 5px 0px;
	margin:0px 0px 5px 0px;
	border-top :1px solid #CCC;
}
#events a.event_archived {
	display:block;
	margin-bottom:10px;
}
#event_categories {
	float:left;
	width:155px;
	margin-left:10px;
}
#event_categories h3 {
	padding-bottom:10px;
}
#event_categories a.selected {
	font-weight:bold;
	color:#000;
}
#events {
	float:left;
	width:570px;
}
#events .event h3 {
	margin-bottom:10px;
}

#events .event {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px dashed #CCC;
	line-height:1.5em;
}

#events  .last {
	border-bottom:0px;
	padding-top:0px;
	margin-bottom:0px;
}

/* PEOPLE */
.person .person_left {
	float:left;
	width:164px;
}
.person .person_left .address {
	padding-left:10px;
}
.person .person_left em{
	font-weight:bold;
	color:#000;
}
.person .person_text {
	width:560px;
	float:right;
}
#display .department {
	border-bottom:1px solid #CCC;
	margin-bottom:10px;
	padding-bottom:5px;
	padding-top:5px;
	clear:both;
} 
#display .card {
	width:260px;
	float:left;
	padding:10px 10px 10px 0px;
	border:1px solid #FFF;
	height:50px;
} 
#display .card .image {
	float:left;
	width:50px;
}
#display .card .info {
	float:right;
	width:190px;
} 

/* ARTICLES */
.main .person .article {
	margin-top:5px;
	padding-top:5px;
}
.main .person .article p {
	padding:0px;
}

.main .list_articles .article {
	border-top:1px solid #CCCCCC;
	background-repeat:no-repeat;
	padding:10px 0px 10px 60px;
	background-position: 0px 10px;
	cursor:pointer;
}

.main .list_articles .over {
	background-color:#F1F1F1;
}

.main .list_articles  .article p {
	padding:0px;
}
.main .list_articles  .person_link {
	text-decoration:none;
}

.main .list_articles  a.person_link:hover {
	text-decoration:underline;
}

.main .list_articles  h3.date {
	color:#666;
}


a[href$='.pdf'] {
	display:inline-block;
	padding-left:22px;
	line-height:16px;
	background:transparent url(/puppy/images/icons/page_white_acrobat.png) top left no-repeat;
}

a[href$='.xls'] {
	display:inline-block;
	padding-left:22px;
	line-height:16px;
	background:transparent url(/puppy/images/icons/page_white_excel.png) top left no-repeat;
}

a[href$='.zip'] {
	display:inline-block;
	padding-left:22px;
	line-height:16px;
	background:transparent url(/puppy/images/icons/page_white_zip.png) top left no-repeat;
}

a[href$='.doc'] {
	display:inline-block;
	padding-left:22px;
	line-height:16px;
	background:transparent url(/puppy/images/icons/page_white_word.png) top left no-repeat;
}

a[href$='.ppt'] {
	display:inline-block;
	padding-left:22px;
	line-height:16px;
	background:transparent url(/puppy/images/icons/page_white_powerpoint.png) top left no-repeat;
}

#civic{float:left}
#civic ul.product_menu{float:none}
