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

* {
	margin: 0;
	padding: 0;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	background-color:#99cc66;
	line-height: 18px;
	font-weight: normal;
	background-image: url(images/leavesTile.png);
	background-repeat: repeat;
	background-position: left top;
}

p {
	font-size: 0.8em;
	padding-bottom: 2em;
}

h1, h2, h3, h4, h5, h6 {
	color: #339999;
}

h1 {
	font-size: 1.3em;
	color: #FF6600;
	padding-bottom: 15px;
}

h2 {
	font-size: 1.1em;
	color: #339999;
	padding-bottom: 25px;
}

h3 {
	font-size: 0.9em;
	color: #339999;
}

h4 {
	font-size: 0.8em;
	color: #59573F;
	padding-bottom: 15px;
}

h5 {
	font-size: 0.7em;
	color:#5B5941;
	padding-bottom: 5pt;
	border-bottom-color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h6 {
	font-size: 0.8em;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:link {
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}

a:visited, a:active {
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FF6600;
	text-decoration: underline;
	font-weight: bold;
}form {
	font-size: 0.8em;
	color: #000000;
}
input {
}
.container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.imgRight {
	float: right;
}
.imgLeft {
	float: left;
	margin-right: 40px;
	margin-bottom: 30px;
}
.imgLeftHome {
	float: left;
	margin-right: 20px;
}
.imgHeader {
	margin-left: 100px;
	margin-top: 25px;
	margin-bottom: 25px;
}
.fontLinethrough {
	text-decoration: line-through;
}
#banner {
	background-image: url(images/banner940.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 162px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-color: #339999;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #59573F;
	border-left-color: #59573F;
	background-color: #339999;
}
#page {
	max-width: 61.75em;      /* 988px / 16px = 61.75em */
	min-width: 40em;      /* 640px / 16px = 40em */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0em;
	padding-bottom: 0;
	padding-left: 0em;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #59573F;
	border-left-color: #59573F;
	width: 988px;
}
#header {
	background-color: #339999;
	width: 988px;
	background-image: url(images/banner.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 160px;
	margin-bottom: 0px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #99CC66;
}
#menu {
	height: 40px;
	width: 100%;
	padding-top: 121px;
}
ul.menu {
	margin-left: 0px;
	padding-left: 5px;
	list-style-type: none;
	padding-bottom: 13px;
	padding-top: 9px;
}
ul.menu li {
	display: inline;
}
ul.menu a {
	display: inline;
	color: #DCD1A7;
	text-decoration: none;
	margin-right: 5px;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	font-weight: normal;
	font-size: .9em;
	padding-bottom: 14px;
}
ul.menu a:hover {
	display: inline;
	color: #59573F;
	text-decoration: none;
	background-color: #99CC66;
	margin-right: 5px;
	padding-top: 9px;
	padding-right: 15px;
	padding-bottom: 14px;
	padding-left: 15px;
	font-weight: normal;
	font-size: 0.9em;
}
* html ul.menu a {
	height: 1px;
} 
#contact p, label, legend {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}
#contact h1 {
	font-size: 1.3em;
	color: #FF6600;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#contact hr { 
	color: inherit; 
	height: 0; 
	margin: 6px 0 6px 0; 
	padding: 0; 
	border: 1px solid #d9d9d9; 
	border-style: none none solid; 
}
#contact {
	display: block;
	width: 100%;
	-webkit-border-radius:5px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	padding: 0px;
}

/* Form style */

#contact label {
	display: inline-block;
	float: left;
	height: 26px;
	line-height: 28px;
	width: 155px;
	-webkit-border-radius:5px;
	font-size: 12px;
}
#contact input, textarea, select {
	width: 240px;
	padding: 2px;
	color: #666;
	background: #f5f5f5;
	border: 1px solid #ccc;
	webkit-border-radius:5px;
	font-family: Verdana, Arial, sans-serif;
	font-size: .9em;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}   
#contact input:focus, textarea:focus, select:focus { 
	border: 1px solid #999; 
	background-color: #fff; 
	color:#333; 
}
#contact input.submit {
	width: 85px;
	cursor: pointer;
	border: 1px solid #59573F;
	color:#FFFFCC;
	background-color: #339999;
}
#contact input.submit:hover {
	background-color: #99CC66;
	color: #59573F;
}
#contact input[type="submit"][disabled] { 
	background:#888; 
}
#contact fieldset { 
	padding:20px; 
	border:1px solid #eee; 
	-webkit-border-radius:5px; 
	-moz-border-radius:5px; 
}
#contact legend {
	padding:7px 10px;
	font-weight:bold;
	color:#000;
	border:1px solid #eee;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	margin-bottom:0 !important;
	margin-bottom:20px;
	font-size: .9em;
}
#contact span.required{ 
	font-size: 13px; 
	color: #ff0000; 
} /* Select the colour of the * if the field is required. */

#message { 
	margin: 10px 0; 
	padding: 0; 
}

.error_message {
	display: block;
	height: 22px;
	line-height: 22px;
	padding: 3px 10px 3px 35px;
	color:#8a1f11;
	border: 1px solid #FBC2C4;
	-webkit-border-radius:5px;
	background-color: #FBE3E4;
	background-image: url(assets/error.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	font-size: 0.8em;
}

.loader { 
	padding: 0 10px; 
}

#contact #success_page h1 {
	padding-left:22px;
	background-image: url(assets/success.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#footer {
	background-color: #59573F;
	height: 25px;
	width: 940px;
	color: #DEDAAB;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: .825em;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #59573F;
	border-left-color: #59573F;
	bottom: 0px;
}
#footer a {
	color: #DEDAAB;
	text-decoration: underline;
	font-weight: normal;
}
#footer a:hover {
	color: #DEDAAB;
	text-decoration: none;
	font-weight: normal;
}
#wrapper {
	width: 940px;
	background-color: #DCD1A7;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #59573F;
	border-left-color: #59573F;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #99CC66;
	padding-top: 20px;
}
#sidebarRight {
	float: right;
	width: 280px;
	margin-top: 45px;
	margin-right: 20px;
	margin-left: 20px;
}
#sidebarRight #content {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #59573f;
}
#sidebarRight #externalLinks {
	height: 40px;
	padding-top: 15px;
	text-align: center;
}
#sidebarRight #contact2 {
	height: 40px;
	padding-top: 15px;
	text-align: center;
	font-size: .8em;
}
#sidebarRight ul {
	list-style-position: outside;
	list-style-type: square;
	font-size: .8em;
	padding-left: 40px;
}
#sidebarRight li {
}
#homeContent {
	margin-top: 0px;
	margin-bottom: 0px;
	width: 600px;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 35px;
}
#homeContent ul {
	list-style-position: outside;
	list-style-type: square;
	font-size: .8em;
	padding-left: 40px;
}
#homeContent li {
}
#mainContent {
	margin-top: 45px;
	margin-bottom: 0px;
	width: 580px;
	padding-left: 20px;
	padding-bottom: 35px;
	padding-right: 20px;
}
#mainContent ul {
	list-style-position: outside;
	list-style-type: square;
	font-size: .8em;
	padding-left: 40px;
}
#mainContent li {
}
#bodhileavesTopRight {
	position: absolute;
	top: -65px;
	background-image: url(images/bodhileaf-topright.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 200px;
	width: 350px;
	right: 65px;
	margin-right: 60px;
}
#thumbWrapper {
	width: 570px;
	padding-right: 15px;
	padding-left: 15px;
}
#thumbWeb {
	text-align: center;
	width: 271px;
	padding: 0px;
}
#thumbIdentity {
	text-align: center;
	width: 271px;
	padding: 0px;
	float: right;
}
#thumbHeading {
	height: 25px;
	width: 271px;
	color: #FFFFFF;
	font-size: .875em;
	font-weight: bold;
	padding-top: 10px;
	background-color: #FF6600;
}
#thumbContent {
	background-color: #FFFFFF;
	padding: 5px;
	width: 260px;
	border: 1px solid #66CC00;
	margin-top: 5px;
}
#thumbHeading a {
	color: #FFFFFF;
	text-decoration: none;
}
#thumbHeading a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#tagline {
	font-size: 1.5em;
	padding-bottom: 75px;
	text-align: right;
	padding-right: 15px;
	padding-top: 25px;
}
#tagline h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	padding-bottom: 20px;
}
#tagline h3 {
	font-size: .8em;
	color: #59573F;
}
