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

body {
	margin: 0;
	padding: 0;
	background-color: #336937;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}
img {
	border: none;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}
a:link {
	color: #316736;
	text-decoration: none;
}
a:visited {
	color: #316736;
	text-decoration: none;
}
a:active {
	color: #316736;
	text-decoration: none;
}
a:hover {
	color: #799d7c;
	text-decoration: none;
}	
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #872434;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #264e29;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}
#flashheader {
	font-size: 0;
	line-height: 0;
}
#pagetop {
	width: 100%;
	background-image: url(../images/tlg-bg-pagetop.jpg);
    background-position: top left;
    background-repeat: repeat-x;
	background-color: #ffffff;
}
#pagecontenttop {
	width: 100%;
	background-image: url(../images/tlg-bg-pagecontenttop.jpg);
    background-position: top left;
    background-repeat: repeat-x;
	background-color: #ffffff;
}

#pagebottom {
	width: 100%;
	background-image: url(../images/tlg-bg-pagebottom.jpg);
    background-position: top left;
    background-repeat: repeat-x;
}

/* HEADER */
#headerlinks {
	width: 957px;
	height: 36px;
	background-image: url(../images/tlg-mainnav-header.png);
	background-position: top left;
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #748376;
	text-align: right;
	padding: 40px 27px 0 0;
}
#headerlinks a:link {
	color: #748376;
	text-decoration: none;
}
#headerlinks a:visited {
	color: #748376;
	text-decoration: none;
}
#headerlinks a:active {
	color: #748376;
	text-decoration: none;
}
#headerlinks a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* CONTENT */
#maincontenttable {
	margin: 0 58px 0 58px;
}
#maincontentcell {
	width: 597px;
	padding: 10px 20px 0 0;
}
#blogsidebarbg {
	background-image: url(../images/tlg-blogside-bg.png);
	background-position: top;
	background-repeat: repeat-y;
	width: 193px;
	padding: 0 20px 20px 40px;
}
#blogsidebarbg a:link {
	color: #872434;
	text-decoration: none;
}
#blogsidebarbg a:visited {
	color: #872434;
	text-decoration: none;
}
#blogsidebarbg a:active {
	color: #872434;
	text-decoration: none;
}
#blogsidebarbg a:hover {
	color: #ffffff;
	text-decoration: none;
}	
#blogentry {
	padding-bottom: 25px;
	border-bottom: 1px #999999 solid;
	margin-bottom: 25px;
}
#post {
	padding-bottom: 25px;
	border-bottom: 1px #999999 solid;
	margin-bottom: 25px;
}
.post {
	padding-bottom: 25px;
	border-bottom: 1px #999999 solid;
	margin-bottom: 25px;
}


/* FOOTER */
#footercontent {
	margin-left: 39px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #9cbc9c;
}
#footercontent a:link {
	color: #9cbc9c;
	text-decoration: underline;
}
#footercontent a:visited {
	color: #9cbc9c;
	text-decoration: underline;
}
#footercontent a:active {
	color: #9cbc9c;
	text-decoration: underline;
}
#footercontent a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Various Tags & Classes*/
