@charset "utf-8";
/* CSS Document */
html {
	height: 100%;
}
* {
	padding: 0;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
}
body {
	font: normal .80em 'trebuchet ms', arial, sans-serif;
	background: #F0EFE2;
	color: #777;
}
p {
	padding: 0 0 20px 0;
	line-height: 1.7em;
}
h1, h2, h3, h4, h5, h6 {
	font: normal 175% 'century gothic', arial, sans-serif;
	color: #43423F;
	margin: 0 0 15px 0;
	padding: 15px 0 5px 0;
}
h2 {
	font: normal 175% 'century gothic', arial, sans-serif;
	color: #009933;
}
h4, h5, h6 {
	margin: 0;
	padding: 0 0 10px 0;
	font: normal 120% arial, sans-serif;
	color: #009933;
}
h5, h6 {
	font: italic 95% arial, sans-serif;
	padding: 0 0 15px 0;
	color: #000;
}
h6 {
	color: #362C20;
}
a, a:hover {
	text-decoration: underline;
	color: #A4AA04;
}
a:hover {
	text-decoration: none;
}
.left {
	float: left;
	width: auto;
	margin-right: 10px;
}
.right {
	float: right;
	width: auto;
	margin-left: 10px;
}
.center {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
blockquote {
	margin: 20px 0;
	padding: 10px 20px 0 20px;
	border: 1px solid #E5E5DB;
	background: #FFF;
}
ul {
	margin: 2px 0 22px 17px;
}
ul li {
	list-style-type: circle;
	margin: 0 0 6px 0;
	padding: 0 0 4px 5px;
}
ol {
	margin: 8px 0 22px 20px;
}
ol li {
	margin: 0 0 11px 0;
}
#main, #logo, #menubar, #site_content, #footer {
	margin-left: auto;
	margin-right: auto;
}
#header {
	background: #258002;
	height: 240px;
}
#logo {
	width: 925px;
	position: relative;
	height: 168px;
	background: #258002 url(../images/logo.png) no-repeat;
}
#logo #logo_text {
	position: absolute;
	top: 20px;
	left: 0;
}
#logo h1, #logo h2 {
	font: normal 300% 'century gothic', arial, sans-serif;
	border-bottom: 0;
	text-transform: none;
	margin: 0;
}
#logo_text h1, #logo_text h1 a, #logo_text h1 a:hover {
	padding: 22px 0 0 0;
	color: #FFF;
	letter-spacing: 0.1em;
	text-decoration: none;
}
#logo_text h1 a .logo_colour {
	color: #CDF63E;
}
#logo_text h2 {
	font-size: 100%;
	padding: 4px 0 0 0;
	color: #DDD;
}
#menubar {
	width: 977px;
	height: 72px;
	padding: 0;
	background: #515D25 url(../images/menu.png) repeat-x;
}
ul#menu, ul#menu li {
	float: left;
	margin: 0;
	padding: 0;
}
ul#menu li {
	list-style: none;
}
ul#menu li a {
	letter-spacing: 0.1em;
	font: normal 100% 'lucida sans unicode', arial, sans-serif;
	display: block;
	float: left;
	height: 37px;
	padding: 29px 26px 6px 26px;
	text-align: center;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	background: transparent;
}
ul#menu li a:hover, ul#menu li.selected a, ul#menu li.selected a:hover {
	color: #FFF;
	background: #373F1D url(../images/menu_select.png) repeat-x;
}
#site_content {
	width: 937px;
	overflow: hidden;
	margin: 0 auto 0 auto;
	padding: 20px 24px 20px 37px;
	background: #FFF url(../images/content.png) repeat-y;
}
.sidebar {
	float: right;
	width: 210px;
	padding: 0 10px 10px;
	border-radius: 22px;
	background-color: #E8E8E8;
}
.sidebar ul {
	width: 178px;
	padding: 4px 0 0 0;
	margin: 4px 0 30px 0;
}
.sidebar li {
	list-style: none;
	padding: 0 0 7px 0;
}
.sidebar li a, .sidebar li a:hover {
	padding: 0 0 0 40px;
	display: block;
	background: transparent url(../images/link.png) no-repeat left center;
}
.sidebar li a.selected {
	color: #444;
	text-decoration: none;
}
.sidebar .portrait {
	padding: 5px;
	height: 260px;
	width: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
.sidebarpostit {
	float: right;
	width: 210px;
	padding: 0 10px 10px;
	background-color: #FFFF99;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	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: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#content {
	text-align: justify;
	width: 685px;
	padding: 0;
}
#content ul {
	margin: 2px 0 22px 0px;
}
#content ul li {
	list-style-type: none;
	background: url(../images/bullet.png) no-repeat;
	margin: 0 0 6px 0;
	padding: 0 0 4px 25px;
	line-height: 1.5em;
}
#footer {
	width: 978px;
	font: normal 75% 'lucida sans unicode', arial, sans-serif;
	height: 33px;
	padding: 24px 0 5px 0;
	text-align: center;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	background-color: #ffffff;
	background-image: url(../images/footer.png);
	background-repeat: repeat-x;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
.search {
	color: #5D5D5D;
	border: 1px solid #BBB;
	width: 134px;
	padding: 4px;
	font: 100% arial, sans-serif;
}
#colours {
	height: 0px;
	text-align: right;
	padding: 66px 16px 0px 300px;
}
.form_settings {
	margin: 15px 0 0 0;
}
.form_settings p {
	padding: 0 0 4px 0;
}
.form_settings span {
	float: left;
	width: 200px;
	text-align: left;
}
.form_settings input, .form_settings textarea {
	padding: 5px;
	width: 299px;
	font: 100% arial;
	border: 1px solid #E5E5DB;
	background: #FFF;
	color: #47433F;
}
.form_settings .submit {
	font: 100% arial;
	border: 1px solid;
	width: 99px;
	margin: 0 0 0 212px;
	height: 33px;
	padding: 2px 0 3px 0;
	cursor: pointer;
	background: #5B7102;
	color: #FFF;
}
.form_settings textarea, .form_settings select {
	font: 100% arial;
	width: 299px;
}
.form_settings select {
	width: 310px;
}
.form_settings .checkbox {
	margin: 4px 0;
	padding: 0;
	width: 14px;
	border: 0;
	background: none;
}
.separator {
	width: 100%;
	height: 0;
	border-top: 1px solid #D9D5CF;
	border-bottom: 1px solid #FFF;
	margin: 0 0 20px 0;
}
table {
	margin: 5px 0 0 5px;
}
table tr th, table tr td {
	background: #3B3B3B;
	color: #FFF;
	padding: 7px 4px;
	text-align: left;
}
table tr td {
	background: #F0EFE2;
	color: #47433F;
	border-top: 1px solid #FFF;
}
#worm {
	position: relative;
	visibility: visible;
	height: auto;
	width: auto;
	float: right;
	margin-right: 25px;
}
.portrait {
	padding: 5px;
	height: 220px;
	width: auto;
}
#slideshow {
	width: 515px;
	height: 415px;
	float: left;
	margin-right: 20px;
	background-image:url(../images/emblem_bkground.jpg)
}
#slideshow_2 {
	width: 570px;
	height: 455px;
	float: left;
	margin-left: 70px;
	background-image: url(../images/Zborlogo.jpg)
}
#compass {
	clear: left;
	float: left;
	height: auto;
	width: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.twolists {
	float: left;
	height: auto;
	width: auto;
	margin-right: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
}
#genphoto {
	margin-top: 10px;
	margin-bottom: 20px;
	width: auto;
	height: auto;
}
