/* Finlay Watchorn Style Sheet
 * www.finlaywatchorn.com.au
 * 
 * Produced by Stephen Monk
 * smonk@tasmail.com
 */
/* ------------
 * GENERAL STYLES
 * ------------ */
* {
	font-family: Verdana, sans-serif;
}

body {
	margin: 0px;
	padding: 0px;
	background: white;
	font-size: 12px;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

a {
	color: #C0845F;
}

a:visited {
/*	color: gray; */
	color: #C0845F;
}

a:hover {
	color: maroon;
	text-decoration: underline;
}

/* -------------
 * SPLASH STYLES
 * ------------- */
#splash_header {
	position: relative;
	display: block;
	float: right;
	color: black;
	font-weight: bold;
	font-size: 11px;
	margin-right: 10px;
	margin-top: 5px;
}

#splash_main {
	position: absolute;
	display: block;
	top: 28%;
	font-size: 13px;
	color: black;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#splash_main_image {
	background: white; /*#C0845F; /*#966;*/
	height: 104px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#splash_main_image img {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding-left: 5px;
	padding-right: 5px;
}

#splash_main_image div {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: 0px;
	width: 643px;
}
#splash_main_image table {
	background: #966;
	padding: 0px;
}
#splash_main_image td {
	border-left: 2px white solid;
}

#splash_main_text {
	text-align: center;
	position: relative;
	top: 35px;
}

#splash_main a {
	color: black;
	font-size: 13px;
	font-weight: bold;
}

#splash_main a:hover {
	color: maroon;
	font-size: 13px;
}

#splash_main_image a {
	color: white;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#splash_main_image a:hover {
	color: white;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

/* -----------
 * MAIN STYLES
 * ----------- */
#header {
	position: absolute;
	top: 0;
	left: 0;
	height: 74px;
	max-height: 74px;
	background: #C0845F url('images/header_repeat.jpg');
	border-bottom: 2px black solid;
	z-index: 1;
}

#header_left {
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
}

#header_right {
/*	background: #C0845F url('images/header_repeat.jpg'); */
	float: right;
	color: white;
	font-weight: bold;
	font-size: 11px;
	height: 65px;
	padding-right: 10px;
	padding-top: 5px;
	padding-left: 20px;
}

#main {
	position: absolute;
	top: 95px;
	left: 0px;
	width: 100%;
	text-align: justify;
	z-index: 2;
}

#main h1 {
	background: #DAA520;
	color: white;
	font-size: 18px;
	margin-left: 10px;
	margin-right: 155px;
	margin-top: 0px;
	border-bottom: 1px solid black;
	padding-left: 4px;
	text-align: center;
}

#main h2 {
	background: white;
	color: black;
	font-size: 16px;
	margin-left: 15px;
	margin-right: 155px;
	margin-top: 0px;
	border-bottom: 1px solid black;
}

#main h3 {
	background: white;
	color: black;
	font-size: 14px;
	margin-left: 15px;
	margin-right: 155px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0px;
	border-bottom: 1px solid black;
}

#main h4 {
	background: white;
	color: #DAA520;
	font-size: 13px;
	margin-left: 15px;
	margin-right: 155px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0px;
}


#main p {
	font-size: 13px;
	margin-left: 25px;
	margin-right: 170px;
}

#main li {
	font-size: 13px;
	margin: 0px;
	margin-right: 170px;
	margin-bottom:10px;
}

#main td.address {
	text-align: left;
	padding: 0px;
	padding-left: 25px;
}

#main h3.address {
	background: white;
	color: black;
	font-size: 14px;
	margin-left: -5px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0px;
	border-bottom: 1px solid black;
}

#navigation {
	position: relative;
	top: 95px;
	float: right;
	width: 135px;
	background: white;
	padding-left: 5px;
	padding-right: 10px;
	z-index: 3;
}

#navigation p {
	background: #F0E68C;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	line-height: 23px;
	margin-top: 0px;
	margin-bottom: 2px;
	padding-left: 4px;
}

#navigation p.subMenu {
	background: #EEEECC;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 2px;
	padding-left: 4px;
}

#navigation p.subMenuSelected {
	background: #FFFFDD;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 2px;
	padding-left: 4px;
}


#navigation a {
	text-decoration: none;
}

#navigation a:hover {
	text-decoration: underline;
}

#navigation .header {
	background: #DAA520; /*#C0C0C0;*/
	font-size: 13px;
	font-weight: bold;
	color: white;
	text-align: left;
	line-height: 23px;
	margin-top: 0px;
	margin-bottom: 2px;
}

#navigation .selected {
	background: #EEA520;
}
/*
#profile {
	position: relative;
	top: 121px;
	float: left;
	width: 195px;
	margin-left: 5px;
	margin-right: 5px;
}*/

#profile {
	position: relative;
	top: 121px;
	float: left;
	width: 195px;
	margin-left: 5px;
	margin-right: 5px;
}

#profile p {
	background: #F0E68C;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	line-height: 23px;
	margin-top: 0px;
	margin-bottom: 2px;
	padding-left: 4px;
}

p.image {
	padding-top:5px;
	padding-bottom: 5px;
	border: 0px;
	border-top: 10px solid white;
	text-align: center;
	padding-left: 0px;
}

div.imageTable {
	position: relative;
	width: 500px;
}

div.image { 
	position: relative;
	display: inline;
	float: left;
	background: #F0E68C;
	padding:5px;
	margin: 5px;
	border-bottom: 5px solid white;
}

div.caption {
	position: relative;
	background: #F0E68C;
	border-top: 2px solid white;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 23px;
	padding-left: 4px;
}

div.spacer {
	clear: both;
}

/* -------------
 * FOOTER STYLES 
 * ------------- */
#footer {
	position: relative;
	font-size: 9px;
	padding: 0px;
	padding-bottom: 1px;
	margin: 0px;
	margin-left: 5px;
	margin-top: 10px;
	margin-right: 5px;
	color: gray;
	background: white;
	border-top: 1px #c0c0c0 solid;
}

#footer a {
	color: black;
	text-decoration: none;
}

#footer a:hover {
	color: black;
	text-decoration: underline;
}
