/* THIS IS THE CASCADING STYLE SHEET FOR THE www.bree.com.au WEBSITE */

/* ALL TEXT HELD WITHIN THIS DOCUMENT IS SUBJECT TO THE INTELLECTUAL COPYRIGHT OF BRIAN RAYTON AND CAN NOT BE USED WITHOUT EXPRESSED WRITTEN PERMISSION */



/* BACKGROUND IMAGE SETTING */

.bgimg 

{
background-attachment: scroll;
background-position: left top;
background-image: url(images/backgroundpic.gif);
background-repeat: repeat-x;
background-color: #FFFFFF;
}



/* BANNER IMAGE SETTING */

#banner

{
position: absolute;
left: 10px;
top: 469px;
}


/* LEAVES IN THE BOTTOM RIGHT HAND CORNER IMAGE SETTING */

#brhs 

{
position: fixed;
right: 10px;
bottom: 10px;
border: 0px;
}


/* SWIRLS ACROSS THE TOP HALF OF THE PAGE */

#S01 

{
position: absolute;
left: 670px;
top: 170px;
}

#S02 

{
position: absolute;
left: 300px;
top: 50px;
}

#S03 

{
position: absolute;
left: 100px;
top: 10px;
}

#S04 

{
position: absolute;
left: 950px;
top: 170px;
}

#S05 

{
position: absolute;
left: 600px;
top: 20px;
}

#S06 

{
position: absolute;
left: 300px;
top: 200px;
}

#S07

{
position: absolute;
left: 700px;
top: 262px;
}

#S08

{
position: absolute;
left: 1300px;
top: 180px;
}

#F01

{
position: absolute;
left: 520px;
top: 220px;
}

#F02

{
position: absolute;
left: 1000px;
top: 220px;
}

#F03

{
position: absolute;
left: 10px;
top: 120px;
}

#F04

{
position: absolute;
left: 700px;
top: 150px;
}


#homepagephoto

{
position: relative;
text-align:center;
top: 35px;
padding: 0px;
}



/* THIS WILL BE THE COLOURS FOR THE NAVIGATIONAL LINKS IN THE MENU FOR THE TOP LEVEL */

a:link.links2menu 
{
background-color: #FFFFFF;
color: #757374;
text-decoration: none;
}

a:visited.links2menu
{
background-color: #FFFFFF;
color: #757374;
text-decoration: none;
}

a:hover.links2menu
{
background-color: #FFFFFF;
color: #F19ABE;
text-decoration: none;
}



/* THIS WILL BE THE COLOURS FOR THE NAVIGATIONAL LINKS IN THE MENU FOR THE MIDDLE LEVEL */

a:link.links2menulvl2 
{
background-color: #125EA6;
color: #FFFFFF;
}

a:visited.links2menulvl2
{
background-color: #125EA6;
color: #FFFF33;
}

a:hover.links2menulvl2
{
background-color: #125EA6;
color: #FFCC00;
}



/* THIS WILL BE THE COLOURS FOR THE NAVIGATIONAL LINKS IN THE MENU FOR THE BOTTOM LEVEL */

a:link.links2menulvl3 
{
background-color: #331A75;
color: #FFFFFF;
}

a:visited.links2menulvl3
{
background-color: #331A75;
color: #FFFF33;
}

a:hover.links2menulvl3
{
background-color: #331A75;
color: #FFCC00;
}




/* NAVIGATIONAL MENU TEXT */

#menu
{
font-family: Arial, Helvetica, sans-serif;
font-size: 75%;
font-style: normal;
color: #757374;
line-height: 120%;
font-weight: normal;
position: absolute;
text-align: left;
top: 590px;
left: 120PX;
width: 500px;
}



/* 2nd TIER NAVIGATIONAL SUB-MENU SETTINGS */

#menu2
{
font-family: Arial, Helvetica, sans-serif;
font-size: 75%;
font-style: normal;
color: #FFFFFF;
background-color: #125EA6;
line-height: 120%;
font-weight: normal;
position: absolute;
text-align: left;
top: 109px;
left: 308PX;
width: 370px;
}



/* 3rd TIER NAVIGATIONAL SUB-MENU SETTINGS */

#menu3
{
font-family: Arial, Helvetica, sans-serif;
font-size: 75%;
font-style: normal;
color: #FFFFFF;
background-color: #331A75;
line-height: 120%;
font-weight: normal;
position: absolute;
text-align: left;
top: 133px;
left: 308PX;
width: 370px;
}



/* BIOGRAPHY PAGE INHERENT ANCHOR MENU THAT SITS WITHIN THE 'TEXT1' CLASS */

a:link.anchorsubmenu 
{
background-color: #FFFFFF;
color: #331A75;
}

a:visited.anchorsubmenu
{
background-color: #FFFFFF;
color: #331A75;
}

a:hover.anchorsubmenu
{
background-color: #FFFFFF;
color: #FFCC00;
}



/* REGULAR HEADINGS FOR TEXT USED ON THE BIOGRAPHY PAGE */

.header1

{
line-height: 140%;
}

/* HEADINGS FOR TEXT USED AS ANCHOR LINKS ON THE BIOGRAPHY PAGE */

.header2

{
line-height: 90%;
}


/* REGULAR TEXT USED ON THE SITE */


#text1

{
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
color: #757374;
font-size: 75%;
line-height: 110%;
font-weight: normal;
position: absolute;
text-align: left;
top: 620px;
left: 120PX;
width: 600px;
}


#text2

{
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
color: #757374;
font-size: 75%;
line-height: 110%;
font-weight: normal;
position: absolute;
text-align: left;
top: 620px;
left: 300PX;
width: 300px;
}


#text3

{
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
color: #757374;
font-size: 75%;
line-height: 110%;
font-weight: normal;
position: absolute;
text-align: left;
top: 620px;
left: 500PX;
width: 300px;
}


#text4

{
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
color: #757374;
font-size: 75%;
line-height: 110%;
font-weight: normal;
position: absolute;
text-align: left;
top: 620px;
left: 790PX;
width: 300px;
}

#text5

{
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
color: #757374;
font-size: 75%;
line-height: 110%;
font-weight: normal;
position: absolute;
text-align: left;
top: 620px;
left: 1060PX;
width: 300px;
}

/* CONTACTS PAGE TEXT SIZE ADJUSTMENT */

#text1contact

{
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
color: #757374;
font-size: 75%;
line-height: 110%;
font-weight: normal;
position: absolute;
text-align: left;
top: 620px;
left: 120PX;
width: 530px;
}

#text2contact

{
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
color: #757374;
font-size: 75%;
line-height: 110%;
font-weight: normal;
position: absolute;
text-align: left;
top: 700px;
left: 300PX;
width: 640px;
}


/* IMAGES PAGE TEXT SIZE ADJUSTMENT */

#text1image

{
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
color: #757374;
font-size: 75%;
line-height: 110%;
font-weight: normal;
position: absolute;
text-align: left;
top: 550px;
left: 500PX;
width: 530px;
}

#text2image

{
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
color: #FFFFFF;
font-size: 75%;
line-height: 110%;
font-weight: normal;
position: absolute;
text-align: left;
top: 500px;
left: 500PX;
width: 530px;
}


/* IMAGES THUMBNAIL DISPLAY SETTINGS */

#portfoliosetting
{
font-family: Arial, Helvetica, sans-serif;
font-size: 75%;
font-style: normal;
color: #FFFFFF;
line-height: 120%;
font-weight: normal;
position: absolute;
text-align: center;
top: 10px;
left: 10px;
width: 1270px;
}

#portfoliosetting2
{
font-family: Arial, Helvetica, sans-serif;
font-size: 75%;
font-style: normal;
color: #FFFFFF;
line-height: 120%;
font-weight: normal;
position: absolute;
text-align: center;
top: 620px;
left: 10px;
width: 1270px;
}



/* THIS WILL BE THE COLOURS FOR THE NAVIGATIONAL LINK PORTFOLIO IMAGES */

a:link.links2pix 
{
background-color: #FFFFFF;
color: #FFFFFF;
text-decoration: none;
}

a:visited.links2pix
{
background-color: #FFFFFF;
color: #FFFFFF;
text-decoration: none;
}

a:hover.links2pix
{
background-color: #FFFFFF;
color: #F19ABE;
text-decoration: none;
}



a:link.links2pix2 
{
background-color: #FFFFFF;
color: #F19ABE;
text-decoration: none;
}

a:visited.links2pix2
{
background-color: #FFFFFF;
color: #F19ABE;
text-decoration: none;
}

a:hover.links2pix2
{
background-color: #FFFFFF;
color: #757374;
text-decoration: none;
}