

/* Standard font family for site */

body, table, tr, td, a, p, h1, h2, h3, h4, h5
{
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.3em;
}


/* Page body style */

body
{
	margin: 0;
	padding: 0;
  color: #333333;
	background: #fcfbf8 url("../images/page_bg.gif") repeat-x 0 0;
  font-size: 0.85em;
}


/* Standard paragraph style */

p, ul
{
	margin-top: 0;
	margin-bottom: 18px;
}


/* Links */

a:link, a:active
{
	color: #1469c1;
	background-color: inherit;
}

a:hover, a:visited:hover
{
	color: #d27a17;
	background-color: inherit;
  text-decoration: none;
}

a:visited
{
	color: #7413b8;
	background-color: inherit;
}

a.right
{
  text-align: right;
  display: block;
}


/* Headings */

h1, h2, h3
{
	margin: 0 0 0 0;
  padding-top: 0;
  color: #da9342;
}

h1
{
	font-weight: normal;
	font-size: 1.7em;
  letter-spacing: 0.02em;
  height: 2.0em;
}

h2
{
	font-weight: normal;
	font-size: 1.4em;
  letter-spacing: 0.02em;
}

h3
{
	font-weight: bold;
	font-size: 1.2em;
  color: #333333;
}


/* Intro text */

p.intro
{
  font-weight: bold;
  font-size: 1.15em;
}


/* Standard images */

img
{
	border: none;
}

p img.left  { float: left; margin: 0 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 0 0 1.5em 1.5em; }


/* Container for page */

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


/* Logo and menu */

#logo-menu
{
  float: left;
  width: 170px;
  padding: 0 20px 0 40px;
  margin-top: 72px;
  height: 50em;     /* Hack to prevent IE7 turning cursor to 'invisible' */
  cursor: default;  /* black I-beam in the area below the menu */
}

#logo
{
  display: block;
  width: 170px;
  height: 50px;
  background: transparent url("../images/logo.gif") no-repeat 0 0;
  cursor: pointer;
}

a#logo span
{
  display: none;
}

#menu
{
  margin: 44px 0 0 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
  text-transform: lowercase;
  height: 35px;
}

#menu li
{
  list-style: none;
  margin: 0 18px 0 0;
  padding: 0;
  line-height: 1.4em;
}

#menu a
{
  font-family: Arial, Helvetica, sans-serif;
  color: #1469c1;
	background-color: inherit;
	text-decoration: none;
}

#menu a:hover
{
	color: #d27a17;
	background-color: inherit;
  text-decoration: none;
  cursor: pointer;
}


/* Page content */

#page-content
{ 
  float: left; 
  width: 510px;
}


/* Page header area */

#page-header
{
  margin-top: 73px;
}

#page-header img
{
  border: 3px solid #333333;
}

/* Page body area */

#page-body
{
  margin-top: 20px;
}

#home #page-body
{
  margin-top: 40px;
}


/* Main page content */

#main-content
{ 
  float: left;
  width: 513px;
  padding: 0;
}

#home #main-content
{
  width: 330px;
  margin-right: 20px;
}

/* Sidebars */

.sidebar
{
  float: left;
  width: 160px;
  color: #d27a17;
}

.sidebar h2, .sidebar h3
{
  color: #333333;
  font-size: 1.1em;
  font-weight: bold;
}

.sidebar img
{
  margin: 10px 0;
}

/* Lists */

ul
{
  margin: 0;
  padding: 0;
}

li
{
  margin-left: 2em;
  padding-left: 0em;
}


/* Page footer area */

#page-footer
{
  margin: 30px 0;
  color: #979486;
}

#page-footer p
{
  margin-bottom: 0;
  padding-bottom: 0;
  font-style: italic;
}

#page-footer p a:link, #page-footer p a:visited
{
  color: #979486;
  text-decoration: none;
}

#page-footer p a:hover
{
  text-decoration: underline;
	color: #d27a17;
}

/* Clearing element */

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




/* --------------------------------------------*/
/* ------------- Styles for tinyMCE -----------*/
/* --------------------------------------------*/

.mceContentBody {
   background-color: #FFF;
   background-image: none;
   padding: 2px;
   font-size: 1em;
}

.mceContentBody a {
  color: #3B5A9B !important;
}

