﻿@import url("layout.css");
body {
	font-family: "Arial", Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	background-color: #CC9900;
}

/* Container */

#container {
	background-color: #fff;
	background: #fff;
	border: 2px solid #8c8c8c;
}

/* Header */

#header {
	height: 206px;
	background: url("../images/img02.jpg") no-repeat right top;
}

#header img {
	padding-top: 25px;
	padding-left: 75px;
}

/* Begin CSS Drop Down Menu */

#dropnav-container
	{
	position: relative;
	max-width: 980px;
}

#dropnav
	{
	font-size: medium;
	font-family: arial, helvetica, sans-serif;
	width: 980px;
	float: left;
	font-weight: bold;
	background-image: url('images/goldnav.jpg');
}
		
#dropnav a
	{
	border-right-color: #996600;
	border-right-style: solid;
	border-right-width: 1px;
	height: 25px;
	text-align: center;
	display: block;
	white-space: nowrap;
	margin: 0;
	padding: 0.3em;
	color: #555;
	text-decoration: none;
}

#dropnav a:visited
	{
	color: #555;
	text-decoration: none;
}
	
#dropnav a:hover	/* menu at mouse-over  */
	{
	color: #AD1112;
	text-decoration: underline;
}	
			
#dropnav a.top_parent:hover
	{
	background-image: url('images/reddown12.jpg');
	background-position: right center;
	background-repeat: no-repeat;
	text-decoration: none;
	}
	
#dropnav a.top_parent
	{
	background-image: url('images/greydown12.jpg');
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;
	}
	
#dropnav a.parent:hover
	{
	background-image: url('images/redright12.jpg');
	background-position: right center;
	background-repeat: no-repeat;
	text-decoration: none;
	border-left-width: 1px;
	}

#dropnav a.parent
	{
	background-image: url('images/greyright12.jpg');
	background-position: right center;
	background-repeat: no-repeat;
	}

#dropnav ul
	{
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

#dropnav li
	{
	position:relative;
   	background-image: url('images/goldnav.jpg');
    min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
    white-space: nowrap;
	}

#dropnav ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#dropnav ul ul ul
	{
	top:0;
	left:100%;
	}

div#dropnav li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#dropnav li li li li:hover ul ul
{display:none;}

div#dropnav li li li:hover ul ul
{display:none;}

div#dropnav li li:hover ul ul
{display:none;}

div#dropnav li:hover ul ul
{display:none;}

div#dropnav li li li li:hover ul
{display:block;}

div#dropnav li li li:hover ul
{display:block;}

div#dropnav li li:hover ul
{display:block;}

div#dropnav li:hover ul
{display:block;}

/* End CSS Drop Down Menu */


#column_l {
	width: 250px;
	padding: 15px 15px 15px 25px;
	background-color: #fff;
}

#column_r {
	width: 600px;
	padding: 15px 10px;
	background: #fff;
}

#george {
	padding: 5px;
	color: #AD1112;
	border: thin #AD1112 solid;

}
#ndj {
	padding: 10px;
	color: #000080;
	border: thin #000080 solid;
}
#ndg {
	padding: 10px;
	color: #000080;
	border: thin #000080 solid;
}
#paw {
	width: 119px;
	padding-left: 25px;
}
.gold {
	font-size: x-large;
	font-weight:bold;
	color: #CC9900;
}

.blue {
	color:blue;
}

.bluelarge {
	font-size:large;
	font-weight:bold;
	text-align:center;
	color:blue;
}

.redlarge {
	font-size:large;
	font-weight:bold;
	text-align:center;
	color:#AD1112;
}

.boxed {
	margin-bottom: 10px;
}

.boxed .title {
	height: 30px;
	margin: 0;
	padding: 10px 0 0 10px;
	background: #fff url("../images/img08.jpg") no-repeat;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.boxed .content {
	padding: 15px;
}

.centre {
	text-align: center;
}

.content {
	font-size: medium;
	color: #AD1112;
}
/* Footer */

#footer {
	padding: 10px 0 25px 0;
	border-top: thin #000 solid;
	background-color: #c0c5d3;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 85%;
	text-align: center;
	color: #AD1112;
}

#footer a {
	color: #AD1112;
}
/* Ebd Footer */

h1 {
	margin: 0;
	font-size: 197%;
	font-weight: bold;
	text-align: center;
	color: #AD1112;
}

h2 {
	margin: 0;
	font-size: 167%;
	font-weight: normal;
	text-align: center; 
	color: #AD1112;
}

h3 {
	margin: 0;
	font-size: 100%;
	font-weight: normal;
	color: #AD1112;
}

h4 {
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	color: #AD1112;
}

h5 {
	margin: 0;
	font-size: 167%;
	font-weight: normal;
	color: #AD1112;
}
.boldredcent {
	margin: 0;
	font-size: 130%;
	font-weight: bold;
	text-align: center;
	color: #AD1112;
}
.boldred {
	margin: 0;
	font-size: 130%;
	font-weight: bold;
	color: #AD1112;
}

.boldblackcent {
	margin: 0;
	font-size: 130%;
	font-weight: bold;
	text-align: center;
	color: #000;
}

.boldblackleft {
	margin: 0;
	font-size: 130%;
	font-weight: bold;
	text-align: left;
	color: #000;
}

ul {
	line-height: normal;
	color: #AD1112;
}

ol {
	line-height: normal;
}

.blackul {
	line-height: normal;
	color: #333333;
}

p {
	line-height: normal;
}

blockquote {
	margin: 0;
	padding-left: 20px;
	font-style: italic;
}

blockquote * {
	line-height: normal;
}

a {
	color: #AD1112;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}




