/* 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: "Trebuchet MS" Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
	background: #ffffff;
}



/* GLOBAL TEXT PROPERTIES
................................................................ */

h1 {
	font-size: 1em;
	padding: 20px 10px 0px;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	color: #847666;
}

h2 {
	font-size: 1em;
	padding: 0px;
	margin: 15px 0px 10px 0px;
	font-weight: bold;
	color: #847666;
}


h3 {
	font-size: 1em;
	padding: 0px;
	margin: 15px 0px 10px 0px;
	font-weight: bold;
	color: #666666;
}

p {
	padding: 0px 10px;
	margin: 2px 0px 10px 0px;
	line-height: 1.75;
	text-align: left;
}

li {
	line-height: 1.75;
	padding: 0px 0px 10px;
}

a:link, a:visited {
	color: #C4221C;
	text-decoration: underline;
}

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

.large {
	font-size: 1.4em;
}

.numbered {
	list-style-type: decimal;
}

/* menu
................................................................ */
.active {
	color: #ffffff;
	DISPLAY: block;
	padding: 0px 10px;
	text-decoration: none;
	background: #D0D810;
}

#nav {
	font-size: 1em;
	padding: 0px;
	margin: 0px 0px 20px;
	float: left;
	color: #ffffff;
	width: 100%;
	font-weight: bold;
}

#nav UL {
	MARGIN: 0px;
	WIDTH: 100%;
	padding: 0px;
}

#nav LI {
	FLOAT: right;
	list-style: none;
	margin: 0px;
	line-height: 1.5;
}

.about  a:link, .about a:visited {
	background: #B0B3AA;
	margin: 0px 0px 0px 5px;
	padding: 7px 0px;
	width: 131px;
	DISPLAY: block;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}

.about  a:hover {
	background: #808080;
	color: #ffffff;
}

.job  a:link, .job a:visited {
	background: #847666;
	margin: 0px 0px 0px 5px;
	padding: 7px 0px;
	width: 140px;
	DISPLAY: block;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}

.job  a:hover {
	background: #544A3F;
	color: #ffffff;
}

.prov  a:link, .prov a:visited {
	background: #C4221C;
	margin: 0px 0px 0px 5px;
	padding: 7px 0px;
	width: 175px;
	DISPLAY: block;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}

.prov  a:hover {
	background: #A30504;
	color: #ffffff;
}

.contact  a:link, .contact a:visited {
	background: #740000;
	margin: 0px 0px 0px 5px;
	padding: 7px 0px;
	width: 131px;
	DISPLAY: block;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}

.contact  a:hover {
	background: #000000;
	color: #ffffff;
}

/* IMAGE PROPERTIES
................................................................ */
img {
	margin: 0px;
	padding: 0px;
}

/* if css disabled
................................................................ */
.css { 
	display: none;
	}
	

/* main content
................................................................ */
.main {
	margin: 0px auto;
	padding: 0px 0px 20px;
	width: 900px;
	text-align: left;
}

.content {
	width: 600px;
	margin: 5px 0px;
	padding: 0px;
	float: right;
}

.sideBar {
	width: 295px;
	margin: 5px 0px;
	padding: 0px;
	float: left;

}

/* footer
................................................................ */
.footer {
	width:100%;
	margin: 20px 0px 0px;
	padding: 0px;
	float: left;
	font-size: 0.8em;
	text-align: right;
}


/* FORM PROPERTIES
................................................................ */
label {
	color: #333333;
	text-align: left;
	padding: 0px;
	margin: 0px;
	font-size: 0.80em;
}

.txt {
	color: #333333;
	text-align: justify;
	padding: 0px;
	margin: 0px;
	font-size: 0.80em;
}

Input, select, textarea, option {
	background: #ffffff;
	color: #333333;
	FONT-FAMILY: "Trebuchet MS" Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

.submit {
	color: #ffffff;
	background: #C4221C;
	border: none;
	cursor: hand;
}

.border {
	width: 95%;
	float: left;
	border: 1px dotted #cccccc;
}
