@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
}
* {
	margin: 0px;
	padding: 0px;
}
#tpezwrap {
	width: 794px;
	margin-right: auto;
	margin-left: auto;
}
#tpezwrap #tpeztopbar {
	height: 65px;
}
#tpezwrap #tpeztopbar h1 {
	font-size: 35px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	display: block;
	padding-top: 20px;
	padding-bottom: 0px;
}
#tpezwrap #tpezheader #tpezmenu {
	margin-left: 540px;
}
#tpezwrap #tpezheader #tpezmenu ul {
	list-style-type: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#tpezwrap #tpezheader #tpezmenu li {
	display: block;
	height: 23px;
	margin-bottom: 4px;
	margin-top: 4px;
}
#tpezwrap #tpezheader #tpezmenu a {
	background-image: url(topmenu.png);
	background-repeat: no-repeat;
	display: block;
	height: 23px;
	padding-top: 8px;
	padding-right: 10px;
	padding-left: 10px;
	color: #95A637;
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#tpezwrap #tpeztopbar span {
	color: #999900;
}
#tpezwrap #tpezheader {
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	height: 168px;
}
#tpezwrap #tpezheader #tpezmenu a:visited, active {
	background-image: url(topmenu.png);
	background-repeat: no-repeat;
	display: block;
	height: 25px;
	padding-top: 8px;
	padding-right: 10px;
	padding-left: 10px;
	color: #95A637;
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#tpezwrap #tpezheader #tpezmenu a:hover {
	background-image: url(topmenu.png);
	background-repeat: no-repeat;
	display: block;
	height: 25px;
	padding-top: 8px;
	padding-right: 10px;
	padding-left: 10px;
	color: #030301;
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-position: 0px -33px;
}
#tpezwrap #tpezmainpage {
	margin-top: 10px;
	margin-bottom: 10px;
}
#tpezwrap #tpezmainpage #tpezcontent {
	float: left;
	width: 525px;
}
#tpezwrap #tpezmainpage #tpezsidebar {
	margin-left: 528px;
	background-image: url(sidebarbg2.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
#tpezwrap #tpezmainpage #tpezsidebar .tpezsidebartop {
	background-image: url(sidebarbg1.jpg);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	height: 35px;
	padding-left: 25px;
	padding-right: 15px;
}
#tpezwrap #tpezmainpage #tpezsidebar .tpezsidebarbottom {
	background-image: url(sidebarbg3.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 56px;
	display: block;
	padding-left: 25px;
}
#tpezwrap #tpezmainpage #tpezsidebar .tpezsidebarmain {
	padding-right: 15px;
	padding-left: 25px;
}
.tpezclear2 {
	display: block;
	clear: right;
}
#tpezwrap #tpezmainpage #tpezsidebar .tpezsidebarmain li {
	height: 25px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #EBE9ED;
}
#tpezwrap #tpezmainpage #tpezsidebar .tpezsidebarmain a {
	display: block;
	height: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	color: #999999;
	text-decoration: none;
}

#tpezwrap #tpezmainpage #tpezsidebar .tpezsidebarmain ul {
	list-style-type: none;
	margin-bottom: 15px;
}
.tpezclear {
	clear: both;
	display: block;
}
#tpezwrap #tpezmainpage #tpezcontent p {
	line-height: 18px;
	color: #666666;
	margin-bottom: 20px;
}
#tpezcontent h1,#tpezcontent h2,#tpezcontent h3,#tpezcontent h4,#tpezcontent h5 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	padding-left: 5px;
	margin-bottom: 15px;
	font-weight: normal;
}
#tpezwrap #tpezmainpage #tpezcontent blockquote {
	display: block;
	margin: 10px;
	background-image: url(blockquote.gif);
	background-repeat: no-repeat;
	background-position: 5px 2px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

#tpezwrap #tpezmainpage #tpezcontent ul {
	list-style-type: none;
	padding: 10px;
	color: #666666;
}
#tpezwrap #tpezmainpage #tpezcontent code {
	background-color: #EBE9ED;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	padding: 5px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FAFAFE;
	white-space: pre;
}
#tpezwrap #tpezmainpage #tpezcontent .tpezpostinfo {
	background-image: url(postinforbg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	height: 50px;
	text-align: center;
	font-size: 10px;
	clear: left;
}
#tpezwrap #tpezmainpage #tpezcontent .tpezright {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
#tpezwrap #tpezmainpage #tpezcontent tr {
}
#tpezwrap #tpezmainpage #tpezcontent td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}



#tpezwrap #tpezmainpage #tpezcontent ul li {
	display: block;
	background-image: url(listbullet.gif);
	background-repeat: no-repeat;
	background-position: 2px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
}
#tpezwrap #tpezmainpage #tpezcontent ol {
	padding: 10px;
	color: #666666;
	list-style-position: inside;
	list-style-type: decimal;
}
#tpezwrap #tpezmainpage #tpezcontent ol li {
	padding: 3px;
}


.tpezsmalldesc {
	display: block;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: none;
	color: #666666;
}
#tpezwrap #tpezmainpage #tpezsidebar .tpezsidebartop h2 {
	padding-top: 10px;
}
#tpezfooter {
	background-color: #FFFFFF;
	background-image: url(footerbg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 140px;
}
#tpezfooter #tpezfootercontent {
	width: 794px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 35px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
a {
	color: #999900;
}

#tpezcontent h1 {
	font-size: 26px;
}
#tpezwrap #tpezmainpage #tpezsidebar  h2 {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBE9ED;
}

#tpezcontent h2 {
	font-size: 20px;
}
#tpezcontent h3 {
	font-size: 18px;
}
#tpezcontent h4 {
	font-size: 16px;
}
#tpezcontent h5 {
	font-size: 14px;
}
#tpezwrap #tpezmainpage #tpezsidebar .tpezsidebarmain a:visited, active {
	display: block;
	height: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	color: #999999;
	text-decoration: none;
}
#tpezwrap #tpezmainpage #tpezsidebar .tpezsidebarmain a:hover {
	display: block;
	height: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	color: #666666;
	text-decoration: none;
	background-color: #FBFCFF;
}
a:visited, active {
	color: #4B4C06;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
#tpezwrap #tpezmainpage #tpezcontent #tpezquicklinks {
	float: right;
	width: 225px;
	background-color: #FFFFFF;
	margin-top: 35px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	background-image: url(sidebox2.gif);
	background-repeat: repeat-y;
}
#tpezwrap #tpezmainpage #tpezcontent #tpezquicklinks .tpezqltop {
	background-image: url(sidebox1.gif);
	background-repeat: no-repeat;
	height: 22px;
	display: block;
}
#tpezwrap #tpezmainpage #tpezcontent #tpezquicklinks .tpezqlbttm {
	background-image: url(sidebox3.gif);
	background-repeat: no-repeat;
	height: 34px;
	display: block;
}

#tpezwrap #tpezmainpage #tpezcontent #tpezquicklinks ul {
	list-style-type: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
#tpezwrap #tpezmainpage #tpezcontent #tpezquicklinks h2 {
	font-size: 14px;
	text-transform: uppercase;
	color: #B7A677;
	display: block;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	background-color: #E3DCCA;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #C7B994;
	padding: 3px;
}

#tpezwrap #tpezmainpage #tpezcontent #tpezquicklinks li {
	display: block;
	height: 22px;
	background-image: none;
	background-position: 0px 0px;
	padding: 0px;
}
#tpezwrap #tpezmainpage #tpezcontent #tpezquicklinks a {
	height: 19px;
	padding-top: 3px;
	display: block;
	padding-right: 5px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DED6BE;
	color: #334B01;
	text-decoration: none;
	background-image: url(bullet.gif);
	background-repeat: no-repeat;
	background-position: 2px;
}
#tpezwrap #tpezmainpage #tpezcontent #tpezquicklinks a:visited, active {
	height: 19px;
	padding-top: 3px;
	display: block;
	padding-right: 5px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DED6BE;
	color: #334B01;
	text-decoration: none;
	background-image: url(bullet.gif);
	background-repeat: no-repeat;
	background-position: 2px;
}
#tpezwrap #tpezmainpage #tpezcontent #tpezquicklinks a:hover {
	height: 19px;
	padding-top: 3px;
	display: block;
	padding-right: 5px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CEC29F;
	color: #333333;
	text-decoration: none;
	background-image: url(bullet.gif);
	background-repeat: no-repeat;
	background-position: 2px;
	background-color: #ffffff;
}
#tpezwrap #tpezheader #tpezmenu .tpezactive a {
	background-image: url(topmenu.png);
	background-repeat: no-repeat;
	display: block;
	height: 25px;
	padding-top: 8px;
	padding-right: 10px;
	padding-left: 10px;
	color: #030301;
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-position: 0px -33px;
}
#tpezwrap #tpezmainpage #tpezcontent table {
	width: 98%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
}
#tpezwrap #tpezmainpage #tpezcontent th {
	padding: 5px;
	background-color: #E9E9E9;
	text-transform: uppercase;
	color: #000000;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#tpezwrap #tpezmainpage #tpezcontent .tpezcontactform .tpezclear2 {
	clear: left;
	line-height: 1px;
	margin: 0px;
	padding: 0px;
}

#tpezwrap #tpezmainpage #tpezcontent img {
	background-color: #EFEFEF;
	border: 1px solid #tpezD8D8D8;
	padding: 5px;
}
#tpezwrap #tpezmainpage #tpezcontent .tpezleft {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}


form {margin:0; padding:0;}
.tpeztextfield {display: block; float:left; width:190px; background-color: #F3F4E8; margin:3px;	border: 1px solid #tpezD6D9AE;}
label {	display: block;	float: left; text-align:right; font-weight:bold; width: 150px; margin:3px; padding: 5px;}
.tpezbutton {display: block; float:left; padding:0px; background-color:#E3E6C8; margin:3px;	border: 2px solid #tpezefefef; color:#999933;}
.tpeztextfield:hover {background:#FBFCF8;}
.tpeztextfield:focus {background:#ffffff;}
#tpezwrap #tpeztopbar a {
	color: #000000;
	text-decoration: none;
}
#tpezwrap #tpeztopbar a:visited, active, hover {
	color: #000000;
	text-decoration: none;
}

