/*
 * Title: Main Style Sheet
 * For: html
 * Site: cruciald
 * Author: John Cole
 * Last Modified: 05.14.2008
*/

/* @group global reset */
/* Don't forget to set a foreground and background color on the 'html' or 'body' element! For more information on the current state of Global Reset visit http://meyerweb.com/eric/thoughts/2007/04/12/reset-styles */

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
  text-align: left;
  vertical-align: baseline;
}
a img, :link img, :visited img {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol, ul {
  list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
  content: "";
}

/* @end global reset */

/* @group base html */

body {
  background: #E1D7BC;
  color: #272727;
  margin: 0;
  padding: 0;
  font-family: ,Verdana, Arial, Myriad, Helvetica, Geneva, sans-serif;
  text-align: center;/*this is in place to center in older browsers*/
  letter-spacing: 1.25px;
  font-size: 11px;
}
a {
 text-decoration: none;
}
a:link {/* unvisited link */
 color:#000000;
}     
a:visited {/* visited link */
 color:#000000;
}  
a:hover { /* mouse over link */
 color:#000000;
 text-decoration: none;
}  
a:active {/* selected link */
 color:#003517;
}


/* @end base html */

/* @group wrappers */
#page_wrapper {
background-color: #E1D7BC;
float: left;
width: 100%;
padding-bottom: 25px;
}
#page {
width: 900px;
margin: 0 auto;
position: relative;
}
/* @end group wrappers */

/* @top nav */
#top_nav {
text-align: right;
width: 890px;
height: 25px;
padding-right: 10px;
font-size: 12px;
font-weight: bold;
}
#top_nav ul {
padding-top: 5px;
text-align: right;
}
#top_nav ul li {
display: inline;
color: #00000;
}
#top_nav a:link {
color: #000000;
}
#top_nav a:visited {
color: #000000;
}
#top_nav a:hover {
color: #000000;
text-decoration: underline;
}
#top_nav a:active {
	color: #000000;
	}
/* @end top nav */

/* @header */
#header {
width: 900px;
padding: 0;
background-image: url('images/header.jpg');
background-repeat: no-repeat;
height: 140px
}
#green_header {
width: 900px;
padding: 0;
background-image: url('images/green_header.jpg');
background-repeat: no-repeat;
height: 140px
}
/* @end header */


/* @content */
#content {
width: 900px;
padding-top: 10px;
margin-bottom: 100px;
}
#content a:link {
color: #003517;
}
#content a:visited {
color: #003517;
}
#content a:hover {
color: #003517;
text-decoration: underline;
}
#content a:active {
	color: #003517;
	}
#main {
margin-bottom: 50px;
}
#main p {
margin-bottom: 5px;
padding-right: 10px;
line-height: 1.25;
}
#main h2 {
margin-top: 5px;
margin-bottom: 5px;
}
/* @end content */
/* @left_col */
#left_col {
width: 300px;
float: left;
margin: 0;
padding: 0;
}
#left_col h2 {
margin-top: 5px;
margin-bottom: 5px;
}
#left_col p {

margin-bottom: 5px;
padding-right: 10px;
}
/* @end left_col/
/* @center_col*/
#center_col {
width: 300px;
margin-left: 300px;
margin-right: 300px;
padding: 0;

}
#center_col h2 {
margin-top: 5px;
margin-bottom: 5px;
}
#center_col p {
margin-bottom: 5px;
padding-right: 10px;
}
/* @right_col */
#right_col {
width: 300px;
float: right;
margin: 0;
padding: 0;
}
#right_col h2 {
margin-top: 5px;
margin-bottom: 5px;
}
#right_col p {
margin-bottom: 5px;
padding-right: 10px;
}
/* @end right_col */
/* l_col */
#l_col {
float: left;
width: 450px;
}
#l_col p {
line-height: 1.5;
}
#r_col h3 {
margin-bottom: 5px;
font-size: 14px;
}

#r_col {
margin-left: 450px;
width: 450px;
}
#r_col img {
margin-bottom: 5px;
}
#r_col ul {
margin: 0;
}
#r_col ul li {
margin-bottom: 2px;
}
/* @footer */
#footer {
clear: both;
width: 900px;
padding-top: 20px;
padding-bottom: 20px;
border-top: 1px solid #B6A592;
margin-top: 50px;
}
#footer h1 {
color: #B6A592;
text-align: center;
font-size: 11px;
font-weight: bold;
}
#footer p {
text-align: center;
}
/* @end footer */
/* @form */
form {
font-size: 11px;
line-height: 1.25;
}
form input {
margin-top: 5px;
margin-bottom: 5px;
border: solid 1px #003517;
background-color: #B6A592;
color: #272727;
font-size: 11px;
}
form textarea{
margin-top: 5px;
margin-bottom: 5px;
border: solid 1px #003517;
background-color: #B6A592;
color: #272727;
font-size: 11px;
}
form radio {
}
/* @misc */
#bracket {
display: none;
}
#nav {
display: none;
}
strong {
font-weight: bold;
color: #003517;
}
#main_img {
border: solid 1px #003517;
margin-bottom: 5px;
}
#italic  {
font-style: italic;
margin-right: 5px;
}
#quote {
height: 70px;
font-size: 10px;
}
/* @end misc */