/*
This is an Elated PageKit - www.elated.com.
All artwork copyright (c) 1996-2006 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: Arial, sans-serif;
}


/* Page body style */

body
{
	margin: 0;
	padding: 0;
    color: #000000;
	background-color: #cccc99;
}


/* Standard paragraph style */

p, ul
{
	font-size: 0.75em;
	margin-top: 0;
}


/* Links */

a:link, a:active
{
  color: #99cc66;
	background-color: inherit;
  text-decoration: none;
}

a:visited
{
	color: #99cc66;
	background-color: inherit;
  text-decoration: underline;
}

a:hover
{
	color: #000000;
	background-color: inherit;
  text-decoration: underline;
}


/* Headings */

h1
{
	font-weight: normal;
	font-size: 1.3em;
  line-height: 1.0em;
  margin: 0 0 15px 0;
  color: #666666;
  background-color: inherit;
  text-transform: uppercase;
}

h2
{
	font-weight: normal;
	font-size: 1.1em;
  line-height: 1.0em;
  margin: 0 0 5px 0;
  color: #99cc66;
  background-color: inherit;
  text-transform: uppercase;
}

h3
{
	font-weight: normal;
	font-size: 0.9em;
  line-height: 1.0em;
  margin: 0 0 15px 0;
  color: #666666;
  background-color: inherit;
}


/* Container for page */

#container
{
	position: relative;
	margin: 0px auto 0 auto;
	width: 800px;
	
}

#container-homepage
{
  margin-left: -385px;
  margin-top: -290px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 800px;
  height: 580px;
}


/* Page header area */

#container #page-header
{
  color: inherit;
  background-color: #ffffff;
  width: 800px;
  height: 100px;
  margin-left: 5px;
}

#container-homepage #page-header
{
  position: absolute;
  left: 16px;
  top: 460px;
}

#page-header h1
{
  font-size: 18px;
  color: #2F2E2F;
  background-color: transparent;
  margin-bottom: 0;
}


/* Menu */

#container #menu
{
  position: absolute;
  padding: 109px 16px 0 16px;
  width: 800px;
  height: 43px;
  margin: 0px 0 0 0px;
  color: inherit;
  background-color: #cccc99;
	background-image:url(images/BCmenu_bg.jpg) ;
  background-repeat: no-repeat;
}

#menu a
{
	font-size: 0.8em;
  line-height: 1em;
  margin-left: 85px;
  font-weight: bold;
  text-transform: uppercase;
	color: #663300;
	background-color: transparent;
	text-decoration: none;
}

#menu a:hover
{
	color: #99cc66;
	background-color: transparent;
	text-decoration: none;
}

/* Homepage images */

#home-main-image-top
{
  width: 800px;
  height: 580px;
	background-image: url(images/BC2home_main_image_top.jpg);
  background-repeat: no-repeat;
}

#home-main-image-bot
{
  width: 800px;
  height: 229px;
	background-image: ;
  background-repeat: no-repeat;
}


/* Page body */

#page-body
{ 
  width: 800px;
  margin-left: 5px;
  color: inherit;
  background-color: #ffffff;
	background-image: ;
  background-repeat: repeat-y;
  height: 1500px;
}
  

#page-body-footer
{
  padding: 0;
  line-height: 0px;
  font-size: 0;
  width: 720px;
  margin:  0 0 30px 50px;
  height: 21px;
  color: inherit;
  background-color: #ffffff;
	background-image: ;
  background-repeat: no-repeat;
}


/* Main content area */

#main-content
{
  float: left;
  width: 800px;
  height: 1024px;
  margin-right: 60px;
  margin-top: 60px;
}


/* Sidebar area */

#sidebar
{
  float: right;
  width: 20%;
  font-size: 1.5em;
  color: #FFFFFF;
	background-color: green;
}

#sidebar a:link
{
  color: #FFFFFF;
	background-color: inherit;
  text-decoration: underline;
}

#sidebar  a:active
{
  color: #FFFFFF;
	background-color: inherit;
  text-decoration: underline;
  font-weight: bold;
}

#sidebar a:visited
{
	color: #FEC8A2;
	background-color: inherit;
  text-decoration: underline;
}

#sidebar a:hover
{
	color: #000000;
	background-color: inherit;
  text-decoration: underline;
}


/* Standard images */

img
{
	border: none;
}


/* Bold style */

.bold
{
  font-weight: bold;
}


/* Page footer */

#page-footer
{
  display: block;
  padding-bottom: 20px;
}

#container #page-footer
{
  text-align: left;
  padding-left: 70px;
}

#container-homepage #page-footer
{
  text-align: center;
  width: 100%;
}

#page-footer p
{
  margin: 0;
  font-size: 0.7em;
}

	#flashcontent {

		height: 100%;
		

	}

	/* end hide */

/* Clearing element */

.clear
{
  position: relative; clear: both; height: 1px; line-height: 1px; font-size: 1px;
}
