/* CSS Document */

html
{
  height: 100%;
}

body
{
  background: #fff url(images/wrapper_bg.gif) top left repeat-y;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: times new roman, sans-serif;
}
.wrapper
{
  background: url(images/bg.gif) top left repeat-x;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
}
.container
{
  width: 980px;
  margin: 0;
  padding: 0;
}
#header {
margin: 7px 0 0 0;
}

.icon
{
  width: 206px;
  height: 102px;
  margin: 0 15px 0 38px !important;
  margin: 0 15px 0 19px;
  padding: 0 ;
  background: url(images/1967mustang.jpg) no-repeat;
  float: left;
  text-align: center;
  vertical-align: middle;
  border: #000 solid;
  border-width: 0 2px 2px;
}

.icon img
{
  margin: 27px 0 0;
}

.center {
text-align: center;
}

#title
{
  margin: 0;
  padding: 5px 0 0;
  clear: right;
  color: #e5ebdf;
  color: #FFF;
}
#title h1
{
  font-size: 1.7em;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
#title h2
{
  font-size: 1.3em;
  line-height: .8em;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

#navigation
{
  position: absolute;
  top: 57px;
  left: 260px;
  width: 700px;
}

#navigation ul
{
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
  border: none;
}

#navigation ul li
{
  float: left;
  margin: 0 12px 0 0;
  padding: 0;
  width: 119px;
  height: 34px;
  vertical-align:middle;
  text-align: center;
}

#navigation ul li a
{
  display: block;
  width: 119px;
  height: 34px;
  margin: 0;
  padding: 10px 0 0;
  text-align: center;
  background: url(images/tab_normal.gif) top left no-repeat;  
  color: #7c8c9b;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
}

#navigation ul li a:hover
{
  color: #93a6b7;
  color: #EEE;
  background: url(images/tab_over.gif) top left no-repeat;  
}

#navigation ul li a.selected, #navigation ul li a.selected:hover
{
  background: url(images/tab_selected.gif) top left no-repeat;  
  color: #343434;
}

#navigation ul li a.selected:hover
{
  color: #000;
}

#body
{
  float: left;
  margin-bottom: 220px;
}

#body .sidebar
{
  margin: 10px 0 0 58px !important;
  margin: 10px 0 0 33px;
  width: 160px;
  float: left;
  font-size: .9em;
  color: #000000;
  text-align: center;
}


#body .content
{
  float: left;
  width: 710px;
  margin: 10px 0 0 30px;
  padding: 0;
  color: #000; /* font color */
  font-size: 16px;
}

#body .content .byline
{
  font-variant:small-caps;
  font-size: .9em;
  font-weight: normal;
  font-style:italic;
}

#body .content p
{
  margin: 0;
  padding: 0 0 1em;
}

#body .content .nodeFoot
{
  text-align: right;
  font-variant:small-caps;
  font-size: .9em;
  font-weight: bold;
  font-style:italic;
}

#body .content .nodeFoot a
{
  text-decoration: none;
  color: #59452a;
}


#body .content .area100
{
  clear: both;
  width: 98%;
  margin: 0;
  padding: 4px;
}

h3
{
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  color: #59452a;
  clear: both;
  text-align: center;
}

h4, h5, h6
{
  margin: 0;
  padding: 0;
  clear: both;
}

h4 a, h5 a, h6 a
{
  text-decoration: none;
}

h4
{
  font-style: italic;
}

#body h3 a
{
  text-decoration: none;
}


#footer
{
  clear: both;
  position: absolute;
  bottom: 0 !important;
  bottom: -1px;
  width: 100%;
  margin: 0;
  padding: 0;
}

#footHead
{
  clear: both;
  margin: 0;
  padding: 0;
  background:url(images/footer_bg.gif) bottom left repeat-x;
}

#footHead .head
{
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: bold;
  width: 33%;
  float: left;
  margin: 0 0 0 0;
  padding: 0;
  color: #59452a;
  line-height: .8em !important;
  line-height: .7em;
  height: .8em !important;
  height: .7em;
}

#footHead .container
{
  padding: 0 0 0 15px;
  margin: 0;
}



#footBody
{
  clear: both;
  width: 100%;
  background: #59452a;
  margin: 0;
  padding: 0;
}

#footBody .container
{
  padding: 0 0 0 15px;
  margin: 0;
}

#footBody .content
{
  width: 33%;
  float: left;
  margin: 0;
  padding: 0;
  color: #FFFFCC;
}

.clear
{
  clear: both;
}

#footBody .showcase
{
  text-align: center;
}

#footBody .showcase img
{
  padding: 0;
  margin: 2px;
  border: #DDA 3px solid;
}

#footer #footBody ul
{
  list-style: none;
  list-style-image: none;
  margin: 5px 0;
  padding: 0;
  border: none;
  width: 95%;
}

#footer #footBody ul li
{
  padding: 0;
  margin: 0 10px; 
  height: 1.8em;
  border-bottom: 1px solid #49351A;
}

#footer #footBody ul li a
{
  color: #DDA;
  text-decoration: none;
  display: block;
  padding: 3px;
}

#footer #footBody ul li a:hover
{
  background: #705735;
}

#copyright
{
  background: #372b1a;
  color: #DDA;
  border-top: 1px solid;
  height: 1.7em;
}

#copyright a
{
  color: #DDA;
}

#copyright .container
{

  text-align: right;
}


/*  Gallery  */
#gallery 
{
  padding:0; 
  margin:0 auto; 
  list-style-type:none; 
  overflow:hidden; 
  width:467px; 
  height:240px; 
  border:1px solid #888; 
  background:#fff url(images/win_backh.gif) bottom right no-repeat;
  }
  
#gallery li {
  float:left;
  }
#gallery li a {
  display:block; 
  height:240px;
  width:28px;
  overflow:hidden;
  float:left; 
  text-decoration:none; 
  border-right:1px solid #fff; 
  cursor:default;
  }
#gallery li a img {
border:0;
background: #FFF url(images/gallery_loading.gif) top left no-repeat;
}
#gallery li a:hover {
  background:#eee; 
  width:320px;
  }
  
/*  General Elements  */
pre
{
  display: block;
  font-family: monospace;
  overflow:visible;
  border-width: 1px 0;
  border-style: dashed;
  padding: 3px;
}

code
{
  color: #F60;
  border-width: 0 1px;
  border-style: dashed;
  display: block;
  padding: 3px;
}

ol li ol
{
  list-style: lower-roman;
}

ol li ol li ol
{
  list-style: lower-alpha;
}

ul
{
  list-style-image: url(images/arrow.gif);
  padding-left: 30px;
}


