/* ============ elements & gloabal settings ======= */
body {
	padding: 0;
	margin: 0;
	font-size: 76%; 
	font-family: tahoma, helvetica, arial, sans-serif;
	color: #666;
	background-color: #fff;
}
/* ------------ relative font sizes --------------- */
h1 {
	font-size: 2.0em;
}
h2 {
	margin-top: 0;
	font-size: 1.5em;
	text-transform: uppercase;
}
span.firstLetter {
	font-size: 1.3em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1.0em;
}
p, ol, ul, li {
	font-size: 1.0em;
}
h1,h2,h3,h4,h5,h6 {
	/*font-family: 'trebuchet ms', sans-serif;*/
	font-family: "Times New Roman", Times, serif;
	color: #5f8532;
}
h3.sectionHeader {
	background: #ebede0;
	padding: 5px;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1.2em;
}
/* ------------ line heights ---------------------- */
p, .newsbody, li {
	line-height: 1.5em;
}
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;
}
a {
	font-weight: bold;
}
a:link {
	color: #616e32;
}
a:visited {
	color: #616e32;
}
a:hover {
	color: #cc612c;
}
a:active {
	color: #cc612c;
}
label {	
	display: block;
	font: bold 0.9em tahoma, verdana, geneva, sans-serif;
	margin-top: 1em;
	color: #616e32;
}
input, textarea {
	background: #f4f5ee;
	border-width: 1px;
	border-color: #c0c6a3 #a8af8e #a8af8e #c0c6a3;
	border-style: solid;
	margin-top: 4px;
	color: #000;
}
input.button {
	margin-top: 1em;
}
span.required {
	color: #df9b7a;
	font-size: .8em;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-left: 4px;
}
/* ============  MAIN PAGE BLOCKS ================= */
#mainblockfull {
	width: 100%;
	background: #fff;
}
#mainblockcentre {
	float: left;
   background: #fff;
   width: 49.9%;
}
#mainblockside {
	float: left;
   background: #fff;
   width: 74.9%;
}
#sidebarright, #sidebarlLeft {
   float: left;
   width: 24.9%;
}
#sidebarleft {
	background: #ccc;
}
#sidebarright {
	background: #fff;
}
#pagebodycontent {
	background: #fff;
	margin: 1px 0;
	padding-bottom: 2em;
/*	border-width: 1px 0;
	border-style: solid;
	border-color: #eee;*/
}
#banner {
	/*padding: 2em;*/
	padding: 10px 0 10px 20px;
	background: url(../images/bg_header.gif) no-repeat right;
}
#footerbar {
	padding: 0.6em;
	margin-top: 0em;
	background: #f4f5ee;
	border-width: 0 0 1px 0;
	border-color: #000 #000 #c0c6a3 #000;
	border-style: solid;
}
#footerbarunder {
	font-size: 0.9em;
	color: #616e32;
	padding: 1em;
}
/* --- Two Column Layout --- */
div#colLeft {
	width: 48.9%;
	float: left;
	border-right: 1px solid #ebede0;	
}
div#colRight {
	width: 49.9%;
	float: left;
	padding: 0 0 0 1%;
}
#colLeft p , #colRight p {
	padding: 0 8px 0 0;
}
#colLeft img {
	padding: 10px 0;
	border-style: solid;
	border-width: 1px 0;
	border-color: #ebede0;
	float: left;
	margin: 0 10px 5px 0;
}
/*#colRight img {
	padding: 10px 0;
	border-style: solid;
	border-width: 1px 0;
	border-color: #ebede0;
	float: left;
	margin: 15px 0 0 0;
}*/
/* ----- Three Column Layout ----- */
#colOne {
	float: left;
	width: 32.3%;
	padding-right: 1%;
}
#colTwo {
	float: left;
	width: 32.3%;
	padding-left: 1.9%;
	border-left: 1px solid #ebede0;	
}
#colThree {
	float: left;
	width: 32.3%;
}

#colOne img {
	padding: 10px 0;
	border-style: solid;
	border-width: 1px 0;
	border-color: #ebede0;
	float: left;
	margin: 0 10px 5px 0;
}
#colTwo img {
	padding: 5px 0;
	border-style: solid;
	border-width: 1px 0;
	border-color: #ebede0;
	float: left;
	margin: 5px 10px 0 0;
}
#colThree img {
	padding: 10px 0;
	border-style: solid;
	border-width: 1px 0;
	border-color: #ebede0;
	float: left;
	margin: 0 0 5px 10px;
}


/* --- Box Outs --- */
div.boxOut {
	background: #f4f5ee;
	border-style: solid;
	border-color: #dcdfcc;
	border-width: 1px;	
	margin-bottom: 10px;
	padding: 3px 6px;
	width: 95%;
}
div.boxOut h3 {
	margin-top: 0;
}
div.boxOut p {
	line-height: 1.5em;
}
div.boxOut img {
	float: left;
	margin: 3px 8px 6px 0;
	background: none;
	
	/*RETIRED newBox*/

/* --- News Box --- */
/*div#newsBox {
	background: lime;
	background: #fdf7f2;
	border: 1px solid #F6DEC9;
}
#newsBox h4 {
	background: #f9eadc;
	padding: 0 3px 1px 3px;
	border-bottom: 1px solid #E8B8A1;
}*/

}
#newsContainer {
	border: 1px solid #E8B8A1;
	background: #FDF7F2;
}
#newsContainer h3 {
	border: 1px solid #E8B8A1;
	background: #f9eadc;
	color: #f9eadc;
	font-size: 1.3em;
	padding: 5px;
	font-weight: bold;
}
#newsContainer h4 {
	font-size: 1em;
	margin: 0;
}
#newsContainer h3 a {
	color: #cc612c;
	text-decoration: none;
}
#newsContainer h3 a:hover  {
	color: #8d360d;
	text-decoration: underline;
}
#newsContainer ul {
	margin: 10px 10px 10px 6px;
	padding: 0;
	list-style-type: none;
}
#newsContainer ul li {
	background: url( ../images/bullet_arrow.gif ) no-repeat 0 0.3em;
	padding: 0px 9px 0px 20px;
}
/* ============ boxes ============================= */
h4.box a:link, h4.box a:visited {
	color: #cc612c;
	text-decoration: none;
}
h4.box a:hover {
	color: #000;
	text-decoration: none;
}
h4.box a:active {
	color: #eed870;
	text-decoration: none;
}

/* ------------ other main page block settings ---- */
/*#sidebarright > div > h4:first-child {
	margin-top: 0;
} 
#mainblockside > div > h2, #mainblockfull > div > h2 {
	margin-top: 0;
}*/


ul.box {
	padding: 0 0 0 5px;
	margin: 0;
	list-style: none;
	font-size: 0.9em;
}
ul.box li {
	background: url(../images/bullet_arrow.gif) no-repeat 0 0.25em;
	padding: 0 0 0 18px;
}

ul.facilities {
	list-style: none;
	margin: 0 10px 5px 10px;
	padding: 0;
}
ul.facilities li {
	background: url(../images/bullet_orange_blocks.gif) no-repeat 0 0.7em;
	margin: 0;
	padding: 0 0 0 10px;
}

/* ============ nav bar ============ */
#navbarh {
	padding: 0 20px;
	background: #ebede0;
	border-width: 1px 0;
	border-style: solid;
	border-color: #c0c6a3;
}
#navbarh ul {
	padding: 3px 0 3px 2px;
	margin: 0;
}
#navbarh ul li {
	display: inline;
	padding: 0 20px 0 14px;
	background: url(../images/bullet_green_square.gif) no-repeat 0 0.3em;
}
#navbarh ul li:hover {
	background: url(../images/bullet_orange_square.gif) no-repeat 0 0.3em;
}
#navbarh ul li.sel {
	background: url(../images/bullet_orange_square.gif) no-repeat 0 0.3em;
}
#navbarh ul li a {
	font-weight: bold;
}
#navbarh a:link, #navbarh a:visited {
	color: #616e32;
	text-decoration: none;
}
#navbarh a:hover, #navbarh a:active {
	color: #cc612c;
	text-decoration: none;
}
/* selected links */
#navbarh a.sel:link, #navbarh a.sel:visited {
	color: #cc612c;
	text-decoration: none;
}

/* ============ 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: #a8af8e;	
}
A.qdk:hover	{ 
	text-decoration: underline; 
	color: #cc612c;  
}
.sig {
	color: #a8af8e;
	font: 0.8em arial, helvetica, sans-serif;
	margin: 1em 0 0 0;
}

