/**   Styles for "Screen" Media
*     File: styles.css
*     Author: Nate Hanna (and support staff)
*     Auth Web: http://www.mediasation.com
*     modified: 8 January 2008 @ 13:50 EST
* --------------------------------------------------------------
**/

/** Element/Global Styles (including Typography)
-------------------------- **/
html {
   font-size: 62.5%; /* about 10px if browser size is set at default (16px) */
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #22201D;
}

body {
	margin: 0;
	padding: 0;
	background: #2B1F17;
}

a {
	color: #800004;
	text-decoration: underline;
}
	a:hover {
		text-decoration: none;
	}
	a img {
		border: 0;
	}
	    
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: normal;
	padding: 5px 0;
}
   h2 { font-size: 1.8em; }
   h3 { font-size: 1.6em; }
   h4 { font-size: 1.4em; }
   h5 { font-size: 1.2em; }
   h6 { font-size: 1.0em; font-weight: bold; }

blockquote { 
   margin: 0;
   padding: 0;
}

hr {
	height: 2px;
	margin: 0;
	padding: 0;
	background-color: #A59F92;
	border: 1px solid #A59F92;
}

#wrapper, #footer {
	width: 956px;
	position: relative;
	margin: 50px auto 0 auto;
	border: 1px solid #FFF;
	background: #D8D1C0 url('images/bg-wrapper.jpg') top left repeat-y;
}

#phoneNum {
   position: absolute;
   top: -27px;
   right: 0;
   color: #908373;
   font-family: Futura, "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
   font-size: 1.7em;
   letter-spacing: 1px;
   *font-weight: bold;/* IE7 */
}
   * html #phoneNum { font-weight: bold; }

/* @group header */
#header {
	height: 350px;
	position: relative;
}
#header #banner h1 {
	padding: 0;
	margin: 0;
}
   #header #banner {
   	width: 275px;
   }
   #header #banner a, 
   #header #banner a:visited
   {
   	display: block;
   	background: url("images/logo.jpg") 0 0 no-repeat;
   	text-indent: -10000px;
   	width: 275px;
   	height: 310px;
   	text-decoration: none;
   	overflow: hidden;
   	font-size: 1px;
   }
#header #picture {
   position: absolute;
   top: 0;
   left: 275px;
	width: 681px;
	height: 310px;
}
/* @group topNavigation */
#topNavigation {
	clear: both;
	background-color: #490000;
	border: 1px solid #FFF;
	border-left: 0;
	border-right: 0;
	overflow: hidden;
	/*margin-top: -3px;*/
}
	#header > #topNavigation {
		margin-top: 0;
		height: 43px;
	}

/*#topNavigation ul {
   margin: 0 0 0 15px;
   padding: 0;
   list-style: none;
}

#topNavigation ul li {
   display: inline;
}
#topNavigation ul li a {
   display: block;
   text-transform: uppercase;
   color: #FFF;
   font-weight: normal;
   float: left;
   font-size: 1.4em;
   letter-spacing: 1px;
   text-decoration: none;
   padding: 13px 25px;
}
#topNavigation ul li a:hover {
   text-decoration: underline;
}*/

/* @end topNavigation */
/* @end header */


/* @group contentWrapper */

#contentWrapper {
	/*border-top: 1px solid #FFF;*/
	padding-top: 10px;
	padding-bottom: 20px;
}

#contentWrapper #leftCol {
	width: 254px;
	float: left;
	padding: 20px 10px;
	font-size: 1.2em;
	line-height: 1.5em;
}
   #contentWrapper #leftCol blockquote {
      padding: 0 20px;
      background: transparent url('images/bg-blockquote.jpg') top left no-repeat;
   }
   #contentWrapper #leftCol blockquote div.close {
      background: transparent url('images/bg-blockquote-end.jpg') bottom right no-repeat;
   }

#contentWrapper #leftCol img {
	border: 5px solid #DBBF88;
	padding: 0;
}

#contentWrapper #rightCol {
	font-size: 1.3em;
	line-height: 1.5em;
	width: 640px;
	float: left;
	padding: 10px 20px;
}
#home #contentWrapper #rightCol { padding: 10px; }
   #contentWrapper #rightCol td.column1, #contentWrapper #rightCol td.column2 { padding: 0 10px; padding-bottom: 10px; }
      #contentWrapper #rightCol td.column1 { width: 303px; }
      #contentWrapper #rightCol td.column2 { width: 326px; padding-left: 20px; }
   #contentWrapper #rightCol td.column1 { 
      border-right: 1px solid #C4BDAE; 
      padding-left: 15px;
      padding-right: 10px;
   }

#contentWrapper #rightCol img {
	border: 5px solid #62301a;
	margin-top: 15px;
}
   #contentWrapper #rightCol form img { 
      border: 0;
      margin: 0;
   }

#contentWrapper #rightCol h2,
#contentWrapper #rightCol h3,
#contentWrapper #rightCol h4,
#contentWrapper #rightCol h5 {
	color: #2B1F17;
	margin: 0 0 0.1em 0;
}
   #contentWrapper #rightCol h4 { font-size: 1.3em; }

#contentWrapper p {
	margin: 10px 0;
}

#contentWrapper form {
   margin: 0;
   padding: 0;
}
   #contentWrapper form input.input,
   #contentWrapper form textarea.textarea,
   #contentWrapper form select.select { 
      padding: 3px;
      border: 1px solid #2b1f17; 
   }

/* @end contentWrapper */

/** @group footer */
#footer {
   font-family: "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
   background: none;
   margin: 5px auto 20px auto;
   border: 0;
   font-size: 1.1em;
   color: #B7AA96;
   position: static;
}
   #footer #contactBlock { height: 20px; }
   #footer #contactBlock div { float: left; margin-right: 8px; }
      #footer #contactBlock div.org { font-size: 1.4em; font-weight: bold;}
      #footer #contactBlock div.adr, #footer #contactBlock div.phone_numbers { padding-top: 3px; font-size: 1.1em; }
         #footer #contactBlock div.phone_numbers { margin-left: 12px; }
         #footer #contactBlock span.tel span.type { color: #784A34; }

#siteBy { clear: both; }
   #siteBy a { 
      color: #784A34; 
      text-decoration: none;
   }
      #siteBy a:hover { text-decoration: underline; }
/* @end footer **/



/** Global Class Styles
-------------------------- **/
.hidden {
	display: none;
}

.clear
{
  clear:both;
  margin: 0;
  padding: 0;
  height:1px;
  overflow:hidden;
  margin-bottom:-1px;
  font-size: 1px;
}
