/* cascading style sheet for screen

Copyright 2006 J6 design. All Rights Reserved.

web designer: Jane Fletcher j6 design
email : contact@j6design.com.au
internet: www.j6design.com.au
 
................................................................ */

body {
	color: #333333;
	PADDING: 0px;
	margin: 0px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	text-align: center;
	background: #ffffff url(images/paperRecycle.gif) repeat-y fixed right top;
}



/* GLOBAL TEXT PROPERTIES
................................................................ */

h1 {
	font-size: 16px;
	padding: 0px 10px;
	margin: 10px 0px 0px 0px;
	font-weight: normal;
	color: #93BC0B;
}

p {
	padding: 0px 10px;
	margin: 2px 0px 10px 0px;
	line-height: 1.25;
	text-align: left;
}

a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
	}
a:hover {
	color: #778537;
	text-decoration: underline;
}

.green a:link {
	color: #93BC0B;
	font-size: 16px;
	text-decoration: underline;
	font-weight: normal;
}
.green a:visited {
	color: #93BC0B;
	text-decoration: underline;
	}
.green a:hover {
	color: #778537;
	text-decoration: underline;
}


.wh {
	color: #ffffff;
	margin: 49px 15px 0px 15px;
	padding: 0px;
}

.white {
	color: #ffffff;
	margin: 10px 15px 0px 15px;
	padding: 0px;
}

.space {
	padding: 0px 10px;
	DISPLAY: block;
	border-right: 2px solid #FFFFFF;
}
.imageSpace {
	margin: 5px 5px;
}

/* menu
................................................................ */
.active {
	color: #ffffff;
	DISPLAY: block;
	padding: 0px 10px;
	text-decoration: none;
	background: #46712e;
}
.tag {
	margin: 0px;
	padding: 20px 0px 0px;
	font-weight: normal;
	color: #46712e;
	font-size: 18px;
}

.tag a:link, .tag a:visited{
	DISPLAY: block;
	padding: 0px 0px;
	text-decoration: none;
}

.tag a:hover
{
	text-decoration: none;
	color: #46712e;
}

#nav {
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	float: left;
	color: #ffffff;
	text-align: left;
	width: 250px;
	font-weight: normal;
}
#nav UL {
	FLOAT: left;
	MARGIN: 0px;
	WIDTH: 100%;
	padding: 0px;
	margin: 0px;
}

#nav a:link, #nav a:visited{
	DISPLAY: block;
	color: #ffffff;
	padding: 0px 10px;
	text-decoration: none;
}

#nav a:hover
{
	color:  #ffffff;
	text-decoration: none;
	background: #93BC0B;
}

#nav LI {
	FLOAT: left;
	margin: 0px 0px 2px;
	padding: 0px;
	width: 100%;
	list-style: none;
	line-height: 2;
	background: #005338;
}

#spot{
	font-size: 16px;
	padding: 0px;
	margin: 0px 0px 2px 0px;
	float: right;
	color: #ffffff;
	text-align: left;
	width: 800px;
	font-weight: normal;
	text_align: center;
}
#spot UL {
	FLOAT: left;
	MARGIN: 0px;
	WIDTH: 100%;
	padding: 0px;
}

#spot a:link, #spot a:visited{
	DISPLAY: block;
	color: #ffffff;
	padding: 0px 10px;
	text-decoration: none;
}

#spot a:hover
{
	color:  #ffffff;
	text-decoration: none;
	background: #93BC0B;
}

#spot LI {
	FLOAT: left;
	margin: 0px;
	padding: 0px;
	width: 50%;
	list-style: none;
	line-height: 2;
	background: #46712e;
}

/* print show/hide 
................................................................ */
.print { 
	display: none;
	}
.noprint { 
	display: block;
	}	

/* FORM PROPERTIES
................................................................ */
label {
	color: #333333;
	text-align: justify;
	padding: 0px 10px;
	margin: 0px;
	font-size: 0.85em;
	background: #ffffff;
}

.txt {
	color: #333333;
	text-align: justify;
	padding: 0px 10px;
	margin: 0px;
	font-size: 0.85em;
	background: #ffffff;
}

Input, select, textarea, option {
 background: #ffffff;
	margin: 0px;
	padding: 2px;
}

/* IMAGE PROPERTIES
................................................................ */

img {
	margin: 0px;
	padding: 0px;
}

/* if css disabled
................................................................ */
.css { 
	display: none;
	}
	

/* main content
................................................................ */
.main {
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	background: #FFFFFF;
	text-align: left;
}

.header {
	width: 100%;
	float: left;
	background: url(images/greenTeam.gif) no-repeat right top;
	margin: 10px 0px 0px;
	padding: 0px;
	height: 70px;
}

.bg {
	background: url(images/bg.gif) repeat right top;
}
.block {
	background: #7D8D21 url(images/greenteamBT.gif) no-repeat right top;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 548px;
	height: 168px;
	border-bottom: 2px solid #FFFFFF;

}

.whole {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
}

.content {
	width: 40%;
	margin: 10px 40px 0px 0px;
	padding: 0px;
	float: left;
}

li { list-style-image:url(images/tick.jpg); 
	padding: 0px 0px 0px 0px; 
	margin: 0px; }

.cross li { list-style-image:url(images/cross.jpg); 
	padding: 0px 0px 0px 0px; 
	margin: 0px; }

/* footer
................................................................ */
.footer {
	width:100%;
	margin: 20px 0px 0px;
	padding: 10px 0px 0px;
	float: left;
	font-size: 10px;
	text-align: right;
	border-top: 1px solid #CCCCCC;
}
