﻿@import url("layout.css");
body {
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif  ;
	font-size: 1.0em;
	background-color:#EBEBFA;
	background-attachment: scroll;
}
#container {
	width: 820px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	padding: 10px;
	border-top: 4px solid #800;
	border-right: 4px solid #800;
	border-bottom: 4px solid #800;
	border-left: 4px solid #800;
	background-color: #fff;
}
#masthead {
	text-align: center;
	width: 820px;
	padding: 0px;
	border: 1px dotted #800;
	background-image: url("../images/masthead.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#navigation {
	display:none;
	position: relative;
	float: left;
	width: 100px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px dotted #725972;
	font-size:14px;
}
#content {
	float: left;
	width: 705px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	display:none;
	text-align: center;
	clear: both;
	width: 820px;
	border: 1px dotted #d8bfd8;
}
#credit {
	text-align: center;
	clear: both;
	width: 820px;
	border: 1px dotted #d8bfd8;
	font-size:small;
}

/* Masthead Styles */
#masthead h1 {
	color: #f00;
}
#masthead h3 {
	color: #402640;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation ul ul {
    position: absolute;
    display:block;
    top: 0;
    left: 98%;
    width: 100%;
}
#navigation li {
	position:relative;
}
#navigation a {
	color: #402640;
	text-decoration: none;
	display: block;
	padding: 5px;
	margin: 0;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	background-color: #d6ddc7;
	z-index:5;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #e9ede0;
}
#navigation ul li ul {
                
                visibility: hidden;
}
#navigation ul li:hover ul {
                visibility: visible;
                padding-left:2px;
}
#navigation ul li ul:hover {
	
	background-color: #e9ede0;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #800;
}
#content img {
	padding: 5px;
}
/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
	font-size:x-small;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
	font-size:large;
}
a {
	color: #9900cc;
	text-decoration: underline;
}
a:hover {
	color: #9999cc;
	text-decoration: underline;
}
/* Constitution clauses */
.alet{
	list-style-type:lower-alpha;
	padding-top:10px;
	}
.alet li{
	margin:-5px;
	}
.anum{
	padding-bottom:10px;
	}
.anum li{
	padding-bottom:10px;
	}
.subclause {
	text-indent: -30px;
	margin-left: 40px;
	margin-top:-20px;
}
.subclauseplus {
	text-indent: -30px;
	margin-left: 40px;
	margin-top:0px;
}

/* General styles */
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.nobul {
	list-style-type: none;
}
.style_centre {
	text-align: center;
}
.PageTurner {
	font-size: large;
	color: #800;
	text-align: right;
}
.redtext {
	color:red;
	font-weight:bold;
}
.right {
text-align:right;
	width:800px;
}

