﻿/* begin Page */
body {
	margin: 0 auto;
	padding: 0;
	background-color: #E0E0E0;
	background-image: url('images/Page-BgTexture.jpg');
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: top left;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
}
#main {
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}
.header_title {
	display: block;
	float: right;
	width: 400px;
	height: 50px;
}
.header_left {
	display: block;
	float: left;
	width: 384px;
	height: 50px;
	background-image: url('images/header_links.png'); 
}
.header_contact {
	float: right;
	display: block;
	width: 288px;
	height: 50px;
	margin: 0px auto;
}
.header_links {
	float: left;
	display: block;
	width: 96px;
	height: 24px;
	margin: 13px 0;
}
#page-background-gradient {
	background-position: top left;
}
.cleared {
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 1px;
}
form {
	padding: 0 !important;
	margin: 0 !important;
}
table.position {
	position: relative;
	width: 100%;
	table-layout: fixed;
}
/* end Page */
/* begin Box, Sheet */
.Sheet {
	position: relative;
	z-index: 0;
	margin: 0 auto;
	width: 900px;
	min-width: 49px;
	min-height: 49px;
}
.Sheet-body {
	position: relative;
	z-index: 1;
	padding: 7px;
}
.Sheet-tr, .Sheet-tl, .Sheet-br, .Sheet-bl, .Sheet-tc, .Sheet-bc, .Sheet-cr, .Sheet-cl {
	position: absolute;
	z-index: -1;
}
.Sheet-tr, .Sheet-tl, .Sheet-br, .Sheet-bl {
	width: 76px;
	height: 76px;
	background-image: url('images/Sheet-s.png');
}
.Sheet-tl {
	top: 0;
	left: 0;
	clip: rect(auto, 38px, 38px, auto);
}
.Sheet-tr {
	top: 0;
	right: 0;
	clip: rect(auto, auto, 38px, 38px);
}
.Sheet-bl {
	bottom: 0;
	left: 0;
	clip: rect(38px, 38px, auto, auto);
}
.Sheet-br {
	bottom: 0;
	right: 0;
	clip: rect(38px, auto, auto, 38px);
}
.Sheet-tc, .Sheet-bc {
	left: 38px;
	right: 38px;
	height: 76px;
	background-image: url('images/Sheet-h.png');
}
.Sheet-tc {
	top: 0;
	clip: rect(auto, auto, 38px, auto);
}
.Sheet-bc {
	bottom: 0;
	clip: rect(38px, auto, auto, auto);
}
.Sheet-cr, .Sheet-cl {
	top: 38px;
	bottom: 38px;
	width: 76px;
	background-image: url('images/Sheet-v.png');
}
.Sheet-cr {
	right: 0;
	clip: rect(auto, auto, auto, 38px);
}
.Sheet-cl {
	left: 0;
	clip: rect(auto, 38px, auto, auto);
}
.Sheet-cc {
	position: absolute;
	z-index: -1;
	top: 38px;
	left: 38px;
	right: 38px;
	bottom: 38px;
	background-color: #FFFFFF;
}
.Sheet {
	margin-top: 0px !important;
}
.title {
	margin-top: 10px !important;
}
#page-background-simple-gradient, #page-background-gradient, #page-background-glare {
	min-width: 900px;
}
/* end Box, Sheet */
/* begin Menu */
/* menu structure */
.menu a, .menu a:link, .menu a:visited, .menu a:hover {
	text-align: left;
	text-decoration: none;
	outline: none;
	letter-spacing: normal;
	word-spacing: normal;
}
.menu, .menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}
.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: right;
	position: relative;
	z-index: 5;
	background: none;
}
.menu li:hover {
	z-index: 10000;
	white-space: normal;
}
.menu li li {
	float: none;
}
.menu ul {
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background: none;
}
.menu li:hover > ul {
	visibility: visible;
	top: 100%;
}
.menu li li:hover > ul {
	top: 0;
	left: 100%;
}
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {
	min-height: 0;
}
.menu ul {
	background-image: url(images/spacer.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}
.menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
/* menu structure */
.menu {
	padding: 6px 10px 0px 10px;
}
.nav {
	position: relative;
	height: 31px;
	z-index: 100;
}
.nav .l, .nav .r {
	position: absolute;
	z-index: -1;
	top: 0;
	height: 31px;
	background-image: url('images/nav.png');
}
.nav .l {
	left: 0;
	right: 10px;
}
.nav .r {
	right: 0;
	width: 886px;
	clip: rect(auto, auto, auto, 876px);
}
/* end Menu */
/* begin MenuItem */
.menu ul li {
	clear: both;
}
.menu a {
	position: relative;
	display: block;
	overflow: hidden;
	height: 25px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 4px;
	margin-left: 4px;
}
.menu a .r, .menu a .l {
	position: absolute;
	display: block;
	top: 0;
	z-index: -1;
	height: 75px;
	background-image: url('images/MenuItem.png');
}
.menu a .l {
	left: 0;
	right: 3px;
}
.menu a .r {
	width: 406px;
	right: 0;
	clip: rect(auto, auto, auto, 403px);
}
.menu a .t {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #CCCCCC;
	padding: 0 20px;
	margin: 0 3px;
	line-height: 25px;
	text-align: center;
}
.menu a:hover .l, .menu a:hover .r {
	top: -25px;
}
.menu li:hover > a .l, .menu li:hover > a .r {
	top: -25px;
}
.menu li:hover a .l, .menu li:hover a .r {
	top: -25px;
}
.menu a:hover .t {
	color: #F0F0F0;
}
.menu li:hover a .t {
	color: #F0F0F0;
}
.menu li:hover > a .t {
	color: #F0F0F0;
}
.menu a.active .l, .menu a.active .r {
	top: -50px;
}
.menu a.active .t {
	color: #372901;
}
/* end MenuItem */
/* begin Header */
div.Header {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	width: 886px;
	height: 150px;
}
div.Header-jpeg {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 886px;
	height: 150px;
	background-image: url('images/Header.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
/* end Header */
/* begin Logo */
.Logo {
	display : block;
	position: absolute;
	left: 10px;
	top: 10px;
	width: 866px;
}
h1.Logo-name {
	display: block;
	text-align: right;
}
h1.Logo-name, h1.Logo-name a, h1.Logo-name a:link, h1.Logo-name a:visited, h1.Logo-name a:hover {
	font-size: 37px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	color: #463401 !important;
}
.Logo-text {
	display: block;
	text-align: right;
}
.Logo-text, .Logo-text a {
	font-size: 21px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	color: #463401 !important;
}
/* end Logo */
/* begin ContentLayout */
.contentLayout {
	position: relative;
	margin-bottom: 5px;
	width: 886px;
}
/* end ContentLayout */
/* begin Box, Block */
.Block {
	position: relative;
	z-index: 0;
	margin: 0 auto;
	min-width: 29px;
	min-height: 29px;
}
.Block-body {
	position: relative;
	z-index: 1;
	padding: 3px;
}
.Block-tr, .Block-tl, .Block-br, .Block-bl, .Block-tc, .Block-bc, .Block-cr, .Block-cl {
	position: absolute;
	z-index: -1;
}
.Block-tr, .Block-tl, .Block-br, .Block-bl {
	width: 40px;
	height: 40px;
	background-image: url('images/Block-s.png');
}
.Block-tl {
	top: 0;
	left: 0;
	clip: rect(auto, 20px, 20px, auto);
}
.Block-tr {
	top: 0;
	right: 0;
	clip: rect(auto, auto, 20px, 20px);
}
.Block-bl {
	bottom: 0;
	left: 0;
	clip: rect(20px, 20px, auto, auto);
}
.Block-br {
	bottom: 0;
	right: 0;
	clip: rect(20px, auto, auto, 20px);
}
.Block-tc, .Block-bc {
	left: 20px;
	right: 20px;
	height: 40px;
	background-image: url('images/Block-h.png');
}
.Block-tc {
	top: 0;
	clip: rect(auto, auto, 20px, auto);
}
.Block-bc {
	bottom: 0;
	clip: rect(20px, auto, auto, auto);
}
.Block-cr, .Block-cl {
	top: 20px;
	bottom: 20px;
	width: 40px;
	background-image: url('images/Block-v.png');
}
.Block-cr {
	right: 0;
	clip: rect(auto, auto, auto, 20px);
}
.Block-cl {
	left: 0;
	clip: rect(auto, 20px, auto, auto);
}
.Block-cc {
	position: absolute;
	z-index: -1;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	background-color: #E0E0E0;
}
.Block {
	margin: 5px;
}
/* end Box, Block */
/* begin BlockHeader */
.BlockHeader {
	position: relative;
	z-index: 0;
	height: 30px;
	padding: 0 7px;
	margin-bottom: 0px;
}
.BlockHeader .t {
	height: 24px;
	color: #000000;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	white-space : nowrap;
	padding: 3px 1px;
	line-height: 24px;
}
.BlockHeader .l, .BlockHeader .r {
	display: block;
	position: absolute;
	z-index: -1;
	height: 30px;
	background-image: url('images/BlockHeader.png');
}
.BlockHeader .l {
	left: 0;
	right: 8px;
}
.BlockHeader .r {
	width: 886px;
	right: 0;
	clip: rect(auto, auto, auto, 878px);
}
/* end BlockHeader */
/* begin Box, BlockContent */
.BlockContent {
	position: relative;
	z-index: 0;
	margin: 0 auto;
	min-width: 17px;
	min-height: 17px;
}
.BlockContent-body {
	position: relative;
	z-index: 1;
	padding: 7px;
}
.BlockContent-tr, .BlockContent-tl, .BlockContent-br, .BlockContent-bl, .BlockContent-tc, .BlockContent-bc, .BlockContent-cr, .BlockContent-cl {
	position: absolute;
	z-index: -1;
}
.BlockContent-tr, .BlockContent-tl, .BlockContent-br, .BlockContent-bl {
	width: 16px;
	height: 16px;
	background-image: url('images/BlockContent-s.png');
}
.BlockContent-tl {
	top: 0;
	left: 0;
	clip: rect(auto, 8px, 8px, auto);
}
.BlockContent-tr {
	top: 0;
	right: 0;
	clip: rect(auto, auto, 8px, 8px);
}
.BlockContent-bl {
	bottom: 0;
	left: 0;
	clip: rect(8px, 8px, auto, auto);
}
.BlockContent-br {
	bottom: 0;
	right: 0;
	clip: rect(8px, auto, auto, 8px);
}
.BlockContent-tc, .BlockContent-bc {
	left: 8px;
	right: 8px;
	height: 16px;
	background-image: url('images/BlockContent-h.png');
}
.BlockContent-tc {
	top: 0;
	clip: rect(auto, auto, 8px, auto);
}
.BlockContent-bc {
	bottom: 0;
	clip: rect(8px, auto, auto, auto);
}
.BlockContent-cr, .BlockContent-cl {
	top: 8px;
	bottom: 8px;
	width: 16px;
	background-image: url('images/BlockContent-v.png');
}
.BlockContent-cr {
	right: 0;
	clip: rect(auto, auto, auto, 8px);
}
.BlockContent-cl {
	left: 0;
	clip: rect(auto, 8px, auto, auto);
}
.BlockContent-cc {
	position: absolute;
	z-index: -1;
	top: 8px;
	left: 8px;
	right: 8px;
	bottom: 8px;
	background-color: #E0E0E0;
}
.BlockContent-body {
	color: #000000;
	font-size: 11px;
}
.BlockContent-body a:link {
	color: #966F03;
	text-decoration: none;
}
.BlockContent-body a:visited, .BlockContent-body a.visited {
	color: #808080;
	text-decoration: none;
}
.BlockContent-body a:hover, .BlockContent-body a.hover {
	color: #C89404;
	text-decoration: underline;
}
.BlockContent-body ul {
	list-style-type: none;
	color: #000000;
	margin: 0;
	padding: 0;
}
.BlockContent-body li {
	font-size: 11px;
}
.BlockContent-body ul li {
	padding: 0px 19px 0px 0px;
	background-image: url('images/BlockContentBullets.png');
	background-repeat: no-repeat;
	background-position: right;
	margin: 0.5em 0 0.5em 0;
	line-height: 1.2em;
}
/* end Box, BlockContent */
/* begin Box, Post */
.Post {
	position: relative;
	z-index: 0;
	margin: 0 auto;
	min-width: 1px;
	min-height: 1px;
}
.Post-body {
	position: relative;
	z-index: 1;
	padding: 15px;
}
.Post {
	margin: 10px;
}
/* Start images */
a img {
	border: 0;
}
.article img, img.article {
	margin: 1em;
}
.metadata-icons img {
	border: none;
	vertical-align: middle;
	margin: 2px;
}
/* Finish images */
/* Start tables */
.article table, table.article {
	border-collapse: collapse;
	margin: 1px;
	width: auto;
}
.article table, table.article .article tr, .article th, .article td {
	background-color: Transparent;
}
.article th, .article td {
	padding: 2px;
	border: solid 1px #696969;
	vertical-align: top;
	text-align: left;
}
.article th {
	text-align: center;
	vertical-align: middle;
	padding: 7px;
}
/* Finish tables */
pre {
	overflow: auto;
	padding: 0.1em;
}
/* end Box, Post */
/* begin PostHeaderIcon */
.PostHeader {
	text-decoration: none;
	margin: 0.2em 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	letter-spacing: normal;
	word-spacing: normal;
	font-variant: normal;
	text-decoration: none;
	font-variant: normal;
	text-transform: none;
	text-align: left;
	text-indent: 0;
	line-height: inherit;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #7D5C03;
}
.PostHeader a, .PostHeader a:link, .PostHeader a:visited, .PostHeader a:hover {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0px;
	text-transform: uppercase;
	margin: 0;
	color: #7D5C03;
}
/* end PostHeaderIcon */
/* begin PostHeader */
.PostHeader a:link {
	text-decoration: none;
	text-transform: uppercase;
	color: #966F03;
}
.PostHeader a:visited, .PostHeader a.visited {
	text-decoration: none;
	color: #4D4D4D;
}
.PostHeader a:hover, .PostHeader a.hovered {
	text-decoration: underline;
	color: #595959;
}
/* end PostHeader */
/* begin PostContent */
/* Content Text Font & Color (Default) */
body {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	color: #404040;
}
.PostContent p {
	margin: 0.5em 0;
}
.PostContent, .PostContent p {
	text-align: justify;
	color: #404040;
}
.PostContent {
	margin: 0;
}
/* Start Content link style */
/*
The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
http://www.w3schools.com/CSS/css_pseudo_classes.asp
http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
*/
a {
	text-decoration: underline;
	color: #AF8104;
}
/* Adds special style to an unvisited link. */
a:link {
	color: #AF8104;
}
/* Adds special style to a visited link. */
a:visited, a.visited {
	color: #595959;
}
/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover {
	text-decoration: none;
	color: #595959;
}
/* Finish Content link style */
/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h1 a, h2 a, h3 a, h1 a:hover, h2 a:hover, h3 a:hover, h1 a:visited, h2 a:visited, h3 a:visited {
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover {
	font-size: 14px;
	color: #AF8104;
}
h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover {
	font-size: 13px;
	color: #AF8104;
}
h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover {
	font-size: 12px;
	color: #E6AA05;
}
/* Finish Content headings Fonts & Colors  */
/* end PostContent */
/* begin PostBullets */
/* Start Content list */
ol, ul {
	color: #141414;
	margin: 1em 2em 1em 0em;
	padding: 0;
	font-size: 12px;
	text-align: right;
	margin-left: 12px;
}
li ol, li ul {
	margin: 0.5em 2em 0.5em 0em;
	padding: 0;
}
li {
	margin: 0.2em 0;
	padding: 0;
}
ul {
	list-style-type: none;
}
ol {
	list-style-position: inside;
}
.Post li {
	padding: 0px 17px 0px 0px;
	line-height: 1.2em;
}
.Post ol li, .Post ul ol li {
	background: none;
	padding-left: 0;
}
.Post ul li, .Post ol ul li {
	background-image: url('images/PostBullets.png');
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 17px;
}
/* Finish Content list */
/* end PostBullets */
/* begin PostQuote */
/* Start blockquote */
blockquote, blockquote p, .PostContent blockquote p {
	color: #140F00;
	font-style: italic;
	font-weight: normal;
	text-align: justify;
}
blockquote, .PostContent blockquote {
	margin: 0;
	padding: 5px 41px 5px 5px;
	background-color: #FCD66E;
	background-image: url('images/PostQuote.png');
	background-position: right top;
	background-repeat: no-repeat;
}
/* Finish blockuote */
/* end PostQuote */
/* begin Button */
.button-wrapper .button {
	display: inline-block;
	width: auto;
	outline: none;
	border: none;
	background: none;
	line-height: 27px;
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible;
	cursor: default;
	text-decoration: none !important;
	z-index: 0;
}
.button-wrapper {
	display: inline-block;
	position: relative;
	height: 27px;
	overflow: hidden;
	white-space: nowrap;
	width: auto;
	z-index: 0;
}
.firefox2 .button-wrapper {
	display: block;
	float: left;
}
.button-wrapper .button {
	display: block;
	height: 27px;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	white-space: nowrap;
	text-align: left;
	padding: 0 11px !important;
	line-height: 27px;
	text-decoration: none !important;
	color: #1C1C1C !important;
}
input, select {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.button-wrapper.hover .button, .button:hover {
	color: #404040 !important;
	text-decoration: none !important;
}
.button-wrapper.active .button {
	color: #F5F5F5 !important;
}
.button-wrapper .l, .button-wrapper .r {
	display: block;
	position: absolute;
	z-index: -1;
	height: 81px;
	background-image: url('images/Button.png');
}
.button-wrapper .l {
	left: 0;
	right: 11px;
}
.button-wrapper .r {
	width: 415px;
	right: 0;
	clip: rect(auto, auto, auto, 404px);
}
.button-wrapper.hover .l, .button-wrapper.hover .r {
	top: -27px;
}
.button-wrapper.active .l, .button-wrapper.active .r {
	top: -54px;
}
/* end Button */
/* begin Footer */
.Footer {
	position: relative;
	z-index: 0;
	overflow: hidden;
	width: 886px;
	margin: 5px auto 0px auto;
}
.Footer .Footer-inner {
	height: 1%;
	position: relative;
	z-index: 0;
	padding: 10px;
	text-align: right;
}
.Footer .Footer-background {
	position: absolute;
	z-index: -1;
	background-repeat: no-repeat;
	background-image: url('images/Footer.png');
	width: 886px;
	height: 150px;
	bottom: 0;
	left: 0;
}
.rss-tag-icon {
	position: relative;
	display: block;
	float: left;
	background-image: url('images/rssIcon.png');
	background-position: center right;
	background-repeat: no-repeat;
	margin: 0 5px 0 0;
	height: 22px;
	width: 22px;
	cursor: default;
}
.Footer .Footer-text p {
	margin: 0;
}
.Footer .Footer-text {
	display: inline-block;
	color: #A8A8A8;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}
.Footer .Footer-text a:link {
	text-decoration: none;
	color: #CD9704;
	text-decoration: none;
}
.Footer .Footer-text a:visited {
	text-decoration: none;
	color: #A6A6A6;
	text-decoration: none;
}
.Footer .Footer-text a:hover {
	text-decoration: none;
	color: #FBCE50;
	text-decoration: underline;
}
/* end Footer */
/* begin PageFooter */
.page-footer, .page-footer a, .page-footer a:link, .page-footer a:visited, .page-footer a:hover {
	font-size: 10px;
	letter-spacing: normal;
	word-spacing: normal;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #666666;
}
.page-footer {
	margin: 1em;
	text-align: center;
	text-decoration: none;
	color: #212121;
}
/* end PageFooter */
/* begin LayoutCell */
.contentLayout .content {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 663px;
}
.contentLayout .content-wide {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 884px;
}
/* end LayoutCell */
/* begin LayoutCell */
.contentLayout .sidebar1 {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 221px;
}
/* end LayoutCell */
