﻿/*
Standard CSS Elements
*/

/*try to put footer at bottom of page*/
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}


body {
  font-family: Verdana;
  font-size: 12px;
  text-align: left;
  margin-top: 33px; /*background: #EEE;*/
  color: #444;
  font: normal 100% "Lucida Sans Unicode" , sans-serif;
  margin: 0;
}

/* style for showing source code, etc */
code {
  border-left: 6px solid #39F;
  border-right: 1px solid #F0F0F0;
  border-top: 1px solid #F0F0F0;
  border-bottom: 1px solid #F0F0F0;
  background: url( '/images/style_code.gif' );
  margin-bottom: 12px;
  padding: 8px 10px;
  font: normal 0.7em "Lucida Sans Unicode" , sans-serif;
  color: #555;
  display: block; /*forces indentation on wrapped lines*/
  white-space: pre;
}

/*style for showing quotations*/
cite {
  background: url( '/images/style_cite.gif' ) no-repeat;
  padding-left: 28px;
  font: normal 1em "Lucida Sans Unicode" , sans-serif;
  color: #666; /*display: block; forces indentation on wrapped lines*/
}

ul {
  font: normal 100% "Lucida Sans Unicode" , sans-serif;
  padding-bottom: 4px;
}

/*modifier to left align images and add border for text to flow around*/
.img_left {
  float: left;
  padding-right: 8px;
  padding-bottom: 8px;
}

/*modifier to right align images and add border for text to flow around*/
.img_right {
  float: right;
  padding-left: 8px;
  padding-bottom: 8px;
}

/*
Layout classes
*/

/*Main container for the site*/
.container {
  background: #f0f0f0; /*light gray*/
  width: 841px;
  /*min-height: 93%; makes container take at least whole page regardless of content*/
  /*position: relative; */
  margin: 0 auto;
  border-color: #A6BA9A;
  border-width: 1px;
  border-style: solid;
  border-bottom: 1px solid #DDD;
  padding: 8px 8px 8px 8px;
  padding: 0px 8px 0px 8px;
  /*padding-bottom: 53px; Height of the footer */
}

/*Common header for the site*/
.header {
  background: url( '/images/FlemingCNCBanner.jpg' ) no-repeat;
  width: inherit;
  height: 133px;
  padding-bottom: 8px; /*add border below image*/
}

/*
Top Navigation
*/

.topnav {
  width: inherit;
  margin-bottom: 8px;
  padding: 5px 0;
  background-color: #a8d2be; /*med green*/
  font-size: 75%;
  border: 1px solid #787878; /*50% gray*/
}

.topnav a {
  font: Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: bold;
  color: #222;
  color: #787878;
  padding-left: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: left;
}

/*
Left navigation
*/

.leftnav {
  background: #EEE;
  width: 185px;
  float: left;
  border-right: solid #E5E5E5 1px;
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 8px;
  padding-left: 0px;
  padding-right: 8px;
}

.leftnav h1 {
  color: #666;
  font-size: 1.2em;
  height: 20px;
  margin-top: 1.2em;
}

.leftnav a {
  text-align: left;
  padding-left: 10px;
  font: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #8B9C81;
  font-weight: bold;
  background-color: #E1E1E1;
  display: block;
  border-color: #8B9C81;
  border-width: 1px;
  border-style: solid;
  border-left: 0;
  border-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 3px;
}


/* 
Content 
*/

.content {
  float: left;
  width: 644px;
}

.content .item, .halfitem {
  padding-left: 8px;
  padding-right: 8px;
  border: 1px solid #b4b4b4; /*30% gray*/
  background: #FFF;
  margin-bottom: 8px;
  width: 628px; /*inherit minus left/right padding*/
  float: left;
}

/*modify to only half the .item width*/
.content .halfitem {
  width: 308px;
  padding-right: 0px;
}

/*Adds a margin between half items*/
.content .gap {
  margin-right: 8px;
}

/*heading definitions for items*/
.content .item h1, .halfitem h1 {
  padding-top: 5px;
  line-height: 30px;
  font: Arial, Verdana, Helvetica;
  font-size: 17px;
  color: #8B9C81;
  margin: 0px;
}

/*heading definitions for items*/
.content .item h2, halfitem h2 {
  margin: 0px;
  font: Geneva, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #8B9C81;
  font-size: 13px;
  padding-left: 12px;
}

/*paragraph definitions for items*/
.content .item p, .halfitem p {
  font: Verdana;
  font-size: 12px;
  color: #000000;
  padding-left: 10px;
  padding-right: 25px;
  margin-bottom: 18px;
  margin-top: 0px;
}

/*icon headings for items*/
.content .info_heading, .exclamation_heading {
  padding-top: 10px;
  padding-left: 45px; /*slide text out of image*/
  font-size: 17px;
  font-weight: bold;
  color: #8B9C81;
  margin: 0px;
  background: url( '../../images/style_info.gif' ) no-repeat;
  height: 35px;
}

/*icon headings for items*/
.content .exclamation_heading {
  background: url( '../../images/style_exclamation.gif' ) no-repeat;
}

.content .descr {
  color: #333;
  margin-bottom: 6px;
}

.content li {
  list-style: url( '../../images/style_li.gif' );
  margin-left: 18px;
  font-size: small;
}

/*
Footer
*/

.footer {
  clear: both; /*needed to keep FireFox from turning entire page background-color*/
  background-color: #EAEAEA; /*med gray*/
  background-color: #a8d2be; /*med green*/
  border: 1px solid #787878; /*50% gray*/
  margin: 0 auto;
  padding-top: 8px;
  width: inherit;
  /*position: absolute; force footer to bottom*/
  /*bottom: 8px; force footer to bottom*/ /*height: 45px;      force footer to bottom*/
  font-size: .75em;
  color: #666;
  text-align: center;
}


.clearall {
  clear: both;
}
