/*
Copyright: Darren Hester 2006, http://www.designsbydarren.com
License: Released Under the "Creative Commons License", 
http://creativecommons.org/licenses/by-nc/2.5/
*/

body {
  text-align: center;
  /*background: url('/images/bg.jpg') fixed center top ;*/
  /*background: #E8E8E8 fixed center top ;*/
  background: #F4F4F4 fixed center top ;
  margin-top:30px;
  margin-bottom:30px;
  /*color:#333333;*/
}

A:link {
	color: #000000; text-decoration: underline
}
A:visited {
	color: #000000; text-decoration: underline
}
A:active {
	color: #000000; text-decoration: underline
}
A:hover {
	color: #000000; text-decoration: none
}

#page_wrapper {
  background-color: #E8E8E8;
  margin-left: auto; 
  margin-right: auto;
  width: 950px;
  text-align: left;
  border: 4px solid #F4F4EE;
}

#page_header {
  height: 115px;
  /*background: #515230 url('/images/header.jpg') no-repeat top left;*/
  background: #F4F4F4 url('/images/header.jpg') no-repeat top left;
}  

#page_header h1 {
  padding-top:15px;
  padding-left: 113px;
  font-family: verdana, helvetica, sans-serif;
  font-size:45px;
  font-weight:bold;  
  color: #000000;
  letter-spacing: -1px;
  margin:0px;
}
#page_header h2 {
  padding-top:0px;
  padding-left: 150px;
  font-family: verdana, helvetica, sans-serif;
  font-size:18px;
  font-weight:bold;  
  color: #000000;
  margin:0px;  
}

#menu_bar {
  height:30px;
  background: red;
  position:relative;
}

#navcontainer ul
{
  padding-left : 0;
  margin-left: 0;
  margin-top :5px;
  background-color : transparent;
  color: #F3E7A9;
  float: left;
  width: 100%;
  font-family: verdana, helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
}

#navcontainer ul li 
{ 
	display: inline; 
}

#navcontainer ul li a
{
  padding: 0.2em 1em;
  background-color: transparent;
  color: #FFFFFF;
  text-decoration: none;
  float: left;
  border-right: 1px solid #BBB774;
}

#navcontainer ul li a:hover
{
  background-color: transparent;
  color: #fff;
}

#content_wrapper {
    background-color: #F4F4F4;
}

#left_side {
  float:left;
  width:710px;
}
  
#left_side h3 {
  margin:10px;
  margin-right:15px;
  font-family: verdana;
  font-size:16px;
  font-weight: bold;
  line-height:18px;
  color:#364e75;
}

#left_side h3.pageTitle {
  margin-right:10px;
  margin-bottom: 5px;
  font-family: verdana;
  font-size:16px;
  font-weight: bold;
  line-height:16px;
  color: #FFFFFF;
  background: #969688;
  padding:4px;
  border:1px solid #3A3B22;
}

  
#left_side p {
  margin:10px;
  margin-right:15px;
  font-family: verdana;
  font-size:14px;
  line-height:18px;
  color: #333333;
  text-align:justify;
}

#left_side p.center {
  margin:10px;
  margin-right:15px;
  font-family: verdana;
  font-size:14px;
  line-height:18px;
  color: #333333;
  text-align:center;
}

#left_side p.margin40 {
  margin-left:40px;
  margin-right:15px;
  font-family: verdana;
  font-size:14px;
  line-height:18px;
  color: #333333;
  text-align:justify;
}

#left_side div.pFix {
  margin:10px;
  margin-right:15px;
  font-family: verdana;
  font-size:14px;
  line-height:18px;
  /*color: #333333;*/
  text-align:justify;
}

#left_side div.fb-like-box {


  
  vertical-align:top;
  margin: 10px 10px 0px 40px; 
  padding: 1px; 
  
}

#left_side span.red 
{ color: red;
}

#left_side ul {
  margin:10px;
  margin-right:15px;
  margin-left:25px;
  font-family: verdana;
  font-size:14px;
  line-height:18px;
  color: #333333;
  text-align:justify;
}

#left_side ol {
  margin:10px;
  margin-right:15px;
  margin-left:25px;
  font-family: verdana;
  font-size:14px;
  line-height:18px;
  color: #333333;
  text-align:justify;
}

#left_side img.imgTopRight
{
  clear:both; 
  float:right; 
  vertical-align:top;
  margin: 10px 10px 0px 10px; 
  padding: 1px; 
  border:1px solid rgb(150,150,150);
}

#left_side img.imgcenter
{   
	display: block;   
	margin-left: auto;   
	margin-right: auto;
}

#left_side div.youtubeCenter
{  
  position: relative; /*or absolute*/
  margin:10px;
  margin-right:15px;
  z-index:800;
  text-align:center;
}

#left_side div.youtubeLeft
{  
  position: relative; /*or absolute*/
  margin:10px;
  margin-right:15px;
  z-index:800;
  text-align:left;
}

#left_side div.silverlight
{    
  text-align:left;
}

#left_side span.bold
{    
    font-weight:bold;
}

#left_side span.boldAndUnderline
{    
    font-weight:bold;
    text-decoration: underline;
}

#left_side span.boldCenter
{    
    font-weight:bold;
    text-align:center; 
    font-size:14px;
}

#left_side span.textAlignLeft
{   
	text-align:left;     
}

#left_side input.button
{
  /*display:none;*/
  width: 90px;
  height: 27px;
  background-image:  url('/images/small_button.jpg');
}

#left_side input.TextWide
{
  /*display:none;*/
  width: 270px;   
}

#left_side div.center
{
	margin:10px;
    margin-right :15px;
    text-align:center;
}

#right_side {
  float:right;
  width:240px;
}
  
#right_side h3 {
  margin-right:10px;
  margin-bottom: 5px;
  font-family: verdana;
  font-size:16px;
  font-weight: bold;
  line-height:16px;
  color: #FFFFFF;
  background: #969688;
  padding:4px;
  border:1px solid #3A3B22;
}

#right_side input.field 
{
  width:158px; 
  margin:0 0 5px 0; 
  padding:0.1em 0 0.2em 0 !important /*Non-IE6*/; padding:0.2em 0 0.3em 0 /*IE6*/; 
  border:solid 1px rgb(200,200,200); 
  font-family:verdana,arial,sans-serif;   
}
  
#right_side p {
  margin:5px;
  margin-bottom:15px;
  padding-right:10px;
  font-family: verdana;
  font-size:13px;
  line-height:16px;
  color: #333333;
  text-align:justify;
}

#right_side input.button
{
  /*display:none;*/
  width: 90px;
  height: 27px;
  background-image:  url('/images/small_button.jpg');
}

#right_side span.leftBold {
  text-align:left;
}

#right_side span.textAlignLeft
{   
	text-align:left;     
}

#page_footer {
  height: 110px;
  background: #F4F4F4;
}  

#page_footer A:link {
	color: #333333; text-decoration: underline
}
#page_footer A:visited {
	color: #333333; text-decoration: underline
}
#page_footer A:active {
	color: #333333; text-decoration: underline
}
#page_footer A:hover {
    color: #333333; text-decoration: none
}

#page_footer p {
  text-align:center;
  padding-top:20px;
  font-family: verdana;
  font-size:11px;
  line-height:16px;
  color: #333333;
}

.spacer {
  margin:0px;
  padding:0px;
  height:10px;
  clear:both;
}

hr 
{
  width: 850px;   
}

  
 
 
