/* styles for ukpt site */

/* this is the style for body copy - the default paragraph font */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 15px;
	}
/* this is the style for main headings */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 20px;
	text-align: left;
	line-height: 23px;
}
/* this is the style for sub-headings */
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 16px;
	text-align: left;
	line-height: 19px;
}
/* this is the style for third level headings and is rarely used */
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 14px;
	text-align: left;
	line-height: 19px;
}
/* this is the colour for links */
a {
	color: #006699;
	text-decoration: none;
}
/* this is the colour for 'mouse-over'links */
a:hover {
	color: #9999FF;
	text-decoration: none;
}
/* an italic definition - use for italicising whole paragraphs */
.italic {
	font-style: italic;
}
/* this is the style for bolding copy */
strong {
	font-weight: bold;
	color: #666666;
}
/* this is the style for bullet lists - which should be ol lists */
.bulletList {
	list-style-position: outside;
	list-style-image:   url("assets/page_assets/bullet.gif");
	line-height: 16px;
	margin-left: 20px;
}
/* this is the style for drop cap style numbering, to be used in numbered paragraphs */
.number {
	height: 15px;
	width: 16px;
	background-color: #CCFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	margin-right: 6px;
	text-align: right;
	padding-right: 4px;
	border-bottom-width: 14px;
	border-bottom-style: solid;
	border-bottom-color: #CCFFFF;
	float: left;
}
/* this is a highlight colour for emphasising */
.subtleRed {
	color: #660000;
}
/* This is the style for italicising table columns and aligning them right */
.tableAlignRightItalic {
	text-align: right;
	font-style: italic;
}
/* This is the style for italicising table columns and aligning them left */
.tableAlignLeftItalic {
	text-align: left;
	font-style: italic;
}
/* this is an alternative colour for table rows, and other uses */
.altTableColour {
	color: #330099;
}
/* this is the style for images - a one pixel grey left border */
.picture {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
/* this is a bright red to be used for reviewing comments only */
.review {
	color: #FF0000;
}
/* this sets the cursor to a crosshair in the urinal etiquette game*/
.crosshair {
	cursor: crosshair;
}
/* this is the style for the ukpt logo div */
#logo {
	width: 150px;
	height:127px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
	position: absolute;
	left: 20px;
	top: 20px;
}
/* this is the style for the content (the main edititable copy) div */
#content {
	width: 440px;
	margin-left: 200px;
	margin-top: 60px;
	text-align: justify;
}
/* this is the style for the ukpt footer div */
#footer {
	height: 40px;
	width: 440px;
	background-image:   url("assets/page_assets/footer.gif");
	background-repeat: no-repeat;
	font-size: 10px;
	white-space: normal;
	padding-left: 130px;
	margin-top: 40px;
	margin-left: 200px;
	line-height: 13px;
}
/* this is the style for the page top div */
#pagetop {
	text-align: right;
	margin-left: 200px;
	width: 440px;
	margin-top: 10px;
}
/* this is the style for the designer's credit div */
#credit {
	margin-left: 200px;
	width: 440px;
	margin-top: 70px;
}


/* the remaining styles are for the navigation */

ul {
	padding: 0;
	list-style: none;
	width: 150px;
	border-bottom: 1px solid #CCCCCC;
	font-family: "Arial Black", sans-serif;
	font-size: 11px;
	margin-top: 160px;
	margin-left: 10px;
	float: left;
	z-index: 1000;
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 139px; /* Set 1px less than menu width */
	top: -160px;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #999999;
	background: #FFFFFF; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #CCCCCC;
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #FFFFFF; background: #CCCCCC; } /* Hover Styles */
		
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */

/* end of navigation styles */
