@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #660000;
	background-image: url(../images/bamboo_table_background.gif);	
	background-repeat: repeat-y;
	background-position: center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFCC99;
}

a:link {
	color:#FFFF99;
}
a:visited {
	color:#FFCC66;
}
a:active {
	color:#FFCC66;
}


.thrColFix #container {
	width: 813px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	background-image: url(../images/bamboo_table_background.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 232px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #336633; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
}
.thrColFix #mainContent {
	float:right;
	width:545px;
	margin: 0 0 0 0;
	padding-right: 20px;
	padding-bottom: 0;
}

#flashcontent {
	margin-top:20px;
}

#contentArea {
	padding:0 0 0 0;
	width:530px;
	margin-bottom:40px;
}
#contentAreaMap {
	margin-top:25px;
	margin-right: 25px;	
	width:507px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h1  { font-family: Arial,verdana,sans-serif; font-weight: bold; font-style: normal;font-size: 32px; }
h2  { font-family: Arial,verdana,sans-serif; font-weight: bold; font-style: normal;font-size: 30px; }
h3  { font-family: Arial,verdana,sans-serif; font-weight: bold; font-style: normal;font-size: 28px; }
h4  { font-family: Arial,verdana,sans-serif; font-weight: bold; font-style: normal;font-size: 26px; }
h3  { font-family: Arial,verdana,sans-serif; font-weight: bold; font-style: normal;font-size: 24px; }
h4  { font-family: Arial,verdana,sans-serif; font-weight: bold; font-style: normal;font-size: 22px; }
h4  { font-family: Arial,verdana,sans-serif; font-weight: bold; font-style: normal;font-size: 20px; }
h5  { font-family: Arial,verdana,sans-serif; font-weight: bold; font-style: normal;font-size: 18px; }
h6  { font-family: Arial,verdana,sans-serif; font-weight: bold; font-style: normal;font-size: 16px; }
p  {
	font-family: Arial,verdana,sans-serif;
	font-weight: normal;
	font-style: normal;font-size: 14px;
	line-height: 120%;
	
}


.MapBuilder2 {
	color: #336633;
}
.buzzLink {
	color: #FFFF99;
}

.hidden {
	visibility:hidden;	
}


/*****************************************************************************
scalable Inman Flash Replacement (sIFR) version 3.

Copyright 2006 – 2008 Mark Wubben, <http://novemberborn.net/>

Older versions:
* IFR by Shaun Inman
* sIFR 1.0 by Mike Davidson, Shaun Inman and Tomas Jogin
* sIFR 2.0 by Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

See also <http://novemberborn.net/sifr3> and <http://wiki.novemberborn.net/sifr3>.

This software is licensed and provided under the CC-GNU LGPL.
See <http://creativecommons.org/licenses/LGPL/2.1/>
*****************************************************************************/

@media screen {
  .sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
  }
  
  .sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
	margin-top:10px;
	margin-bottom:0px;
  }
  
  .sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
  }
  
  .sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt; 
    padding: 0pt; 
    overflow: auto; 
    letter-spacing: 0px; 
    float: none;
  }
}

@media print {
  .sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : relative;
    overflow   : hidden;
  }
  
  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }
}

/*
Place CSS rules for to-be-replaced elements here. Prefix by .sIFR-active
so they only apply if sIFR is active. Make sure to limit the CSS to the screen
media type, in order not to have the printed text come out weird.
*/
@media screen {
  /* Example:
  .sIFR-active h1 {
    font-family: Verdana;
    visibility: hidden;
  }
  */
  

}
