/* === set all margins and paddings to 0 for consistency === */
* {
	margin: 0;
	padding: 0;
}
/* ============ elements & gloabal settings ======= */
body {
	padding: 0;
	margin: 20px auto 0 auto;
	font: 76% verdana, arial, helvetica, sans-serif;
	color: #fff;
	background: #324e28;
	width: 760px;
}
/* ------------ relative font sizes --------------- */
h1 {
	font-size: 2.0em;
}
h2 {
	margin-top: 0;
	font-size: 1.8em;
}
h3 {
	font-size: 1.3em;
	margin-top: 10px;
	color: #fff;
}
h4 {
	font-size: 1.2em;
}
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: verdana, arial, helvetica, sans-serif;
}
h1,h2,h4,h5,h6 {
	color: #CCFF99;
}
/* ------------ line heights ---------------------- */
p, .newsbody, li {
	line-height: 1.6em;
}
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;
}
p {
	margin: 1em 0 0 0;
}
/* ------------ misc elements --------------------- */
address {
	display: inline;
	font-style: normal;
	font-weight: normal;
}
img {
	border: none;
}
div#img-strip {
	float: left;
	margin: 17px 12px 5px 0;
}
div#img-strip img {
	display: block;
	margin-bottom: 10px;
	border: 1px solid #000;
}
div#ukcr {
	width: 76px;
	float: right;
	background: #3E7F24;
	border: 1px solid #00622F;
}
div#ukcr img {
	display: block;
	/*border-bottom: 1px solid #00622F;*/
}
div#ukcr p {
	margin: 2px;
	font-size: 0.75em;
	line-height: 1.3em;
}

a {
	font-weight: bold;
}
a:link, a:visited {
	color: #FFFF99;
}
a:active, a:hover {
	color: #fff;
}
a.big {
	font-size: 1.3em;
}
label {	
	display: block;
	font: bold 0.9em tahoma, verdana, geneva, sans-serif;
	margin-top: 1em;
}
input.button {
	margin-top: 1em;
}
span.required {
	color: #FFFF99;
	font-weight: normal;
	text-transform: uppercase;
	font-size: .9em;
}

div.list-container {
	margin-left: 175px;
}
ul.list {
	margin: 10px 10px 0 0;
	padding: 0;
	list-style: none;
}
ul.list li {
	margin: 0;
	padding: 2px 0 2px 11px;
	background: url(../images/bullet_arrow_green.gif) no-repeat 0 0.7em; 
}

/* ============  MAIN PAGE BLOCKS ================= */
table#content {
	width: 760px;
}
table#content td {
	vertical-align: top;
}
table#content tr td#left {
	background: #669933 url(../images/bg_shadow_right.gif) repeat-y right;
	width: 546px;
}
table#content tr td#right {
	background: #3e7f24;
	width: 214px;
	border-left: 1px solid #445238;
}
table#content tr td#right h3 {
	background: #63984e;
	margin: 0;
	padding: 5px 10px;
	border-bottom: 1px solid #404e37;
}
table#content tr td#right h3 a:link, table#content tr td#right h3 a:visited {
	color: #fff;
	text-decoration: none;
}
table#content tr td#right h3 a:active, table#content tr td#right h3 a:hover {
	color: #FF6600;
	text-decoration: none;
}
#pagebodycontent {
	background: #fff;
	margin: 0;
	padding: 0;
}
#banner {
	padding: 10px;
	/*background: #fffac1;*/
	background: #fffac1 url(../images/banner.gif) no-repeat top right;
}
#banner img {
	display: block;
}
div#main-photo {
	background: url(../images/david_jumping.jpg) no-repeat top left;
	height: 222px;
	border-bottom: 1px solid #445238;
}
div#main-photo p {
	text-align: right;
	margin: 0;
	padding: 15px;
	color: #fff;
	font-size: 1.3em;
}

div#content-area {
	background: url(../images/bg_shadow.gif) no-repeat top right;
	padding: 10px;
}
div#content-area h4 {
	color: #FFFAC1;
}
div#content-area ul {
	margin: 10px 10px 0 10px;
	padding: 0;
	list-style: none;
}
div#content-area ul li {
	margin: 0;
	padding: 2px 0 2px 11px;
	background: url(../images/bullet_arrow_green.gif) no-repeat 0 0.7em; 
}

/* ============  NEWS BOX ================= */
div#news-box ul {
	margin: 5px 10px;
	padding: 0;
	list-style: none;
	color: #ccff99;
}
div#news-box ul li {
	background: url(../images/bullet_arrow_gold.gif) no-repeat 0 0.7em;
	padding: 2px 0 0 15px;
}
div#news-box h4 {
	font-size: 1.1em;
}
div#news-box h4 a:link, div#news-box h4 a:visited {
	color: #ffff99;
}
div#news-box h4 a:active, div#news-box h4 a:hover {
	color: #fff;
}


#footerbar {
	padding: 5px 10px;
	margin-top: 0em;
	background: #00622f;
	border-top: 1px solid #445238;
	border-bottom: 1px solid #000;
	color: #FFFAC1;
	font-size: 1em;
	line-height: 1.3em;
}
#footerbar p {
	margin: 0;
	letter-spacing: 1px;
}
#footerbarunder {
	font-size: 0.9em;
	color: #99CC00;
	padding: 1em 0;
}

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#haylage {
	background: #3E7F24;
	/*width: 100%;*/
	clear: both;
	border: 1px solid #000;
}
div#haylage p {
	margin: 0;
	padding: 5px 10px;
	text-align: center;
	color: #FFFF99;
}

/* ============ nav bar content =================== */
#navbarh {
	padding: 0.2em;
	background: #00622f url(../images/bg_navbarh.gif) repeat-x top;
	border-bottom: 1px solid #445238;
}
#navbarh ul {
	padding: 5px 0 5px 10px;
	margin: 0;
}
#navbarh ul li {
	display: inline;
	padding: 1px 20px 0 14px;
	background: url(../images/bullet_arrow_orange.gif) no-repeat 0 0.3em;
}
#navbarh ul li a {
	font-weight: bold;
	text-transform: uppercase;
}
#navbarh a:link, #navbarh a:visited {
	color: #99cc00;
	text-decoration: none;
}
#navbarh a:active, #navbarh a:hover {
	color: #fff;
	text-decoration: underline;
}

/* ============  FORM STYLING ================= */
div.form label {
	color: #fff;
	margin-bottom: 3px;
}
div.form input.box, div.form textarea.box {
	width: 180px;
	border: 1px solid #00622F;
	padding: 2px 1px;
	color: #000;
	background: url(../images/bg_formbox.gif) repeat;
}

/* ============ misc content styles =============== */
h3.headerbar {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	padding: 5px;
	background: #3e7f24;
	font-size: 1.1em;
	margin-top: 15px;
	margin-bottom: 10px;
}
div.hr {
	border-top: 1px solid #FFFF99;
	margin: 1em 0;
}
div.hr hr {
  display: none;
}
p.newsarticledate {
	font: normal 0.9em 'lucida console', courier, monospace;
	color: #404E37;
	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: #99CC00;	
}
A.qdk:hover	{ 
	text-decoration: underline; 
	color: #f60;  
}
.sig {
	color: #99CC00;
	font: 0.8em arial, helvetica, sans-serif;
	margin: 1em 0 0 0;
}

