﻿#body {
	padding-left:100px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('bg1.jpg'); 
	background-color: #330033; 
	background-attachment:scroll;
}
/* Header */

#header {
 	font-family: Palatino Linotype, Book Antiqua, Palatino, Georgia, serif;
  	font-size: 2.4em;
  	color: #F6E0BF;
  	text-decoration: none;
  	letter-spacing: 0.5cm;
	text-transform: uppercase;
  	line-height: 100%;
  	text-align:center;
}

#header2 {
 	font-family: Palatino Linotype, Book Antiqua, Palatino, Georgia, serif;
	font-size: 1em;
  	color: #d0b58b;
  	line-height: 100%;
 	text-align: center;
  	text-decoration: none;
  	letter-spacing: 0.1cm;
	text-transform: uppercase;
}

#header3 {
 	font-family: Edwardian Script ITC, Apple Chancery, Zapf Chancery, Georgia, serif;
  	font-size: 2em;
  	color: #CCCC99;
  	line-height: 150%;
}

/* Top Navigation */

.menu {width:745px; height:32px; position:relative; z-index:100;border-right:1px solid #000; font-family:arial, sans-serif;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:746px; w\idth:745px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:149px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:149px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none; color:#fff; width:138px; height:30px; border:1px solid #000; border-width:1px 0 1px 1px; background:#09c; padding-left:10px; line-height:29px; font-weight:bold;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}
 
/* style the second level background */
.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 130px center;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
.menu ul ul :hover > a.drop {background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}
 
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:149px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}
 
/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}
 
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}
 
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}
 
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#d4d8bd; color:#000; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}
 
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#000; background:#b7d186;}
.menu :hover > a, .menu ul ul :hover > a {color:#000; background:#b7d186;}
 
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}


body {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 1em;
	color: #330033;
}

td, input, textarea, select, option {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 1em;
}

/* Header Nav Links */

ul#headernav {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: .9em;
	color: #FFFFCC;
	float: left;
	padding: .1em .5em;
	margin: .3em .1em;
	list-style-type: none;
}

ul#headernav li {
	display: inline;
}

ul#headernav a {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: .9em;
	float: left;
	padding: .1em .5em;
	margin: .3em .1em;
  	color: #FFFFCC;
  	background-color: #663366;
	text-decoration: none;
	position:relative;
	z-index:1;
	display: block;
	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
	border-left: 1px solid #996699;
	border-top: 1px solid #996699;
}

ul#headernav a:hover {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: .9em;
	color: #FFFFCC;
	background: #330033;
	text-decoration: none;
	border-top: 2px solid #000000;
	border-left: 2px solid #000000;
	border-right: 1px solid #996699;
	border-bottom: 1px solid #996699;
}
/* Header 2 Nav Links */

ul#header2nav {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: .9em;
	color: #FFFFCC;
	float: left;
	padding: .1em .5em;
	margin: .3em .1em;
	list-style-type: none;
}

ul#header2nav li {
	display: inline;
}

ul#header2nav a {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: .9em;
	float: left;
	padding: .1em .5em;
	margin: .3em .1em;
  	color: #FFFFCC;
  	background-color: #996699;
	text-decoration: none;
	position:relative;
	z-index:1;
	display: block;
	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
	border-left: 1px solid #996699;
	border-top: 1px solid #996699;
}

ul#header2nav a:hover {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: .9em;
	color: #F6E0BF;
	background: #330033;
	text-decoration: none;
	border-top: 2px solid #000000;
	border-left: 2px solid #000000;
	border-right: 1px solid #996699;
	border-bottom: 1px solid #996699;
}

/*Footer Nav*/

ul#footernav {
	padding: .1em 1em;
	margin: 0;
	list-style-type: none;
	float: left;
	color: #F6E0BF;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}

ul#footernav li {
	display: inline;
}

ul#footernav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	display: block;
	float: left;
	padding: .1em 1em;
	margin: 0 0 0 0;
	text-decoration: underline;
	border-bottom: none;
	color: #F6E0BF;
	position:relative;
	z-index:1;
}

ul#footernav a:hover {
	border-bottom: none;
	text-decoration: none;
	font-size: .8em;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	color: #330033;
	line-height: 115%;
	text-align: left;
	text-transform: uppercase;
  	text-decoration: none;
}

h2 {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: normal;
	color: #4F511C;
	line-height: 115%;
	text-align: left;
	text-transform: uppercase;
  	text-decoration: none;
}
	

h3 {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	color: #663366;
}

h4 {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #330033;
	line-height: 115%;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
}

p, ul, ol {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 1em;
	color: #330033;
	line-height: 150%;	
	text-align:left;
}

ul {
	list-style-type: disc;
}

blockquote {
	padding-left: 1em;
	color: #4e511c;
	font-size: 1em;
	font-style: italic;
	line-height: 120%;
}

a {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	text-decoration: none;
	position:relative;
	z-index:1;
}
a.nodec {
	text-decoration:none;
	border: 0px;
}
a:link {
	color: #4F511C;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	text-decoration: none;
	position:relative;
	z-index:1;
	border-bottom: 1px solid #4F511C;
}

a:link.nodec {
	color: #4F511C;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	text-decoration: none;
	position:relative;
	z-index:1;
	border-bottom: none;
}

a:visited {
	color: #4F511C;
	border-bottom: 1px solid #4F511C;
}

a:visited.nodec {
	color: #4F511C;
	border-bottom: none;
}

a:hover {
	color: #FFFFCC;
	border-bottom: 1px solid #FFFFCC;
	background: none;
}  

a:hover.nodec {
	color: #FFFFCC;
	border-bottom: none;
	background: none;
}  

img { 
	border:0px #000000 solid;
}
img.bullet {
	padding-top:5px;
	margin-right:10px;
}
img.imgborder {
	border: 4px solid #000000;
	margin:5px 10px;
}

/*Caption*/

#caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #330033;
	line-height: 120%;
	font-style: italic;
	font-weight: normal;
)

/*Footer*/

#footer {
	clear: both;
	padding: 10px 10px;
	text-align: center;
	color: #330033;
	font-size: .7em;
}

/*Image Gallery*/

div.img {
  margin: 2px;
  border: 3px solid #F6E0BF;/*visible border to image*/
  height: auto;
  width: auto;
  float: left;
  text-align: center;
  text-decoration: none;
}

div.img img {
  display: inline;
  margin: 2px;
  border: 3px solid #F6E0BF;
  text-decoration: none;
}
div.img a:hover img {
  border: 2px solid #CCCC99;
}

div.desc {
  text-align: center;
  font-weight: normal;
  color: #330033;
  width: 120px;
  margin: 2px;
}
hr {
	width: 80%; 
	height: 3px;
	color:#663366;
	margin:15px 0px;
}