/*---------------------------------------------------------------------------------
  Body
-  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  */
body {
	width:  100%;
	height:  100%;
	background-color:  #dcd8cc;
	color:#434343;
	font: normal 12px/1.5 Tahoma, Arial, Helvetica, Sans-Serif;
}
body #wrap {
	position:  relative;
	width:  929px;
	margin:  10px auto;
	padding:  15px 31px 20px 31px;
	background-color:  #fff;
	margin-top:20px;
}
img {
	border:0
}
/* Removes dotted edges on links: */
a:active {
	outline: none;
}
:-moz-any-link:focus {
outline: none;
}
/* end: */
	
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, blockquote {
	margin: 0;
	padding: 0;
}
p { margin:11px 0 0 0; padding:0px; } /*sets top margin of p */
a {
	color:#793c28;
	font-weight:bold;
	outline: none;
	text-decoration: none;
}
a:hover {
	color:#666;
	outline: none;
	text-decoration: underline;
}
ol, ul {
	list-style: none;
}
h1 {
	font-weight: bold;
	font-size:12px;
	color:#636363;
	margin-bottom:10px;
}
.edit {
	float:  right;
}
.clear {
	clear:  both;
	height:  0px;
	overflow:  hidden;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
img {
	display:	block;
}
.small-link {
	font-size:10px;
}
/*---------------------------------------------------------------------------------
  Header
-  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  */

body #header {
	margin-bottom: 18px;
	min-height: 1px;
}
body #header #logo {
	float: left;
	display: block;
	width: 248px;
	height: 67px;
	margin: 10px 40px 0 0;
}
body #header #tagline {
	float: left;
	display: block;
	width: 640px;
	height: 67px;
	margin: 10px 0 0 0;
}
/*---------------------------------------------------------------------------------
  Nav
-  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  */

#nav {
	color: #7a7051;
	font: normal 12px Arial, Helvetica, Sans-Serif; /* vert lines keep normal */
	text-shadow: #000000 0 0 0px; /*For Safari */
	text-transform: uppercase;
	margin-bottom: 5px;
	text-align:center;
}
#nav a {
	color: #7a7051;
	font: bold 12px Arial, Helvetica, Sans-Serif;
	text-shadow: #000000 0 0 0px; /*For Safari */
	text-transform: uppercase;
}
#nav a:hover {
	color: #636363;
	text-decoration:none;
}
#nav a.active {
	color: #636363;
	text-decoration:none;
}
.spaced {
	padding-left:10px;
	padding-right:10px;
}	

/*---------------------------------------------------------------------------------
  Horizontal Bar
-  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  */

#bar-hp {
	width:929px;
	height:300px;
	margin-bottom:30px;
}
#colorleft-hp {
	float:left;
	width:305px;
	height:300px;
	background-color:#530809;
}
.blurb-hp {
	color: #ffe0e0;
	font: normal 12px/1.5 Tahoma, Arial, Helvetica, Sans-Serif;
}
.blurb-hp .sub {
	color: #ffe5e5;
	font: normal 10px/1.3 Tahoma, Arial, Helvetica, Sans-Serif;
	margin-top:4px;
}
#image-hp {
	float:left;
	width:624px;
	height:300px;
}
#bar-inner-larger {
	width:929px;
	height:123px;
	margin-bottom:15px;
}
#bar-inner-larger-tall {
	width:929px;
	height:200px;
	margin-bottom:15px;
}
#bar-inner {
	width:929px;
	height:44px;
	margin-bottom:15px;
}
#colorleft-inner {
	float:left;
	width:305px;
	height:44px;
	background-color:#530809;
}
#colorleft-inner-larger {
	float:left;
	width:305px;
	height:123px;
	background-color:#530809;
}
#colorleft-inner-larger img{
	padding-top:79px;
}
#colorleft-inner-larger-tall {
	float:left;
	width:305px;
	height:200px;
	background-color:#530809;
}
#colorleft-inner-larger-tall img{
	padding-top:156px;
}
#image-inner {
	float:left;
	width:624px;
	height:44px;
}
#subheader-bar {
	float:left;
	width:624px;
	height:44px;
	background-color:#E7E1D5;
}
#subheader-image {
	float:right;
	text-align:right;
	background-color:#E7E1D5;
}
/*---------------------------------------------------------------------------------
  Homepage
-  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  */

#columns {
	margin-top:30px;
}
#columns1 {
	width: 295px;
	height:160px;
	float:left;
	margin-right:15px;
	padding-right:10px;
	border-right: 1px solid #C2BDAD;
	line-height:1.4em;
}
#columns2 {
	width: 295px;
	height:160px;
	float:left;
	margin-right:15px;
	padding-right:7px;
	border-right: 1px solid #C2BDAD;
	line-height:1.4em;
}
#columns3 {
	width: 290px;
	height:160px;
	float:left;
	line-height:1.4em;	
}
/*---------------------------------------------------------------------------------
  Sub Nav
-  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  */

#sub-nav {
	width:305px;
	float:left;
	border-top:1px solid #C3BDAD;
}
#sub-nav li a {
	display:block;
	font: bold 11px Arial, Helvetica, Sans-Serif;
	color:#6D6D6B;
	border-bottom:1px solid #C3BDAD;
	text-transform:uppercase;
	padding:7px 0 7px 7px;
	height:15px; /* be sure to set */
}
#sub-nav li a:hover {
	background:#F0EFEB;
	text-decoration:none;
}
#sub-nav li a.active {
	background:#F0EFEB;
	text-decoration:none;
}

#sub-nav-text {
	width:305px;
	float:left;
}
#sub-nav-text p {
	padding: 3px 0 0 11px;
	margin:0;
}

/*---------------------------------------------------------------------------------
  Content Page
-  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  */

#main-full {
	width: 608px;
	padding-left:15px;
	float:left;
}
#main-tight {
	width: 595px;
	padding-left:15px;
	float:left;
}
#main-tight h1 {
	font: bold 15px Arial, Helvetica, Sans-Serif;
	color:#793c28;
	margin-bottom:11px;
}
#main-tight h3 {
	font-weight: bold;
	font-size:12px;
	color:#636363;
	margin-bottom:1px;
}
#main-tight h4 {
	font-weight: bold;
	font-size:12px;
	color:#636363;
	margin-bottom:12px;
}
#main-tighter {
	width: 585px;
	padding-left:15px;
	float:left;
	line-height:19px;
}

#quote1 {
	margin-top:16px;	
}
.quote2 {
	margin-top: 2px;
	color:#636363;
    font-size: 10px;
	font-weight:bold;	
}

/*---------------------------------------------------------------------------------
  Bullet List
-  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  */

.list { width: 570px; padding:0; border: none; margin: 0; }
.list ul { list-style: none; margin: 1em 0 1em 1em; padding: 0; }
.list li { padding-left: 2.7em; background-image: url(images/bullet_red.gif); background-repeat: no-repeat; background-position: 1.6em; line-height:20px;}

.list2 { width: 570px; padding:0; border: none; margin: 0; }
.list2 ul { list-style: none; margin: .4em 0 0em 1em; padding: 0; }
.list2 li { padding-left: 2.7em; padding-top:1em; background-image: url(images/bullet_red.gif); background-repeat: no-repeat; background-position: 1.6em 1.7em; line-height:20px;}

/*---------------------------------------------------------------------------------
  Footer
-  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  */

#footer {
	width:990px;
	color:#636363;
	font-family:Arial, Verdana, sans-serif;
	font-size:10px;
	line-height:13px;
	margin:0px auto;
	text-align:center;
	height:35px;
}
#footer a {
	color:#636363;
	font-weight:normal;
}
#footer a:hover, #footer a:active {
	color:#333;
	text-decoration:none;
}
.footer_address {
	float:left;
}
.footer_copyright {
	float:right;
	color:#6380a3;
}
