* {
	border: none;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

/* ---------- GLOBAL ------------------------------------------------------- */

html {
	height: 101%;
}

body {
	font-size: 62.5%;
	background-color: #fff;
}

a, input {
	outline: none;
}

a:hover {
	text-decoration: none;
}

hr {  
	display: none;
}

br {
	clear: both;
}

textarea 
{
  	resize: none;
}

.centered 
{
	position: relative;
	width: 890px;
	padding-left: 10px;
	margin: 0 auto;
	clear: both;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.textInput {
	padding: 2px;
	color: #5c5853;
	border: 1px solid #DBDBDB;
}

.fancyLink {
	position: relative;
	cursor: pointer;
	display: inline-block;
	color: #555;
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	background: transparent url(/images/fancylink-left.png) bottom left no-repeat;
}

.fancyLink:hover, #recyclingAuditNugget a:hover {
	color: #000;
}

.fancyLink span {
	position: relative;
	display: inline-block;
	left: 3px;
	height: 22px;
	line-height: 22px;
	padding-left: 6px;
	padding-right: 9px;
	background: transparent url(/images/fancylink-right.png) bottom right no-repeat;
}

.arrowLink span {
	left: 3px;
	padding-left: 6px;
	padding-right: 22px;
	background: transparent url(/images/fancylink-right-arrow.png) bottom right no-repeat;
}

.pager a {
	padding: 0 1px;
	color: #666666;
	font-size: 1.1em;
	text-decoration: none;
}

.pager a:hover {
	text-decoration: underline;
}

.pager .prevLink, .pager .nextLink {
	font-size: 0.9em;
}

.pager .prevLink {
	padding: 0 4px 0 18px;
	background: transparent url(/images/arrow-prev.png) center left no-repeat;
}

.pager .nextLink {
	padding: 0 18px 0 4px;
	background: transparent url(/images/arrow-next.png) center right no-repeat;
}

.pager .pageRanges {
	display: inline;
}

#accountLinks {
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	float: right;
	margin-top: 6px;
	list-style-type: none;
	z-index: 200;
}

#accountLinks li {
	display: block;
	float: left;
}

#accountLinks li a {
	z-index: 300;
	color: #515151;
}

/* ---------- HEADER ------------------------------------------------------- */

#header {
	position: relative;
	height: 120px;
	z-index: 100;
}

#logo {
	position: absolute;
	left: 6px;
	top: 32px;
}

#logo a {
	overflow: hidden;
	display: block;
	width: 237px;
	height: 0px;
	padding-top: 52px;
	background: transparent url(../images/logo.png) 0px 0px no-repeat;
}

#brochureRequest {
	position: absolute;
	top: 43px;
	left: 490px;
}

#docDownloads {
	position: absolute;
	top: 68px;
	left: 490px;
}

#contactDetails {
	position: absolute;
	top: 45px;
	left: 673px;
	width: 300px;
	color: #5C5853;
	font-style: italic;
	font-weight: bold;
}

#contactDetails #telephoneNumber {
	font-size: 2.2em;
}

#contactDetails #telephoneNumber span {
	color: #33AA8C;
	letter-spacing: 0.07em;
}

#contactDetails #emailAddress {
	font-size: 1.3em;
}

#contactDetails #emailAddress a {
	color: #E95F2A;
	letter-spacing: -0.04em;
	text-decoration: none;
}

/* ---------- NAVIGATION --------------------------------------------------- */

/* ----- Main Menu ----- */

.mainMenu 
{
	width: 890px;
	float: left;
	margin-bottom: 25px;
}

.mainMenu ul {
	float:left;
	list-style-type: none;	
}

.mainMenu li {
	display: inline;
}

.mainMenu li a {
	padding-right: 13px;
	color: #5C5853;
	font-size: 1.3em;
/*	font-style: italic;*/
	font-weight: bold;
	text-decoration: none;
}

.mainMenu li.selected a, .mainMenu li a:hover {
	color: #00A18B;
}

.mainMenu li span {
	position: relative;
	display: inline-block;
	top: -2px;
	padding: 1px;
	color: #5c5853;
	border: 1px solid #DBDBDB;
}

/*  Search box */
div#search 
{
	float:right;
	margin-top: -2px;
}

div#search .searchLabel {
	color: #00a18b;
/*	
	font-size: 1.4em;
	font-style: italic;
*/
	font-size: 1.3em;
	font-weight: bold;
}

div#search span {
	color: #00a18b ;	
	position: relative;
	display: inline-block;
	top: -2px;
	padding: 1px;
	color: #5c5853;
	border: 1px solid #DBDBDB;
}

div#search li span input {
	vertical-align: middle;
}

div#search .searchInput {
	width: 104px;
	font-size: 1.1em;
}

/* ----- Sub Menu ----- */

#subMenu {
	float: left;
}

#subMenu ul {
	width: 145px;
	margin-right: 35px;		
	list-style-type: none;
}

#subMenu li a {
	display: block;
	padding: 0.8em 0 0.35em 0;
	border-bottom: 1px solid #D2ECE7;
	color: #3E3E3E;
	font-size: 1.1em;
	text-decoration: none
}

#subMenu .selected a, #subMenu li a:hover {
	color: #00A18B;
}

#subMenu ul ul {
	margin-left: 16px;
	list-style-type: none;
}

#subMenu li ul li a {
	border: none;
	color: #EA6834 !important;
	font-style: italic;
}

#subMenu li ul .selected a, #subMenu li ul li a:hover {
	color: #00A18B !important;
}

/* ---------- FOOTER ------------------------------------------------------- */

#footer {
	padding: 10px 0;
	height: 25px;
	color: #6B6B6B;
	font-size: 1.0em;
	border-top: 1px solid #DEDEDE;
}

#footer a {
	padding: 0 5px;
	color: #515151;
}

#footer a:hover {
	text-decoration: none;
}

#footer .right {
	text-align: right;
}

#fanaticLink 
{
  margin: 10px -5px 2px 0;
	color: #909090;
}

#fanaticLink a {
	color: #6B6B6B;
}

/* ---------- HOME PAGE ---------------------------------------------------- */

#homePage 
{
  clear:both;
	position: relative;
	padding-bottom: 30px;
	/*background: transparent url(/images/homebg.jpg) 50px bottom no-repeat;*/
}

#homePage h2 {

	/*font-family: "Gill Sans MT", Helvetica, Arial, sans-serif;*/
	font-size: 1.5em;
	/* font-style: italic; */
	font-weight: normal;
}

#flashContainer {
	position: relative;
	width: 884px;
	height: 236px;
	margin-bottom: 15px;
	background: transparent url(/images/homecentre.png) 0px 0px no-repeat;
}

#flashContainer #queryForm {
	position: absolute;
	top: 0px;
	right: 14px;
}

#flashContainer #queryForm h2 {
	margin: 15px 0;
}

#flashContainer #queryForm .textInput {
	width: 162px;
	margin-bottom: 4px;
	color: #A6A3A1;
	font-size: 1.1em;
}

#flashContainer #flashAnimation {
	position: relative;
	/* container for the swf itself */
}

#flashContainer #flashAnimation p {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 300px;
	color: #6b6b6b;
	font-size: 1.3em;
}

#flashContainer #flashAnimation p a {
	color: #00a18b;
}

.focussed 
{
  color: #5c5853 !important;
}

#flashContainer #queryForm textarea {
	height: 68px;
}

#flashContainer .thanksMessage {
	width: 165px;
	margin-top: 16px;
}

#flashContainer .thanksMessage h2 {
	color: #00a18b;
	font-size: 1.5em;
	font-weight: normal;
}

#flashContainer .thanksMessage p {
	margin-bottom: 1em;
	color: #6B6B6B;
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
}

#flashContainer .thanksMessage p a {
	color: #33aa8c;
}

#homePage #content {
	position: relative;
}

#homePage #content h2 {
	margin-bottom: 0.5em;
	color: #00A18B !important;
}

#homePage #content h1 {
	margin-bottom: 0.5em;
	color: #00A18B !important;
	font-size: 1.5em;
	font-weight: normal;
}

#homePage #content p {
	width: 575px;
	margin-bottom: 1em;
	color: #6B6B6B;
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif !important;	
}

#homePage #content p a {
	color: #00a18b;
	text-decoration: none;
}

#homePage #content p a:hover {
	text-decoration: underline;
}

#homePage .managedContent {
	padding-bottom: 10px;
}

/* ----- Latest News ----- */

#latestNews {
	float: left;
	width: 294px;
	padding-bottom: 18px;
	border-bottom: 1px solid #D7D7D7;
	background: transparent url(/images/latestnewsbg.png) top left no-repeat;
}

#latestNews .nuggetHeader {
	padding: 7px 12px 3px 12px;
}

#latestNews .nuggetHeader h2 {
	float: left;
	padding-top: 3px;
	color: #5C5853;
}

#latestNews .nuggetHeader a {
	float: right;
	margin-top: 1px;
}

#latestNews .thumbnail {
	clear: both;
	float: left;
	margin: 18px 0 0 18px;
}

#latestNews .summary {
	float: right;
	width: 164px;
	margin: 18px 18px 0 0;
}

#latestNews .summary h3 {
	margin-bottom: 0.3em;
	color: #33AA8C;
	font-size: 1.2em;
	font-weight: normal;
	text-decoration:none;
}

#latestNews .summary p {
	width: auto !important;
	color: #2A2B27;
	font-size: 1.0em;
}

#latestNews .summary p a {
	color: #33AA8C;
}

/* ----- Central Nuggets ----- */

#homePage #content .nugget p {
	color: #535353;
	font-family: Helvetica, Arial, sans-serif !important;
	font-size: 11px !important;
	margin-bottom: 5px !important;
}

#homePage #nuggets {
	position: relative;
	float: left;
	padding-left: 30px;
}

#homePage #nuggets .nugget h2 {
	display: none;
}

#nugget-say {
	width: 295px;
	height: 137px;
	margin-bottom: 19px;
	background: transparent url(/images/nugget-say.png) top left no-repeat;	
}

#nugget-say p {
	padding: 45px 0 0 87px;
	width: 210px !important;
}

#nugget-say a {
	margin-left: 87px;
	
}

/* ----- Twitter ----- */

#twitterFeed {
	position: relative;
	width: 293px;
	padding-bottom: 15px;
	background: transparent url(/images/twitter-bg.png) bottom left no-repeat;
}

#twitterFeed .inner {
	width: 293px;
	min-height: 60px;		
	padding-top: 47px;
	background: transparent url(/images/twitter-bg.png) top left no-repeat;
}

#followLink {
	position: absolute;
	top: 15px;
	left: 212px;
}

#twitterFeed h2 {
	display: none;
}

#twitterFeed .loading {
	width: 296px !important;
	padding-top: 10px;
	font-size: 1.1em;
	text-align: center;
}

.tweet_list {
	color: #038E6B;
	font-size: 1.1em;
	list-style-type: none;	
}

.tweet_list a:hover {
	text-decoration: underline;
}

.tweet_list li {
	position: relative;
}

.tweet-top {
	margin-left: 18px;
	padding: 11px 40px 0 14px;
	background: transparent url(/images/tweet-bg.png) top left no-repeat;
}

.tweet-bottom {
	height: 13px;
	margin-left: 18px;
	background: transparent url(/images/tweet-bg.png) bottom left no-repeat;
}

.tweet-arrow {
	position: absolute;
	top: 0px;
	left: 7px;
	bottom: 0px;
	width: 12px;
	background: transparent url(/images/tweet-arrow.png) 0px 50% no-repeat;	
}

.tweet_text a {
	color: #038E6B;
	text-decoration: none;	
}

.tweet_time a {
	display: block;
	color: #FF5A19;
	text-decoration: none;
}

/* ----- Large Right-hand nuggets ----- */

#largeNuggets {
	position: absolute;
	top: 0px;
	right: 6px;
	padding-top: 34px;
}

#largeNuggets .nugget {
	position: relative;
	width: 237px;
	height: 190px;
}

#largeNuggets .nugget h2 {
	display: none;
}

#homePage #content #largeNuggets .nugget p {
	position: absolute;
	left: 15px;
	width: 180px !important;	
}

#largeNuggets .nugget a {
	position: absolute;
	top: 153px;
	left: 15px;
}

#largeNuggets #nugget-rwm {
	width: 243px;
	height: 190px;
	margin-bottom: 20px;
	margin-left: -6px;
	background: transparent url(/images/nugget-rwm.png) top left no-repeat;
}

#largeNuggets #nugget-rwm a {
	left: 189px;
}

#nugget-saving p {
	top: 105px;
}

#nugget-loop {
	background: transparent url(/images/nugget-loop.jpg) top left no-repeat;
}

#nugget-loop p {
	top: 101px;
}

/* ---------- INSIDE PAGES ---------------------------------------------------- */

#insidePage {
	padding-bottom: 20px;
}

.decoration {
	margin: -32px 0 20px 0;
	background-repeat: no-repeat;
	background-position: bottom right;
}

.treeDecoration {
	height: 157px;
	margin-bottom: 0px;
	background: transparent url(/images/trees.png) bottom right no-repeat;
}

#careDecoration {
	height: 209px;
	background-image: url(/images/nouk-thumbsup.jpg);
}

#newsDecoration {
	height: 217px;
	margin-top: -20px;	
	background-image: url(/images/nouk-news.jpg);
}

#valuesDecoration {
	height: 230px;
	background-image: url(/images/nouk-juggling.jpg);
}

#flagDecoration {
	height: 218px;
	background-image: url(/images/nouk-flag.jpg);
}

#contactDecoration {
	height: 213px;
	margin-top: -25px;
	background-image: url(/images/nouk-envelope.jpg);
}

#safetyDecoration {
	height: 337px;
	background-image: url(/images/nouk-safety.jpg);
}

#groupDecoration {
	height: 331px;
	background-image: url(/images/nouk-group.png);
}

#insidePage #content {
	position: relative;
	float: left;
	width: 710px;
}

.narrowPage #content {
	width: 520px !important;
}

#insidePage #content h1 {
	margin-bottom: 1.5em;
	color: #00A18B;
	font-size: 1.5em;
	/* font-style: italic; */
	/* font-weight: normal; */
	font-weight: bold;
}

#insidePage #content h2 {
	margin-bottom: 0.8em;
	color: #00A18B;
	font-size: 1.5em;
	font-weight: normal;
}

#insidePage #content h2 a {
	color: #00A18B;
	text-decoration: none;
}

#insidePage #content h3 {
	margin-bottom: 1.5em;
	color: #00a18b;
	font-size: 1.15em;
	font-weight: bold;
}

#insidePage #content h3 a {
  	color: #00a18b;
}

#insidePage #content p {
	margin-bottom: 1.3em;
	color: #6B6B6B;
	font-size: 1.1em;
	line-height: 1.4em;
}

#insidePage #content p a, #insidePage #content ul a, #insidePage #content ol a {
	color: #00a18b;
	text-decoration: none;
}

#insidePage #content p a:hover, #insidePage #content ul a:hover, #insidePage #content ol a:hover {
	text-decoration: underline;
}


#insidePage #content .imageContainer {
	margin: 0.5em 12px 1.3em 12px;
	padding-bottom: 19px;
	background: transparent url(/images/imgshadow.png) bottom left repeat-x;
}

.link {
	clear: both;
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dbdbdb;
	margin-bottom:8px;
}

.link .thumbnail {
	float: left;
	/*background: transparent url(/images/newsnuggetbg.png) bottom left repeat-x;*/
}

.link .summary {
	float: left;
	width: 382px;
	margin-left: 10px;
}

managedContent p, .managedContent ul {
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
}

.managedContent ul {
	margin-bottom: 1em;
	list-style-position: inside;
	color: #6b6b6b;
	font-size: 1.1em;
	line-height: 1.4em;
}

.managedContent hr {
	display: block;
	margin-bottom: 1em;
	background-color: #d7d7d7;
	border-color: #d7d7d7;
	color: #d7d7d7;
	height: 1px; 
}

/* ----- Nuggets ----- */

#insidePage #nuggets {
	float: right;
	width: 160px;
}

#insidePage #nuggets .nugget-top {
	width: 156px;
	height: 19px;
	background: transparent url(/images/nugget-top.png) top left no-repeat;
}

#insidePage #nuggets .nugget {
	width: 124px;
	margin-bottom: 16px;
	padding: 0 16px 18px 16px;	
	color: #6B6B6B;
	font-size: 1.1em;
	background: transparent url(/images/nugget-bottom.png) bottom left no-repeat;
}

#insidePage #nuggets .nugget img {
	margin-bottom: 12px;
}

#insidePage #nuggets .nugget a {
	color: #33AA8C;
	text-decoration: none;
}

#insidePage #nuggets .nugget a:hover {
	text-decoration: underline;
}

/* ----- Form Elements ----- */
#insidePage fieldset
{
  /* Nothing at the moment*/
}

#insidePage fieldset div.fieldsetRow
{
	float:left;
	width:100%;
	margin:3px 0px;
}

#insidePage fieldset div.fieldsetButtonRow
{ 
}

#insidePage fieldset div.fieldsetRow label 
{
	display: block;
	margin: 0.5em 0 0.5em 0;
	color: #6B6B6B;
	font-size: 1.1em;
	font-weight: bold;
}

#insidePage fieldset div.fieldsetRow label input {
	vertical-align: middle;
}

.button 
{
  cursor: pointer;
	width: 64px;
	height: 22px;
	color: #555;
	font-size: 1.0em;
	font-weight: bold;
	text-transform: uppercase;	
	background: transparent url(/images/buttonbg.png) top left no-repeat;
}

#insidePage fieldset div.fieldsetRow div.validationError 
{
	margin: 0.5em 0 0.5em 0;
	float:left;
	width:100%;
}

#insidePage fieldset div.fieldsetRow div.validationError p
{
	color: #ee0000 !important;
	font-size: 1.1em;
	margin:0px !important;
}

#insidePage fieldset div.fieldsetRow .textInput 
{
	margin-bottom: 0.5em;
	font-size: 1.2em;
}

#insidePage fieldset div.fieldsetRow .ddl 
{
	padding:0;
	color: #5c5853;
	border: 1px solid #DBDBDB;
	width: 280px;
	font-size: 1.2em;
}


#insidePage fieldset div.fieldsetRow .mediumWidth 
{
	width: 270px;
}

#insidePage fieldset div.fieldsetRow .fullWidth 
{
	width: 514px;
}

#insidePage fieldset div.fieldsetRow textarea.fullWidth 
{
	height: 290px;
}

#insidePage fieldset div.fieldsetRow .narrowForm 
{
	width: 250px;
}

#insidePage fieldset div.fieldsetRow .narrowForm .textInput 
{
	width: 100%;
}



#insidePage fieldset .mandatoryKey 
{
	margin-left: 200px;
}

#insidePage fieldset .mandatory {
	color: #df1111;
}

/* ----- About Us ----- */

#ourGroup {
	position: relative;
	width: 523px;
	height: 172px;
	margin-bottom: 15px;
	background: transparent url(/images/our-group-bg.png) top left no-repeat;
}

#ourGroup div {
	position: absolute;
	top: 25px;
	width: 168px;
	height: 145px;
}

#ourGroup div h2 {
	overflow: hidden;
	width: 168;
	height: 0px;
	padding-top: 37px;
	margin-bottom: 25px !important;
	background: transparent url(/images/our-group-logos.png) top center no-repeat;
}

#ourGroup div p {
	margin: 0 auto;
	color: #3F3F3F;
	font-family: Arial, Helvetica;
	font-size: 1.3em !important;
	font-weight: bold;
	text-align: center;
}

#ourGroup div p a {
	color: #ea6834 !important;
}

#ourGroup #step1 {
	left: 2px;
}
#ourGroup #step1 h2 {
	background-position: 50% 0px;
}
#ourGroup #step1 p {
	width: 104px;
}

#ourGroup #step2 {
	left: 179px;
}
#ourGroup #step2 h2 {
	background-position: 50% -40px;
}
#ourGroup #step2 p {
	width: 115px;
}

#ourGroup #step3 {
	left: 354px;
}
#ourGroup #step3 h2 {
	background-position: 50% -80px;	
}
#ourGroup #step3 p a {
	letter-spacing: -0.03em;
}

/* ----- Latest News Listing ----- */

.newsColumn {
	width: 350px;
}

.newsNugget {
	float: left;
	width: 345px;
	height: 130px;
	margin: 0 5px 30px 5px;
/*	
	background: transparent url(/images/newsnuggetbg.png) 0px 85px no-repeat;
*/
}

.newsNugget .thumbnail {
	float: left;
	padding-bottom: 19px;
	background: transparent url(/images/newsnuggetbg.png) bottom center no-repeat;	
}

.newsNugget img {
	margin: 0 !important;
}

.newsNugget .nuggetText {
	float: right;
	width: 245px
}

.newsNugget .nuggetText h2{
	margin-top: 7px;
}

.archiveLink {
	position: relative;
	float: left;
	margin-left: 14px;
	top: -4px;
}

/* ----- News Story ----- */

.date {
	margin-bottom: 1.5em;
	color: #EA6834;
	font-size: 1.1em;
	font-weight: bold;
}

#newsStoryText {
	float: left;
	width: 465px;
}

.newsStoryImage {
	float: right;
	width: 200px;
	padding-bottom: 34px;
	margin-bottom:8px;
	background: transparent url(/images/newsimagebg.png) bottom left repeat-x;
}

.newsStoryImage img {
	margin: 0 !important;
}

/* ----- Photo Gallery ----- */

.galleryContainer a {
	text-decoration: none !important;
}

.albumSelect {
	display: block;
	width: 160px;
}

.albumHeader {
	margin-top: 20px;
	border-bottom: 1px solid #D1D0C7;
}

.albumHeader h2 {
	margin-bottom: 3px !important;
	font-size: 1.2em !important;
}

#photoGallery {
	margin-top: 40px;
	text-align: center;
}

#photoGallery img {
	margin: 12px !important;
	padding: 4px;
	border: 1px solid #ccc;
}

/* ----- My Account ----- */

#myAccount {
	padding-top: 10px;
	background: transparent url(/images/myaccountbg.png) top left repeat-x;
}

#myAccount #insidePage #content h1 {
	color: #216D5E;
}

#myAccount #sectionLinks a {
	margin-right: 8px;
}

#myAccount p {
	clear: both;
}

#myAccount #content {
	float: none;
	width: auto;
}

#myAccount .nugget {
	float: left;
	width: 275px;
	margin: 50px 30px 0 30px;
	padding-left: 90px;
}

#myAccount .nugget h2 {
	margin-bottom: 0.2em;
	font-size: 1.4em;
}

.userName {
	margin-left: 18px;
	color: #fff;
	font-size: 1.5em;
}

.pdf {
	background: transparent url(/images/icon-pdf.png) center left no-repeat;
}

.doc {
	background: transparent url(/images/icon-word.png) center left no-repeat;
}

.xls {
	background: transparent url(/images/icon-excel.png) center left no-repeat;
}

.jpg {
	/*background:red;*/
}

.unknown {
	/*background:red;*/
}

/* ----- Document Downloads ----- */
/*
#documentDownloads .nugget {
	margin: 50px 30px 0 30px;
	padding-left: 90px;
}
*/

#documentDownloads .nugget {
	position: relative;
	margin: 30px 30px 0 30px;
}

#documentDownloads .nugget h2 {
	margin-bottom: 0 !important;
	font-size: 1.4em;
}

#documentDownloads .nugget h2 a {
	display: block;
	min-height: 61px;
	padding-left: 90px;
}

#documentDownloads .nugget p {
	position: absolute;
	top: 2.3em;
	left: 90px;
}

#documentDownloads .nugget .date {
	display: block;
	margin-bottom: 0.5em;
}

/* ----- Recycling Awards ----- */

.recyclingAwards div.left {
	width: 370px;
	margin-bottom: 1em;
}

.recyclingAwards div.right {
	width: 330px;
}

.recyclingAwards textarea {
	width: 450px;
	height: 150px;
	margin-bottom: 1em;
}

.recyclingAwards ul {
	margin-bottom: 1em;
	list-style-position: inside;
	color: #6b6b6b;
	font-size: 1.1em;
	line-height: 1.4em;
}

#saraLogo {
	position: absolute;
	top: 55px;
	left: 320px;
}

/* ----- Contact Us ----- */

.otherServices {
	float: left;
}

input.otherServices {
	float: left;
	margin-left: 6px;
}

.servicesForm table {
	width: 100%;
	margin-bottom: 1em;
}

.servicesForm table th {
	padding-bottom: 4px;
	color: #EA6834;
	font-size: 1.1em;		
	font-weight: bold;
	text-align: center;
}

.servicesForm table label,  .fieldsetRow table input {
	display: inline !important;
	vertical-align: middle;
}

.servicesForm table label {
	padding-left: 3px;
}

.servicesForm table .textInput {
	width: 114px;
	margin: 0 auto;
}

.servicesForm h2 {
	margin-bottom: 0 !important;
}

.headingCol {
	text-align: left !important;
}

.headingCol h2 {
	padding: 0.5em 0 1em 0;
}

.inputCol {
	width: 125px;
}

/* ----- Site Map ----- */

#siteMap h2 {
	margin: 0.8em 0 0.2em !important;
}

#siteMap ul {
	margin-left: 16px;
}

#siteMap ul li a {
	color: #6b6b6b;
	font-size: 1.1em;
	line-height: 1.4em;
}

/* ---------- ADMIN ZONE --------------------------------------------------- */

.adminMenu 
{	z-index: 9989;
	float:left;
	width:100%;
	position:relative;	
	font-size: 1.15em;
}

#adminMenuToggle {
	cursor: pointer;
	display: block;
	width: 166px;
	height: 31px;
	padding-left: 10px;
	font-size: 1.2em;
	font-weight: normal;
	text-decoration: none;
	line-height: 31px;
	color: #fff;
	background: #131614 url(/images/admin/menutop-open.png) -176px 0 no-repeat;
}

.adminMenu-open {
	background-position: 0px 0px !important;
}

.adminMenu h2 {
	margin: 0px;
	font-weight: normal;
	color: #fff;
}

.adminMenu ul {
	z-index: 9990;
	position: absolute;
	top: 31px;
	left: 0px;
	width: 176px;
	font-size: 1.15em;
	background: transparent url(/images/admin/menubg.png) top left repeat;
}

.adminMenu li a {
	display: block;
	padding: 0.6em 20px 0.6em 10px;
	color: #e0e0e0;
	text-decoration: none;
}

.adminMenu li a:hover {
	color: #fff;
}

/* Reddot */
.reddot 
{
	background: url(/images/reddot.png) top left no-repeat;
	width:14px;
	height:14px;
	float:left;
	text-indent:-9999px;
  }


/* Google Map */
#GMap {
  float:left;
  width:420px;
  height:580px;
  border: 1px solid #8a8a8a;
}
  
.locationList {
  float:left;
  list-style:none inside;
  margin-left:15px;
  width:250px;
} 
   
.locationList li {
  float:left;
  padding: 3px 5px;
  margin: 2px 0px;
  font-size: 1.1em;
  border-bottom: 1px solid #d2ece7;
  width:230px;
}  
.locationList li.headOffice {
  margin-bottom:8px;
}

.locationList li a {
  float: left;
  color: #3e3e3e;
  text-decoration: underline;
}

.locationList li a:hover { 
   color: #00a18b;
   text-decoration: none;
}

.locationList li span 
{
  float: right;
  color: #777;
}

.downloadLocations {
  margin-top: 15px;
  float:left;
  width:250px;
  margin-left:15px;
}

.downloadLocations p {
  margin-bottom: 0.5em !important;
}

.locationDetails {
  float:left;
  width:250px;
  margin-left:15px;
}
  
.locationDetails h2 {
  font-size:1.5em;
  margin-bottom:8px;
}
  
.locationDetails p {
  font-size:1.2em;
}

#safetyList {
	margin-top: 25px;
	margin-left: 16px;
}

#safetyList li {
	margin-bottom: 1.0em;
	color: #6b6b6b;
	font-size: 1.1em;
	line-height: 1.4em;
}

/* Cool Sliding Lists */

.slidingList
{
  float:left;
  position:relative;
  }
  
.slidingList ul
{
  display:none;
  position:absolute;
  top:18px;
  left:16px;
  width:65px;
  border-left:solid 1px #B8B8B8;
  border-right:solid 1px #B8B8B8;
  border-bottom:solid 1px #B8B8B8;
  list-style:none;
  }
  
.slidingList ul li
{
  float:left;
  width:65px;
  background-color:white;
  }
  
.slidingList ul li a
{
  border-top:solid 1px #B8B8B8;
  float:left;
  width:57px;
  padding:3px 5px;
  color: #5c5853;
  font-size: 1.1em;
  text-decoration: none;
  }

.slidingList ul li a:hover {
	color: #00a18b;
}

/* Login Page */
.failed
{
  background-color:#FFEBEB;
  color:#B50126;
  width:98%;
  margin-bottom:10px;
  padding:1%;
  font-size:1.2em;
  }
  
  
/* Demo Notification */
.demonstration
{
  float:left;
  background-color:#FFEBEB;
  width:100%;
  border-bottom:5px #B50126 solid;
  }
  
.demonstration p
{
  background-color:#FFEBEB;
  color:#B50126;
  width:98%;
  padding:1%;
  font-size:1.3em;
  }