@charset "utf-8";
/* CSS Document */

body {
	background-color: #9ca5c3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #304932;
}
#wrapper {
width: 850px;
background-color: white;
border: 2px solid #637C67;
margin: 0 auto;
text-align: center;
}
#banner {
background-image: url(images/grn-texture-bg.jpg);
border-bottom: 2px solid #637c67;
}
#banner-text {
float: right;
margin-right: 30px;
padding-top: 60px;
font-style: italic;
font-size: 80%;
font-weight: bold;
}
#content {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 80%;
text-align: left;
padding: 10px 20px 25px 25px;
}
/*homepage styling*/
.home-leftcontent {
float: left;
width: 241px;
height: 262px;
background-color: #dbcec6; 
border: 1px solid #637c67;
margin-top: 0;
padding: 8px 0 0 8px;
}
.home-midcontent {
margin-left: 265px;
margin-top: 0px;
width: 384px;
height: 270px;

}
.home-image {
border: 1px solid #637c67;
margin-top: 0;
}
.home-maincontent {
margin: 10px auto 0 auto;
width: 680px;
border: 1px solid #637C67;
background-color: #fffaf0;
padding: 10px 60px;
background-image: url(images/paws.jpg);
background-repeat: no-repeat;
background-position: top right;
}

.maincontent img  {
border: 1px solid #637c67;
}

a {
color: #304932;
}
a:hover {
color: #393;
}
/*end homepage styling*/
/*page styling non-homepage*/
.maincontent {
margin: 10px auto 0 auto;
width: 760px;
border: 1px solid #637C67;
background-color: #fffaf0;
padding: 10px 20px 10px 20px;
background-image: url(images/paws.jpg);
background-repeat: no-repeat;
background-position: bottom left;
}

/*end non-homepage styling*/
/*all pages*/
#footer {
margin: 10px auto;
text-align: center;
}
/*main navigation styling*/
.navcontainer { 
width: 135px; 
float: right; 
height: 262px;
background-color: #dbcec6; 
margin-top: 0;
border: 1px solid #637c67;
padding: 8px 0 0 0;
line-height: 110%;
}

.navcontainer ul {
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 125%;
color: /*#384938*/ black;
font-weight: bold;

}
.navcontainer ul li {
padding-bottom: 8px;
color: #384938;
text-align: right;
}

.navcontainer a {
display: block;
width: 120px;
padding-right: 16px;
text-decoration: none;
padding-bottom: 3px;
padding-top: 2px;
}

.navcontainer a:link {
color: #384938;

}

.navlist a:visited {
color: #333;
}

.navcontainer a:hover {
background-color: #446847;
color: #fffaf0;
}

/* positioning and text elements*/

p {
line-height: 1.4em;
}
h1 {
color: #a7907d;
font-size: 1.7em;
}
h2 {
color: #a7907d;
font-size: 1.5em;
}
h3 {
color: #a7907d;
font-size: 1.3em;
}
.ctr {
margin: 0 auto;
text-align: center;
}
.lt {
float: left;
margin: 8px 15px 8px 0;
}
.rt {
float: right;
margin: 8px 20px 8px 15px;
}
.right-box {
width: 300px;
float: right;
margin: 8px 20px 8px 15px;
border: 1px solid #a7907d;
padding: 8px;
}
.vsrp-link {	
float: right;
margin-right: 20px;
	width: 175px;
	text-align: center;
}
.photo {
	border: 3px solid #390;
	padding: 3px;
}	 