@charset "iso-8859-1";

/*******************************************************************************
* ADR Basic Layout Stylesheet
* -----------------------------------------------------------------------------
* Developed by Howard Elliott
*******************************************************************************/

/* begin with generic selectors so that they can be overridden if needed
 * by classes deeper in the stylesheet
 */
img {
display:inline;
border-width:0px;
margin:0px;
padding:0px;
}

.boldBlue
{
	color:#3a6680;
	font-weight:bold;
}

.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 0em;
}
.inside2
{
	padding: 0 0em;
}

.inside3
{
	padding-left:2px;
	padding-right:12px;
}

.inside4
{
	padding-left:0px;
	padding-right:0px;
}

/* 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 want this.
 *
 */
ul, ol, dl, p, h1, h2, h4, h5, h6
{
	margin-top: 14px;
	margin-bottom: 14px;
	padding-top: 0;
	padding-bottom: 0;
}
ul
{
font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;	
}
i
{
font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;	
}
h1
{
	font-size: 220%;
}
h2
{
	font-size: 190%;
}
h4
{
	font-size: 130%;
}
h5
{
	font-size: 100%;
}
h6
{
	font-size: 70%;
}


a:link, a:active { 
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;	
	text-decoration: none;
	font-weight:bold;
}

a:visited {
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #898;
	font-weight:bold;
}


a.brightlinks:link, a.brightlinks:active { 
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FF7F00;
	text-decoration: none;
	font-weight:bold;
}

a.brightlinks:visited {
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FF7F00;
	text-decoration: none;
	font-weight:bold;
}

a.brightlinks:hover {
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #898;
	font-weight:bold;
}


a.mainlinks {
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;	
	text-decoration: none;
	font-weight:bold;
}
a.mainlinks:hover {
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #898;
	font-weight:bold;
}



/* #Equipment a {
*margin-left: 0px;
*margin-bottom: 0px;
*border-right: solid 2px #ffffff;
*background-color: #3a6680;
*color: #ffffff;
*font-variant: small-caps;
*font-weight: bold;
*text-align:center;
*padding-top: 5px;
*padding-bottom: 6px;
*display: block;
*}
*/

#Banner01 {
margin-left: 0px;
margin-bottom: 0px;
background-color: #000099;
color: #ffffff;
font-variant: small-caps;
font-weight: bold;
text-align:center;
padding-top: 5px;
padding-bottom: 6px;
display: block;
}

#NavMenuHdr {
margin-left: 0px;
margin-bottom: 0px;
background-color: #000099;
color: #ffffff;
font-variant: small-caps;
font-weight: bold;
text-align:center;
padding-top: 5px;
padding-bottom: 6px;
display: block;
width:140px;
}

#NavMenuBtn a {
margin-left: 0px;
margin-bottom: 0px;
background-color: #000099;
color: #ffffff;
font-variant: small-caps;
font-weight: bold;
text-align:center;
padding-top: 5px;
padding-bottom: 6px;
display: block;
width:140px;
}


#NavMenuBtn a:hover {
color:#ffffff;
text-decoration: none;
font-family:Verdana,Arial, Helvetica, sans-serif;
font-size: 11px;
background-color:#ec1b30;
width:140px;
}





/* alter some HTML elements' default style
 */

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
{ 
height:150%;
background-image:url(images_site/bg_rules.gif);
	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
{
	margin: 0;
	border: solid 0px #fff;
	border-width: 0 0px;
	margin-left: auto;
	margin-right: auto;
  	width:798px;
	height:100%;
}

* html #pageWrapper
{
	/* \*/
		word-wrap: break-word;
	/* invalid CSS but keeps IE from breaking horribly under narrow viewports */
}
#masthead
{
	height:64px;
	padding:0px;
	margin:0px;
}
#masthead h1
{
	padding: 0;
	margin: 0;
}
#masthead .divider {
	display:none;
}

#graphicHeader
{
	height:113px;
	background-color:#FFFFFF;
	padding: 6px;
	margin:0px;
}

#pageBanner
{
	background-color:#000099; 
	color: #ffffff; 
	font-weight: bold; 
	font-size: 26px; 
	height: 40px;
}




#menuBlock
{
background-color:#FFFFFF;
	padding-left: 6px;
	padding-right: 6px;
	text-align:left;
	margin:0px;
}

#reportRequestBlock
{
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
	text-align:center;
}

#logBlock
{
	background-color:#FFFFFF;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	text-align:left;
	margin:0px;
}
#graphicHeader h1
{
	padding: 0;
	margin: 0;
}





#contentIntro
{
	padding-left:0px;
	padding-right:8px;
	OVERFLOW: visible; 
	POSITION: relative;
}

#contentColumnLeft
{
width: 585px; 
float: left;
OVERFLOW: visible; 
POSITION: relative;
padding-left:8px;
padding-right:3px;
padding-bottom:40px;
}

#contentColumnLeftIntro
{
	width: 160px; 
float: left;
OVERFLOW: visible; 
POSITION: relative;
padding-left:8px;
padding-right:3px;
padding-bottom:40px;
}

#contentColumnRight
{
position:inherit;
width: 280px; 
float: left;
padding-left:12px;
padding-right:3px;
padding-bottom:40px;
OVERFLOW: visible;
	
}
#contentColumnRightIntro
{
position:inherit;
width: 415px; 
float: left;
padding-left:12px;
padding-right:3px;
padding-bottom:40px;
OVERFLOW: visible;
	
}

.sponsorbox
{
	margin:10px; 
	border-style:solid; 
	border-width: thin; 
	width:150px; 
	font-size: 11; 
	text-align:left;
}

#contentColumnFooter
{
	clear:both;
	padding-top:6px;
	height:44px;
	text-align:center;
	border-top: solid 1px #898;
	background-color:#ffffff;
}

#formTitle
{
padding-top:50px;
padding-left:155px;
font-weight:bold;
font-family:Arial;
font-size:16px;
color:663300;
}

#formText
{
padding-left:155px;
padding-bottom:14px;
font-family:Arial;
font-size:11px;
color:663300;
}


#whiteborder
{
border: solid 6px #fff;
	border-width: 0 6 0 6px;
}
#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 14em #fff;

}
#outerColumnContainerHome
{
	/* 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 0px #fff;

}
#innerColumnContainer
{
	border: solid 6px #fff;
	border-width: 0 0 0 6px;
	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 */
}
#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 0px 0 -14em;
	width: 14em;
	z-index: 6;
}
#leftColumnMenu
{
	float: left;
	margin: 0 0px 0 -14em;
	width: 14em;
	z-index: 6;
}
#rightColumn
{
	float: right;
	width: 14em;
	margin: 0 -14em 0 1px;
	z-index: 2;
	
}
#footer
{
	border-width: 6px;
	padding: 0.5em;
	background-color: #5d5d5d;
	color: #fff;
	text-align: center;
}

p.footertxt
{
	margin: 0pt; 
	color: rgb(255, 255, 255);
}

#instructionBox
{
	padding:8px;
	background-color:#85bfe2;
}


.menuColumn
{
background-color:#000099;
width:178px;
padding-top:22px;
}

.contentColumn
{
background-color:#FFFFFF;
width:602px;
}
.contentColumn2
{
background-color:#FFFFFF;
width:785px;
}
.instructionText
{
	padding:0px;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
	font-size: 10px;
	color:#FFFFFF;
	margin:0px;
	line-height:125%;
}
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 ul, .vnav ul li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display:inline;
}



* html .vnav ul li a/* hide from IE5.0/Win & IE5/Mac */
{
	height: 0.01%;
}
* html .vnav ul
{
	position:absolute;	/* IE needs this to fix a rendering problem */
}

/* 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, .vnav ul, .vnav ul li, .hnav, .hnav ul li a
{
	border-color: #FFF;
	
}
html
{
background-image:url(images_site/bg_rules.gif);
}
body
{
text-align:center;
}
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: #eee;
	color: #000;
	font-family:Verdana,Arial, Helvetica, sans-serif;
	
}
#pageWrapper
{
	font-size: 80%;	/* set your default font size here. */
	height:100%;
}
#masthead
{
	background-color: #898;
	color: #fff;
}

#outerColumnContainer
{
	border-left-color: #85bfe2;	/* left column background color */
	border-right-color: #cdc;	/* right column background color */
	background-color: #fff;		/* set the background color for the
					   middle column here */
}
#outerColumnContainerHome
{
	border-left-color: #85bfe2;	/* left column background color */
	border-right-color: #cdc;	/* right column background color */
	background-color: #fff;		/* set the background color for the
					   middle column here */
}

.hnav ul li a:link, .hnav ul li a:visited
{
	background-color: #85bfe2;
	color: #000;
}
.hnav ul li a:hover
{
	background-color: #787;
	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 
{
	font-size: 110%;
}


/******************************************************************************/
hr {
    height:1px;
	color:#FFFFFF; 
   }
 .hr2 {
    height:1px;
	color:#666666; 
   }

h5 
{
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:666666;
		margin-bottom:-12px;
		padding-top:4px;
		font-weight:bold;
}
h4 
{
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#3a6680;
	padding-top:8px;
		margin-bottom:-12px;
		font-weight:bold;
}
h3 
{
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#3a6680;
	padding-top:12px;
		margin-bottom:-12px;
		padding-bottom:-5px;
		font-weight:bold;
}
h2 
{
font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#3a6680;
	padding-top:12px;
		margin-bottom:-12px;
		font-weight:bold;
}
h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#3a6680;
	font-weight:bold;
}
p 
{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	/* text-align:justify;*/
	font-size: 12px;
	color:#000000;
	margin-bottom:-6px;
	line-height:125%;
}


.formFormat	{
margin:0px;
width:602px;
}	

.formFormatColumn	{
margin:0px;
width:300px;
}	

.formFormat	p {
font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	margin-bottom:0px;
	
}	
.salgoFormRight{
text-align:right;
vertical-align: center; 
font-weight:bold;
width:150px;
background-color: #d8d8d8;
}
.salgoFormLeft{
text-align:center;
vertical-align: center; 
font-weight:bold;
width:120px;
background-color: #dbdbdb;
}
.salgoFormRightColumn{
text-align:right;
vertical-align: center; 
font-weight:bold;
width:140px;
background-color: #d8d8d8;
}
.salgoFormLeftColumn{
text-align:center;
vertical-align: center; 
font-weight:bold;
width:160px;
background-color: #dbdbdb;
}
.salgoFormFields{
text-align:left;
vertical-align: center; 
width:482px;
background-color: #e5e5e5;
}

.salgoButtonPanel1{
background-color: #cccccc;
width:150px;
}
.salgoButtonPanel2{
background-color: #cccccc;
width:482px;
}
.salgoButtonPanel3{
background-color: #3a6680;
width:300px;
}

.salgoBackgroundPanel{
background-color: #FFF9DF;
}

.salgoForm{
width:177px;
font-size: 11px;
color: #41527D;
}
.salgoFormWide{
width:400px;
font-size: 11px;
color: #41527D;
}
.salgoFormShortest{
width:30px;
font-size: 11px;
color: #41527D;
}
.salgoFormText{
width:320px;
font-size: 11px;
color: #41527D;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.salgoFormStreet{
width:219px;
font-size: 11px;
color: #41527D;
}

.salgoFormMenu{
width:179px;
font-size: 11px;
color: #41527D;
}
.salgoFormShort {
width:60px;
font-size: 11px;
color: #41527D;
}
.salgoFormHalf {
width:104px;
font-size: 11px;
color: #41527D;
}
.salgoFormTelephone {
width:159px;
font-size: 11px;
color: #41527D;
}
.salgoFormState {
width:100px;
font-size: 11px;
color: #41527D;
}
.formTitles {
padding-top:12px;
font-size: 12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
color:#3a6680;
vertical-align:middle;
}

.formTitlesInside {
font-size: 11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#3a6680;
}



