html, body {
text-align:center;
margin:0px;
background:#EDEAE3 /*#558012*/ /*#8DAA18*/ url(./images/layout/bg2.jpg) top repeat-x;
}

hr {
	height:1px;
	border-style:solid;
        border-width: 1px 0 0 0;
	color:#CCC;
}

#loginbar {
width:100%;
height:26px;
background:#2C221A url(/images/layout/topbar.png) repeat-x;
text-align:center;
}

#header {
width:960px;
height:97px;
margin:0 auto 0 auto;
}

#logo {
float:left;
overflow:hidden;
text-indent: -1000px;
background: url(./images/layout/logo.png) no-repeat;
width: 495px;
height: 91px;
margin-left:18px;
}

#container {
margin: 24px auto 0;
width: 960px;
height:auto;
background:#FFF url(./images/layout/contentbg2.png) repeat-x;
}

#containerHome {
text-align:left;
margin: 24px auto 0;
width: 960px;
height:auto;
padding-top:0px;
padding-bottom:20px;
background:#FFF;
}

#content {
float:left;
width:580px;
min-height:400px;
padding: 20px 30px 20px 30px;
text-align:left;
background:#FFF url(./images/layout/contentbg2.png) repeat-x;
}

#contentHome {
float:left;
width:620px;
min-height:400px;
text-align:left;
background:#FFF;
}

#rightcontent {
float:left;
width:300px;
height:auto;
padding-left:10px;
padding-right:10px;
padding-top:20px;
}

#footer {
width:960px;
height:75px;
background:#2C221A;
margin:0 auto 20px auto;
}

#search {
float:right;
margin:20px 50px 0 0;
}

#search input {padding:5px;}

.searchsubmit {
background:#0099CC;
border:1px solid #B7B7B7;
color:#FFF;
text-transform: uppercase;
font-size:11px;
font-weight:bold;
padding-left:5px;
padding-right:5px;
margin-left:5px;
height:30px;
}

/*NAV MENU */
nav {
	display:block;
	width:960px;
	margin:0 auto;
}

nav ul {list-style:none;}

nav#siteNav ul {
	position:absolute;
	top:119px;
	margin:0 auto;
	width:960px;
	height:28px;
	-webkit-padding-start: 0px;
}

nav#siteNav li {
	height:28px;
	float: left;
	padding:0 20px;
	list-style: none;
	text-align: center;
	font-family:Helvetica, Arial;
    font-size: 16px;
    color:#FFF;
    line-height:32px;
    text-transform: uppercase;
	background:#09C url(/images/layout/navbg.png) repeat-x;
}

nav#siteNav li a {
	display:block;
	color:#fff;
	text-decoration:none;
}

nav#siteNav li:hover {background:url('/images/layout/navbghover.png');}

/* HOME */
#firstCol {
float:left;
width:300px;
margin-right:20px;
}

#secondCol {
float:left;
width:300px;
}

#featureHome {
width:920px;
height:250px;
padding:20px;
background:#DECCB2 url(/images/layout/featureHomebg.png) repeat-x;
}

#featureHome h1 {
font-family:Helvetica,Arial;
font-size:48px;
font-wieght:bold;
line-height:48px;
margin:0 0 10px 0;
}

.featureHomesub {
font-family:Georgia, Times Roman, Serif;
font-size:34px;
color:#FFF;
font-weight: lighter;
margin:10px 0 20px 0;
}

.featureHomecopy, .featureHomecopy a {
font-family:Georgia, serif;
font-size:20px;
color:#311F0D;
line-height:28px;
margin:0;
}

#featureHome img{
float:left;
margin-right:20px;
}

#lCol {
float:left;
width:290px;
margin-left:20px;
}

#mCol {
float:left;
width:290px;
margin-right:25px;
margin-left:25px;
}

#rCol {
float:left;
width:290px;
margin-right:20px;
}

#w480 {
float:left;
width:420px;
margin:0 30px 0 30px;
}
