body {
	background: #f9f6ed url(images/page-bg.gif) bottom left repeat-x;
  background-image: linear-gradient(bottom, #47673C 0, #47673C 145px, #f9f6ed 146px, #f9f6ed 100%);
  background-image: -o-linear-gradient(bottom, #47673C 0, #47673C 145px, #f9f6ed 146px, #f9f6ed 100%);
  background-image: -moz-linear-gradient(bottom, #47673C 0, #47673C 145px, #f9f6ed 146px, #f9f6ed 100%);
  background-image: -webkit-linear-gradient(bottom, #47673C 0, #47673C 145px, #f9f6ed 146px, #f9f6ed 100%);
  background-image: -ms-linear-gradient(bottom, #47673C 0, #47673C 145px, #f9f6ed 146px, #f9f6ed 100%);
  
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0px, #47673C),
    color-stop(145px, #47673C),
    color-stop(146px, #f9f6ed),
    color-stop(1.00, #f9f6ed)
  );  

	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 11pt;
}

h1 {
	font-size: 16pt;
}

.container {
	box-shadow: 0 0 10px #222;
	width: 975px;
	margin: 14px auto 0;
	background: none;
  behavior: url(modules/Core/CssTemplateThemes/Arrangement/PIE.htc);
  position: relative;	
}

.header {
	width: 975px;
	background: #47673c;
	text-align: right;
	margin: 0 auto;
	color: white;
}

.header-logo {
	position: absolute;
	z-index: 100;
	margin: 20px 0 10px 0;
}

.header-address {
	float: left;
	margin: 10px 0 0 200px;
}

.header-lower {
	background: url(images/header-lower.jpg) top left no-repeat;
}

.header-right {
	margin: 10px 0;
	float: right;
	width: 350px;
	text-align: center;
}

.header-right h1 {
	margin: 0;
	padding: 0;
	color: #ffdd65;
	text-shadow: 4px 4px 4px #333;
	font-size: 16pt;
}

.header-right h2 {
	margin: 5px 0 0;
	padding: 0;
	color: white;
	text-shadow: 4px 4px 4px #333;
	font-size: 14pt;
}

.header-request {
	height: 52px;
	width: 233px;
	float: right;
	margin: 0 50px 0 0;
	padding: 30px 0 0 80px;
	text-align: left;
	background: url(images/request-background.png) top left no-repeat;
	color: black;
}

.header-request:hover {
	text-decoration: underline;
}

.menubar {
	width: 800px;
	margin: 0 auto;
	float: right;
}

.menubar ul {
	font-size: 10pt;
	text-transform: uppercase;
	padding: 0;
	float: left;
	position:relative;
	top: 0;
	margin: 0;
}

.menubar ul li {
  	display: inline;
}

.menubar ul li a {
	display: inline;
	height: 23px;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	float: left;
	text-transform: uppercase;
	color: #333;
	padding-top: 8px;
	padding: 7px 20px 0 5px;
	}

.menubar ul li a:hover {
  text-decoration: underline;
}

.content {
	width: 955px;
	margin: 0 auto;
	background: white;
	padding: 10px;
}

.sidebar {
	margin: 10px;
	box-shadow: 0 0 15px #999;
	width: 180px;
	padding: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	background: white;
	float: left;
  behavior: url(modules/Core/CssTemplateThemes/Arrangement/PIE.htc);
  position: relative;

}

.sidebar-button {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  background: #39ac4a;
	text-decoration: none;
	display: block;
	text-align: center;
	padding: 10px;
	margin: 0 0 10px 0;
	box-shadow: 0 0 10px #aaa;
	color: black;
	behavior: url(modules/Core/CssTemplateThemes/Arrangement/PIE.htc);
	position: relative;
}

.sidebar-button:hover {
	background: #ffdd65;
}

.sidebar-title {
  background: #ffdd65;
	border: 1px solid #ffba3f !important;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  box-shadow: 0 0 10px #aaa;
	text-align: center;
	display: block;
	padding: 10px;
  behavior: url(modules/Core/CssTemplateThemes/Arrangement/PIE.htc);
  position: relative;	
}

.email-us {
	margin: 10px 0 0 0;
	background: #c7ff98;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  box-shadow: 0 0 10px #aaa;
  padding: 10px;	
  behavior: url(modules/Core/CssTemplateThemes/Arrangement/PIE.htc);
  position: relative;	
}

.email-us h1 {
	font-size: 14pt;
	font-weight: bold;
	color: #29aae1;
}

.email-us a {
	color: black;
	text-decoration: none;
}

.email-us a:hover {
	text-decoration: underline;
}

.text {
	float: right;
	width: 713px;
}

.footer {
	width: 965px;
	text-align: center;
	margin: 10px auto 0;
	padding: 0 0 30px 0;
	color: white;
	font-size: 9pt;
	position: relative;
}

.footer-logo {
	position: absolute;
	right: -50px;
	bottom: 0px;
	z-index: 101;
}

.footer-left {
	float: left;
}

.footer-contact {
	float: left;
	margin: 0 0 0 20px;
}

.footer-copyright {
  float: right;
	margin: 0 200px 0 0;
}

.wrapper {
  background: url(images/page-background.jpg) center 300px no-repeat;
}

.drop-glow {
	margin: 10px;
	box-shadow: 0 0 10px #666;  
}

.text h1 {
	margin: 10px;
	padding: 10px 10px 10px 70px;
	color: white;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	font-size: 15pt;
	background: #39ac4a url(images/heading-flourish.jpg) left center no-repeat;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  box-shadow: 0 0 10px #aaa;
	 behavior: url(modules/Core/CssTemplateThemes/Arrangement/PIE.htc);
  position: relative;

}

.text h2,.text h3,.text h4,.text h5,.text h6 {
	color: #83bd3f;
	margin: 10px 0 7px 0;	
}

.text .panel {
  background: #39ac4a;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  box-shadow: 0 0 10px #aaa;
	color: white;
	padding: 10px;
	margin: 10px;
	font-size: 10pt;
}

.text .content-pane {
	background: white;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  box-shadow: 0 0 10px #aaa;
	padding: 10px;
	margin: 10px;
	border: 1px solid #aaa;
  behavior: url(modules/Core/CssTemplateThemes/Arrangement/PIE.htc);
  position: relative;	
}

.post-outer {
  background: white;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  box-shadow: 0 0 10px #aaa;
  padding: 10px;
  margin: 10px 10px 100px 10px;
	border: 1px solid #aaa;
  behavior: url(modules/Core/CssTemplateThemes/Arrangement/PIE.htc);
  position: relative;	
}
