html { background-color: #CCC; }

body
{
	padding: 0 390px;
	margin: 0;
	/* the critical side padding that sets the natural min-width! */
	color: #000;
	font-family: georgia, verdana, sans-serif;
	font-size: 100.01%;
	/* this body font-size fixes an IE bug and maintains x-browser uniformity */
	text-align: center;
	/* centers the #sizer element in IE5.x/win */
}

#sizer {
  margin: 0 auto; /* centers #sizer in standard browsers */
  padding: 0;
  width: 90%; /* this value controls liquidity; 0% = full rigid, 100% = full liquid */
  text-align: left; /* resets the default text alignment for the page */
}

#expander { /* Any % height here causes IE to lose the neg right margin */
	margin: 0 -370px; /* neg side margin values should be < or = to side body padding */
	min-width: 780px; /* This prevents Safari from losing the negative margins in narrow windows */ 
	position: relative; /* makes #expander visible outside #sizer in IEwin */
	min-height: 1px; /* This harmless declaration gives Layout to IE7, which can't read the Holly hack below */
	padding: 0;
  border: 1px #333 solid;
} 

/*\*/
* html #expander {height: 0;} 
/* #expander must have "height: 0" in IEwin bug fixing */

/* The above is a modified Holly hack for #expander, with zero substituted for the 
usual 1% height value. Any % value on this element causes a horrendous IE bug! */ 


#wrapper1 {
  position: relative;
  font-size: 1.0em; /* set global font-size here */ 
  border: 0px solid #da5;
	background-color: #111;
	margin: 0;
} /* this positioning may be needed for IEwin if page is to contain positioned elements */

#wrapper2 {  
  position: relative; /* extra insurance against bugs in IEwin */
}


/****************** Main Page Structure *****************/

/* To modify the side column widths and the col divider widths, the values that are 
marked "critical" and also refer to the desired mod MUST be changed as a group. */


.outer {
  border-left: 0px solid #da5; /*** Critical left divider dimension value ***/
  border-right: 0px solid #da5; /*** Critical right divider dimension value ***/
  margin-left: 162px;    /*** Critical left col width value ***/
  margin-right: 1px;    /*** Critical right col width value ***/
}

.float-wrap {
  float: left;
  width: 100%;
}

.center {
  float: right;
  width: 100%;
  min-height: 360px;
  background-color: #FFF;
}

.left
{
	float: left;
	position: relative;
	/* Needed for IE/win */
	width: 162px;
	/*** Critical left col width value ***/
	margin-left: -162px;
	/*** Critical left col width value ***/
	/*** Critical left divider dimension value ***/
}

.right {
  float: right; 
  position: relative; /* Needed for IE/win */
  width: 1;    /*** Critical right col width value ***/
  margin-right: -1px;    /*** Critical right col width value ***/ /*** Critical right divider dimension value ***/
  margin-left: 0px;   /*** Critical right divider dimension value ***/
}

.centerbox {
  overflow: visible;
  width: 100%;
}

.container-left {}

.container-right {} 


/*************** Header and Footer elements *****************/

.header
{
	height: 160px;
	padding: 0px;
	background-color: #735E50;
	background-image: url('../images/logo.gif');
	background-repeat: no-repeat;
	color: #FFF;
	margin: 0px;
	background-position: 0px 0px;
} 

/*\*/
* html .header {background-position: 10px 3px;}
/* IEwin hack needed because the "jello" BG is in a positioned wrapper and shows
variance. IEwin does not support fixed backgrounds on elements other than the body */

.header span {} 

.footer {
  clear: both;
  position: relative;
  background-color: #735E50;
  margin: 0;
  min-height: 10px;
}

.footer p
{
	text-align: center;
	margin: 0;
	color: #CCC;
	font-style: italic;
}

.footer hr {
	margin: 0;
}

/************** Spacing Controls for various column contents ***************/

.outer ul {
  text-align: left;
  margin: 10px 0;
}

.textpadder {padding: 8px;}


/************** Generic Rules *************/

h1, h2, h3, h4, h5, h6
{
	font-family: serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-variant: small-caps;
}

h1
{
	font-size: 350%;
}

h2 {
	font-size: 250%;
}

h3 {
	font-size: 200%;
}

h4 {
	font-size: 150%;
}

h5 {
	font-size: 120%;
}
h6 {
	font-size: 100%
}	

a
{
	text-decoration: underline;
	color: #006;
}
a:hover { color: #006; }
a:active { color: #603; }

a:visited { color: #603; }

blockquote { margin: 0.8em 0 0.8em 2em; }

table.contact { margin: 0.8em 0 0.8em 2em; }

th
{
	font-weight: normal;
	text-align: right;
	margin: 0;
	padding: 0;
}


p  {margin: .8em 0;}

.alignright {margin: 0 10px 10px 0; text-align: right;}

.small {font-size: .8em;}

dt {
	font-weight: bold;
	margin-left: 1em;
	margin-top: 0.75em;
}


/************** Fancy Nav Buttons *************/

ul.mainNav
{
	list-style-type: none;
	list-style-position: inside;
	margin: 0;
	padding: 0;
}
.mainNav li a
{
	display: block;
	color: #EEE;
	text-decoration: none;
	padding: 4px 5px 4px 10px;
	font-family: tahoma, arial, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #222;
	border-top: 3px #999 solid;
	border-right: 3px #666 solid;
	border-bottom: 3px #666 solid;
	border-left: 3px #999 solid;
}

.mainNav li a:hover
{
	background-position: -1px -1px;
	padding: 3px 6px 5px 9px;
	background-color: #CC6633;
}

.mainNav li a:active
{
	background-position: 0 0;
	padding: 4px 5px 4px 10px;
}


/************** Special Fixes *************/

.outer {word-wrap: break-word;}
/* Prevents long urls from breaking layout in IE, must 
be hidden in a conditional comment for CSS to validate */

img {max-width: 100%;} 
/* prevents oversize images from breaking layout in browsers that support max-width */

/* \*/
* html #wrapper1,
* html #wrapper2,
* html .outer a, 
* html .container-left, 
* html .container-right,
* html .outer,
* html h2,
* html .sidenav li a 
{height: 1%;}
/* Holly hack */


#wrapper1,
#wrapper2,
.outer a, 
.container-left, 
.container-right,
.outer,
h2,
.sidenav li a 
{min-height: 1%;}
/* gives layout for IE7 */

/*** Variance fixes for IEwin ***/

/*\*/
* html .outer p {margin-right: -6px;}
/* */


/**************** Utility Rules *******************/

/*\*/ /*/
.sidenav a:hover {position: relative;}
/* this fixes an IEmac hover bug in the left column, hidden from other browsers */


.brclear { /* Use a break with this class to clear float containers */
  clear:both;
  height:0;
  margin:0;
  font-size: 1px;
  line-height: 0;
}

.clicker {
  display: block;
  text-align: center; 
  padding: 3px; 
  background: #833; 
  cursor: pointer;   
}

.hide {display: none;}

