/* G W Tillage.com.au CSS */
*
{
	margin: 0px;
	padding: 0px;
	font-family: tahoma,verdana,arial,helvetica,sans-serif;
	font-size: 12px;
}

body
{
	margin-bottom: 10px;
	color: #202020;
	background: #b2d8b2 url(images_layout/gwt_body_bkgnd.jpg) repeat-x;
	text-align: center;
}

#outer
{
	width: 782px;
	min-height: 600px;
	margin-left: auto;
	margin-right: auto;
	border: solid #80c0a0;
	border-width: 0 2 2 0px;
}

#inner
{
	width: 780px;
	background: #fff;
	border: solid #000;
	border-width: 0 1 1 1px;
}

#branding
{
	width: 780px;
	height: 80px;
	background: #888;
}

#menuparent
{
	position: relative;
	display: block;
	float: left;
	left: 0px;
	top: 0px;
	width: 1px;
	height: 1px;
}

#menucontainer
{
	position: absolute;
	width: 140px;
	margin-top: 0px;
	margin-right: 0px;
	padding: 80px 0px 0px 0px;
	background: #fff url(images_layout/gwt_sb_bkgnd.jpg) top left no-repeat;
	color: #fff;
	text-align: left;
	line-height: 150%;
	font-weight: bold;
}

#toplinks
{
	height: 20px;
	margin-left: 100px;
	margin-right: -10px;
	margin-top: -5px;
	padding-top: 3px;
	padding-right: 10px;
	background: url(images_layout/toplink_bkgnd.jpg) no-repeat right;
	text-align: right;
	font-weight: bold;
	color: #80a080;
}

#infolinks
{
	background: url(images_layout/infolink_bkgnd.jpg) no-repeat right;
	margin: 20 0 10 0px;
	padding: 2px 0px;
}

#content
{
	width: 620px;
	min-height: 570px;
	float: right;
	margin-top: 15px;
	background: #fff;
	text-align: left;
	padding: 5px 10px 20px 20px;
}

#footer
{
	width: auto;
	height: 68px;
	clear: both;
	text-align: center;
	background: #fff;
	padding-left: 40px;
}

#footer img
{
	display: inline;
	vertical-align: middle;
}

#footerlinks
{
	width: auto;
	height: 30px;
	background: #e0efe0 url(images_layout/gwt_footer_bkgnd.jpg) repeat-x;
	padding: 0px 0px 0px 40px;
}

h1, h2, h3, h4, h5, h6
{
	font-family: tahoma,verdana,arial,sans-serif;
	margin: 10px 20px 10px 10px;
	color: #004020;
	text-align: left;
}

h1
{
	font-size: 18px;
	margin-top: 20px;
	clear: both;
}

h2 { font-size: 16px; }

p, li, br
{
	font-size: 12px;
	margin: 0 10 10 10px;
	line-height: 150%;
	text-align: left;
}

ul { list-style-type: disc; }
li { margin: 0 10 10 30px; }

li.red
{
	list-style-image: url(images_layout/red_marker.gif);
	margin-bottom: 15px;
}

.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.clear { clear: both; }
.red { color: #ff0000; }
.grey { color: #808080; }
.strong { font-weight: bold; }
.unbold { font-weight: normal; }
.top0 { margin-top: 0px; }
.top25 { margin-top: 25px; }
.top15 { margin-top: 15px; }
.top35 { margin-top: 35px; }
.top50 { margin-top: 50px; }
p.neat
{
	margin-bottom: 0px;
}

.redheading
{
	color: #ff0000;
	text-align: center;
	font-weight: bold;
}

.small { font-size: 11px; }

.smallc
{
	font-size: 10px;
	text-align: center;
}

.copyright
{
	font-size: 10px;
	color: #666;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
}
.highlight { background: #f8ffa0; }

p.locationheading
{
	text-align: center;
	background: #e0efe0;
	padding: 2px;
	margin: 0px;
	font-weight: bold;
	color: #406040;
}

p.opening:first-line { font-weight: bold; }
a:link { color: #2020ff; }
a:visited { color: #4040d8; }
a:hover { color: #ff4040; }
a:active { color: #ff0000; }




a.navitab, a:visited.navitab, span.pseudotab
{
	display: block;
	height: 22px;
	width: 135px;
	line-height: 180%;
	text-decoration: none;
}


span.pseudotab
{
	display: block;
	height: 22px;
	width: 135px;
	color: #ef6000;
	background: url(images_layout/gwt_navi_btn.png) 0 22px;
}


a.navitab
{
	color: #000080;
	background: url(images_layout/gwt_navi_btn.png) no-repeat top left;
}

a:visited.navitab
{
	color: #2020a0;
	background: url(images_layout/gwt_navi_btn.png) no-repeat top left;
}

a:hover.navitab
{
	color: #ef6000;
	background: url(images_layout/gwt_navi_btn.png) 0 22px;
}

a:active.navitab
{
	color: #ff0000;
	background: url(images_layout/gwt_navi_btn.png) 0 22px;
}


a.toplink
{
	text-decoration: none;

}

a:hover.toplink
{
	text-decoration: underline;
}

a.rtnlink
{
	font-size: 11px;
	font-weight: normal;
	padding: 2 5 2 5px;
	text-decoration: none;
	border: solid #e0e0e0;
	border-width: 1 2 2 1px;
	background: #efefef;
}

a:visited.rtnlink { color: #2020ff; }

a:hover.rtnlink
{
	color: #800000;
	border: solid #c0a0a0;
	border-width: 1 2 2 1px;
	background: #ffefe0;
}

a:active.rtnlink
{
	color: #ff4040;
	text-decoration: underline;
}

.title
{
	font-size: 15px;
	color: #000000;
}

.header
{
	color: #ffffff;
	letter-spacing: 0.2em;
}

.data { font-size: 9px; }

table
{
	empty-cells: show;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}

th { background: #e0efe0; padding: 1px 3px; }
td { padding: 3px; vertical-align: top;}
td.small
{
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
}
td.smallleft
{
	font-size: 11px;
	text-align: left;
	padding: 1px 10px;
}


td.legend
{
	color: #000000;
	font-size: 11px;
	text-align: right;
}

td.thumbnail
{
	background: #fff;
	border: #e0e0e0 solid;
	border-width: 1 3 3 1px;
	text-align: center;
	vertical-align: bottom;
	font-size: 11px;
}

formbox
{
	font-size: 10px;
	color: #000000;
	background-color: #ffffcc;
	border: 1px solid #808080;
}

.button
{
	font-size: 10px;
	font-weight: bold;
	color: #808080;
	background-color: #ffffcc;
	border: 1px solid #808080;
	text-transform: uppercase;
}

option
{
	margin: 5px;
	border-bottom: dotted #fff 1px;
}

select { background: #efefef; }
hr { color: #808080; }

img
{
	border: none;
	font-size: 9px;
	color: #888;
	margin: 0px;
}
