@charset "windows-1252";

html {
	background-image: URL('images/sebstripedbg.gif');
	background-repeat: repeat;
}

body {
	background-image: URL('images/sebstripedbg.gif');
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}

#pagewrapper {
	position: relative;
	top: 0px; left: 0px;
	width: 1024px;
	height: 663px;
	margin: 0px auto;
	text-align: center;
	/* padding: 0px; */
}

#content {
	position: absolute;
	top: 0px; left: 0px; height: 600px; width: 1024px;
}

#topbanner {
	position: absolute;
	top: 0px; left: 0px; 
	width: 1024px;
	height: 291px;
	text-align: left;
}

#logo {
	position: absolute;
	top: 0px;
	width: 277px;
	height: 291px;
	background-image: URL('images/fp2_logo.gif');
	background-repeat: no-repeat;
}

#bannerright {
	position: relative;
	top: 0px;
	left: 277px;
	width: 747px;
	height: 291px;
	background-image: URL('images/fp2_topbanner.gif');
	background-repeat: no-repeat;
}

#nav {
	position: absolute;
	top: 291px;
	left: 0px;
	width: 1024px;
	height: 25px;
	background-image: URL('images/fp2_nav2.gif');
	background-repeat: no-repeat;	
}

#contentwindow {
	position: absolute;
	top: 316px;
	left: 0px;
	width: 1024px;
	height: 236px;
	background-image: URL('images/fp2_middle2.gif');
	background-repeat: no-repeat;	 
	text-align: left;
	overflow: hidden;
}

#footer {
	position: absolute;
	top: 552px;
	left: 0px;
	/* bottom: 0px; */
	background-image: URL('images/fp2_footer.gif');
	background-repeat: no-repeat;	
	width: 1024px;
	height: 60px;
	/*overflow: hidden;*/
}

#subbanner {
	height: 143px;
	width: 1024px;
	background-image: URL('images/sp2banner3.gif');
	background-repeat: no-repeat;	
}

#adminbanner {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 133px;
	width: 1024px;
	background-image: URL('images/adminbanner.gif');
	background-repeat: no-repeat;
}

#subcontent {
	position: absolute;
	top: 143px;
	left: 0px;
	width: 1024px;
	height: auto;
	overflow: hidden;
}
	
#subcontentbg { 
	top: 143px;
	margin: 0px auto;
	background-image: URL('images/spcontentbg.gif');
	background-repeat: repeat-y;		
	/* padding: 0px; */
}

#subcontenttext {
	width: 944px;
	height: auto;
	font-family: arial, helvetica;
	font-size: 10pt;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-right: 40px;
	padding-left: 40px;
	text-align: left;
}

#subcontenttext h1 {
	font-size: 14pt;
	font-weight: bold;
	color: #7C7574;
} 

#subcontenttext h2 {
	font-size: 12pt;
	font-weight: bold;
	color: #7C7574;	
}

#subfooter {
	position: relative;
	height: 70px;
	width: 1024px;
	left: 0px;
	bottom: 0px;
	background-image: URL('images/sp2footer.gif');
	background-repeat: no-repeat;			
	text-align: left;
}

#subfootertext {
	position: absolute;
	top: 0px;
	left: 20px;
	width: 1024px;
	text-align: left;
}

table {
	border: 0px;
	padding: 0px;
	border-collapse: collapse;
}

.result {
	color: red;
}

/* style the outer div to give it width */
.fpmenu {position: absolute; z-index: 99; top: 290px; left: 120px; width: 1024px; font-size:10pt; font-family: arial; font-weight: normal; padding-bottom:00px; text-align: left;}

/* remove all the bullets, borders and padding from the default list styling */
.fpmenu ul {padding:0;margin:0;list-style-type:none; height:1em; background: transparent;}  /* making the bg transparent removed the colour from the RHS blank area of the menu */

/* style the sub-level lists */
.fpmenu ul ul {width:10em; font-size:9pt; font-weight: normal; margin-left: 17px;}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.fpmenu ul li {float:left;height:3em;line-height:3em; top: -8px;} /* added to negative top here to move the menu closer to the first level */

/* style the sub level list items */
.fpmenu ul ul li {display:block;width:12em;height:auto;position:relative;line-height:1em;}

/* style the links for the top level */
/* making the background transparent below removed the colour from behind the top level menus */
.fpmenu a, .fpmenu a:visited {display:block;float:left;height:100%;font-size:1em;text-decoration:none;color:#FFFFFF;background:transparent;padding:0 0.5em 0 0.5em;}  

/* style the sub level links */
.fpmenu ul ul a, .fpmenu ul ul a:visited {display:block;background:#bbb; color: black;width:12em;height:100%;line-height:1em; padding:0.5em 1em;}
.fpmenu ul table ul a, .fpmenu ul table ul a:visited  {width:14em; w\idth:12em;}


/* style the table so that it takes no part in the layout - required for IE to work */
.fpmenu table {position:absolute; left:0; top:0; font-size:1em;}
.fpmenu ul ul table {lef\t:-1px;}
.fpmenu ul ul table ul.left {margin-lef\t:2px;}

.fpmenu li:hover {position:relative;}
* html .fpmenu a:hover {position:relative;}

/* style the third level background */
.fpmenu ul ul ul a, .fpmenu ul ul ul a:visited {background:#545F59;}
/* style the fourth level background */
.fpmenu ul ul ul ul a, .fpmenu ul ul ul ul a:visited {background:#545F59;}
/* style the sub level 1 background */
.fpmenu ul :hover a.sub1 {background:#CFCFCF; } /* added a margin-left to move the drop down menu to the right */
/* style the sub level 2 background */
.fpmenu ul ul :hover a.sub2 {background:#545F59;}

/* style the level hovers */
/* first */
.fpmenu a:hover {color:#BA1319;background:transparent;}
.fpmenu :hover > a {color:#BA1319;background:transparent;}
/* second */
.fpmenu ul ul a:hover{color:#BA1319;background:#ccc;text-decoration: none;}
.fpmenu ul ul :hover > a {color:#BA1319;background:#ccc;text-decoration: none;}
/* third */
.fpmenu ul ul ul a:hover {background:#eee;}
.fpmenu ul ul ul :hover > a {background:#eee;}
/* fourth */
.fpmenu ul ul ul ul a:hover {background:#eee;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.fpmenu ul ul {visibility:hidden;position:absolute;height:0;top:3em;left:0;width:14em;}

/* position the third level flyout menu */
.fpmenu ul ul ul{left:14em;top:0;width:14em;}

/* position the third level flyout menu for a left flyout */
.fpmenu ul ul ul.left {left:-14em;}


/* make the second level visible when hover on first level list OR link */
.fpmenu ul li:hover ul, .fpmenu ul a:hover ul {visibility:visible; height:auto; padding-bottom:3em; background:transparent url(images/trans.gif);}
/* keep the third level hidden when you hover on first level list OR link */
.fpmenu ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
.fpmenu ul :hover ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.fpmenu ul :hover ul :hover ul{visibility:visible;}
/* make the fourth level visible when you hover over third level list OR link */
.fpmenu ul :hover ul :hover ul :hover ul {visibility:visible;}

/* end of front page menu */

/* style the outer div to give it width */
.menu {position: absolute; z-index: 99; top: 100px; left: 35px; width: 1024px; font-size:10pt; font-family: arial; font-weight: normal; padding-bottom:00px; text-align: left;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none; height:1em; background: transparent;}  /* making the bg transparent removed the colour from the RHS blank area of the menu */

/* style the sub-level lists */
.menu ul ul {width:10em; font-size:9pt; font-weight: normal; margin-left: 17px;}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li {float:left;height:3em;line-height:3em; top: -8px;} /* added to negative top here to move the menu closer to the first level */

/* style the sub level list items */
.menu ul ul li {display:block;width:12em;height:auto;position:relative;line-height:1em;}

/* style the links for the top level */
/* making the background transparent below removed the colour from behind the top level menus */
.menu a, .menu a:visited {display:block;float:left;height:100%;font-size:1em;text-decoration:none;color:#FFFFFF;background:transparent;padding:0 0.5em 0 0.5em;}  

/* style the sub level links */
.menu ul ul a, .menu ul ul a:visited {display:block;background:#bbb; color: black;width:12em;height:100%;line-height:1em; padding:0.5em 1em;}
.menu ul table ul a, .menu ul table ul a:visited  {width:14em; w\idth:12em;}


/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; left:0; top:0; font-size:1em;}
.menu ul ul table {lef\t:-1px;}
.menu ul ul table ul.left {margin-lef\t:2px;}

.menu li:hover {position:relative;}
* html .menu a:hover {position:relative;}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#545F59;}
/* style the fourth level background */
.menu ul ul ul ul a, .menu ul ul ul ul a:visited {background:#545F59;}
/* style the sub level 1 background */
.menu ul :hover a.sub1 {background:#CFCFCF; } /* added a margin-left to move the drop down menu to the right */
/* style the sub level 2 background */
.menu ul ul :hover a.sub2 {background:#545F59;}

/* style the level hovers */
/* first */
.menu a:hover {color:#BA1319;background:transparent;}
.menu :hover > a {color:#BA1319;background:transparent;}
/* second */
.menu ul ul a:hover{color:#BA1319;background:#ccc;text-decoration: none;}
.menu ul ul :hover > a {color:#BA1319;background:#ccc;text-decoration: none;}
/* third */
.menu ul ul ul a:hover {background:#eee;}
.menu ul ul ul :hover > a {background:#eee;}
/* fourth */
.menu ul ul ul ul a:hover {background:#eee;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:3em;left:0;width:14em;}

/* position the third level flyout menu */
.menu ul ul ul{left:14em;top:0;width:14em;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-14em;}


/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {visibility:visible; height:auto; padding-bottom:3em; background:transparent url(images/trans.gif);}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{visibility:visible;}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {visibility:visible;}

/* end of menu */

.flower{padding-left:37px; padding-top:10px; background: url(http://www.sebastians.com.au/images/flower.gif) 0px 0px no-repeat; height: 35px; text-align: bottom;}
