/* 
------------------------------------
DETAILS:
Title: janbal.css
Author: Léon Borrack
URL: http://www.janbal.com.au/css/janbal.css
Born: December 2007
Modified: 7 December 2007
------------------------------------
COLORS:
Brown Background: #3d3728
Beige Background: #eae3c0
Dark Green: #234b38
Light Green: #92ae55
------------------------------------ */


/* DEFAULT ELEMENTS 
------------------------------------ */
p {margin: 0 0 1.0em 0;}

html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.84em;
	color: #000000;
	background-color: #3d3728;
	line-height: 1.8em;
	margin: 0;
	text-align: center;
	z-index: 10;
}

h1, h2, h3, .h3span {
	margin: 0 0 0.25em 0;
	color: #234b38;
}

h1 {
	margin-bottom: 0.65em;
	font-size: 1.18em;
}

h2 {font-size: 1em;}

h3, .h3span, th {font-size: 0.91em;}

a {
	color: #92ae55;
	border-style: none;
}

img {border: 0}

ul, ol {
	list-style-position: outside;
	padding-left: 1.5em;
	margin-left: 1.5em;
	margin: 0 0 0.90em 0;
}

li {
	margin: 0;
	padding: 0;
}

td {
	vertical-align: top;
	line-height: 1.8em;
	padding-bottom: .73em;
}

td p {padding-top: 0;}

.unspaced {margin-bottom: 0;}

#sitemap ul {list-style: none;}

/* LAYOUT 
------------------------------------  */
#outercontainer {
	margin: 0 auto;
	width: 970px;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	background-position: center;
}  

#innercontainer {
	text-align: left;
	margin: 0;
}  

#banner {
	position: absolute;
	top: 0px;
	height: 263px;
}

#logo {
	float:right;
	clear:right;
	margin-top: 8px;
	width: 113px;
	height: 142px;
	text-align: right;
}

#columns, #content {position: relative;}

#columns {padding-top: 295px;}

/*#doublecolumn {
	width: 570px;
	margin: 0 0 20px 170px;
	position: relative;
}*/

#centrecolumn {
	width: 410px;
	margin: 0 0 0 252px;
	position: relative;
}	

#leftcolumn {
	width: 216px;
	position: absolute;
	top: 0px;
}

#contactdetails {
	padding-top: 10px;
	font-size: 9px;
	line-height: 13px;
	background-color: #ffffff;
	color: #003366;
}

#contactdetails a {color: #003366;}

#contactdetails a:hover {text-decoration: underline;}

#rightcolumn {
	position: absolute;
	width: 249px;
	margin-left: 721px;
	top: 0px;
	background-image: url(../images/shadow_right.gif);
	background-repeat: repeat-y;
	background-position: right;
}	

#rightcolumn p {margin: 0;}


#footer {
	position: relative;
	font-size: 10px;
	color: #666666;
	background-image: url(../images/footerbackground.gif);
	background-repeat: repeat-y;
}

#footer a {
	color: #666666;
	text-decoration: none;
}

#footer a:hover {text-decoration: underline;}

#footerleft {
	position: relative;
	margin: 5px 0 0 78px;
	padding-bottom: 7px;
	text-align: left;
}

#footerright {
	position: absolute;
	top: 27px;
	margin-left: 650px;
	padding: 4px 0;
	width: 235px;
	text-align: right;
}	


/* TABLES, LINES  & BOXES
------------------------------------  */
/*table.borders {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	margin: 23px 0;
}

table.borders th, table.borders td {
	margin: 0px;
	padding: 5px;
	text-align: left;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	vertical-align: top;
}

table.borders th {
	color: #ffffff;
	background-color: #003366;
	padding: 3px 5px;
	font-size: 1em;
}

table.borders th p, table.borders td p {margin: 0;}

.lineabove {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #cccccc;
}

.lineabove_spaced {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #cccccc;
}

.linebelow {border-bottom: 1px solid #cccccc;}*/

.adbox {
	margin-right: 10px;
	padding: 20px;
	background-color: #92ae55;
	font-family: Arial, Helvetica, sans-serif;

}/*

.adbox p {margin: 0 0 1.0em 0;}

.adbox h1, h2, h3 {margin: 0;}

.adbox h1 {
	text-align: center;
	background-color: #003366;
	color: #ffffff;
	font-size: 10px;
	line-height: 14px;
	text-transform: uppercase;
	padding: 6px 8px 4px 8px;
	margin: 0;
}

.adbox h1 a {
	color: #ffffff;
	text-decoration: none;
}

.adbox h1 a:hover {text-decoration: underline;}

.adbox img.rightimage {
	margin: 0 0 0 10px;
	float: right;
}
*/

img.leftimage {
	margin: 5px 15px 5px 0;
	float: left;
}
