@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #2B0F0F;
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #C5BA8D;
	float: left;
	line-height: 2em;
}
h3 {
	font-size: 1.2ems;
	color: #575944;
}
h5 {
	font-size: 14px;
	text-align: center;
	color: #686A51;
}

hr {
	color: #786018;
	margin-right: 20px;
}
p {
	font-size: 1.1em;
	word-spacing: 0.15em;
	color: #2B0F0F;
}


a, a:link {
	color: #2B0F0F;
	font-size: 1.1em;
}

a:hover {
	color:#575944;
}


.kennardStyle #wrapper {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 1.1em;
}

#wrapper #sidenav {
	width: 170px;
	padding-left: 10px;
	float: left;
	background-image: url(../images/treel.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 270px;
	margin-top: 20px;
}
#wrapper #sidenavHome {
	width: 205px;
	padding-left: 10px;
	float: left;
	background-image: url(../images/Treel.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 200px;
	margin-top: 20px;
}

#wrapper #sidenavHome h2 {
	color: #5C5941;
	font-size: 1.3em;
}
#wrapper #sidenavHome a {
	color: #7D8060;
	text-decoration: none;
}
#wrapper #sidenavHome a:hover {
	color: #2B0F0F;

}
#homeContent #homeImage {
	border: thin ridge #2B0F0F;
}


.kennardStyle #container {
	width: 850px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 190px;
	background-color: #DBD5B9;
	color: #2B0F0F;
	background-image: url(../images/container_image.png);
	background-repeat: no-repeat;
	background-position: left top;
} 
.kennardStyle #Homecontainer {
	margin-left: 225px;
	background-color: #C5BA8D;
	border: 2px solid #2B0F0F;
	margin-right: 0px;
	width: 850px;
}
.kennardStyle #shorecontainer {
	margin-left: 225px;
	background-color: #C5BA8D;
	border: 2px solid #2B0F0F;
	margin-right: 0px;

}
#Homecontainer p {
	padding-left: 20px;
}
.kennardStyle #gallerycontainer {
	margin-left: 230px;
	background-color: #C5BA8D;
	margin-right: 0px;
	width: 800px;
}
.kennardStyle #wrapper #topNav {
	list-style-type: none;
}
.kennardStyle #wrapper #topNav li a:link{
	color: #846C46;
	text-decoration: none;
	font-size: 1em;
	padding-right: 2px;
}
.kennardStyle #wrapper #topNav li a:hover{
	color: #2B0F0F;
	text-decoration: none;
}
.kennardStyle #wrapper #topNav li a:visited{
	text-decoration: none;
	font-size: 1em;

}
.kennardStyle #wrapper #sidenavHome #logInTable {

}
.kennardStyle #logInTable .pageTitle {
	font-size: 2.5em;
}
.kennardStyle #logInTable input {
	margin-top: 5px;
	text-align: left;

}

.kennardStyle #header {
	padding: 0 10px 0 20px;
	height: 230px;
} 
.kennardStyle #header h1 {
	padding-top: 0px;
	padding-right: 0;
	padding-left: 0;
	margin: 0;
	color: #5C5941;
}

.kennardStyle #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 240px;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#mainContent h1 {
	color: #846C46;
	padding-top: 10px;
	font-size: 1.4em;
}


#mainContent h2 {
	color: #362820;
	padding: 0;
	font-size: 1.3em;
}
#homeContent h6 {
	font-size: 12px;
	padding-left: 20px;
}
#mainImage {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}


.kennardStyle #mainContent {
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 270px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: 1.2em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #7D8060;
} 
#mainContent p, #mainContent li, #sidebar1 p, #sidebar1 li {
	line-height: 1.5;

	
}
#sidenav .navWrap, #sidenavHome .navWrap {
	width: 145px;
	margin-top: 10px;
	margin-bottom: 2px;
}
#container #homeContent #homeTable img {
	margin: 0px;
	padding: 0px;
}
#container #homeContent {
	background-color: #BFAA86;
	margin-left: 30px;
}

.kennardStyle #footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #7D8060;
} 

.kennardStyle #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #2B0F0F;
}
#footer span {
	padding-right: 180px;
}
.kennardStyle #footer p a:bover {

}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.rightAlign {
	text-align: right;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.centerAlign {
	text-align: center;
}
.oddRow {
	background-color: #C5BA8D;
	padding-top: 10px;
}

.pageTitle {
	color: #2B0F0F;
	font-size: 2.2em;
	margin-bottom: 10px;
	padding-left: 20px;
}
#sidebar1 .personalDetails {
	font-size: 1.1ems;
}
#sidebar1 .personaldetailsheader {
	font-weight: bold;
	padding-left: 5px;
}
#sidebar1 h3 {
	padding-left: 5px;
}
#sidenavHome li {
	padding-bottom: 10px;
}

#logInTable {
	color: #2B0F0F;
	font-size: 0.9em;
	border: 1px solid #2B0F0F;
	text-align: left;
	margin-bottom: 20px;
	background-color: #D1C8A5;
}
#logInTable label {
	color: #786018;
	padding-right: 3px;
	text-align: right;
}
#enter {
	margin-right: 5px;
	margin-left: 5px;
}
#footer a:hover {
	color: #CFB069;
}

.kennardStyle #wrapper #sidenav ul {

}
.kennardStyle #wrapper #sidenavHome #logInTable input:hover {
	background-color: #C9B798;
}

#xtdEnhancer5, #xtdEnhancer4, #xtdEnhancer3, #xtdEnhancer2 {
	padding-left: 20px;
}
.kennardStyle #wrapper #Homecontainer #tree {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #ead5a0;
	border-right-color: #ead5a0;
	border-left-color: #ead5a0;
}
.kennardStyle #wrapper #topNav li {
	display: inline;
}
.kennardStyle #wrapper #container #sidebar1 .personalDetails ul {

}
.kennardStyle #wrapper #container #sidebar1 .personalDetails .personaldetailsheader p {
	margin-bottom: 10px;
}
.kennardStyle #wrapper #container #sidebar1 ul {
	list-style-type: none;
}
.smallerfont {
	font-size: 11px;
}
.loginName {
	padding-left: 10px;
}
.imgWrap {
	border: 1px solid #2B0F0F;
	padding: 1px;
	margin: 5px;
}
.padRight {
	padding-right: 20px;
}
.logInImage {
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 25px;
}
.logInImage:hover {
	background-color: #D1C8A5;

}
#Homecontainer h4 {
	font-size: 1.2em;
	padding-left: 10px;
	color: #7D8060;
	line-height: 1.1em;
}
.galleryWrap {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 15px;
}
.kennardStyle #wrapper #gallerycontainer object {
	text-align: right;
}
.evenRow {
	background-color: #DBD5B9;
}
.shoreBox {
	border: 1px solid #2B0F0F;
	width: 150px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 5px;
	background-color: #C5BA8D;
	padding: 0px;
}
.shoreBoxOdd {
	border: 1px solid #2B0F0F;
	width: 150px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: 5px;
	background-color: #D8D0B1;
	padding: 0px;
}
.shorelineRbot {
	background-image: url(../images/lineR.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.shorelineLbot {
	background-image: url(../images/line.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.shorelineR {
	background-image: url(../images/line.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
.shorelineL {
	background-image: url(../images/line.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.shorelineA {
	background-image: url(../images/lineV.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.shorelineB {
	background-image: url(../images/lineV.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.kennardStyle #wrapper #shorecontainer h4 {
	font-size: 12px;
	line-height: 12px;
	color: #7D8060;
	margin: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#sidenav #updateContact {
	padding: 5px;
	border: 1px solid #DBD5B9;
	Margin-right:22px;
	margin-top:10px;
	background-color: #BEB17E;
	font-size:10px;
}
