html
{
	height: 100%;
	margin-bottom: 1px;
}

*
{
	margin: 0;
	padding: 0;
}

body
{
	font: normal .80em 'lucida sans unicode', arial, sans-serif;
	background: #C9C9B3;
	color: #555;
}

P
{
	padding: 0 0 20px 0;
	line-height: 1.7em;
}

img
{
	border: 0;
}

h1, h2, h3, h4, h5, h6
{
	color: #362C20;
	letter-spacing: 0em;
	padding: 0 0 5px 0;
}

h1, h4
{
	font: normal 175% 'lucida sans unicode', arial;
	margin: 0 0 15px 0;
	padding: 5px 20px 5px 0;
	color: #9D2B11;
}

h2, h5
{
	color: #333;
	padding: 10px 0 5px 0;
	margin: 0 0 15px 0;
	font: normal 140% arial;
}

h3, h6
{
	color: #888;
	font: italic 95% arial;
	letter-spacing: normal;
	padding: 0 0 15px 0;
}

h4, h6
{
	color: #B60000;
}

h5
{
	color: #362C20;
}

a, a:hover
{
	outline: none
	text-decoration: underline;
	color: #A4AA04;
}

a:hover
{
	text-decoration: none;
}

blockquote
{
	margin: 20px 0;
	padding: 10px 20px 0 20px;
	border: 1px solid #E5E5DB;
	background: #FFF;
}

ol
{
	margin: 8px 0 22px 20px;
}

ol li
{
	margin: 0 0 11px 0;
}

#main, #header, #logo, #menubar, #site_content, #footer
{
	margin-left: auto;
	margin-right: auto;
}

#main
{
	width: 944px;
	background: url(../images/main.png) repeat-y;
	padding-bottom: 17px;
}

#header
{
	background: transparent;
	height: 302px;
	width: 884px;
	border-top: 17px solid #FFF;
}

#logo
{
	width: 880px;
	position: relative;
	height: 281px;
	background: #FFF;
}

#site_content, #site_content_whole
{
	width: 880px;
	overflow: hidden;
	margin: 22px auto 3px auto;
	padding: 0 0 20px 0;
	border-top: 1px solid #ACC949;
	border-bottom: 1px solid #ACC949;
	background: #FFF url(../images/back_blank.png) repeat-y;
}

#site_content_whole
{
	background: #FFF url(../images/back_blank.png) repeat-y;
}

#sidebar_container
{
	float: right;
	width: 226px;
	padding: 17px 10px 10px 20px;
}

.sidebar
{
	float: left;
	width: 205px;
	padding: 10px 5px 5px 5px;
	border: 1px solid #CFCDC5;
	margin-bottom: 10px;
	text-align: center;
}

.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 25px;
	display: block;
	background: transparent url(../images/link.png) no-repeat left center;
}

.sidebar li a.selected
{
	color: #444;
}

.sidebar h1
{
	padding-bottom: 8px;
	margin-bottom: 0;
	text-align: center;
	width: 100%;
}

.sidebar h2
{
	padding-bottom: 6px;
	margin-bottom: 0;
}

.sidebar img
{
	display: block;
	text-align: center;
	margin: 0 auto;
}

#content, #content_wide
{
	text-align: left;
	width: 584px;
	padding: 20px 0 20px 20px;
	float: left;
}

#content_wide
{
	width: 840px;
}

#content ul, #content_wide ul
{
	margin: 2px 0 22px 0px;
}

#content ul li, #content_wide 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;
}

.componentheading
{
	letter-spacing: 0em;
	font: normal 175% 'lucida sans unicode', arial;
	margin: 0 0 15px 0;
	padding: 5px 20px 5px 0;
	color: #9D2B11;
}

.contentpaneopen
{
	width: 584px;
}

#content ul.content_list, #content ul.content_list
{
	margin: 0;
}

#content ul.content_list li, #content.ul.contnet_list li
{
	background: url(../images/arrow.png) no-repeat left center;
	padding 0 0 0 20px;
	margin 0;
	line-height: 2em;
}

#footer
{
	width: 880px;
	font-size: 100%;
	height: 60px;
	padding: 24px 0 25px 0;
	text-align: center;
	background: url(../images/footer.png) no-repeat bottom;
	color: #555;
	line-height: 2em;
}

form
{
	margin: 0;
	padding: 0;
}

div.row1
{
	width: 565px;
	float: left;
}

div.row1 span.formlabel
{
	float: left;
	width: 200px;
	text-align: left;
	padding: 3px;
	margin: 1px;
}

div.row1 span.forminput
{
	float: left;
	text-align: right;
}

div.spacer
{
	width: 80px;
}

#contact input, #contact textarea, #contact select
{
	width: 328px;
	font-family: arial, sans-serif;
	font-size: 100%;
	border: 1px solid #CEC8BC;
	overflow: auto;
	margin: 1px;
	background-color: #FFF;
	color: #555;
	padding: 3px;
}

#contact select
{
	width: 336px;
}

#contact input.submit, button.button
{
	font-family: arial, sans-serif;
	font-size: 100%;
	border: 0;
	width: 99px;
	margin: 4px 0px 0px 446px;
	height: 26px;
	cursor: pointer;
	background-color: #77442B;
	color: #FFF;
}

ul#sitemap
{
	margin: 0;
	padding: 0;
}

ul#sitemap li
{
	list-style: none;
	background: none;
	padding: 5px 0 5px 0;
}

ul#sitemap li a, ul#sitemap li a:hover
{
	padding: 8px 0 8px 30px;
	background: transparent url(../images/page.png) no-repeat left center;
	border: 0;
}

ul#sitemap li.sub_menu
{
	list-style: none;
	padding: 5px 0 5px 30px;
}

.advert
{
	width: 585px;
	border: 1px solid #77442B;
	margin-bottom: 25px;
}

.advert .heading
{
	background: #77442B url(../images/heading.png) repeat-x;
	color: #FFF;
	padding: 8px 5px 8px 15px;
	height: 20px;
	width: 565px;
}

.advert p.strapline
{
	line-height: 1.5em;
	padding: 15px;
}

.advert table
{
	margin: 0px 15px 15px 15px;
	width: 555px;
	table-layout: fixed;
}

.advert table tr td
{
	padding: 8px 15px;
}

.advert table tr td.border_right, .advert table tr td.border_top, .advert table tr td.border_top_right
{
	padding-right: 15px;
	text-align: right;
}

.advert table tr td.border_right
{
	border-right: 1px solid #CEBFB8;
}

.advert table tr td.border_top
{
	border-top: 1px solid #CEBFB8;
	text-align: left;
}

.advert table tr td.border_top_right
{
	border-right: 1px solid #CEBFB8;
	border-top: 1px solid #CEBFB8;
}

.advert table tr td.no_padding
{
	padding: 10px 0;
}

#footer .w3cbutton3
{
	border: 1px solid #B6BB1E;
	font-family: arial,sans-serif;
	font-size: 85%;
	font-weight: bold;
	display: inline;
}

#footer .w3cbutton3 a, #footer .w3cbutton3 a:link, #footer .w3cbutton3 a:visited, #footer .w3cbutton3 a:hover
{
	color: #FFF;
	text-decoration: none;
}

#footer .w3c
{
	padding: 0 5px;
	background-color: #FFF;
	color: #503B15;
}

#footer .w3cbutton3 span.spec
{
	padding: 0 5px;
	background: #B6BB1E;
}

img.cones
{
	border: 1px solid #CFCDC5;
}

/* ================================================================
This copyright notice must be untouched at all times.
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop2.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any
way to fit your requirements.
==================================================================*/

/* style the outer div to give it width */
.menudiv
{
	margin-left: 1px;
	width: 881px;
	border-right: 1px solid #FFF;
	font-family: 'lucida sans unicode', arial, sans-serif;
}

/* remove all the bullets, borders and shading from the default list styling */
.menudiv ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.menudiv ul ul
{
	width: 176px;
}

/* float the list to make it horizontal and a relative position
   so that you can control the dropdown menu position             */
	
.menudiv li
{
	float: left;
	width: 176px;
	position: relative;
	color: #FFF;
}

/* style the links for the top level */
.menudiv a, .menudiv a:visited, .menudiv a.last
{
	display: block;
	font: normal 110% 'lucida sans unicode', sans-serif;
	text-decoration: none;
	color: #FFF;
	width: 155px;
	height: 41px;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background: #85993F url(../images/menu_bar.png) repeat-x;
	text-align: center;
	padding: 0 10px 0 10px;
	line-height: 39px;
}

.menudiv a.last
{
	width: 156px;
}

/* style the second level background */
.menudiv ul ul a.drop, .menudiv ul ul a.drop:visited
{
	background: #85993F;
}

/* style the second level hover */
.menudiv ul ul a.drop:hover
{
	background: #ACC949;
}

.menudiv ul ul :hover > a.drop
{
	background: #ACC949;
}

/* style the third level background */
.menudiv ul ul ul a, .menudiv ul ul ul a:visited
{
	background: #85993F;
}

/* style the third level hover */
.menudiv ul ul ul a:hover
{
	background: #85993F;
}

.menudiv ul ul ul :hover > a
{
	background: #ACC949;
}

/* hide the sub levels and give them a position absolute so that they take up no room */
.menudiv ul ul
{
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 42px;
	left: 0;
	width: 176px;
}

/* position the third level flyout menu */
.menudiv ul ul ul
{
	left: 176px;
	top: 0;
	width: 176px;
}

/* position the third level flyout menu for a left flyout */
.menudiv ul ul ul.left
{
	left: -176px;
}

/* style the table so it takes no part in the layout - reqd for IE to work */
.menudiv table
{
	position: absolute;
	top: 0;
	left: 0;
}

/* style the second level links */
.menudiv ul ul a, .menudiv ul ul:visited
{
	background: #85993F;
	height: auto;
	line-height: 1em;
	padding: 10px 10px;
	width: 155px;
}

/* style the top level hover */
.menudiv a:hover, .menudiv ul ul a:hover
{
	color: #FFF;
	background: #ACC949;
}

.menudiv :hover > a, .menudiv ul ul :hover > a
{
	color: #FFF;
	background: #ACC949;
}

/* make the second level visible when hover on first level list or link */
.menudiv ul li:hover ul, .menudiv ul a:hover ul
{
	visibility: visible;
}

/* keep the third level hidden when you hover on first level list or link */
.menudiv ul :hover ul ul
{
	visibility: hidden;
}

/* keep the fourth level hidden when you hover on second level list or link */
.menudiv  ul :hover ul :hover ul ul
{
	visibility: hidden;
}

/* make the third level visible when you hover over second level list or link */
.menudiv ul :hover ul :hover ul
{
	visibility: visible;
}

/* make the fourth level visible when you hover over the third level list or link */
.menudiv ul :hover ul :hover ul :hover ul
{
	visibility: visible;
}

/* various hacks for IE 5.5 */
* html .menudiv a, * html .menudiv a:visited
{
	width: 170px;
	w\idth: 154px;
}

* html .menudiv a.last, * html .menudiv a.last:visited
{
	width: 170px;
	w\idth: 154px;
}

* html .menudiv ul ul
{
	width: 170px;
	w\idth: 154px;
}

* html .menudiv ul ul  a
{
	width: 170px;
	w\idth: 154px;
}

/* DGC Changes */
.search input
{
	width: 203px;
        color: red;
	font: normal 160% 'lucida sans unicode', arial, sans-serif;
	border: 1px solid #CEC8BC;
	overflow: auto;
	margin: 1px 0 10px 0;
	background-color: #FFF;
	color: #9D2B11;
	padding: 8px 3px 8px 10px;
}

#searchForm table.contentpaneopen, #searchForm table.searchintro
{
	border: 1px solid #CEC8BC;
}

#searchForm table.contentpaneopen tr td
{
	padding: 10px 0 5px 10px;
}

#searchForm table.contentpaneopen
{
	margin-bottom: 20px;
}

#searchForm table.searchintro
{
	margin: 20px 0 20px 0;
	width: 100%;
}

#searchForm table.searchintro tr td
{
	padding: 0 0 10px 10px;
}

table.contentpaneopen fieldset
{
	margin: 5px 0 10px 0;
	padding: 10px;
	line-height: 1.5em;
	border: 1px solid #CEC8BC;
}

#searchForm
{	
	color: #9D2B11;
}

button.button
{	
	margin: 0;
}

.advert table
{
	border-collapse:collapse;
}