 /*
	File Type - Cascading Stylesheet
	Project - EnviroHelp
	Usage - General page layout styles
	Programmer - Stephen Cleary
	Designer - Marjorie Collaco
	Copyright - 2005 Staffordshire University Faculty of Business & Law
*/

#header {
	position: absolute;
	top: 0px;
	height: 85px;
	z-index: 1;
	width: 100%;
	background-color: #31319C;
}

#EnviroHelpTitle {
	margin-top: 13px;
	padding-left: 35px;
	text-align: left;
}
.EnviroHelpTitleText1, .EnviroHelpTitleText2, .EnviroHelpTitleText3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.EnviroHelpTitleText1, .EnviroHelpTitleText2 {
	font-size: 56px;
}
.EnviroHelpTitleText1, .EnviroHelpTitleText3 {
	color: #66FF99;
}
.EnviroHelpTitleText2 {
	color: #FFFFFF;
}
.EnviroHelpTitleText3 {
	font-size: 16px;
}

/* NOTE TO AUTHOR - EnviroHelpText1 is a legacy routine -	do NOT remove until all web page instances have been modified */
/* The "Enviro" part of EnviroHelp text */
.EnviroHelpText1 {
	color: #339900;
	font-weight: bold;
}
/* NOTE TO AUTHOR - "EnviroHelpText2" is legacy class -	do NOT remove until all web page instances have been modified */
/* The "Help" part of EnviroHelp text */
.EnviroHelpText2 {
	color: #990033;
	font-weight: bold;
}

#fastFindMenu {
	position: absolute;
	left: 15px;
	top: 92px;
	z-index: 3;
	width: 160px;
}
#fastFindMenu a:link {
	color: #333399;
	text-decoration: none;
}
#fastFindMenu a:visited {
	text-decoration: none;
	color: #333399;
}
#fastFindMenu a:hover {
	text-decoration: underline;
	color: #CC3300;
	background-color: #FFFFFF;
}
#fastFindMenu a:active {
	text-decoration: none;
}

#pageContents {
	position: absolute;
	left: 183px;
	top: 89px;
	right: 0px;
	z-index: 4;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

#pageTitle {
	padding-bottom: 5px;
}
/* Marjorie's "maintit" class */
#pageTitle h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #CC3300;
/* Additional to Marjorie's class */
	border-top: 0px none;
	border-bottom: 0px none;
}

/* NOTE TO AUTHOR - "menu" is legacy class - do NOT remove until all web page instances have been modified */
.menu {
	margin-left: 25px;
	margin-top: 20px;
	margin-bottom: 25px;
	font-weight: bold;
}
.menu a {
	text-decoration: none;
}
/* The 'title' text part of menu links */
.menu .menuTitle a {
	color: #CC3300;
	text-transform: capitalize;
}

.centre { text-align: center; }
.leftAlign { text-align : left; }
.rightAlign { text-align : right; }

/* Marjorie's styles */

/* In above - "EnviroHelpTitleText1" */
.envirotitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 56px;
	font-style: normal;
	font-weight: bold;
	color: #66FF99;
}
/* In above - "#pageTitle h1" */
.maintit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #CC3300;
}
/* In userstyles.css - "SmallHeadingText" */
.maintxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
}
/* In html-tags.css - global default for all tags */
.subtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #000000;
}
/* In above - "EnviroHelpTitleText2" */
.envirored {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 56px;
	font-weight: normal;
	color: #FFFFFF;
}
/* In userstyles.css - "SmallHeadingText" */
.subtxttwo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #CC3300;
}
/* Used in left-hand screen main menu */
.subtxtblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333399;
	line-height: 15px;
	font-weight: bold;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
