/* global */
html
{height: 100%;
}

body
{ font-family: verdana, arial, sans-serif;
  padding: 0px 0px 0px 0px;  /* top right bottom left */
  margin: 0px;
  font-size: .68em;
  height: 100%; /* this is the key! */
}

p
{ margin: 0px;
  padding: 0px 0px 16px 0px;  /* top right bottom left */
  line-height: 1.7em;
}

h1
{ font-family: arial, sans-serif;
  letter-spacing: .1em;
  font-size: 14px;
  font-family: Times;
  padding: 10px 0px 0px 20px;  /* top right bottom left */
  text-transform: uppercase;
}

h2
{ margin: 0px 0px 0px 0px;   /* top right bottom left */
  padding: 0px 0px 0px 0px;  /* top right bottom left */
  border-bottom: 1px solid;
  min-width: 512px;
  font-size: 150%;
  font-family: arial;
  text-transform: uppercase;
  font-weight: normal;
}


/* img{border: 0px;} */
IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto; }

a{outline: none;}

/* image positioning - left, right and center */
.left
{ float: left; 
  padding: 0px 8px 0px 0px;  /* top right bottom left */
}

.right
{ float: right; 
  padding: 0px 0px 0px 8px;  /* top right bottom left */
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

/* block quote */
blockquote
{ margin: 20px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;  /* top right bottom left */
  border-left: 8px solid;
}

/* unordered list */
ul
{ margin: 8px 0px 0px 16px;
  padding: 0px;
}

ul li
{ list-style-type: square;
  margin: 0px 0px 9px 0px; 
  padding: 0px;
}

/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* main container */
#main
{ width: 94%; /* 780px */  /* Controls the whole page width */
  min-width: 918px;/*760px;*/
  margin-left: auto;   /* Controls the gray margin outside of the body on the left */
  margin-right: auto;  /* Controls the gray margin outside of the body on the left */
  max-width: 1500px; /* Keeps the main container from being wider than the Logo/Header and the footer */
}

#main_right
{ height: 100%;
}

/* links above the logo / footer */
#links, #footer
{ margin-left: 0px; /* auto; */ 
  margin-right: 0px; /* auto; */
  padding: 0px 0px 0px 0px;   /* top right bottom left */
  width: auto;  /* 720px */
  max-width: 1500px;
  height: 32px; /* Was 26 Had to change after changing menu buttons*/
  font-size: 94%;
  text-transform: uppercase;
}

#links_right, #footer_right
{ margin-left: 0px; /* auto; */ 
  margin-right: 0px; /* auto; */
  padding: 0px 0px 0px 0px;   /* top right bottom left */
  width: auto;  /* 720px */
  height: 32px; /* Was 26 Had to change to 22 after changing menu buttons*/
  font-size: 94%;
  text-transform: uppercase;
}

#links{text-align: left;}

#footer{text-align: center;}

#links a, #footer a{text-decoration: none;}

#links a:hover, #footer a:hover{text-decoration: underline;}

/* logo */
#logo
{ margin-left: 0px; /* auto */
  margin-right: 0px; /* auto; */
  padding: 0px 0px 0px 0px;   /* top right bottom left */
  width: auto; /* 760px */
  max-width: 1500px;
  height: 100px;
  text-align: left;
  overflow: hidden;
}

#logo_right
{ margin-left: 0px; /* auto */
  margin-right: 0px; /* auto; */
  /* min-width: 10px; */ /* 760px */
  height: 100px;
}

#logo a {
  text-decoration: none;
}

#logo h1
{ margin: 0px;
  padding: 81px 0px 0px 15px;  /* top right bottom left */
  width: 500px;
  font-size: 150%;
  font-family: times new roman, georgia, palatino;
  color: #000000;
  letter-spacing: .17em;
}

/* navigation menu */
#menu
{ height: 32px;  /* Was 42px */
  width:  auto; /* 760px */
  margin-left: 0px; /* auto; */ 
  /* margin-right: 0 px; auto; */
  min-width: 954px;
}

#menu ul{margin: 0px auto;} 

#menu li
{ float: left; 
  margin: 0px; 
  padding: 0px;
} 

#menu li a 
{ display: block; 
  float: left; 
  height: 26px; /* was 37 had to change after changing menu button size later was 27px */
  text-decoration: none; 
  padding: 3px 19px 2px 19px;  /* top right bottom left */
  margin: 0px 0px 0px 0px;  /* top right bottom left */
  text-transform: uppercase;
} 

#menu{ vertical-align: 50%; }

/* main content -------------------------------------------------------------------------------------------------- */
#content
{ margin-left: auto; 
  margin-right: auto;
  width: auto; /* 760px */
  padding: 0px 0px 0px 0px;  /* top right bottom left   -  Change right to 10px to get it off the border */
  overflow: hidden;
  height: 100%; /* this is the key! */
} 

/* column 1 - contains sidebar items --------------------------------------------------------------------------------- */
#column1
{ width: 220px;
  float: right;
  padding: 16px 0px 0px 0px;  /* top right bottom left Changed bottom to 25px from 15px to lengthen right column */
  height: 100%;
}

.sidebaritem
{ text-align: left;
  width: 220px;
  float: left;
  margin: 0px 0px 25px 0px;
}

.sbihead
{ height: 16px;
  width: 191px;  /* Change to widen or slim down the blue H1 bars */
  padding: 5px 0px 5px 19px;
  text-transform: uppercase;
}

.sbihead h3
{ padding: 0px; 
  margin: 0px;
  font-family: times new roman, georgia, palatino, arial;
  font-weight: bold;
  font-size: 112%;
}

.sbicontent{padding: 10px 8px 0px 18px;}

.sbicontent p
{ line-height: 14px; 
  padding: 0px 15px 3px 0px;
  text-align: justify;
}

.sbilinks{padding: 0px;}

.sbilinks ul{margin: 0px auto;} 

.sbilinks li 
{ margin: 0px; 
  float: left; 
  list-style: none; 
} 

.sbilinks li a , .sbilinks li a:hover
{ float: left; 
  height: 16px;
  text-decoration: none; 
  padding: 5px 0px 4px 19px;  /* top right bottom left */
  margin: 0px 0px 0px 1px;    /* top right bottom left */
  width: 190px;
  border: 0px;
}

/* column 2 - Main Page or Widecolumn Content --------------------------------------------------------------- */
#column2
{ text-align: justify;
  width: 73%;
  min-width: 512px;
  float: left;
  padding: 12px 3px 0px 19px;  /* top right  bottom15px  left */
}

#column2 h2
{ padding: 6px 0px 4px 0px;   /* top right bottom left */
  margin: 0px 0px 12px 0px;   /* top right bottom left */
  border-bottom: 1px solid;
  min-width: 512px;
  font-size: 150%;
  font-family: arial;
  text-transform: uppercase;
  font-weight: normal;
}


div#column2_container 
{
  margin: 0;
  padding: 0;
  background-image: url(main_back_left_clear.png);
  background-repeat: repeat-y;
  width: 100%;
  height: 100%;
  background-color: #FAFAFA;  /* This changes the background color of the main column */ 
}

div#column1_container 
{
  margin: 0px 0px 0px 0px;   /* top right bottom left */
  padding: 0px;
  background-image: url(back_right_sidebar.png);
  background-color: transparent;
  background-position: right;
  background-repeat: repeat-y;
  width: 100%;
  height: 100%
} 

.clear {
    clear: both;
    display: block;
    height: 0px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
} 





/* contact page - form layout ----------------------------------------------------------------------------- */
form{margin-top: 0px;}

div.row
{ clear: both;
  width: 448px;
}

div.row span.formlabel 
{ float: left;
  width: 150px;
  text-align: left;
}

div.row span.forminput
{ float: right;
  text-align: right;
} 

div.spacer
{ clear: both;
  width: 80px;
}

input, textarea
{ width: 259px; 
  font-family: verdana, arial, sans-serif;
  border: 1px solid;
  font-size: 100%;
  margin: 2px;
}

.submit
{ font-family: verdana, arial, sans-serif;
  border: 1px solid;
  width: 70px;
  height: 22px;
  cursor: pointer;
  font-size: 100%;
}
