@charset "UTF-8";
body {
	background: #6B4538 url(../images/bg-paws.gif) repeat center top;
	margin: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
a:link, a:visited {color: #1B4319; text-decoration: none;}
a:hover, a:active {color: #FB0F13; text-decoration: underline;}
img {border: none;}
#wrapper {
	width: 1000px;
	margin: 0px auto;
	background: url(../images/bg.jpg) repeat-y center top;
	padding-right: 20px;
	padding-left: 20px;
}
#masthead, #container {
	width: 944px;
	padding: 0px 28px;
}
/*
#masthead {
	background: url(../images/masthead-bg.gif) no-repeat right top;
}
*/
#masthead {
	background: url(../images/greta-memorial.jpg) no-repeat 360px top;
}
#logo {
	margin-top: 14px;
	width: 263px;
	height: 107px;
	margin-bottom: 18px;
	float: left;
}
#head-right {
	float: right;
	text-align: right;
}
#head-right h1 {
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #1B4319;
	font-weight: normal;
}
#head-right h2 {
	font-size: 18px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
}
#head-right h3 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 16px;
}
#nav {
	background: url(../images/nav-bg.gif) no-repeat;
	height: 37px;
	width: 944px;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 25px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
#nav li {
	float: left;
	margin: 0px;
	padding: 10px 13px 0px;
}
#nav li a {
	color: #FFFFFF;
	text-decoration: none;
}
#nav li a:hover {color: #FFFF99;}#leftcol {
	float: left;
	width: 683px;
}
#home-callouts {
	margin-top: 10px;
}
#content {
	font-size: 14px;
}
#content .hilite {
	font-size: 20px;
	color: #1B4319;
}
#content h1 {
	font-size: 24px;
	color: #1B4319;
	font-weight: normal;
}
#content h2 {
	font-size: 18px;
	font-weight: normal;
	color: #1B4319;
}
#content h3 {
	font-size: 14px;
}
/* ---------- FORM ---------- */
#contactform {width: 415px; margin: 0px auto;}
#inputs label {
	padding-right: 20px;
	text-align: left;
	width: 75px;
	display: block;
	float: left;
	margin-bottom: 20px;
}
#inputs input, #inputs textarea, #inputs select {
	display: block;
	float: left;
	margin-bottom: 20px;
	width: 300px;
	padding: 5px 7px;
	border: 1px solid #CCC;
}
#inputs textarea {height: 100px;}
#inputs br {clear:left;}
button {
	background-color:#222;
	border:1px solid #FFF;
	outline: 1px outset #999;
	color:#FFF;
	cursor:pointer;
	font-size:11px;
	height:24px;
	margin-left: 95px;
}
button:hover {background-color: #053300;}



#rightcol {
	float: right;
	width: 250px;
}
#rightcol .box {
	background: #E4D8C1;
	margin-top: 10px;
}
#rightcol .box .boxtop {
	background: url(../images/box-top-bg.gif) no-repeat;
	height: 9px;
	width: 250px;
}
#rightcol .box .boxbot {
	background: url(../images/box-bot-bg.gif) no-repeat;
	height: 9px;
	width: 250px;
}
#rightcol .box .boxcontent {
	width: 225px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
}
#rightcol .box .boxcontent h1 {
	font-size: 18px;
	font-weight: normal;
	color: #1B4319;
	margin-top: 0px;
	margin-bottom: 0px;
}
#rightcol .box .boxcontent p {
	margin-top: 4px;
	margin-bottom: 10px;
}
#rightcol h6 {margin: 0px; font-size:12px;}
#footer {
	border-top: 7px solid #BDC5AE;
	background: #597D56 url(../images/footer-bg.jpg) repeat-x center top;
	margin-top: 10px;
}
#footer .foot-location {
	background: url(../images/k9kamp-logo-sm.png) no-repeat 10px 10px;
	padding-left: 120px;
	float: left;
	width: 370px;
	color: #FFFFFF;
	font-size: 12px;
	margin-right: 10px;
}
#footer .foot-location .address {
	float: left;
}
#footer .foot-location .address p {
	margin-top: 10px;
	margin-bottom: 0px;
}
#footer .foot-location .map {
	float: right;
	width: 212px;
}
#copyright {
	background: #BDC5AE;
	color: #000000;
	font-size: 11px;
	padding: 4px;
}
.itemR {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.underline {border-bottom: 1px dotted;}
 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* ---------- MUST STAY AT BOTTOM ---------- */
.clear {clear: both;}
