@charset "iso-8859-1";

/*******************************************************************************
*  skidoo_too.css : 2005.08.29
* -----------------------------------------------------------------------------
*  A remake of the skidoo layout with the middle column appearing first in
*  source ordering.
*******************************************************************************/

/* 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
{
	display: none !important;
}
.inside
{
	padding-top: 0;
	padding-right: .5em;
	padding-bottom: 0;
	padding-left: .5em;
	z-index: 0;
	width: auto;
	font-family: Arial;
	font-size: 100%;
}

/* 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: 100%;
	font-family: Arial;
	color: #000000;
	list-style-type: disc;
}
h2
{
	font-size: 190%;
}
h3
{
	font-size: 160%;
}
h4
{
	font-size: 130%;
}
h5
{
	font-size: 12pt;
	font-family: Arial;
	font-weight: normal;
	margin-right: 0px;
	color: #000000;
	z-index: 1000;
	overflow: hidden;
}
h5 ul {
	list-style-image: none;
	font-size: 18px;
	font-weight: bold;
}
h6
{
	font-size: 36pt;
	font-weight: bold;
	line-height: normal;
	font-family: Arial;
	z-index: 1000;
}

/* alter some HTML elements' default style
 */
a, a:link, a:visited, a:active
{
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}
code
{
	font-family: "Courier New", Courier, monospace;
}
label
{
	cursor: pointer;
}
table
{
	font-size: 100%;
}
td, th
{
	vertical-align: top;
}

.background
{
	float: right;
	overflow: visible;
	text-align: right;
	width: 482px;
	margin-left: -180px;
	z-index: -5;
}
.backgroundtest
{
	float: right;
	overflow: visible;
	text-align: right;
	width: 482px;
	z-index: -5;
	background-image: url(../images/rollsplitters/Roll%20Splitter%20Blueline%20Background%20Gradient.jpg);
	background-position: right;
	height: 400px;
	background-repeat: no-repeat;
	margin-left: -300px;
}
/* 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 its color to white which is probably
 * the safest thing to do.
 */
body
{
	font-size: 100.1%;	/* resolve some font size issues in some layouts for
				   some browsers. (in other words, i got no clue.) */
	margin-top: 10px;
	margin-right: 3%;
	margin-bottom: 10px;
	margin-left: 3%;
}
#pageWrapper
{
	border: 1px none #fff;
	min-width: 40em;	/* IE doens't understand this property. EMs are used
				   so that as the font size increases, the proportional
				   limitations (min-width) increase with it, rather
				   than creating a middle column that can only fit
				   3 or 4 characters in it. */
	width: auto;
	overflow: hidden;
}
* html #pageWrapper
{
	/* \*/
		word-wrap: break-word;
	/* invalid CSS but keeps IE from breaking horribly under narrow viewports */
}
#masthead
{
	background-attachment: fixed;
	background-image: url(../images/layout/roundedtitle.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 93px;
}
#masthead h1
{
	padding: 0;
	margin: 0;
}
#outerColumnContainer
{
	border-right-width: 14em;
	border-left-width: 14em;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #fff;
	border-left-color: #fff;
}
#innerColumnContainer
{
	border: solid 1px #fff;
	margin: 0 -1px;		/* compensate for the borders because of
				   100% width declaration */
	width: 100%;
}
#leftColumn, #middleColumn, #rightColumn, * html #SOWrap
{
	overflow: visible;	/* fix for IE italics bug */
	position: relative;	/* fix some rendering issues */
}
#SOWrap
{
	float: left;
	margin: 0 -1px 0 0;
	width: 100%;
}
#middleColumn
{
	float: right;
	width: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -1px;
	font-family: Arial;
	font-size: 100%;
}
#leftColumn
{
	float: left;
	width: 12em;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: -14.25em;
	z-index: 1000;
}
#rightColumn
{
	float: right;
	width: 14em;
	z-index: 2;
	margin-top: 0;
	margin-right: -14em;
	margin-bottom: 0;
	margin-left: 1px;
}
#footer
{
	border: solid 1px #fff;
	padding-top: 0.5em;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#footeremail
{
}


p.fontsize-set
{
	text-align: center;
}
p.fontsize-set img
{
	border-width: 0;
}

.hnav
{
	text-align: center;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #495778;
	border-top-style: none;
}
.hnav, .hnav ul li a
{
	/* need to middor veritcal padding on .hnav and child anchor elements
	 * because the anchors are _not_ block elements. since they are not
	 * block elements web browsers will not expand .hnav to contain them
	 * even with the extra padding. by applying the same padding to both
	 * the parent .hnav _looks_ like its containing the child anchor
	 * elements. 
	 */
	padding-top: 3px;
	padding-bottom: 4px;
}
.hnav ul, .hnav ul li
{
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.hnav ul li a
{
	margin: 0 -1px 0 0;
	padding-left: 10px;
	padding-right: 10px;
	white-space: nowrap;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #495778;
	border-left-color: #495778;
}
.hnav ul li a:link, .hnav ul li a:visited, .hnav ul li a:active, .hnav ul li a:hover
{
	text-decoration: none;
}
.hnav ul li span.divider
{
	display: none;
}
* html .hnav ul li, * html .hnav ul li a
{
	width: 1%; /* IE/Mac needs this */
	display: inline-block;	/* IE/Mac needs this */
	/* \*/
		width: auto;
		display: inline;
	/* reset above hack */
}
* html .hnav, * html .hnav ul a
{
	/* \*/ height: 0.01%; /* hasLayout hack to fix render bugs in IE/Win. 
				 IE/Mac will ignore this rule. */
}
* html .HNAV
{
	padding: 0;	/* IE5/Win will resize #hnav to fit the heights of its
			   inline children that have vertical padding. So this
			   incorrect case selector hack will be applied only by
			   IE 5.x/Win */
}

/* everything below this point is related to the page's "theme" and could be
 * placed in a separate stylesheet to allow for multiple color/font scemes on
 * the layout. you should probably leave a default theme within this stylesheet
 * just to be on the safe side.	
 */
#pageWrapper, #innerColumnContainer, .vnav ul, .vnav ul li, .hnav, .hnav ul li a
{
	border-color: #495778;
}
html, body
{
	/* note that both html and body elements are in the selector.
	 * this is because we have margins applied to the body element
	 * and the HTML's background property will show through if
	 * it is ever set. _DO_NOT_ apply a font-size value to the
	 * html or body elements, set it in #pageWrapper.
	 */
	background-color: #495778;
	color: #495778;
	font-family: arial, helvetica, sans-serif;
	background-attachment: fixed;
	background-image: url(../images/layout/Checkertest20.jpg);
	background-repeat: repeat;
	background-position: left top;
	border: thin solid #495778;
}
#pageWrapper
{
	font-size: 80%;	/* set your default font size here. */
	border: 1px groove #495778;
	
}
#masthead
{
	background:#fff url(../images/layout/roundedtitle.jpg) bottom repeat-x;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.hnav
{
	color: #fff;
	background-color: #FFFFFF;
	background-image: url(../images/layout/roundedbarN.jpg);
	background-repeat: repeat-x;
	border-top-color: #495778;
	border-right-color: #495778;
	border-bottom-color: #495778;
	border-left-color: #495778;
	border-bottom-width: 3px;
	border-bottom-style: solid;
}
#outerColumnContainer
{
	border-left-color: #495778;	/* left column background color */
	border-right-color: #cdc;	/* right column background color */
	background-color: #FFFFFF;		/* set the background color for the
					   middle column here */
}

#rightColumn .vnav ul li a:link, #rightColumn .vnav ul li a:visited, #rightColumn .vnav ul li a:active
{
	background-color: #ded;
}
#rightColumn{
	text-decoration: none;
	background:#fff url(../images/layout/sidebuttonshover.jpg) bottom repeat-x;
}
.hnav ul li a:link, .hnav ul li a:visited
{
	background-color: #FFFFFF;
	background-image: url(../images/layout/roundedbarN.jpg);
	font-family: Arial;
	font-size: 14px;
	color: #1C326B;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #495778;
	border-left-color: #495778;
}
.hnav ul li a:hover
{
	background-image: url(../images/layout/roundedbarH.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#rightColumn .inside
{
	/* if you apply a font size to just #rightColumn, then its width,
	 * which is specified in EMs, will also be affected. you don't want
	 * that. so apply font size changes to the .inside element which exists
	 * inside underneath all three columns
	 */
	font-size: 90%;
}
#rightColumn .inside .vnav
{
	font-size: 110%;
}
#footer
{
	color: #fff;
	text-align: center;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #495778;
	background-image: url(../images/layout/roundedtitle.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

/******************************************************************************/
.topimage
{
	overflow: hidden;
	z-index: -20;
	clear: none;
	text-align: center;
	margin-bottom: 0px;
}
.topimagetest
{
	overflow: hidden;
	z-index: -20;
	clear: none;
	text-align: center;
	margin-bottom: 0px;
	float: right;
}
#banner
{
	background-image: url(../images/logos/Arch-non%20feather.jpg);
	background-position: right top;
	height: 90px;
	background-repeat: no-repeat;
	z-index: 0;
	margin-top: -5px;
	margin-right: -5px;
	margin-left: -5px;
	padding-left: 10px;
	padding-top: 7px;
}
#logo
{
	width: 249px;
	float: left;
	margin-top: 5px;
	margin-left: 10px;
	clear: right;
	z-index: 100;
	overflow: hidden;
}
img{
	z-index: -100;
	overflow:visible;
}
.h1 ul li {
	color: #000000;
}
#promo img {
	padding: 10px;
	margin-top: 15px;
	text-align: center;
	vertical-align: middle;
}
#promo {
	width: 100%;
	text-align: center;
}
.leftcont{
	margin-top: 40px;
	margin-bottom: 40px;
	float: none;
}
.leftpic{
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
