/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #E2E2D2;
	font-size: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #515151;
}
html { 
	min-height: 100%; 
	margin-bottom: 1px; 
}
#wrapper {
	margin: 0 auto;
	width: 760px;
	text-align: left;
	background-color: #ffffff;
	border-left: 1px solid #848484;
	border-right: 1px solid #848484;
	border-bottom: 1px solid #848484;
}
#brandingcont {
	background: url(images/brandbg.jpg) repeat-x;
	border-bottom: 4px solid #E36F46;
	padding: 0;
	margin: 0;
}
#branding {
	width: 760px;
	margin: 0 auto;
	background: url(images/branding.jpg) no-repeat;
	height: 150px;
}
#contentMain {
	float: left;
	width: 470px;
	margin-left: 12px;
	padding-top: 1.4em;
	padding-bottom: 1.4em;
	font-size: .8em;
}
#contentMain h1 {
	color: #e36f46;
	font-size: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#contentMain h2 {
	color: #e36f46;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#contentMain a:link, #contentMain a:visited, #contentMain a:active {
	color: #515151;
	text-decoration: underline;
}
#contentMain a:hover, #contentMain a:focus {
	color: #e36f46;
	text-decoration: none;
} 
#contentSub {
	float: right;
	width: 240px;
	padding-top: 2em;
	padding-bottom: 2em;
	margin-right: 10px;
	font-size: .8em;
}	
#contentSub ul {
	margin: 0 0 0 10px;
	padding: 6px 0;
	list-style: none;
}
#contentSub li {
	padding-bottom: 10px;
}
#contentSub h2 {
	font-size: 1.4em;
	padding: 6px 0 15px 0;
	border-top: 1px solid #515151;
	text-align: center;
	background: url(images/sidebottom.gif) no-repeat bottom;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #515151;
}
#contentSub a:link, #contentSub a:visited, #contentSub a:active {
	color: #515151;
	font-weight: bold;
	text-decoration: none;
}
#contentSub a:hover, #contentSub a:focus {
	color: #e36f46;
}
#bottombar {
	clear: both;
	margin: 0;
	padding: 0;
	background: url(images/footertop.gif) no-repeat;
	height: 15px;
}
#footer {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: .7em;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #515151;
}
#footer a:hover, #footer a:focus {
	background-color: #eeeeee;
	color: #e36f46;
}
#contentMain a:hover, #contentMain a:focus {
	color: #e36f46;
	background-color: #eeeeee;
}
#sitecredits {
	width: 740px;
	margin: 0 auto;
	padding-top: 1em;
	font-size: .7em;
	text-align: right;
}
#sitecredits a {
	color: #515151;
	text-decoration: none;
}
#sitecredits a:hover {
	color: #E36F46;
}
li {
	padding-bottom: 8px;
}
strong {
	color: #e36f46;
}
/** 1 | 2 | 3 next nav index used on writings/news etc **/
p.navIndex {
	display:block;
	height:30px;
	margin-bottom:20px;
	}
.navIndex a, .navIndex strong {
	text-decoration:none;
	display:block;
	float:left;
	padding:3px 7px 3px 7px;
	border:1px solid #ccc;
	margin:2px;
	}
.newsdate {
	color:#666;
	font-size:11px;
	margin:0px;
	}
#fmContact * {
	font-size:11px;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	}	
#fmContact label {
	margin-top:3px!important;
	display:block;
	text-align:right;
	margin-top:3px;
	}
#fmContact label span {
	color:#ff0000;
	padding:3px;
	}
#fmContact th , #fmContact td {
	vertical-align:top!important;
	}
#fmContact input, #fmContact textarea {
	padding:3px;
	font-size:11px;
	border:1px inset #fff;
	}
#fmContact .fmbtn {
	border:2px solid #bbb;
	background-color:#fff;
	cursor:pointer;
	}
.error {
	color:#ff0000;
	margin:0px;
	padding:0px;
	}
.orangerow {
	color: #ffffff;
	font-weight: bold;
	background-color: #364B46;
	padding: 4px;
}
.buddhatable {
	font-size: .8em;
}
.buddhatable tr {
	vertical-align: top;
	padding: 5px 0;
}