/* PNG FIX */
img, { behavior: url(iepngfix.htc); }

#content {  
  height: 100%;
  min-height: 100%;
  text-align: left;
  margin:auto;
}

#content,
#width {
  /* max-width hack for IE */
  width: expression(document.body.clientWidth > 1000 ? "1000px" : "94%");  
  max-width: 1000px;
  margin: 0 auto;
}

#content[id],
#width[id] {
  width: 94%;
  height: auto;
}

#absolute {
	position:absolute;
	top:76px;
	left:835px;
	width:148px;
	z-index: 100;
  }


/*
   #header: title and main header images
 */

#header {
  position: relative;
  height: 115px;
}

/* Holds the site title and subtitle */
#header #title {
	position: absolute;
	z-index: 3;
	top: 0px;
	left: 0px;
	padding: 0px;
	text-align: left;
	background-image: url(../images/header_background.gif);
}




/* Sets where the header images will go */
#header img.left {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}


/*The top level site menu*/
 
 
 a.nav, a.nav:link, a.nav:visited {display:block; width:93px; height:32px; background:#000; border:0.5px solid #FFF; margin-top:0px; text-align:center; text-decoration:none; font-family:verdana, arial, sans-serif; font-size:11px; color:#fff; line-height:31px; overflow:hidden; float:left;}
a.nav:hover {color:#fff; background:#ff0000;}
a.nav:active {color:#fff; background:#ff0000;}
a.nav:live {color:#fff; background:#ff0000;}


#mainMenu { 
  float: left;
  width: 100%;
  clear: both;  
}

#mainMenu ul {
	margin: 0;
	padding: 0;
	width: 90%;
}


#mainMenu li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

#mainMenu li a {
	float: left;
	margin: 0 3px;
	padding: 15px 0.4em;
	font: 200 1.1em "Georgia", Times New Roman, serif;
	text-decoration: none;
    color: #e7b710;
}

#mainMenu li a:hover,
#mainMenu li a.live {
  color: #FF0000;
}

#mainMenu li a.last {
  margin-right: 10px;
}





/*
   #page: Holds the main page content.
*/

#page {
  float: left;
  width: 98%;
  padding-top:0px;
  clear: both;
  padding-bottom: 0.5em;
}



/* footer*/

#footer {
  float: left;
  width: 100%;
  clear: both;
  margin-top:0.5em;
  background: #000000;
  height: 120px; 
  color: #999999;
  
}

#footer h2 {
	font-size:0.9em;
	font-style: normal;
	letter-spacing: 2px;
	color: #fff;
	text-align: left;
	line-height: 23px;
}



/* Sets the width of the footer content */
#footer #width {
	position: relative;
	z-index: 3;
	font-size: 0.85em;
	background: #000000;
	padding-top: 10px;
	text-align: left;
	height: 110px; 

}



/*
   Width classes */

.width100 {
  width: 100%;
}

.width83 {
  width: 83%;
}

.width59 {
  width: 59%;
}

.width75 {
  width: 74.7%;
}

.width50 {
  width: 49.7%;
}

.width52 {
  width: 52%;
}

.width33 {
  width: 33.3%;
}

.width25 {
  width: 24.7%;
}

.width42 {
  width: 42%;
}



/*
   Alignment classes
 */

.floatLeft {
  float: left;
}

.floatRight {
  float: right;

}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}



/*
   Generic display classes
 */

.clear {
  clear: both;
}

.block {
  display: block;
}

.small {
  font-size: 0.8em;
}

.grey {
	color: #999999;
}

.red {
  color: #EA1B00;
}
