* {
	margin: 0;
	padding: 0;
} 

/* ============ elements & gloabal settings ======= */
body {
	padding: 0;
	margin: 20px auto;
	font: 76% tahoma, Arial, Helvetica, sans-serif;
	color: #000;
	/*background: url(../images/bg_tile.gif) repeat;*/
	background: #e6d9bd url(../images/bg_fade.gif) repeat-x top;
	width: 760px;
}
/* ------------ relative font sizes --------------- */
h1 {
	font-size: 2.0em;
}
h2 {
	margin-top: 0;
	font-size: 1.8em;
}
h3 {
	font-size: 1.4em;
	margin-top: 1em;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1.0em;
}
p, ol, ul, li {
	font-size: 1.0em;
}
p {
	margin: 0.5em 0 1em 0;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'trebuchet ms', sans-serif;
	color: #8d2011;
}
/* ------------ line heights ---------------------- */
p, .newsbody, li{
	line-height: 1.7em;
}
ul.box li {
	line-height: 1.4em;
}
/* ------------ margins --------------------------- */
h3, h4, h5, h6 {
	margin-bottom: 0.2em;
}
h4.box {
	margin-bottom: 0.6em;
}
h5, h6 {
	margin-bottom: 0;
}
/* adjacent sibling selectors not supported by: 
ie except ie5 (mac)
nn4
opera 3.5 */
h5 + p, h6 + p {
	margin-top: 0;
}
/* ------------ misc elements --------------------- */
address {
	display: inline;
	font-style: normal;
	font-weight: normal;
}
img {
	border: none;
}
div.img-float-right {
	float: right;
	margin: 10px 0 0 10px;
	background: #DFC790;
	padding: 1px;	
}
div.img-float-left {
	float: left;
	margin: 10px 10px 0 0;
	background: #DFC790;
	padding: 1px;
}
div.img-float-right img, div.img-float-left img {
	display: block;
	border: 1px solid #fff;
}
a {
	font-weight: bold;
}
a:link, a:visited {
	color: #d91b00;
}
a:active, a:hover {
	color: #00d11b;
}
label {	
	display: block;
	font: bold 0.9em tahoma, verdana, geneva, sans-serif;
	margin-top: 1em;
}
input.button {
	margin-top: 1em;
}
span.required {
	color: #CCAA6D;
	font-size: .9em;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/* ============  MAIN PAGE BLOCKS ================= */
#mainblockfull {
	width: 100%;
	background: #fff;
	padding-bottom: 10px;
}
#mainblockcentre {
	float: left;
   background: #fff;
   width: 49.9%;
}
#mainblockside {
	float: left;
   /*background: #fff url(../images/bg_masks_large.gif) no-repeat bottom left;*/
	background: #fff;
   width: 74.9%;
}
#sidebarright, #sidebarlLeft {
   float: left;
   width: 24.9%;
}
#sidebarleft {
	background: transparent;
}
#sidebarright {
	background: transparent;
}
#pagebodycontent {
	background: #8d2011;
	/*margin: 1px 0;*/
	padding-bottom: 0;
	border-width: 0 1px;
	border-style: solid;
	border-color: #8d2011;
}
#banner {
	padding: 0;
	background: #8d2011 url(../images/bg_header.gif) no-repeat top right;
	/*margin-bottom: 10px;*/
}
#banner img {
	display: block;
	padding: 6px 10px 0 10px;
}
#footerbar {
	padding: 0.3em 0.6em;
	margin-top: -1px;
	background: #F6EFDE;
	border-width: 0 1px 1px 1px;
	border-color: #8d2011;
	border-style: solid;
	color: #336138;
}
#footerbar a {
	text-decoration: none;
}
#footerbar a:link, #footerbar a:visited {
	color: #336138;
}
#footerbar a:active, #footerbar a:hover {
	color: #CC3300;
}
#footerbarunder {
	font-size: 0.9em;
	color: #336138;
	padding: 0.5em 0 0 2px;
}
#footerbarunder a:link, #footerbarunder a:visited {
	color: #336138;
	text-decoration: none;
}
#footerbarunder a:active, #footerbarunder a:hover {
	color: #CC3300;
	text-decoration: underline;
}

ul.box {
	padding: 0 0 0 0.7em;
	margin: 0 0 0 0.7em;
	list-style: outside url( '../images/list_bullet_arrow.gif' );
	font-size: 0.9em;
}
div.something {
	width: 100%;
	background: lime;
}

/* ============ nav bar content =================== */
div#navbarh {
	background: #336138;
	width: 568px;
	border-left: 1px solid #8d2011;
	padding-top: 1px;
	padding-bottom: 1px;
}
#navlist {
	padding: 0 0 0 5px;
	margin-left: 0;
	/*border-bottom: 1px solid #d91b00;*/
	font: bold 12px Verdana, sans-serif;
}
#navlist li {
	list-style: none;
	margin: 0;
	display: inline;
	padding: 0 1px 0 0;
}
#navlist li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	text-decoration: none;
}
#navlist li a:link, #navlist li a:visited { 
	color: #fff; 
}
#navlist li a:active, #navlist li a:hover {
	color: #CCAA6D;
}
#navlist li a#current {
	background: white;
	color: #8d2011;
	border-bottom: 1px solid white;
}

/* [[[[[[[[[[[[[[[[[[[[[[[[[[[[[  NEWS & EVENTS BOX STYLING  ]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] */
div#news-box {
	background: transparent url(../images/bg_newsboxtop.gif) no-repeat top right;
	color: #fff;
	width: 100%;
	padding-top: 38px;
}
h3.news-cat {
	background: transparent;
	margin: 0;
	padding: 0 4px 1px 4px;
	border-bottom: 1px solid #EEE1C4;
}
h3.news-cat a {
	text-decoration: none;
}
h3.news-cat a:link, h3.news-cat a:visited {
	color: #fff;
}
h3.news-cat a:active, h3.news-cat a:hover {
	color: #EEE1C4;
} 

h4.news-title {
	color: #336138;
	background: #dfc790;
	margin-top: 10px;
	padding: 0 5px 2px 5px;
	font-weight: normal;
	border: 1px solid #C9A143;
}
h4.news-title a {
	font-weight: normal;
}
ul.news-item {
	margin: 0;
	list-style: none;
	padding: 4px 4px 4px 6px;
	color: #EEE1C4;
}
ul.news-item li {
	background: url(../images/bullet_arrow2.gif) no-repeat 0 0.65em;
	padding: 0 0 0 13px;
}
ul.news-item a {
	text-decoration: none;
}
ul.news-item a:link, ul.news-item a:visited {
	color: #fff;
}
ul.news-item a:active, ul.news-item a:hover {
	color: #EEE1C4;
}
a.read-more {
	padding: 0 6px;
	text-decoration: none;
}
a.read-more:link, a.read-more:visited {
	color: White;
}
a.read-more:active, a.read-more:hover {
	color: #EEE1C4;
}
/* ============ misc content styles =============== */
h3.headerbar {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #fff #ccc #ccc #ccc;
	padding: 0;
}
div.hr {
	border-top: 1px solid #ccc;
	margin: 1em 0;
}
div.hr hr {
  display: none;
}
p.newsarticledate {
	font: normal 0.9em 'lucida console', courier, monospace;
	color: #acacac;
	margin: 0 0 1em 0;
}
div.usermessage {
	border: 1px solid #eee;
	padding: 0.3em;
	background: #f9f9f9;
	color: #c30;
	font: 0.9em 'ludica console', courier, monospace;
	margin-bottom: 1em;
}

/* ============ signature ========================= */
A.qdk:link, A.qdk:visited, A.qdk:active	{	
	text-decoration: underline;	
	color: #8D2011;	
}
A.qdk:hover	{ 
	text-decoration: underline; 
	color: #f60;  
}
.sig {
	color: #8D2011;
	font: 0.8em arial, helvetica, sans-serif;
	margin: 1em 0 0 0;
}

/* [[[[[[[[[[[[[[[[[[[[[[[[[[[[[  GALLERY STYLING  ]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] */
div#gallery {
	padding-bottom: 100px;
}
div#gallery ul {
	list-style: none;
}
div.thumb {
	float: left;
	margin: 0 6px 8px 0;
	background: #F6EFDE;
	padding: 1px;
	border: 1px solid #E4CE9B;
}
div.thumb img {
	display: block;
	border: 1px solid #fff;
}
ul.navlistsub {
	list-style: none;
	margin: 5px 0 0 2px;
}
ul.navlistsub li {
	display: inline;
	background: url(../images/bullet_arrow.gif) no-repeat 0 0.3em;
	padding: 0 0 0 12px;
}
ul.gallerylist {
	margin: 5px 0 0 2px;
}
ul.gallerylist li {
	background: url(../images/bullet_arrow.gif) no-repeat 0 0.6em;
	padding: 0 0 0 14px;
}
div.contentsubnav a:link, div.contentsubnav a:visited, ul.gallerylist a:link, ul.gallerylist a:visited {
	color: #8D2011;
}
div.contentsubnav a:active, div.contentsubnav a:hover, ul.gallerylist a:active, ul.gallerylist a:hover {
	color: #336138;
}
