@charset "iso-8859-1";


/* begin with generic selectors so that they can be overridden if needed
 * by classes deeper in the stylesheet
 */
.clear
{
	clear: both;
	padding-bottom: 1px;	/* for Gecko-based browsers */
	margin-bottom: -1px;	/* for Gecko-based browsers */
}
.hide, .divider
{
	display: none;
}
.inside
{
	/* glitch in IE caused by vertical padding in this class, so 0 padding is
	 * set here and those blocks that need the vertical padding must be 
	 * applied to the parent element. the purpose of this class is to provide
	 * horizontal padding without using hacks to get around IE's broken box 
	 * model. so it's okay to apply vertical padding to the parent element, 
	 * just not horizontal padding.
	 */
	padding: 0 1em;
}

/* margin values and font sizes for headings, and margins on paragraphs
 * and lists are not consistent across browser platforms. to achieve a
 * consistent look we need to explicity set these values here. it may
 * seem an odd way to declare the margins like this but you never
 * know what kind of horizontal padding a browser may be using on an
 * element, and I only want to change the vertical padding.
 *
 * pixels are used here, rather than ems, because I want a consistent
 * margin on the different headings. if I use ems, 1em for an h1 element
 * is much larger than 1em on an h6 element. I don't wnat this.
 *
 * salt to taste
 */
ul, ol, dl, p, h1, h2, h3, h4, h5, h6
{
	margin-top: 14px;
	margin-bottom: 14px;
	padding-top: 0;
	padding-bottom: 0;
}
h1
{
	font-size: 220%;
}
h2
{
	font-size: 150%;
}
h3
{
	font-size: 160%;
}
h4
{
	font-size: 130%;
}
h5
{
	font-size: 100%;
}
h6
{
	font-size: 70%;
}
h6
{
	font-size: 70%;
}

/* alter some HTML elements' default style
 */
a, a:link, a:visited, a:active
{
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}
a img
{
	border-width: 0;
}
code
{
	font-family: "Courier New", Courier, monospace;
}
label
{
	cursor: pointer;
}
table
{
	font-size: 100%;
}
td, th
{
	vertical-align: top;
}
span.strike
{
	text-decoration: line-through;
}

/* now we craft the core layout of the page. this includes positioning and
 * gutter space. colors and fonts should not come into play at this point.
 * when defining a border, default it's color to white which is probably
 * the safest thing to do.
 */
body
{
	padding: 0;
	margin: 0;
	min-width: 35em;	/* IE doens't understand this property. I use ems rather
				   than pixels so that the layout shouldn't break even
				   when the browser's default size is set very large */
	background-color: #fff;
	color: #000;
	font-size: 100.1%;
}
#pageWrapper
{
	border-width: 1px;
	margin: 0 ;	/* set side margins here 'cause IE doesn't like it set
				   on the body element */
	width: 97%;
	color: #000;
}
#outerColumnContainer
{
	/* reserves space for the left and right columns. you can use either
	 * padding, margins, or borders, depending on your needs. however you 
	 * can use the border method to create a background color for both left
	 * and right columns
	 */
	padding: 0 0px 0 185px !important;
	padding: 0 0 0 185px;
	border-right:130px solid #9D3F0C;
	background:url("../images/topLevel.gif") top left repeat-x;
	margin:0;

}
#innerColumnContainer
{
	width: 100%;
	z-index: 1;
	padding:0; margin:0;
}
#middleColumn
{
	float: right;
	margin: 5px 0 0 -1px;
	width: 100%;
	z-index: 1;
}

#content
{
	background-color: #fff;
	color: #000;
	border: solid 1px #333;
	margin: 0px;
	padding: 0 0px 0 20px;
}

#contentColumnContainer
{
	margin: 0px 0px 10px 0;
	width:100%;
	border-left: solid 1px #9D3F0C;
	
}
#innerContent
{
	float: left;
	margin: -5px -1px 0 0;
	width: 100%;
	padding:0;
}
#rightColumn
{
	/*	R = #contentColumnContainer's right margin width
	 *	N = width for #rightColumn
	 *	------------------------------------------------
	 *	N = R / ( ( 100 - R ) / 100 )
	 */
	float: right;
	width: 120px;
	margin: -50px -135px 0 1px !important;
	margin: -50px -472px 0 1px;
}
#rightColumn .inside {
	padding:2px;
	}
#leftColumn
{
	float: left;
	left: auto;		/* reset v4 css */
	margin: -45px 0 0 -185px;
	position: relative;	/* reset v4 css */
	top: auto;		/* reset v4 css */
	width: 185px;
	z-index: 4;
}
#leftColumn .inside
{
	padding: 0 5px 0 30px;
}

#endShadow
{
	clear:right;
	background:#ECECEC url(../images/bottomLevel.gif) bottom left repeat-x;
	height:45px;
	border-right:130px solid #9D3F0C;
}
#footer
{
	clear:right;
	padding: 10px 24px 10px 34px;
}
#footer p
{
	padding: 0;
	margin: 0;
}
#footer img {position: relative; top: 7px;}


/* -------------------- vertical navigation --------------------
 */
.vnav
{
	margin: 5px 0;
}
.vnav ul, .vnav ul li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}
.vnav ul
{
	border: solid 1px #000;
	border-bottom-width: 0;
}
.vnav ul li
{
	border-bottom: solid 1px #000;
}
.vnav ul li, .vnav ul li a
{
	margin: 0;
	padding: 0;
	line-height: normal;
	display: block;
}
.vnav ul li a
{
	display: block;
	padding: 0px;
}
.vnav ul li a, .vnav ul li a:link, .vnav ul li a:visited, .vnav ul li a:active, .vnav ul li a:hover
{
	text-decoration: none;
	cursor: pointer;
}
.vnav h3
{
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 126%;
}



/* some generic/utility selectors
 */
.bottomBorderOnly
{
	margin: 0;
	padding: 0;
	white-space: nowrap;
	width:100%;
	}
* html .BOTTOMBORDERONLY
{
	padding: 0;	/* IE5/Win will resize #hnav to fit the heights of its
			   inline children that have vertical padding. So this
			   incorrect case selector will remove that padding */
}

.topBox
{
	border-width: 0 0 1px 0;
}

/* IE Workaround
 * 	hasLayout hack. IE needs this to render elements
 *	correctly. 
 */
* html #masthead,
* html #masthead h2,
* html #leftColumn,
       .leftBlock h3, 
* html #rightColumn
{
	position: relative;
}
* html #innerColumnContainer
{
	/* \*/
		position: relative;
	/* because IE Mac doesn't do z-index right with this element having a
	 * a position value of relative.
	 */
}
* html #masthead,
* html #content,
* html #contentColumnContainer,
* html .vnav,
* html .vnav ul li a/**/,
* html .hnav, 
* html .hnav ul li a,
* html .leftBlock,
* html .leftBlock h3
{
	/* \*/
		height: 0.01%;
	/* the empty comment in the .vnav ul li a selector is to keep that 
	 * particular selector from being processed by IE5.0/Win
	 */
}
* html div
{
	overflow: visible;
}
* html body
{
	/* \*/
		word-wrap: break-word;
	/* invalid CSS but keeps IE from breaking horribly under narrow viewports */
}

/******************************************************************************/
