/* 08/08/06 http://www.bigvolcano.com.au/custom/seeclearly/ screen css */
/* home page css */
/* copyright http://www.bigvolcano.com.au/docs/company.htm */

body {
	margin:0px 5px 0px 5px;
	font-family: "Trebuchet MS", "Times New Roman", Roman, serif;
	background: #BBDDFF;
	color: #000099;
	font-size: 98%;
	clear: both;
    }
	
table {
	width: 98%;
	border-collapse: collapse;
	background: #FFFFFF;
	text-align: left;
	margin-left: auto; /* centres table */
	margin-right: auto; /* centres table */
}

th, td	{ 
	font-size: 93%;
	padding: 5px;
}

#Index td {
	padding: 20px 5px 5px;
}

#Schedule table {
	border-collapse: collapse;
	text-align: left;
	padding: 0px;
}

#Schedule th {
	background: #000099;
	color: #FFFFFF;
}

#Schedule td {
	font-size: 90%;
	vertical-align: top;

}

#Schedulebg1 {
	background: #D2F0FF;
}

#Schedulebg2 {
}

#Schedule h3 {
	background: #D2F0FF;
	color: #0000FF;
	font-size: 120%;
	width: auto;
	line-height: normal;
	margin-top: 5px;
	margin-bottom: 5px;
}

#Schedule h4 {
	color: #FF6600;
	font-weight: bold;
	height: 20px;
}
	
/* start navbar based on westciv */

div#navbar {
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	font-weight: bold;
	padding: 3px;
}

#navbar a:link {
	color: #0000FF;
	margin: 4px;
	padding-top: 1px;
	padding-left: 5px;
	padding-bottom: 1px;
	padding-right: 5px;
	text-decoration: none;
}

#navbar a:visited {
	color: #448888;
	margin: 4px;
	padding-top: 1px;
	padding-left: 5px;
	padding-bottom: 1px;
	padding-right: 5px;
	text-decoration: underline;
	font-style: italic;
}

#navbar a:hover, a:active {
	color: #FF6600;
	background: #A4E1FF;
	text-decoration: none;
}

#navbar a.current {
	color: #3333FF;
	background-color: #FFEAF4;
	text-decoration: none;
	border-left: 5px solid #3333FF;
}

/* end navbar based on westciv */

/* start navbar based on westciv */

div#navbar {
	font-size: 75%;
	font-weight: normal;
	text-align: center;
	font-weight: bold;
	padding: 3px;
	font-variant: small-caps;
}

#navbar a:link {
	color: #0000FF;
}

#navbar a:visited {
	color: #3399FF;
	text-decoration: underline;
}

#navbar a:hover, a:active {
	color: #FF6600;
	background: #E8FFFF;
	text-decoration: none;
}

#navbar a.current {
	color: #3333FF;
	background-color: #FFEAF4;
	text-decoration: none;
}

/* end navbar based on westciv */	

a:link {
	color: #0000FF;
}

a:visited {
	color: #3399FF;
	text-decoration: none;
}

a:hover,  {
	color: #FF6600;
	background: #E8FFFF;
	text-decoration: none;
}

a:active {
	color: #FF6600;
	background: #E8FFFF;
	text-decoration: none;
}

H1 {
	font-size: 240%;
	text-align: center;
	color: #0000FF;
	font-style: italic;
	letter-spacing: 3px;
	word-spacing: 2px;
	font-weight: lighter;
}

H2 {
	color: #FF6600;
	font-size: 135%;
	text-align: center;
	font-style: italic;
}

h3 {
	background: #D2F0FF;
	color: #0000FF;
	font-size: 120%;
	width: auto;
	line-height: normal;
}

h4 {
	font-size: 100%;
	width: 65%;
	color: #0000FF;
	background: #FFFFD7;
	line-height: normal;
	font-style: italic;
	border-top: 1px groove #0000FF;
	border-right: 1px solid #0000FF;
	border-bottom: 1px solid #0000FF;
	border-left: 1px groove #0000FF;
	text-indent: 5px;
}

h5 {
	color: #0000FF;
	background: #D2F0FF;
	display: inline;
	line-height: 50px;
	font-size: 98%;
}

h6 {
	font-size: 95%;
	text-align: left;
}

.BigH1 {
	font-size: 165%;
	text-align: center;
	color: #2D62FF;
	font-style: italic;
	letter-spacing: 3px;
	word-spacing: 2px;
	font-weight: normal;
}

.Hspan {
	font-size: 140%;
		color: #FF6600;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: left;
}

.description {
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: 75%;
	text-align: center;
	color: #BBDDFF;
	padding: 0px 0px 10px;
}

.kudos {
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	font-style: italic;
}

/* start enquiry */

.contact {
	font-size: 80%;
	text-align: justify;
}

.phone {
	font-size: 105%;
	font-weight: bold;
	text-align: center;
	color: #0000FF;
	line-height: 30px;
}

#form table {
	width: 98%;
}
	
#form th {
	text-align: right;
	color: #0000FF;
	vertical-align: top;
	font-style: italic;
	font-size: 95%;
	font-weight: normal;
}

#form td {
	font-size: 90%;
	text-align: left;
}

#form h2 {
	text-align: left;
}

.formsmall {
font-size: 75%; ; text-align: left
}

form .center {
	font-family: Geneva, Arial, Helvetica, san-serif;
	text-align: center;
	font-size: 90%;
}

.buttonSubmit {
	color: #2F2FFF;
	background-color: #FFEAF4;
	border: 1px solid #cc0066;
	padding: 2px;
 }
 
 .buttonReset {
	color: #2F2FFF;
	background-color: #FFEAF4;
	border: 1px solid #000099;
	padding: 2px;
 }
 
 em {
	background: #FFFF99;
}

.correctemail {
	font-size: 95%;
	text-align: center;
	font-weight: bold;
}

/* end enquiry */

blockquote {
	font-size: 105%;
	font-weight: bold;
}

.saying1 {
	font-style: italic;
	color: #FF6600;
}

.saying2 {

	font-style: italic;
	color: #3399FF;
}

.floatRight {
	float: right;
	padding: 5px;
	background: #FFFFFF;
	margin: 10px 10px 5px;
    display: inline-block; /* IE display bugs fix, WMW DrDoc */
}

.floatRightcap {

	float: right;
	padding: 5px;
	font-size: 80%;
	text-align: center;
	display: inline-block;
	margin: 30px 20px 5px 5px;
}

.floatLeft {
	float: left;
	padding: 5px;
	background: #FFFFFF;
	margin: 10px 20px;
    display: inline-block; /* IE display bugs fix, WMW DrDoc */
}

.floatLeftcap {
	float: left;
	padding: 5px;
	font-size: 80%;
	text-align: center;
	display: inline-block;
	margin: 10px 30px auto 20px;
	width: 250px;
}

a.noHover:hover {
border:none;
background:none;
}

.Alex {
	text-align: center;
	font-weight: bold;
	font-variant: small-caps;
	font-style: italic;
}

.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: left;
	vertical-align: baseline;
}

.FAQQ {
	text-align: left;
	font-weight: bold;
	color: #990000;
	font-size: 95%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-style: italic;
}

.FAQA {
	text-align: left;
}

