/* COMMON SITE WIDE STYLES */


/* -----------------------------------------------------------------------------
							HTML ELEMENTS
----------------------------------------------------------------------------- */

body {
	margin : 0;
	padding : 0;
	text-align : center;
	/*background-color : #653518;*/
	color : #595959;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 100.01%
}

p,ul,ol,h1,h2,h3,h4,h5,h6,blockquote,form {
	margin : 0 0 1em 0;
	padding : 0;
}

table {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding : 0;
}

a img {border : 0;}

ul {
	list-style-type : none;
	margin-left : 8px;
}

ol {
	margin-left : 40px;
}

ul li {
	padding-left : 1em;
	padding-bottom : 3px;
	background : transparent url(/pics/bullet_box_arrow.gif) 0 4px no-repeat;
}

ol li {
	padding-left : 0;
	padding-bottom : 3px;
}

hr {
	border : 0;
	height : 1px;
	margin-bottom : 1em;
	border-bottom : 1px solid #E4E1CA;
	background-color : transparent;
}

a, a:link, a:active, a:visited {
	color : #00668C;
	text-decoration : underline;
}
a:hover {text-decoration : none;}



/* -----------------------------------------------------------------------------
							ID BASED RULES
----------------------------------------------------------------------------- */

#topNav {
	/*background-color : black;*/
	border-bottom : 1px solid white;
	font-size : 0.65em;
}


#topNavInner {
	width : 772px;
	margin : 0 auto 0 auto;
	padding : 3px 0 6px 0;
	text-align : right;
	border-left : 1px solid white;
	border-right : 1px solid white;
}
/* box model HACK */
* html #topNavInner {
	width: 774px;
}

#topNav ul {
	list-style-type : none;
	margin : 0 8px 0 0;
	padding : 0;
}
#topNav ul li {
	display : inline;
	padding : 0 6px 0 0;
	background-image : none;
	
}
#topNav a, #topNav a:active, #topNav a:visited {
	font-weight : bold;
	color : white;
	text-decoration : none;
}
#topNav a:hover {color : #FF8B4B;}

#topNav li.skipLink {
	float: left;
	margin-left: 8px;
}
#topNav a.skipLink, #topNav a.skipLink:active, #topNav a.skipLink:visited {
	color : #BFBFBF;
}
#topNav a.skipLink:hover {
	color : #FF8B4B;;
}

/*#headerNav {background : transparent url(/pics/head_tile.gif) 0 -26px repeat-x;}*/

#headerNavInner {
	color : white;
	width : 772px;
	height : 143px;
	text-align : left;
	margin : 0 auto 0 auto;
	border-left : 1px solid white;
	border-right : 1px solid white;
	/*background : transparent url(/pics/header_home.jpg) 0 -26px no-repeat;*/
}

/* IE BOX MODEL HACK */
* html #headerNavInner {
	width: 774px; 
}


#headerNavInner h1 {
	font-size : 140%;
	color : white;
	font-weight : normal;
	padding : 103px 0 0 20px;
	margin : 0;
}
/*  END:font-size hacks for IE6 quriks mode */
#searchForm {
	margin : 0;
	padding : 107px 6px 0 0;
	float : right;
	font-size : 70%;
	width : 40em;
	text-align : right;
}

#searchFormPetsOnline {
	margin : 0;
	padding : 107px 6px 0 0;
	float : right;
	font-size : 70%;
	width : 20em;
	text-align : right;
}


#searchForm input, #searchFormPetsOnline input {
	width : 150px;
	font-size : 100%;
	color : #7C3313;
	border : 1px solid white;
	/*background-color : #F8E3C9;*/
	height : 19px;
	padding : 2px 0 0 3px;
	margin : 0;
	vertical-align : middle;
}

#searchForm input.submit, #searchFormPetsOnline input.submit {
	border : 0;
	padding : 0;
	margin : 0;
	width : 21px;
	height : 19px;
	/*background : transparent url(/pics/button_go_search.gif) 0 0 no-repeat;*/
}

#searchForm a, #searchForm a:active, #searchForm a:visited, 
#searchFormPetsOnline a, #searchFormPetsOnline a:active, #searchFormPetsOnline a:visited {
	font-size : 100%;
	color : white;
	text-decoration : none;
}
#searchForm a:hover,#searchFormPetsOnline a:hover {text-decoration : underline;}


#footer {
	font-size : 70%;
	clear : both;
	color : white;
	border-bottom : 1px solid white;
	background : #994416 url(/pics/footer_tile.gif) 0 0 repeat-x;
}
#footerInner {
	width : 772px;
	border-left : 1px solid white;
	border-right : 1px solid white;
	margin : 0 auto 0 auto;
	padding : 11px 0 9px 0;
	background : #DA611F url(/pics/footer_tile.gif) 0 0 repeat-x;
}
/* HACK: box model */
* html #footerInner {
	width : 774px;
}

#footerInner a, #footerInner a:active, #footerInner a:visited {
	text-decoration : none;
	color : white;
}
#footerInner a:hover {
	text-decoration : underline;
}
#footerInner p {
	margin : 0;
	color : #EDB08F;
	padding : 2px 0 0 0;
}
#footerInner p.footerInnerLogo {
	background : transparent url(/pics/logo_blacktown_footer.gif) 16px 0 no-repeat;
}


#contentArea ul.sitemap {
	margin-bottom : 0;
}
/* -----------------------------------------------------------------------------
								GENERIC CLASSES
----------------------------------------------------------------------------- */
.clearBoth {clear : both;}
.floatRight {float : right;}
.floatLeft {float : left;}

.smallText {
	font-size : 88%;
}
/*  END:font-size hacks for IE6 quriks mode */
ul.bigBullets {
	margin-bottom : 0 !important;
}
ul.bigBullets li {
	background : transparent url(/pics/bullet_box_arrow.gif) 10px 2px no-repeat !important;
	padding-bottom : 1em !important;
}
.imgGaleryButtons {
	display : block;
	position : relative;
	top : 22px;
	z-index : 1;
	text-align : right;
	padding-right : 4px;
}
.imgGaleryButtons img {
	display : inline !important;
}
.imgSubmitButton {
	vertical-align : top;
}

.hpContentLeft {
	width : 193px;
	float : left;
}

.hpContentRight {
	float : right;
	width : 193px;
}

.hpContentColWrapper {background : white url(/pics/vert_line.gif) 202px 0 repeat-y;}

/* Mizdog's special aquatic layout stuff */
.AquaContentLeft {
	width : 270px;
	float : left;
}

.AquaContentRight {
	float : right;
	width : 270px;
}

.AquaContentColWrapper {background : white url(/pics/vert_line.gif) 280px 0 repeat-y;}


/* end mizdog's special */


.blacktownLogo {
	margin : 30px auto 0 auto;
}

.closingDate {
	float : right;
	font-size : 88%;
	font-weight : normal;
	margin-top : 0.2em;
}

.blcsclosingDate {
	font-size : 88%;
	font-weight : normal;
	margin-top : 0.2em;
}

/* special events styles */

/* Australia day 2006 */

.AustDayEventListing ul li {
	padding-left : 1em;
	padding-bottom : 3px;
	background : transparent url(/pics/mistletoe.jpg) no-repeat 0 3px;
}
.AustDayEventListing h4 {
	padding-left : 1em;
}


.AustDayRightCorner {
float:right;
height:40px;
background : transparent url(/pics/MedFlag.jpg) no-repeat right -10px;
}

.AustDayEventListing p {
	padding-left : 1em;
}

.AustDayContentLeft {
	width : 220px;
	float : left;
}

.AustDayContentRight {
	float : right;
	width : 220px;
}

.AustDayContentColWrapper {background : white url(/pics/vert_line.gif) 250px 0 repeat-y;}


/* end australia day 2006 */


/* Mizdog's special Festival layout stuff */
.FestivalContentLeft {
	width : 270px;
	float : left;
}

.FestivalContentRight {
	float : right;
	width : 270px;
}

.FestivalContentColWrapper {background : url(/pics/vert_line.gif) 280px 0 repeat-y;}


/* end mizdog's special Festival stuff*/