* {
	margin:0;
	padding:0;
}
body {
	background:#dfeae4;
	margin:0 auto;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
}



/* wrapper */
div.wrapper {
	width:960px;
	margin:30px auto 0;
	padding:0px;
}


/* header & nav */
div.header {
	padding:30px 10px 35px;
	margin:0 auto;
	background:transparent url('images/header-bg.png') no-repeat scroll top left;
	display:inline-block;
}
div.header {
	display:block;
}
div.header h1 {
	margin:0;
	padding:0;
	text-align:center;
}
div.header h2 {
	text-align:center;
	padding:0;
	margin:0;
	color:#eee;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-left:10px;
	font-size:0.75em;
}
div.menu2 {
	background:#2f2f2f;
	height:45px;
}
div.menu2 ul {
	list-style:none;
	margin:0;
	padding:0;
}
div.menu2 ul li {
	float:left;
	display:block;
}
div.menu2 ul li a, 
div.menu2 ul li a:visited {
	color:#FFFFFF;
	display:block;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:15px 20px 15px;
	text-transform:uppercase;
	text-decoration:none;
}
div.menu2 ul li a:hover {
	text-decoration:underline;
	background:#222;
	color:#fff;
}

/* headers */
h1 {
	font-size:3.2em;
	letter-spacing:-2px;
	text-align:left;
	line-height:1.0em;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}
h1 a, h1 a:hover, h1 a:visited {
	text-decoration:none;
	color:#ffffff;
	font-weight:normal;
}
h2 {
	color:#999999;
	font-size:1.7em;
	font-weight:normal;
	padding:0 0 10px;
	text-align:left;
	text-transform:none;
}
h3 {
	color:#4E8410;
	font-size:1.2em;
	font-weight:bold;
	padding-bottom:5px;
}
h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	font-weight:bold;
	padding-bottom:10px;
	color:#aaaaaa;
	text-transform:uppercase;
}

h5 {
	padding-bottom:10px;
}

h6 {
	color:#4E8410;
	font-size:0.9em;
	font-weight:bold;
	padding-bottom:5px;
}


div.sidebar h4 , h4 a{
	/*background:#5CAD04 url('images/h4-header.png') repeat-x scroll center;*/
	background:#83bcb5;
	color:#fff;
	padding:10px;
	text-decoration:none;
	margin-bottom:8px;
}

div.sidebar h6 , h6 a{
	font-family:Arial, Helvetica, sans-serif;
	height:6px;
	padding:0px;
}

/* element defaults */
p {
	margin-bottom:20px;
	line-height:1.9em;
	font-size:0.75em;
}
ul {
	font-size:0.75em;
	padding:0 0 20px 35px;
	list-style:none;
}
code {
	background-color:#666666;
	display:block;
	color:#ffffff;
	padding:10px;
	margin:10px 0;
}

/* default forms */
fieldset { 
	border:none;
	border-top:1px solid #dddddd;
	margin-top:10px;
}
fieldset legend {
	font-size:0.9em;
	color:#999999;
	font-weight:bold;
	padding:5px;
	background-color:#dddddd;
}
form { }
form input, form textarea {
	border:1px solid #999999;
	border-bottom-color:#cccccc;
	border-right-color:#cccccc;
	padding:5px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
}
form input.formbutton {
	background:#579612 none repeat-x scroll bottom left;
	border:1px solid #497F10;
	color:#ffffff;
	font-size:0.9em;
	padding:6px 14px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* default tables */ 
table {
	width:100%;
	margin-bottom:10px;
	font-size:0.75em;
}
table tr th, table tr td {
	padding:5px 10px; 
}
table tr th {
	background:#579612 none repeat-x scroll bottom left;
	color:#ffffff;
	border-top:3px solid #497F10;
}
table tr td {
	border-bottom:1px solid #dddddd;
}


/* default links */
a, a:visited { 
	color:#599813;
} 
a:hover { 
	color:#3A5C14; 
}
div.sidebar a, div.sidebar a:visited {
	font-size:0.9em;
	color:#111;
}
div.sidebar a:hover {
	color:#555;
}

/* content */
div.page-content {
	float:left;
	width:480px;
	padding:10px;
	background:#f0f0f0;
}

div.content {
	background:#ffffff;
	padding:10px 0px 10px 0px;
	color:#454545;
}
div.content ul {
	font-size:0.75em;
	list-style:disc;
}
div.content ul li {
	padding-bottom:5px;
}

/* sidebar */
div.column-right {
	float:right;
}
div.column-left {
	float:left;
}
div.sidebar {
	width:210px;
	padding:0 10px;
}
div.sidebar p { 
	color:#fff;
	margin-bottom:40px;
	padding:2px;
}
div.sidebar ul {
	font-size:0.9em;
	margin:0 0 40px;
	padding:0px;
	list-style:none;
}
div.sidebar ul li {
	padding:0;
}
div.sidebar ul li ul {
	padding:0 2px 5px;
	border-bottom:4px solid #444;
	background-color:#f0f0f0;
}
div.sidebar ul li ul li {
	padding:5px 10px;
}




/* footer */
p.footer {
	text-align:center;
	color:#fff;
	background-color:#333;
	font-size:0.7em;
	padding:2px 15px;
	margin:0;
}
p.footer a {
	color:#fff;
	border-bottom:none;
	text-decoration:underline;
}

/* search form */
form.searchform {
}


/* misc classes */
*:focus {
	outline:none;
}
.clear {
	clear:both;
}

/* new menu */

#info {background:#f8f8f8; border:0;}

/* ================================================================ 
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_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {background:#ffffff; width:950px; height:60px; top:0px;left: 10px;position:relative; font-family:arial, sans-serif;}

* html .menu {width:950px; w\idth:950px;}

.menu ul {padding:0;margin:0;list-style-type:none}
.menu ul ul {width:234px;}

.menu li {float:left;width:242px;position:relative;left:220px}

.menu a, .menu a:visited {text-align:center;display:block;font-size:12px;text-decoration:none; color:#000; width:230px; height:60px; border:0px solid #000; border-width:0px 0px 0px 0px; background:#83bcb5; padding-left:5px; font-weight:bold}

* html .menu a, * html .menu a:visited {width:230px; w\idth:230px;}

.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#d4d8bd url(http://www.cssplay.co.uk/menus/breadcrumbs/grey-arrow.gif) no-repeat 300px center;}

.menu ul ul a.drop:hover{background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 300px center;}
.menu ul ul :hover > a.drop {background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 300px center;}

.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}

.menu ul ul ul a:hover {background:#b2ab9b;}


.menu ul ul {visibility:hidden;position:absolute;height:0;top:60px;left:0; width:230px;border-top:0px solid #000;}

* html .menu ul ul {top:60px;t\op:61px;}

.menu ul ul ul{left:234px; top:-1px; width:234px;}

.menu ul ul ul.left {left:-234px;}

.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

.menu ul ul a, .menu ul ul a:visited {background:#d4d8bd; color:#000; position:relative;left:-222px;height:auto; line-height:1em; padding:5px 10px; width:220px;border-width:1px 1px 1px 1px;}

* html .menu ul ul a, * html .menu ul ul a:visited {width:220px;w\idth:220px;}

.menu a:hover, .menu ul ul a:hover{color:#000; background:#b7d186;}
.menu :hover > a, .menu ul ul :hover > a {color:#000; background:#b7d186;}

.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }

.menu ul :hover ul ul{visibility:hidden;}

.menu ul :hover ul :hover ul{ visibility:visible;}
