/*
This is an Elated PageKit - www.elated.com.
All artwork copyright (c) 1996-2004 Elated Communications Ltd.
By using this PageKit, you are agreeing to be bound by the
usage agreement available online at http://www.pagekits.com/usage/
*/


/*
	Standard font family for site
*/

body, table, tr, td, a, p, h1, h2, h3, h4, h5
{
	font-family: verdana, arial, helvetica, sans-serif;
}


/*
	Page body style
*/

body
{
	margin: 0px;
	padding: 0px;
	font-size: 110%;
	background-color: #518C1F;
}


/*
	Standard paragraph style
*/

p
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.7em;
	margin-top: 0px;
	margin-bottom: 18px;
}


/*
	Links
*/

a:link, a:active
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.0em;
}


a:visited
{
	color: #6666FF;
	font-size: 1.0em;
}


/*
	Headings
*/

h1
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 0px;
  color: #6FB435;
}

h2
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.0em;
	margin-top: 0px;
  color: #6FB435;
}




/*
	Logo
*/

#logo
{
	position: absolute;
	left: 22px;
	top: 16px;
}

/*
	Leaf/flower header image
*/

#header-image
{
	position: absolute;
	left: 396px;
	top: 4px;
}



/*
	Top menu
*/

#top-menu
{
	position: absolute;
	left: 21px;
	top: 110px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.7em;
}

#top-menu a
{
	color: #FFFFFF;
	margin-right: 10px;
	font-size: 1.0em;
	text-decoration: none;
}

#top-menu a:hover
{
	text-decoration: underline;
}


/*
	Container for page
*/

#container
{
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 756px;
  background-color: white;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}


/*
	Page header
*/

#header
{
  position: relative;
	width: 756px;
	height: 161px;
}

/*
  Page header left area
*/

#header-left
{
  position: absolute;
  top: 10px;
  left: 10px;
  width: 542px;
  height: 141px;
  background-color: #6FB435;
}

/*
  Page header right area
*/

#header-right
{
  position: absolute;
  top: 10px;
  left: 562px;
  width: 184px;
  height: 141px;
}



/*
	Top content container ( main page )
*/

#content-main-top
{
  position: relative;
	width: 756px;
  height: 266px;
}


/*
	Top left content area (main page)
*/

#content-main-top-left
{
	position: absolute;
  top: 0;
  left: 10px;
	width: 306px;
	height: 256px;
}


/*
	Top right content area (main page)
*/

#content-main-top-right
{
	position: absolute;
  top: 0;
  left: 326px;
	width: 380px;
	height: 216px;
  padding: 20px;
  background-color: #9A2907;
  color: #EEEEEE;
}

#content-main-top-right a
{
  color: #EEEEEE;
}



/*
	Bottom content container ( main page )
*/

#content-main-bottom
{
  position: relative;
	width: 696px;
  margin-left: 10px;
  padding: 20px;
  background-color: #74B2D6;
  color: #111111;
}

#content-main-bottom a
{
  color: #111111;
}


/*
	Bottom left content area (main page)
*/

#content-main-bottom-left
{
  float: left;
	width: 400px;
  padding-right: 40px;
}


/*
	Bottom right content area (main page)
*/

#content-main-bottom-right
{
  float: left;
	width: 256px;
}


/*
	Left content area (sub page)
*/

#content-sub-left
{
  float: left;
	width: 400px;
  padding-left: 30px;
  padding-right: 40px;
  padding-top: 40px;
  color: #333333;
}

#content-sub-left a
{
  color: #333333;
}

/*
	Right content area (sub page)
*/

#content-sub-right
{
  float: left;
	width: 256px;
  padding-top: 40px;
  color: #333333;
}

#content-sub-right a
{
  color: #333333;
}




/*
	Page footer area
*/

#page-footer
{
	padding-top: 10px;
	padding-bottom: 10px;
  color: #333333;
}

#page-footer p
{
  text-align: center;
  margin-bottom: 0;
} 

#page-footer a
{
  color: #333333;
}


/*
	Standard images
*/

img
{
	border: none;
}


/*
	Headline style
*/

.headline
{
	font-weight: bold;
}

/*
  Photos
*/

img.photo
{
  border: 1px #333333 solid;
}

/* Clearing element */
.clear { position: relative; clear: both; height: 0; line-height: 0; font-size: 0; }


