/* CSS Document */

html,body{
  margin:0; /*** Do NOT set anything other than a left margin for the page
as this will break the design ***/
  padding:0;
  border:0;
/* \*/
  /*height:100%;*/
/* Last height declaration hidden from Mac IE 5.x */
}
body{
  background:#000000;
  min-width:830px; /*** This is needed for moz. Otherwise, the header and footer will
slide off the left side of the page if the screen width is narrower than the design.
Not seen by IE. Left Col + Right Col + Center Col + Both Inner Borders + Both Outer Borders ***/
  text-align:center; /*** IE/Win (not IE/MAC) alignment of page ***/
  
}
.clear{
  clear:both;
/*** these next attributes are designed to keep the div
height to 0 pixels high, critical for Safari and Netscape 7 ***/
  height:1px;
  overflow:hidden;
  line-height:1%;
  font-size:0px;
  margin-bottom:-1px;
}
* html .clear{height:auto;margin-bottom:0} /*** stops IE browsers from displaying
the clear div/br in the page, as these are for Moz/Opera and
Safari only. If IE 5.x Win DID display these, the page is too high ***/
#fullheightcontainer{
	margin-left:auto; /*** Mozilla/Opera/Mac IE 5.x alignment of page ***/
	margin-right:auto; /*** Mozilla/Opera/Mac IE 5.x alignment of page ***/
	text-align:left; /*** IE Win re-alignment of page if page is centered ***/
	position:relative; /*** Needed for IE, othewise header and footer aren't contained
directly above and below the body ***/
	width:830px;
/*	background: #FBEEE4;*/
	
/* \*/
  /*height:100%;*/
/* Last height declaration hidden from Mac IE 5.x */
/*** Needed for Moz to give full height design if page content is
too small to fill the page ***/
}
#wrapper{
	min-height:100%; /*** moz uses this to make full height design. As this #wrapper
is inside the #fullheightcontainer which is 100% height, moz will not inherit heights
further into the design inside this container, which you should be able to do with
use of the min-height style. Instead, Mozilla ignores the height:100% or
min-height:100% from this point inwards to the center of the design - a nasty bug.
If you change this to height:100% moz won't expand the design if content grows.
 ***/
	/* \*/
  /*height:100%;*/
/* Last height declaration hidden from Mac IE 5.x */
/*** Fixes height for non moz browsers, to full height ***/
	background: #FBEEE4 url(/images/corner3.gif) no-repeat;
}

#homepagewrapper{
	min-height:100%;
	background: #FBEEE4;
}

#wrapp\65	r{ /*** for Opera and Moz (and some others will see it, but NOT Safari) ***/
  height:auto; /*** For moz to stop it fixing height to 100% ***/
}
/* \*/
* html #wrapper{
  /*height:100%;*/
}
/* Last style with height declaration hidden from Mac IE 5.x */
/*** Fixes height for IE, back to full height,
from esc tab hack moz min-height solution ***/
#outer{
	position:relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	margin-left:30px; /*** Critical left col dimension value = left col width ***/
	width:770px;
	
background:#000000; /*** Sets background of center col***/
/* \*/

/* Last height declaration hidden from Mac IE 5.x */
/*** Needed for full height inner borders in Win IE ***/
}
#float-wrap{
	width:770px; /*** Critical left and right col/divider dimension value (moves inversly) = Center Col Width ***/
	margin-right:-1px; /*** Static fix, doesn't change ***/
	float:left;
	display:inline;
	background: url(../images/bottom_sml.gif) no-repeat right bottom;
	margin-bottom: 40px;
}

#homepagefloat-wrap{
	width:770px; /*** Critical left and right col/divider dimension value (moves inversly) = Center Col Width ***/
	margin-right:-1px; /*** Static fix, doesn't change ***/
	float:left;
	display:inline;
	margin-bottom: 10px;
}

#left{
  width:31px; /*** Critical left col/divider dimension value = Left Col Width + 1px + One Internal Border Width ***/
  float:left;
  display:inline;

  position:relative; /*** IE needs this or the contents won't show
outside the parent container. ***/
  margin-left:-30px; /*** Critical left col/divider dimension value = left col width + one internal border width ***/
}
*>html #left{width:30px;} /*** Fix only for IE/Mac = left col width + one internal border width ***/
#container-left{
  width:30px; /*** Critical left col dimension value = left col width - 1px ***/
}
#right{
  float:left;
  display:inline;
  width:32px; /*** Critical right col/divider dimension value = right col width + 2px ***/
  margin-right:-30px; /*** Critical right col/divider dimension value = negative right col width ***/
  margin-left:-1px; /*** Static fix ***/
  position:relative; /*** IE needs this or the contents won't show
outside the parent container. ****/
}
/* \*/
* html #right{
  width:31px;
  margin-left:0px;
  margin-right:-500px;
  mar\gin-right:-31px;
}
/* Above style hidden from Mac IE */

#container-right{
/* \*/
  width:30px;
/* Above hidden from IE-Mac */
/*** Critical right col dimension value = right col width ***/
  margin-left:2px; /*** Critical right divider dimension value = one internal border width + 2px ***/
}
/* \*/
* html #container-right{
  fl\oat:right;
  di\splay:inline;
  margin-left:1px;
  mar\gin-left:0px;
}
/* Above style hidden from Mac IE */
/*** Above margin left set to = one internal border width + 1px ***/
/*** Static fixes ***/

/*** a Note on the Holly hack: if IE/Win shows bugs it's a good idea to apply the height:1%
     hack to different elements and see if that fixes the problem. Sometimes it may be
     necessary to use "position: relative;" on certain elements, but it's hard to tell in
     advance which elements will need such fixes. ***/
/*** This is a STATIC fix for IE5/Win at the largest text size setting. ***/
/* \*/
* html #left{margin-right:-3px;}
/* Above style hidden from Mac IE */
/*** All the IE fixes that are inside seperate "Mac-hacks" may be grouped within
     just one Mac-hack for convenience if desired. However, each fix must come
     later than the rule it is fixing or the fix itself will be overridden. ***/
#center{
	width:770px; /*** Set to = center col width ***/
	float:right;
	display:inline;
	/* \*/
  margin-left:-1px;
/* Hidden from IE-mac */
}

#clearheadercenter{
  height:150px; /*** needed to make room for header in center column ***/
  overflow:hidden;
}

#homepageclearheadercenter{
  height:110px; /*** needed to make room for header in center column ***/
  overflow:hidden;
}

#clearfootercenter{
  height:40px; /*** needed to make room for footer in center column ***/
  overflow:hidden;
}
#footer{
	position:absolute;
	clear: both;
	width:830px; /*** Set to Left Col + Right Col + Center Col + Both Inner Borders +
Both External Borders ***/
	height:40px; /*** = Bottom Margin + One Outer Border + body to footer divider depth +
subfooter1 height + any other subfooter heights ***/
	overflow:hidden;
	margin-top:-40px;
	background: #FBEEE4;
}
#subfooter1{
	text-align:left;
	margin-left:30px; /*** If the left sidebar intrudes, move the
header to the right by the width of the left col + one external border width ***/
	margin-right:30px; /*** If the right sidebar intrudes, move the
header to the left by the width of the right col + one external border width ***/
	height:40px; /*** sub-footer row height ***/
	font-size: 75%;
	background: #FBEEE4;
}

#header{
	z-index:1; /*** Critical value for Moz/Opera Background Column colors fudge to work ***/
	position:absolute;
	top:0px;
	width:770px; /*** Set to Left Col (not if left sidebar fully intrudes into header or left sidebar is off)
+ Right Col (not if right sidebar fully intrudes into header or right sidebar is off) + Center Col + Both Inner
Borders (not if any sidebar intrudes into header or footer, or Inner Borders are off) + Both External Borders
(not if external borders are off) ***/
	margin-left:30px;
	margin-right:30px;
	height:150px; /*** = Top Margin + One Outer Border + header to body divider depth +
subheader1 height + any other subheader heights ***/
	overflow:visible;
	background: #fbeee4;
	background: #FBEEE4 url(/images/corner4.gif) no-repeat;
}

#homepageheader{
	z-index:1; /*** Critical value for Moz/Opera Background Column colors fudge to work ***/
	position:absolute;
	top:0px;
	width:770px; /*** Set to Left Col (not if left sidebar fully intrudes into header or left sidebar is off)
+ Right Col (not if right sidebar fully intrudes into header or right sidebar is off) + Center Col + Both Inner
Borders (not if any sidebar intrudes into header or footer, or Inner Borders are off) + Both External Borders
(not if external borders are off) ***/
	margin-left:30px;
	margin-right:30px;
	height:110px;
	overflow:visible;
	background: #fbeee4;
}

#subheader1{
  text-align:center;
  height:150px; /*** sub-header row height ***/
}

#homepagesubheader1{
  text-align:center;
  height:110px; /*** sub-header row height ***/
}

#subheader1 h1, #homepagesubheader1 h1 {
	text-indent:-3000px;
	background:url(../images/logo.gif) no-repeat center;
	height: 60px;
	margin: 0px;
	padding: 0px;
}

#gfx_bg_middle{
  top:0px;
  position:absolute;
  /*height:100%;*/
  overflow:hidden;
  width:770px; /*** = Center Col Width ***/
  margin-left:30px; /*** = Left Col Width ***/
  background:#000000; /*** Set background color for center column for Mozilla & Opera ***/
}
* html #gfx_bg_middle{
  display:none; /*** Hides the moz fix from IE ***/
}
