/*
 * Coljan web site main style sheet
 * created by David Mutch, Visionary Voyager, October 2005
 *
 * Copyright (c) 2005, Visionary Voyager Corp P/L, Australia
 * last modified 28-10-05
 */

/* MAIN LARGE LAYOUT BLOCK SELECTORS */

html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	left: 0px;
	top: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

/* NAV STYLES BLOCK IDs and SELECTORS */

#nav{
	width: 88px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 6px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 76px;

}
.navbut1{
	width: 72px;
	height: 20px;
	background-image: url(images/button72_silver.gif);
	background-repeat: no-repeat;
	padding-top: 4px;
	text-align: center;
	line-height: 10px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.navbut1fat{
	width: 72px;
	height: 29px;
	background-image: url(images/button72wide_silver.gif);
	background-repeat: no-repeat;
	padding-top: 4px;
	text-align: center;
	line-height: 10px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.navbut2{
	width: 72px;
	height: 20px;
	background-image: url(images/button72_gold.gif);
	background-repeat: no-repeat;
	padding-top: 4px;
	text-align: center;
	line-height: 10px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.navbut2fat{
	width: 72px;
	height: 29px;
	background-image: url(images/button72wide_gold.gif);
	background-repeat: no-repeat;
	padding-top: 4px;
	text-align: center;
	line-height: 10px;
	margin-top: 3px;
	margin-bottom: 3px;
}
#nav p a, #nav p a:active, #nav p a:visited{
	text-decoration: none;
	color: #000000;
}
#nav p a:hover{
	text-decoration: none;
	color: #CC6600;
}
#rightNav{
	width: 130px;
	float: right;
	margin-right: 0px;
	border: solid red 1px;
	background-color: #00FFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 4 4 4 1;
	margin: 6;
	border-top: solid #FFCC66 2px;
	border-left: solid #FFCC66 2px;
	border-bottom: solid #996600 2px;
	border-right: solid #996600 2px;
	background-image: url(images/sectionhead_bg.jpg);
	font-weight: bold;
}
#rightNav a, #rightNav a:active, #rightNav a:visited{
	color: #996600;
	text-decoration: none;
}
#rightNav a:hover{
	color: #663300;
	text-decoration: underline;
}
/* CONTENT STYLES BLOCK IDs and SELECTORS */

#content {
	margin: 0px 1px 0px 8px;
	border-right: solid #996600 1px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
}
#content H2 {
	font-size: 140%;
	color: #996600;
	width: 100%;
	clear: both;
	background-color: #FFCC66;
	text-indent: 0.4em;
	border-top: solid #FFCC66 1px;
	border-left: solid #FFCC66 1px;
	border-bottom: solid #996600 1px;
	border-right: solid #996600 1px;
	background-image: url(images/sectionhead_bg.jpg);
}
#content H3{
	font-size: 115%;
	color: #663300;
}
#content p{
	margin-left: 8px;
	margin-right: 8px;
}
#content p a, #content p a:active, #content p a:visited{
	color: #CC6600;
	text-decoration: none;
	font-weight: bold;
}
#content p a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC6600;
	font-weight: bold;
}
#content li{
	list-style-image: url(images/bullet_screw14.gif);
}

/* FOOTER STYLE BLOCK */

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
}
#footer a, #footer a:active, #footer a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
#footer .middle{
	text-align: center;
	width: 300px;
}
#footer .top{
	width: 70px;
	float: right;
	margin-right: 10px;
	right: 20px;
	height: 14px;
	position: absolute;
	top: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #663300;
	border-right-color: #CC9900;
	border-bottom-color: #CC9900;
	border-left-color: #663300;
}
#footer .top a, #footer .top a:active, #footer .top a:visited{
	text-decoration: none;
	color: #FFFFFF;
}
#footer .top a:hover{
	color: #663300;
	text-decoration: none;
	background-color: #FFCC00;
}
/* MISC STYLES */

.colin {
	font-weight: bold;
	color: #009900;
}
