html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:1em;
	vertical-align:baseline;
	background:transparent;
	}
body{
	line-height:1;
	}
ol, ul{
	list-style:none;
	}
blockquote,
q{
	quotes:none;
	}
blockquote:before,
blockquote:after,
q:before,
q:after{
	content:'';
	content:none;
	}			
:focus{
	outline:0;
	}			
ins{
	text-decoration:none;
	}
del{
	text-decoration:line-through;
	}
table{
	border-collapse:collapse;
	border-spacing:0;
	}
input[type=hidden]{
	visibility:hidden;
	}
	
	
/* slightly enhanced, universal clearfix hack */
.clearfix:after{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
	}
.clearfix{
	display:inline-block;
	}

/* start commented backslash hack \*/
* html .clearfix{
	height:1%;
	}
.clearfix{
	display:block;
	}
/* stop commented backslash hack */	

/* Body
*********************************************************/
body{
	font:100% 'Helvetica Neue',Arial,Helvetica,'Lucida Grande',Verdana,sans-serif;
	background-image:url(/template/theme/workplace/img/bg.jpg);
	line-height:1.6;
	margin:20px 0;
	}


/* Control Bar
*********************************************************/
#control{
	padding:0 10px;
	background:#000 url(/template/admin/img/header.jpg) repeat-x 0 50%;
	border-bottom:1px solid #666;
	height:40px;
	margin:-20px 0 20px;
	}
	#control ul{
		float:right;
		font-size:11px;
		list-style:none;
		}
		#control li{
			display:inline;
			margin-left:10px;
			color:#aaa;
			line-height:40px;
			}
			#control li.first{
				border-left:none;
				}
			#control a{
				color:#eee;
				text-decoration:none;
				}
				#control a:hover{
					color:#fff;
					text-decoration:underline;
					}

/* Container
*********************************************************/
.container{
	width:960px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	}
	.container:after{
		visibility:hidden;
		display:block;
		font-size:0;
		content:" ";
		clear:both;
		height:0;
		}	



/* Header
*********************************************************/
#header{
	height:185px;
	background:#e8e8e8 url(/template/theme/workplace/img/bg-grad-white.gif) repeat-x;
	overflow:hidden;
	}
				
	#header .title h1 a{
		float:left;
		width:250px;
		height:0;
		padding-top:87px;
		margin:50px 0 0;
		overflow:hidden;
		background:url(/template/theme/workplace/img/logo.jpg) no-repeat;
		}
		
	#header .phone a{
		float:right;
		width:150px;
		height:0;
		padding-top:14px;
		margin:60px 0 0;
		overflow:hidden;
		background:url(/template/theme/workplace/img/phone.jpg) no-repeat;
		}
	
	#nav{
		clear:right;
		float:right;
		margin:35px 0 0;
		font-size:95%;
		}
		#nav li{
			display:block;
			float:left;
			}
			#nav li a{
				display:block;
				float:left;
				margin:0 0 0 33px;
				color:#666;
				line-height:39px;
				font-weight:bold;
				text-decoration:none;
				text-transform:lowercase;
				}
				#nav li.active a,
				#nav li a:hover{
					color:#0f2743;
					}
		#nav ul{
			display:none;
			}
	
	
	
	
#mast{
	background:url(/template/theme/workplace/img/bg-mast.jpg) repeat-x 50% 0;
	}
	#mast ul{
		display:block;
		float:left;
		width:960px;
		height:330px;
		overflow:hidden;
		}
		#mast ul li{
			display:block;
			width:960px;
			height:330px;
			float:left;
			background-color:transparent !important;
			}
			#mast ul li a{
				display:block;
				padding:20px 400px 10px 10px;
				height:300px;
				text-decoration:none;
				}
				#mast ul li a h1{
					margin:16px 0 20px;
					font-size:350%;
					color:#fff;
					line-height:1;
					font-weight:normal;
					}
				#mast ul li a p{
					margin:16px 0;
					font-size:125%;
					line-height:1.6;
					color:#fff;
					}
		
	#mast p{
		margin:16px 0;
		font-size:250%;
		color:#aaa;
		line-height:1;
		font-weight:normal;
		}
		#mast p a{
			color:#aaa;
			text-decoration:none;
			}
			#mast p a:hover{
				text-decoration:underline;
				}
		#mast p strong{
			color:#fff;
			font-weight:normal;
			}
					
				



#content{
	background:#e8e8e8 url(/template/theme/workplace/img/bg-grad-white.gif) repeat-x;
	padding:15px 0 0;
	}
		
	#content p,
	#content ul,
	#content ol,
	#content blockquote,
	#content address{
		margin:16px 0;
		font-size:75%;
		color:#333;
		}
		#content p small{
			font-size:87.5%;
			}
		
	#content a{
		text-decoration:none;
		color:#000;
		}
		#content a:hover{
			text-decoration:underline;
			}
			
	#content h1{
		margin:0 0 16px;
		font-size:200%;
		color:#0f2743;
		line-height:1.3;
		font-weight:normal;
		}
		#content h1 small{
			float:right;
			font-size:40%;
			font-weight:normal;
			color:#aaa;
			}
		#content h1 a{
			color:#222;
			}		 
				 		
	#content h2{
		margin:0 0 16px 0;
		font-size:175%;
		color:#0f2743;
		line-height:1.3;
		font-weight:normal;
		}
		ma{
			float:right;
			font-size:60%;
			font-weight:normal;
			color:#aaa;
			}
		#content h2 a{
			color:#222;
			}			
			
	#content h3{
		margin:0 0 5px;
		font-size:125%;
		color:#0f2743;
		line-height:1.3;
		font-weight:normal;
		}
		#content h3 small{
			float:right;
			font-size:75%;
			font-weight:normal;
			color:#888;
			}			
			
	#content h4{
		margin:0 0 5px;
		font-size:100%;
		color:#0f2743;
		line-height:1.3;
		font-weight:normal;
		}
		#content h4 small{
			float:right;
			font-size:75%;
			font-weight:normal;
			color:#888;
			padding-top:2px;
			}			
			
	#content h5{
		margin:0 0 5px;
		font-size:87.5%;
		color:#0f2743;
		line-height:1.3;
		font-weight:normal;
		}		
		#content h5 small{
			float:right;
			font-size:75%;
			font-weight:normal;
			color:#888;
			}			
			
	#content h6{
		margin:0 0 5px;
		font-size:75%;
		color:#0f2743;
		line-height:1.3;
		font-weight:normal;
		}	
		#content h6 small{
			float:right;
			font-size:75%;
			font-weight:normal;
			color:#888;
			}	
			
	#content blockquote{
		font-size:100%;
		margin:16px 32px;
		padding-left:16px;
		border-left:1px solid #999;
		}	
		
	#content img{
		xpadding:5px;
		display:block;
		xborder:1px solid #aaa;
		}
		#content img.alignright{
			background:#fff;
			float:right;
			margin:0 0 10px 10px;
			}
		#content img.alignleft{
			background:#fff;
			float:left;
			margin:0 10px 10px 0;
			}
		#content img.aligncenter{
			background:#fff;
			display:block;
			margin:10px auto;
			}
	
	
	#content #sections{
		margin:0 -15px 15px 0;
		float:left;
		display:block;
		}
		#content #sections li{
			display:block;
			float:left;
			}
			#content #sections li a{
				display:block;					
				width:84px;
				padding:20px 20px 0 20px;
				height:90px;
				overflow:hidden;
				float:left;
				background-repeat:no-repeat;
				margin:0 15px 0 0;
				color:#fff;
				text-decoration:none;
				text-transform:lowercase;
				}
				#content #sections li a:hover{
					background-position:0 -110px;
					}			
				#content #sections li a h2{
					margin:0 0 3px;
					color:#fff;
					font-weight:normal;
					font-size:150%;
					letter-spacing:0;
					}
				#content #sections li a h3{
					margin:0;
					color:#fff;
					font-weight:normal;
					font-size:100%;
					letter-spacing:0;
					margin:0 0 3px;
					width:70px;
					}
					#content #sections li.training a{
						background-image:url(/template/theme/workplace/img/bg-jumpbox-red.gif);
						}
					#content #sections li.oh a{
						background-image:url(/template/theme/workplace/img/bg-jumpbox-green.gif);
						}
					#content #sections li.wellbeingdays a{
						background-image:url(/template/theme/workplace/img/bg-jumpbox-yellow.gif);
						}
					#content #sections li.therapies a{
						background-image:url(/template/theme/workplace/img/bg-jumpbox-purple.gif);
						}
					#content #sections li.fitness a{
						background-image:url(/template/theme/workplace/img/bg-jumpbox-blue.gif);
						}
					#content #sections li.healthscreening a{
						background-image:url(/template/theme/workplace/img/bg-jumpbox-orange.gif);
						}
					#content #sections li.events a{
						background-image:url(/template/theme/workplace/img/bg-jumpbox-grey.gif);
						}

	
			#content .col,
			#content #innercontent,
			#content #sidebar{
				-moz-border-radius:10px;
				-webkit-border-radius:10px;
				background:#fff;
				border:1px solid #ddd;
				float:left;
				margin-bottom:15px;
				padding:15px 15px 0;
				}
				#content .col.left{
					width:190px;
					margin-right:15px;
					}
				#content .col.mid{
					width:454px;
					margin-right:15px;
					}
				#content .col.right{
					width:190px;
					}
				#content .col.wide{
					width:928px;
					}
					
			#content ul{
				margin-left:32px;
				list-style:disc;
				}
			#content ol{
				margin-left:32px;
				list-style:decimal;
				}
				#content ul ul{
					font-size:100%;
					margin:0 0 0 15px;
					}
						
	
	#innercontent{
		float:left;
		width:690px;
		overflow:hidden;
		}	
			
	#sidebar{
		float:left;
		width:190px;
		margin-right:15px;
		background:url(/template/theme/workplace/img/bg-line-vertical.png) repeat-y 0 0;
		}
		#sidebar h3{
			margin:0 0 5px;
			font-size:125%;
			color:#0f2743;
			line-height:1;
			font-weight:normal;
			}
		#sidebar ul{
			margin:10px 16px 16px 2px;
			list-style:none;
			}
			#sidebar ul ul{
				font-size:100%;
				margin:0 0 0 3px;
				}
			#sidebar li{
				color:#aaa;
				padding:3px 17px;
				}
				#sidebar li.training,
				#sidebar li.training li{
					background:url(/template/theme/workplace/img/icon-cross-red-small.gif) no-repeat 0 6px;
					}
				#sidebar li.occupational-health,
				#sidebar li.occupational-health li{
					background:url(/template/theme/workplace/img/icon-cross-green-small.gif) no-repeat 0 6px;
					}
				#sidebar li.wellbeing-days,
				#sidebar li.wellbeing-days li{
					background:url(/template/theme/workplace/img/icon-cross-yellow-small.gif) no-repeat 0 6px;
					}
				#sidebar li.therapies,
				#sidebar li.therapies li{
					background:url(/template/theme/workplace/img/icon-cross-purple-small.gif) no-repeat 0 6px;
					}
				#sidebar li.fitness,
				#sidebar li.fitness li{
					background:url(/template/theme/workplace/img/icon-cross-blue-small.gif) no-repeat 0 6px;
					}
				#sidebar li.health-screening,
				#sidebar li.health-screening li{
					background:url(/template/theme/workplace/img/icon-cross-orange-small.gif) no-repeat 0 6px;
					}
				#sidebar li.events,
				#sidebar li.events li{
					background:url(/template/theme/workplace/img/icon-cross-grey-small.gif) no-repeat 0 6px;
					}
				#sidebar li.active{
					font-weight:bold;
					}
					#sidebar li.active li{
						font-weight:normal;
						}
				#sidebar li a{
					color:#111;
					}
		
		#sidebar form{
			margin:0 0 32px;
			}



#content #googlemap{
	width:688px;
	padding:5px;
	background:#fff;
	border:1px solid #888;
	height:500px; 
	margin-bottom:15px;
	} 


#content .newsitem h4{
	margin:19px 0 5px;
	font-size:87.5%;
	font-weight:bold;
	line-height:1.2;
	}
	#content .newsitem h4 a{
		color:#333;
		}
		#content .newsitem h4 a:hover{
			color:#000;
			}
#content .newsitem p{
	margin:0 0 18px;
	font-size:75%;
	}


#content .googleinfo{
	height:200px;
	}
	#content .googleinfo h2{
		font-size:1.2em;
		}
	#content .googleinfo img{
		float:right;
		}
	#content .googleinfo p{
		}
	#content .googleinfo address{
		font-style:normal;
		}

#quickcontact{
	padding:15px 0 0;
	background:url(/template/theme/workplace/img/bg-quickcontact.png) repeat-x 50% 0;
	}	
	#quickcontact h1{
		height:0;
		padding-top:65px;
		overflow:hidden;
		width:100%;
		}
#quickaddress{
	float:right;
	width:250px;
	margin:0 0 0 25px;
	}
	#quickaddress p{
		line-height:1.3;
		margin:0 0 16px;
		color:#333;
		font-size:87.5%;
		}
		#quickaddress p strong{
			text-transform:uppercase;
			font-size:75%;
			color:#222;
			}
		#quickaddress p a{
			color:#333;
			text-decoration:none;
			}
			#quickaddress p a:hover{
				color:#111;
				text-decoration:underline;
				}



				
					
#footer{
	}	
		
	#footer #footerlinks{
		}
		#footer #footerlinks ul{
			display:block;
			float:right;
			font-size:67.5%;
			margin:0;
			}
			#footer #footerlinks li{
				line-height:38px;
				display:inline;
				}
				#footer #footerlinks li a{
					color:#fff;
					padding:0 5px;
					text-decoration:none;
					}
					#footer	#footerlinks li a:hover{
						text-decoration:underline;
						}
		#footer #footerlinks p{
			font-size:67.5%;
			color:#ccc;
			float:left;
			line-height:38px;
			margin:0;
			width:550px;
			}
			#footer #footerlinks p a{
				color:#fff;
				text-decoration:none;
				}
				#footer #footerlinks p a:hover{
					text-decoration:underline;
					}
					
					
.container form.standard{
	width:100%;
	margin:0 0 15px;
	float:left;
	position:relative;
	}
	.container form.quick.standard{
		width:500px;
		float:right;
		}
	
	
	.container form.standard fieldset{
		padding:33px 10px 13px;
		background:#fff;
		border:1px solid #ddd;
		display:block;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
		}
	.container form.standard legend{
		font-weight:bold;
		font-size:1.5em;
		display:none;
		}
	.container form.standard .error{
		display:block;
		background:#ffc;
		border:1px solid #fcc;
		color:red;
		text-align:center;
		padding:5px 0;
		margin:0 0 25px;
		}
	.container form.standard p{
		clear:both !important;
		width:100% !important;
		font-size:100% !important;
		margin:0 0 16px !important;
		float:left;
		}
	.container form.standard .text input,
	.container form.standard .text textarea{
		display:block;
		float:left;
		width:65%;
		padding:5px;
		margin:0;
		background:#eee;
		border:1px solid #ddd;
		color:#666;
		font:82.5%/150% 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		}
		.container form.standard .text input:hover,
		.container form.standard .text textarea:hover,
		.container form.standard .text input:focus,
		.container form.standard .text textarea:focus{
			color:#000;
			background:#fff;
			}
		
	.container form.standard .text label,
	.container form.standard .submit label,
	.container form.standard .select label{
		float:left;
		padding:0 5px;
		display:block;
		text-align:right;
		width:20%;
		line-height:1.3;
		padding:5px;
		font-size:82.5%;
		color:#333;
		}
		.container form.standard label.required:before{
			content:"* ";
			color:#f00;
			font-weight:bold;
			}
	.container form.standard .forgot{
		display:block;
		float:right;
		text-align:right;
		width:160px;
		font-size:12px;
		color:#666;
		margin:-3px 18% 12px 0;
		}
	.container form.standard .submit input{
		display:block;
		float:left;
		padding:5px 10px;
		border:none;
		font:125%/140% 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
		font-weight:bold;
		text-transform:lowercase;
		background:#0393d0;
		color:#fff;
		cursor:pointer;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		}
		.container form.standard .submit input:hover{
			background:#0f2743;
			}


	.container form.standard .check input{
		display:block;
		clear:both;
		float:left;
		margin:0 5px 15px 21%;
		}
	.container form.standard .check label{
		display:block;
		float:left;
		margin:-3px 0 0 0;
		font-size:14px;
		line-height:20px;
		}
		
		

