﻿html {
    height:100%; 
    padding-bottom: 1px;
} 

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #66665E;
}

h1, h2, h3, h4 {
	margin: 0;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #42423E;
}

p, ul, ol {
	margin-top: 0;
	text-align: justify;
}

ul, ol { }

blockquote { }

a { color: #01367A; }

a:hover { text-decoration: none; }

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr { display: none; }

.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}

#wrapper {
}

/* Header */

#header-wrapper {
}

#topContent {
	width: 1000px;
    height: 80px;
	margin: 5px auto 0 auto;
	background: url(images/img02.jpg) no-repeat left bottom;
}

/* Menu */

#menu {
	float: left;
	width: 800px;
}

#menu a {
	text-transform: uppercase;
}

/* Page */

#page {
	width: 1000px;
	margin: 0 auto;
	background: url(images/img04.jpg) repeat-y left top;
}

#page-bgtop {
	padding-top: 30px;
	background: url(images/img03.jpg) no-repeat left top;
}

/** Logo */

#logo {
	width: 200px;
	height: 80px;
	margin: 0 auto auto 800px;
	background: url(images/logo.gif) no-repeat right bottom;
}

#logo h2 {
	padding-top: 35px;
	font-size: 18px;
	font-weight:bold;
	color: #FFFFFF;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Content */

#content {
	float: right;
	width: 738px;
	padding-top: 0px;
	padding-right: 40px;
}

#content h2 {
	font-size: 18px;
}

#content h3 {
	font-size: 14px;
}

.mainContent {
	margin-bottom: 25px;
}

.mainContent .title {
	height: 30px;
	color: #42423E;
}

.mainContent .title a {
	text-decoration: none;
	color: #42423E;
}

.mainContent .date {
}

.mainContent .meta {
	margin-top: -10px;
	padding: 2px 30px 2px 16px;
	background: url(images/img08.jpg) no-repeat left 10px;
	border-bottom: 1px #BDBDBB dotted;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #66665E;
}

.mainContent .meta span {
	display: block;
	margin-top: -10px;
}

.mainContent .meta a { }

.mainContent .entry {
	padding: 25px 0;
}

.mainContent .siteMap {
	padding: 0px 0;
}

.mainContent .links {
	margin: 0 250px 0 0;
	padding: 0 0 0 0px;
}

.mainContent .links .comments {
}

.mainContent .links .permalink {
	padding-left: 17px;
}

.tree_box {
   background: #ececec;
}
.tree_top div {
   background: url(images/tl.png) no-repeat top left;
}
.tree_top {
   background: url(images/tr.png) no-repeat top right;
}
.tree_bottom div {
   background: url(images/bl.png) no-repeat bottom left;
}
.tree_bottom {
   background: url(images/br.png) no-repeat bottom right;
}

.tree_top div, .tree_top, 
.tree_bottom div, .tree_bottom {
   height: 10px;
}
.tree_content { margin: 0 10px; }

/* LeftContent */

#leftContent {
	float: left;
	width: 162px;
	padding-left: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#leftContent ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#leftContent li {
	margin-bottom: 30px;
	padding: 0 0 5px 0px;
}

#leftContent li ul {
}

#leftContent li li {
	margin: 0 0 0 5px;
	padding-left: 10px;
	background: url(images/img09.jpg) no-repeat left 4px;
}

#leftContent p {
	margin: 0;
	padding: 0px 10px;
}

#leftContent h2 {
	height: 26px;
	margin: 0 0 10px 0px;
	padding: 8px 0 2px 10px;
	background: url(images/img06.jpg) no-repeat left top;
	text-transform: capitalize;
	font-size: 12px;
	font-weight: bold;
	color: #42423E;
}

#leftContent a {
	color: #696969;
}

/* Footer */

#footer {
	width: 1000px;
	height: 95px;
	margin: 0 auto;
	padding: 0;
	background: url(images/img05.jpg) no-repeat left top;
}

#footer p {
	margin: 0;
	padding: 44px 0;
	text-align: center;
	line-height: normal;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
}

#footer a {
	color: #000000;
}

