
/*

Written by Colleen Hickey
September 2005 - November 2005

*/

/* Body */

body {
	margin: 0;
	padding: 0;
	clear: both;
	font: .75em/120% Verdana, Helvetica, sans-serif;
	color: #333333;
	background: transparent url(images/site/banner_gradient.jpg) repeat-x top left;
	text-align: center;
}

/* Outer division area */

#container {
	margin: 0 auto;
	text-align: left;
	/* liquid sites are a real hassle */
	/*
	width: 100%;
	min-width: 775px;
	max-width: 900px;
	*/
	width: 1000px;
}

#banner {
	background:  transparent url(images/site/banner_photos.jpg) no-repeat 50% 0;
	margin: 0 0 15px 0;
	text-align: center;
}

/* Navigation menu on left */

#navigation {
	margin: 0;
	padding: 0 30px 10px 0;
	float: left;
	width: 20%;
	clear: left;
	/* background: transparent url(images/site/gum_leaves_purple.jpg) no-repeat bottom left; */
	text-align: right;
	border-right: 1px solid #E8EEDB;
}

#navigation img {
	margin-top: 20px;
}

#navigation ul {
	margin: 0 0 0 15px;
	padding: 0;
}

li 
{
	list-style-image: url("images/site/li_arrow.gif");
	list-style-type: none;
}

#navigation li {
	list-style-image: none;
	list-style-type: none;
}

#navigation a {
	text-decoration: none;
}

/* Division area for header and contents */

#container2 {
	margin: 0 0 0 -1px;
	padding: 0 0 10px 40px;
	width: 70%;
	position: relative;
	float: left;
	border-left: 1px solid #E8EEDB;
	/* max-width: 800px; */
}

/* Top */

#header {
	margin: 0em;
	float: left;
	font-size: .8em;
	width: 100%;
}

/* Content - All (used for photo gallery page, online forms, membership and members database pages), Left and Right */

#content_all {
	margin: 0;
	padding: 0;
	float: left;
	width: 87%;
}

#content_L {
	/* Padding causes problems in IE5 */
	padding: 0;
	margin: 0 40px 0 0;
	float: left;
	width: 42%;
	/*  for testing zbackground-color: #fff; */
}

#content_R {
	margin: 0;
	padding: 0;
	float: left;
	width: 42%;
	/*  for testing zbackground-color: #fff; */
}

.trees {
	background: transparent url(images/site/trees_light.jpg) no-repeat top right;
}

/* green background for photo gallery and forms */

.content_highlight {
	margin: 20px 0;
	padding: 1em;
	border-top: 1px solid #E8EEDB;
	border-bottom: 1px solid #E8EEDB;
	border-left: 1px solid #E8EEDB;
	border-right: 1px solid #E8EEDB;
	background-color: #F7FAF0;
	width: 540px;
}

.content_highlight table {
	margin: 0em;
}

.content_highlight th {
	font-weight: bold;
	text-align: left;
	background-color: #E8EEDB;
	width: 540px;
	padding: 3px 5px;
}

.content_highlight .right_align {
	text-align: right;
	padding-right: 1em;
}

.content_highlight2 {
	border-top: 1px solid #E8EEDB;
	border-bottom: 1px solid #E8EEDB;
}

.centre_align {
	text-align: center;
}

.image_comment {
	color: #999966;
	font-style: italic;
}

#footer 
{
	position: relative;
	clear: both;
	margin: 30px auto;
	padding: 2px 0px;	
	width: 85%;
	text-align: center;
	font-size: .9em;
	border-top: 1px solid #E8EEDB;
}

#footer p 
{
	padding: 0px;
	margin: 0px;
}

/* Headings */

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	font-family: papyrus, georgia, "times-new-roman", times, serif;
	font-weight: bold;
	zfont-style: italic;
	font-size-adjust: .4;
	color: #999966;
	clear: both;
}

h1 {
	font-size: 3em;
	line-height: 100%;
	padding-top: 110px;
	/* font-family: castellar, papyrus, georgia, "times-new-roman", times, serif; */
}

h2 {
	font-size: 1.75em;
	line-height: 125%;
	margin-top: 20px;
	padding-bottom: .25em;
	color: #999966;
}

h3, h4, h5 {
	font-size: 1.25em;
	line-height: 150%;
	margin-top: 10px;
}

h3 {
	background-color: #F7FAF0;
	margin-bottom: 10px;
}

h4 {
	margin-bottom: 15px;
	border-top: 1px solid #E8EEDB;
}

/* Anchors */

a, a:link, a:visited {
	font-weight: bold;
	font-size: .9em;
	color: #663399;
	text-decoration: underline;
}

a:hover {
	color: #FFF;
	background-color: #663399;
}

a img {
	color: #ffffff;
	border: 0px solid #000000;
}

dt a {
	color: #999966;
	text-decoration: none;
	font-size: .8em;
	font-weight: bold;
}

dt {
	font-weight: bold;
	margin-top: 10px;
}

dd {
	margin-left: 0px;
}

dd a {
	margin-left: 0px;
}

td, th {
	font-weight: normal;
	text-align: left;
}

p, table, dl {
	margin-top: 10px;
}

fieldset {
	border: 1px solid #E8EEDB;
	margin: 0;
	padding: 5px;
}

fieldset legend {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #999966;
}

fieldset ul {
	margin-top: 5px;
}

fieldset li {
	list-style-image: url("images/site/li_arrow.gif");
	list-style-type: none;
	padding: 0;
}

fieldset p {
	margin: 10px 0 5px 5px;
}

/* Special */

.emph {
	font-weight: bold;
}

.document_ind {
	color: #ffffff;
	background-color: #999966;
	font-size: 10px;
}

.incr_letter_spacing {
	letter-spacing: 3px;
}

.menuMDB {
	color: #008000;
	font-weight: bold;
}

.highlight_red {
	color: #ff0000;
}

.background_camping
{
	height: 160px;
	background: transparent url(images/site/conduct_camping.jpg) no-repeat bottom left;
}

.background_hut
{
	height: 160px;
	background: transparent url(images/site/conduct_hut.jpg) no-repeat bottom left;
}

.mhome_td1
{
	width: 120px;
	font-weight: bold;
	font-size: .9em;
	color: #999966;
	background-color: #F7FAF0;
	border-top: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
	padding: 10px;
}

.mhome_td2
{
	padding-left: 10px;
	border-top: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
}

.mhome_td2 img
{
	padding-left: 10px;
}

.small
{
	font-size: .9em;
}

.rw_form_ind
{
	color: #999966;
}

.button
{
	padding: 0px 20px;
	zcolor: #ffffff;
	zbackground-color: #999966;
	zborder-right: 1px solid #666666;
	zborder-bottom: 1px solid #666666;
}

/* Forms */
/*
.form_line {
	display: block;
	float: left;
	clear: left;
	margin-top: 1em;
	width: 500px;
}

.form_line input {
	width: 200px;
	float: left;
}

.form_line label {
	width: 200px;
	float: left;
	text-align: left;
}
*/

/*
.buttons input {
	width: 5em;
}

.form_item {
	display: block;
	float: left;
	clear: both;
	margin: .5em 0em;
	width: 60em;
}

.form_left {
	float: left;
	text-align: right;
	width: 10em;
	margin-right: 1em;
}

.form_right {
	float: left;
	text-align: left;
	width: 25em;
}

.form_2cols {
	float: left;
	text-align: left;
	width: 40em;
}
*/

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	letter-spacing: -9px;

	font-size: 3em;
	line-height: 100%;
	padding-top: 110px;
}

/*
.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}
*/








