/*   ======================================
   Site created by Pam Williamson
   http://www.pamwilliamson.com.au
   Copyright 2006-2010. All rights reserved.
   Balingup Tourist Association Site - February 2006
   Updated and widen September 2009
   New navigation June 2010
   ======================================   */

body {
	background-color: #640303;
	text-color: #000000;
	margin-top: 5;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 0;
}

/* Main Structure, wrap the whole layout in a div to keep it narrow and centered */
#wrapper{width: 800px; margin: 0 auto; background-color: #cccc99; border:12px solid #D9D8A3; position:relative; }

/*page heading images*/
#header{
background-image:url(images/Header1.png);
width:800px;
height: 160px;
right:0px;
left:0px;
font-size: 28pt;
font-family: Georgia;
text-color: #660033;
font-family: Georgia,"Times New Roman", Times, serif; 
text-align: centre;
}
.style7 {font-size: 25pt; color: #660033; font-family: Verdana; }

#wrapper2{
	width: 800px;
	margin: 0 auto;
	background-color: #cccc99;
	border-top:1px solid #d9d8a3;
	border-left:12px solid #D9D8A3;
	border-right:12px solid #D9D8A3;
	border-bottom:12px solid #D9D8A3;
	position:relative;
}
/*basic black text*/
p {
	font-family: Verdana;
	font-size: 10pt;
	font-style: normal;
	font-weight:normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	text-align: left
}
/*smaller black text*/
.p1 {
	font-family: Verdana;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	text-align: left
}
/*smaller text red for names*/
.p1red {
	font-family: Verdana;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #990033;
	text-decoration: none;
	text-align: left
}
/*color for accommodation names*/
.Accomlist {
	font-family: Verdana;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #990033;
	text-decoration: none;
	text-align: left
}
/* headings*/

h1 {
	font-family:  Arial;
	font-size: 20pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #7c2c2d;
	text-align: center;
}
h2 {
    font-family:  Arial;
	font-size: 18pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #7c2c2d;
}
	
h3 {
	font-family: Arial;
	font-size: 16pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #7c2c2d;
	
}

/* Navigation list*/
a{
	font-family: Arial;
	font-size:11pt;
	font-style: normal;
	font-weight:normal;
	font-variant: normal;
	text-decoration:none;
	text-align:center;
}

a:link{color: #000000;}
a:visited{color:#300000;}
a:hover{color: #4a0000; text-decoration: underline;}

/*linking between accomod pages navigation links*/
a.onpage{
	font-family: Verdana;
	font-size: 7.5pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: underline;
}
/*email link in details at bottom of each page*/
a.emails {
	font-family: Verdana;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: underline;
}
a.emails:link{color: #7c2c2d;}
a.emails:visited{color:#333399;}
a.emails:hover{color: #ff0000;}

/*small print for email & web links on accom.pages*/
.small{	
	font-family: Verdana;
	font-size: 7.5pt ;
	font-style:normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-align: left
}
/*small red print for accomm addresses*/
.smallred{	
	font-family: Verdana;
	font-size: 7.5pt ;
	font-style:normal;
	font-weight: normal;
	font-variant: normal;
	color: #990033;
	text-align: left
}
/* contact details at center bottom of each page*/
.details {
	font-family: Verdana;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-align:center;
}

/*copyright information*/
.copyright {
	font-family: Verdana;
	font-size: 7pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-align: left;
}
/*website link for information*/
.webcontact{
	font-family: "Comic Sans MS";
	font-size: 7pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: underline;
	text-align: left;
}
.imageborder{
padding: 3px;
display:inline;
background: #cccc99;
border: 1px solid #444;
align:centre;}

a.formlink {
    font-family: Verdana;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #7c2c2d;
	text-decoration: underline;

}
a.formlink:link{color: #7c2c2d;}
a.formlink:visited{color:#7c2c2d;}
a.formlink:hover{color: #ff0000;}

a.mudlink{
    font-family: Verdana;
	font-size: 14pt;
	font-style: normal;
	font-weight: normal;
	color: #0000ff;
	text-decoration: none;
}
a.mudlink:link{color: #0000ff;}
a.mudlink:visited{color:#0000ff;}
a.mudlink:hover{color: #ff0000;}

/*events link in Events page*/
a.events {
	font-family: Verdana;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: underline;
}
a.events:link{color: #990033;}
a.events:visited{color:#333399;}
a.events:hover{color: #ff0000;}
