#content {  
  height: 100%;
  min-height: 100%;
  text-align: left;
}

#content, #width {
  width: expression(document.body.clientWidth > 800 ? "800px" : "94%");  
  max-width: 800px;
  margin: 0 auto;
}

#content[id], #width[id] {
  width: 94%;
  height: auto;
}

#header {
  position: relative;
  height: 96px;
}

#header #title {
  position: absolute;
  z-index: 3;
  top: 10px;
  padding: 5px;
  text-align: right;
}

#header h1 {
  margin: 0;
  padding: 0;
  font: bold 4em 'Trebuchet MS', Verdana, Geneva, Arial, Helvetica, sans-serif;
  letter-spacing: -3px;
  text-transform: lowercase;
  color: #FFF;
}

#mainMenu { 
  float: left;
  width: 100%;
  clear: both;  
  height: 45px;
}

#mainMenu ul {
  margin: 0;
  padding: 0;
}

#mainMenu li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

#mainMenu li a {
  float: left;
  margin: 0 2px;
  padding: 5px 0.5em;
  font: normal 1.6em 'Trebuchet MS', Verdana, Geneva, Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-transform: lowercase;
  color: Black;
}

#mainMenu li a:hover, #mainMenu li a.here {
	color: #6B6B6B;
	border-top: 5px solid #000;
}

#mainMenu li a.last {
  margin-right: 0;
}

ul.sideMenu {
  margin: 0;
  padding: 0;
}

.sideMenu li {
  display: inline;
  list-style-image: none;
  font: normal 1.3em 'Trebuchet MS', Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.sideMenu li a {
  display: block;
  margin: 0.2em 0;
  padding: 3px 5px;    
  
  text-decoration: none;
  color: #FFF;
} 

.sideMenu li a:hover {
  color: #333;
  background: #bcb19f;
}

.sideMenu li.here {
	display: block;
	padding: 5px;
	color: #82001f;
	background: #ada291;
}

.sideMenu li.here ul {
  margin: 0;
  padding: 0;
}

.sideMenu li.here ul li a {
  padding-left: 35px;
  font: normal 0.55em verdana, arial, sans-serif; 
  color: #FFF;  
  background: url(../images/bullet.gif) no-repeat 10px 0px;
}

.sideMenu li.here ul li a:hover {
	color: #333333;
	background: #bcb19f url(../images/bullet.gif) no-repeat 10px 0px;
}

#page {
  float: left;
  width: 100%;
  clear: both;
  padding-bottom: 4em;
}


#footer {
	padding-top: 1em;
	font-size: 12px;
}

#footer #TextLinks {
	color: #D4C7B2;
	font-weight: bold;
	border-top: 10px solid Black;
	background: #A90107;
	padding: 1em;
}

#footer #TextLinks a {
	color: White;
	text-decoration: none;
	font-weight: bold;
}

#footer #TextLinks a:hover {
	color: #ADA291;
}

#footer #Disclaimer {
	color: Black;
	font-weight: normal;
	font-size: 11px;
	padding: 1em;
	background: #82001F;
}

.width75 {
  width: 71%;
}

.width25 {
  width: 21.7%;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.gradient {
	margin-bottom: 2em;
	background: #ada291 url(../images/gradient.jpg) repeat-x bottom left;
}

.clearboth { 
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}



/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	overflow: hidden;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size: 20px;
	margin: 0;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	font-size: 15px;
	margin: 0;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	font-size: 13px;
}
