@charset "utf-8";

html {
	font: small/1.2 Tahoma, sans-serif;
}

body {
	font-size: 91%;
	text-align: center;
	background-image: url(images/background.jpg);
	background-position: top center;
	background-color: #346633;
	background-repeat: no-repeat;
	margin-top: 25px;
	margin-bottom: 25px;	
  }
 
#container {
	margin: 0 auto;
	width: 794px;
	background-color:#FFFFFF;
	text-align: left;
	background-image: url(images/dogpaws.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	min-height: auto;
	padding: 0;
	overflow: hidden;
  }

*html #container { 
    height: auto;
} 


h2 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	line-height: 1em;
}
h3 {
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
}

#maintext span {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

#botnav {
	background-repeat: no-repeat;
	height: 28px;
	clear: both;
	background-image: url(images/botnav.gif);
	padding-left: 40px;
	background-position: bottom;
	padding-top: 10px;
}

#leftcol {
	font-style: italic;
	float: right;
	width: 175px;
	padding: 40px 30px 20px 20px;
	line-height: 1.7;
	color: #666666;
}

#maintext {
	padding: 40px;
	float: left;
	width: 450px;
	line-height: 2em;
}

#nav a {
	float: left;
	width: 95px;
	color: #FFF;
	text-decoration: none;
	line-height: 21px;
	text-align: center;
	border-right: 1px solid #FFF;
	background: url(images/tab.gif) no-repeat;
}
#mainbanner {
	clear: both;
	display: block;
	margin: 0;
	background-color: #6A725D;
	padding: 0;
}

#nav {
	margin: 0;
	padding: 0;
	background: #fff;
	width: 585px;
	float: left;
	list-style-type: none;
}

#nav li {
	margin: 0;
	padding: 0;
	float: left;
}
#botnav a {
	color: #666666;
	text-decoration: none;
}
.boldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

#botnav a:hover {
	color: #000000;
	text-decoration: none;
}
.sidelinks {
	font-size: 12px;
	color: #990000;
}



#nav a:hover {
	background-color: #FFFFFF;
	background-position: -95px 0;
	
}

#bannerright {
	float: right;
	width: 585px;
	overflow: hidden;
}

#bannerleft {
	width: 209px;
	float: left;
}
#whiteline {
	height: 10px;
	background-color: #FFFFFF;
	background-image: url(images/corner.gif);
	background-repeat: no-repeat;
	background-position: right;
	float: right;
}

#body_home #nav_home a,#body_about #nav_about a,
#body_blog #nav_blog a,#body_icanhelp #nav_icanhelp a,
#body_inspire #nav_inspire a, #body_sugg #nav_sugg a {
	background-color: #FFF;
	background-position: -190px 0;
	color: #244920;
	font-weight: bold;
	font-size: 91%;
}
a:link {
	color: #821010;
	text-decoration: none;
}
.imagelink {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #CC3333;
}
a:active {
	text-decoration: none;
}
.bottomtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 2;
}
#assoclink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background: #666666;
}
.thanktext {
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
}

