/*
* Cascading style sheet for Colorado Gun Works web site 
* Author: John Brewer
* Copyright 2006, JBJ Web Design and Consulting
*/


body {
  font: 100%/110% Times New Roman;
  color: #000080;
  background-color: #dddde8;
/*  background-image:  url('../images/b_Background-Grey.jpg'); */
}

h3 { 
  background-color: #000080;
  color: #dddde8;
  text-indent: 1em;
}


/* These styles control the how the forms are laid out */
input.btn {
margin-left: 250px;
}

form p { 
clear: left;
margin: 0;
padding: 1px 10px;
}

form p label { 
float: left;
width: 20%;
}
/* end forms */

/* generic classes */
.wrapper { 
  width: 780px;
  margin-left: 10px;
}

.cell { 
height: 250px;
}

.vat { 
vertical-align: top;
}

.vab { 
vertical-align: bottom;
}

.halfwidth { 
width: 360px;
 }

.tab-margin { 
  margin: 10px;
}

.cell-padding { 
  padding: 0px 10px;
}

.shift-left { 
margin-left: 10px;
}

/* class intened to be used with the banner and images used in the banner */
.banner { 
color: #000080;
background-color: #000080;
padding: 0px;
margin: 10px 0px 5px;
border: 0px;
}

.banner-img { 
  width: 71px;
  height: 19px;
  border: 0;
}

.copyright {
  font-size: 12px
}

.link { 
margin-top: 80px;
}

hr { 
  position: relative;
  background-color: #000080;
  width: 790px;
  margin: 10px 0px;
}


/* */
.TrainingLink { 
  margin: 60px 0px;
}

#RAM { 
  margin: 5px;
}

/* from mtnboy.css - originally from bravenet */

.left { 
  /* floats the item to the left side of the page, and adds margin */
  float: left;
}

.right { 
  /* floats the item to the right side of the page, and adds margin */
  float: right;
}

.content
{
    /* this describes the container of the content paragraphs. */
    padding: 0px 20px 0px 20px; /* keeps text off the borders */
    font-size: 12px;
    padding: 0px;
    margin: 0px;
}

.content.padleft
{
    /* this is to pad if there's a sidebar on the left */
    padding-left: 180px;
}

.content.padright
{
    /* this is to pad if there's a sidebar on the right */
    padding-right: 180px;
}

.sidebar
{
    width: 150px;
    /* height: 385px; /* remove this to allow different-sized sidebars */
    /* background-color: #C7CFA7; */
    color: #C7CFA7; 
    font-weight: bold;
    padding: 10px 0px 5px 0px;

}

.sidebaritem
{
    width: 130px;
    background-color: #C7E1A7;
    color: #6D8269;
    border: solid 1px #6D8269;
    font-size: 14px;
    padding: 2px;
    margin-bottom: 3px;

}

.sidebaritem.first
{
    margin-top: 10px;
}

