/*******************************************************************************
*  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
{
	/* 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;
}

form { padding: 0; margin: 0; }

#skip-to-content { display: none; position: absolute; top: -500px;  } 

/* 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;
}

/* 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
{
	margin: 0;	/* margin instead of padding for the gutterspace around 
	 			   the layout because IE breaks the layout when 
	 			   horizontal padding is applied to the body element.
	 			   % over pixels for that horizontal gutterspace so that
	 			   it automatically goes below 20px on low-res browsers
	 			   to create more space for the content. */
	font-size: 100.1%;	/* resolve some font size issues in some layouts for
				   some browsers. (in other words, i got no clue.) */
}
#pageWrapper
{
	border: solid 1px #fff;
	border-width: 0;
	min-width: 920px;	/* 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;
}
* html #pageWrapper
{
	/* \*/
		word-wrap: break-word;
	/* invalid CSS but keeps IE from breaking horribly under narrow viewports */
}
#masthead
{
	border: solid 1px #032031;
	border-width: 1px 0;
	background: #011E30;
	background-image: url(/z-omniupdate/layoutgraphics/masthead.gif);
	background-repeat: no-repeat;
	height: 70px;
}
#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
	 */
	border-left: solid 181px white;
	border-right: solid 12px white;
}
#innerColumnContainer
{
	border: solid 1px #fff;
	border-width: 0 1px;
	margin: 0 -1px;		/* compensate for the borders because of
				   100% width declaration */
	width: 100%;
	z-index: 1;
}
#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%;
	z-index: 3;
}
#middleColumn
{
	float: right;
	margin: 0 0 0 -1px;
	width: 100%;
	z-index: 5;
}
#leftColumn
{
	float: left;
	margin: 0 1px 0 -181px;
	width: 180px;
	z-index: 4;
	background-color:#1C7858;
}
#rightColumn
{
	float: right;
	width: 192px;
	margin: 0 -192px 0 1px;
	z-index: 2;
}
#footer
{
	border: solid 1px #fff;
	border-width: 5px 0;
	padding: 35px 10px 35px 0;
}
#footernav { color: #000;
		padding-left: 6px;
		padding-bottom: 15px;
		}



p.fontsize-set
{
	text-align: center;
}
p.fontsize-set img
{
	border-width: 0;
}

/* vertical navigation stuff. mostly exactly as seen in the vnav.css styleheet
 * in the original skidoo layout.
 */
.vnav
{
	margin: 1em 0;
}
.vnav ul, .vnav ul li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}
.vnav ul
{
	border: solid 1px #fff;
	border-bottom-width: 0;
}
.vnav ul li
{
	border-bottom: solid 1px #fff;
}
.vnav ul li, .vnav ul li a
{
	margin: 0;
	display: block;
	padding: 0;
	line-height: normal;
}
.vnav ul li a
{
	display: block;
	padding: 2px 5px 3px 5px;
}
.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%;
}
* html .vnav ul li a/* hide from IE5.0/Win & IE5/Mac */
{
	height: 0.01%;
}
* html .vnav ul
{
	position: relative;	/* IE needs this to fix a rendering problem */
}

/* horizontal navigation elements. create a DIV element with the class hnav
 * and stick one unordered list inside it to generate a horizontal menu.
 */
.hnav
{
	border-bottom: solid 1px #032031;
	text-align: left;
	font-family: verdana,sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-image: url(/z-omniupdate/layoutgraphics/translate.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.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;	/* short-hand padding attribute would overwrite
				   top/bottom padding set in a previous rule */
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	white-space: nowrap;
}
.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, #masthead, #innerColumnContainer, #footer, .vnav ul, .vnav ul li, 
{
	border-color: #fff;
}
#masthead, .hnav, { border-color: #032031 }

.hnav ul li a { border-color: #7F7951 } 


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: #fff;
	color: #000;
	font-family: arial, helvetica, sans-serif;
}
#pageWrapper
{
	font-size: 70%;	/* set your default font size here. */
}
#masthead
{
	color: #fff;
}
.hnav
{
	background-color: #FFD573;
	color: #6E4211;
}
#outerColumnContainer
{
	border-left-color: #1C7858; /* left column background color */
	border-right-color: #FFF;	/* right column background color */
	background-color: #fff;		/* set the background color for the
					   middle column here */
}
.vnav ul li a:link, .vnav ul li a:visited, .vnav ul li a:active
{
	text-decoration: none;
	background-color: #cdc;
	color: #6E4211;
}
#rightColumn .vnav ul li a:link, #rightColumn .vnav ul li a:visited, #rightColumn .vnav ul li a:active
{
	background-color: #ded;
}
.vnav ul li a:hover, #rightColumn .vnav ul li a:hover
{
	text-decoration: none;
	background-color: #898;
	color: #fff;
}
.hnav ul li a:link, .hnav ul li a:visited
{
	background-color: #FFD573;
	color: #6E4211;
}
.hnav ul li a:hover
{
	background-color: #1C7858;
	color: #fff;
}
#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
{
	background-color: #fff;
	font-size: 8pt;
	color: #fff;
	text-align: left;
}

#footer a {
			color: #2D428F;
			font-family: arial, sans-serif;
			font-size: 8pt;
			font-weight: bold;
		}

#leftnavtop  {
		background-image: url(/z-omniupdate/layoutgraphics/leftnav-top.gif);
		background-repeat: no-repeat;
		background-position: right top;
		height: 8px;
		padding: 0; margin: 0;
		font-size: 0px;
		}
		
#leftnavigation {
		width: 180px;
		font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
		background: #2D428F;
		background-image: url(/z-omniupdate/layoutgraphics/leftnav-bg.gif);
		background-repeat: repeat-y;
		background-position: right top;
		color: #FFF;
		font-size: 9pt;
		padding: 0;
		margin: 0;
		}
#leftnavbtm  {
		background-image: url(/z-omniupdate/layoutgraphics/leftnav-btm.gif);
		background-repeat: no-repeat;
		background-position: right top;
		height: 14px;
		font-size: 0px;
		}
#leftnavigation ul {
		list-style: none;
		margin: 0;
		padding: 0;
		padding-top: 5px;
		padding-bottom: 5px;
		border: none;
		}
		
		#leftnavigation li {
		padding: 0px 13px 0px 13px;
		margin: 0;
		}

		#leftnavigation li a {
		display: block;
		border-bottom: 1px solid #90bade;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		padding: 3px 0px 3px 4px;
		width: 150px;
		}
		
		#leftnavigation li a:hover {
		background-color: #1C7858;
		color: #fff;
		}
		
		.searchbox { 
		color: #333333; 
		width: 116px; 
		border-top: solid 1px #717171; 
		border-left: solid 1px #717171; 
		border-bottom: solid 1px #999999; 
		border-right: solid 1px #999999; 
		background-color: #FFF; 
		margin-top: 8px; 
		font-size: 10px; 
		padding: 2px
		}	
		
		#searchtext { 
		display: none; 
		}	
		
		#searchcontainer { 
		background-image: url(/z-omniupdate/layoutgraphics/search.gif);
		background-repeat: no-repeat;
		background-position: left top; 
		padding-top: 25px; 
		padding-left: 12px 
		}	
		#content { padding-left: 20px; font-family: arial, sans-serif; font-size: 13px; padding-right: 10px;}
			
		#content H1 {
		color: #001E30;
		font-family: arial, sans-serif;
		font-size: 24px;
		font-weight: bold;
		padding-top: 0; margin: 0; 
		padding-bottom: 7px;
		}	
		
		#breadcrumb {
		padding-bottom: 10px;
		padding-top: 5px;
		color: #001E30;
		font-size: 8pt;
		}

		#breadcrumb a:link {
		text-decoration: none;
		color: #001E30;
		font-size: 8pt;
		}
		
		#breadcrumb a:visited {
		text-decoration: none;
		color: #001E30;
		font-size: 8pt;
		}
		
		#breadcrumb a:hover {
		text-decoration: underline;
		color: #006600;
		font-size: 8pt;
		}


/******************************************************************************/

#rightnavigation  {
		background: #E1E4EF;
		width: 180px;
		padding: 0;
		font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
		font-size: 9pt;
		}
		#rightnavigationTop  {
		background-image: url(/z-omniupdate/layoutgraphics/rightnav-top.gif);
		background-repeat: no-repeat;
		height: 8px;
		font-size: 0px;
		padding: 0; margin: 0;
		margin-top: 10px;
		}
		#rightnavigationBtm  {
		background-image: url(/z-omniupdate/layoutgraphics/rightnav-btm.gif);
		background-repeat: no-repeat;
		height: 8px;
		font-size: 0px;
		}
		#rightnavigation ul {
		background: #E1E4EF;
		list-style: none;
		margin: 0;
		padding: 0;
		padding: 0px;
		border: none;
		}
		
		#rightnavigation li {
		padding: 0px;
		background: #E1E4EF;
		margin:  0px;
		}

		#rightnavigation li a {
		display: block;
		border-left: 8px solid #E7E7EF;
		border-right: 8px solid #E7E7EF;
		border-top: 4px solid #E7E7EF;
		border-bottom: 2px solid #E7E7EF;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		padding: 3px 0px 3px 7px;
		width: 154px;
		}
		#rightnavigation li a:link {
		background-color: #2D428F;
		background-image: url(/z-omniupdate/layoutgraphics/rightnav-go.gif);
		background-repeat: no-repeat;
		background-position: right center;
		}
		#rightnavigation li a:visited {
		background-color: #2D428F;
		background-image: url(/z-omniupdate/layoutgraphics/rightnav-go.gif);
		background-repeat: no-repeat;
		background-position: right center;
		}
		#rightnavigation li a:hover {
		background-color: #1C7858;
		background-image: url(/z-omniupdate/layoutgraphics/rightnav-going.gif);
		background-repeat: no-repeat;
		background-position: right center;
		color: #fff;
		}
		#spotlight {
		width: 150px;
		padding: 5px 5px 0 5px;
		border-left: 10px solid #E7E7EF;
		border-right: 10px solid #E7E7EF;
		border-top: 11px solid #E7E7EF;
		border-bottom: 15px solid #E7E7EF;
		background-image: url(/z-omniupdate/layoutgraphics/rightnav-bg.gif);
		background-position: bottom right;
		background-repeat: no-repeat;
		color: #FFF;
		font-size: 10px;
		margin: 0;
		font-family: arial, sans-serif;
		background-color: #2D428F;
		}
		#spotlight p {
		margin-bottom: 35px;
		margin-top: 1px;
		margin-left: 5px;
		}
		#spotlight img{
		text-align: center;
		width: 138px;
		border: solid 1px #000;
		background-image: url(/z-omniupdate/homepics/video.gif); 
		padding: 5px;
		margin-top: 3px;
		margin-bottom: 3px;
		background-color: #172148;
		}
		
		#spotlight H3 {
		color: #C4D2ED;
		font-weight: bold; 
		font-size: 14px;
		margin: 0;
		padding: 0;
		padding-bottom: 4px;
		margin-left: 5px;
		}
		
		#translate {
		float: right;
		margin-right: 95px;
		color: #FFF;
		}
		
		#current  { 
		text-decoration: none;
		color: #FFF;
		}
		
		#current  a:link  { 
		text-decoration: none;
		margin: 0 0px;
		color: #FFF;
		background: #032031;
		}
		#current a:visited  { 
		text-decoration: none;
		margin: 0 0px;
		color: #FFF;
		background: #032031;
		}
		#current  a:hover  { 
		text-decoration: none;
		margin: 0 0px;
		color: #FFF;
		background: #1C7858;
		}
		
		#current a { 
		text-decoration: none;
		border: 1px solid #032031;
		padding: 3px 8px 3px 3px;
		margin: 0 0px;
		color: #FFF;
		}
		#rightColumn {
		display: none; position: absolute; top: -500px; 
		}
