﻿/*======
Elements
======*/

body { font-family: Georgia, Times, serif; font-size: 100%; background-color: #F6EDDB; }

p {
font-size: .875em;
line-height: 1.5em;
}

a {
text-decoration: none;
color: #996633;
border-bottom: 1px none;
}
a:hover {
color: #9A5932;
}
a img {
border: 0;
}

h1, h2, h3 {
	color:#613B20;
	font-weight:normal;
}
h1 { font-size:1.7em; }
h2 { font-size:1.5em; }
h3 { font-size:1.3em; }

h1 {
margin: 0 0 20px 0;
}
h1 span {
display: none;
}
h2 {
margin: 0 0 20px 0;
}
h2 span {
display: none;
}

/*=========
Element Ids
=========*/

#home {
background: #2d241d url('../images/background-front.jpg') repeat-x center top;
font-family: Georgia, Times, serif;
font-size: 100%;
color: #2d2b2a;
margin: 0 0 0 0;
}

#page {
background: #2d241d url('../images/background-page.jpg') repeat-x center top;
font-family: Georgia, Times, serif;
font-size: 100%;
color: #2d2b2a;
margin: 0 0 0 0;
}

#home #wrapper {
width: 100%;
background: url('../images/top-front.gif') no-repeat center 79px;
}

#page #wrapper {
width: 100%;
}

#header {
width: 870px;
height: 122px;
margin: 0 auto;
text-align: left;
}

#header-logo {
float: left;
position: absolute;
}

#menu-container {
width: 482px;
height: 79px;
padding: 0 30px 0 15px;
background: url('../images/header-menu.jpg') no-repeat left top;
margin: 0 0 0 340px;
}
#menu {
position: relative;
top: 20px;
margin: 0 12px 0 12px;
font-size: 1em;
position: relative;
left: 50%;
float: left;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
position: relative;
left: -50%;
display: block;
}
#menu ul li {
float: left;
position: relative;
padding: 0 24px 0 0;
}
#menu ul li a {
line-height: 24px;
color: #4c2c1a;
}
#menu ul li a:hover {
border-top: 1px #614622 dotted !important;
border-bottom: 1px #614622 dotted !important;
}

#strip-front-container {
height: 215px;
background: url('../images/strip-front.jpg') no-repeat center top;
}
#strip-front {
width: 870px;
margin: 0 auto;
}

#strip-page-container {
height: 104px;
background: url('../images/strip-page.jpg') no-repeat center top;
}
#strip-page {
width: 870px;
margin: 0 auto;
padding: 30px 0 0 0;
}
#strip-page h1 {
font-weight: normal;
color: #613b20;
font-size: 2em;
}
#why-lowlines {
position: relative;
top: 129px;
width: 168px;
height: 64px;
}

#content-container {
background: #F6EDDB url('../images/background-body.jpg') repeat-x top center;
padding: 17px 0 0 0;
}

#content {
width: 870px;
margin: 0 auto;
}
#content a:hover {
border-bottom: 1px #9A5932 dotted;
}

#main-column a img,
#column-2 a img,
#home #main-column {
width: 360px;
float: left;
margin: 0 30px 0 0;
}
#main-column{
width: 575px;
float: left;
margin: 0 30px 0 0;
line-height: 1.5em;
}
#column-2 {
width: 225px;
float: left;
margin: 0 30px 0 0;
}
#column-3 {
width: 200px;
float: left;
margin: 0;
font-size: .70em;
line-height: 1.5em;
}

#footer-container {
background: #2d241d url('../images/footer.jpg') repeat-x scroll center top;
height: 120px;
border-top: 2px #656565 solid;
}

#footer {
color: #ffffff;
font-size: .75em;
width: 870px;
margin: 0 auto;
}
#footer a {
color:#FFFF99;
}
#footer a:hover {
color:#FFCC66;
border-bottom: 1px #9A5932 dotted;
}

#footer-logo {
float: left;
}
#footer-left {
float: left;
width: 300px;
margin: 10px 0 0 0;
}
#footer-right {
float: right;
text-align: right;
margin: 55px 0 0 0;
}
/*=====
Classes
=====*/

.clear {
clear: both;
height: 20px;
}
.lowline-small {
margin: 8px 0 0 0;
}

.DBResultGood, .DBResultBad {
	margin-bottom: 20px;
	padding: 10px;
	color: #fff;
}

.DBResultGood {
	background-color: #090;
}

.DBResultBad {
	background-color: #900;
}



.tool-tip {
	text-align: left;
	background: #fafeaa;
	width: 200px;
	padding: 6px;
	border: 2px solid #cace8a;
}

.tool-text span {
	color: #000;
	font-size: 14px;
	line-height: 140%;
	font-weight: bold;
}

.required {
	color: #f00;
	font-size: 18px;
	font-weight: bold;
}

.hide { display: none; } 
.center { text-align: center; }

#errors { color: #f00; margin-bottom: 30px; }

<<<<<<< .mine
.row { background-color: #e6ddcb; }

#paging { text-align: center; padding: 10px 0; }
#paging a, #paging span { padding: 0 5px; }
#current-page { font-weight: bold; }


#column-3 img { border:1px #613b20 solid !important; margin: 10px 0; }
#column-3 h2 img { border:0 !important; margin: 0 !important; }
#column-3 a:hover { border: 0 !important; }
#column-3 h3 { margin-bottom: 0px !important; }=======
.row { background-color: #e6ddcb; }

#paging { text-align: center; padding: 10px 0; }
#paging a, #paging span { padding: 0 5px; }
#current-page { font-weight: bold; }>>>>>>> .r4962
