/*
Author:		Jon Halliday 
Version:	1.0
Date:			29 JAN 2018
*/

/*
Standard styles
*/

*
{
	margin: 0;
	padding: 0;
}

body
{
	font: 82% Verdana,Tahoma,sans-serif;
	line-height: 1.4em;
	text-align: center; 
	color: #303030;
	background: grey;
	height: 100%;
	cursor: default; 
}
h1
{
	font: bold 1.5em Verdana, Tahoma, Arial, sans-serif;
	color: #0a72b9;
	margin: 0 0 20px; 
}
h2
{
	font: bold 1.25em Verdana, Tahoma, Arial, sans-serif;
	color: #0a72b9;
	margin: 0 0 20px; 
}
em
{
	font-weight: bold;
	font-style: normal;
	color: #0a72b9;
}
a
{
	color: #0a72b9;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	color: #0a72b9;
	text-decoration: underline;
	background-color: inherit;
}
a img
{
	border: none;
}
p
{
	padding: 0em 0 1.6em 0;
}
p form
{
	margin-top: 0;
	margin-bottom: 20px;
}
.mosaicstrapline
{
	font-size: 110%;
	color: #FFFFFF;
	font-weight: bold;
}
.pageframe
{
	width: 776px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}
.pageheader
{
	text-align: center;
	background: #0a72b9;
	padding-top: 5px; 
	padding-bottom: 5px;
}


#container
{
	width: 776px;
	height: 685px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: #ffffff;
	color: #303030;
	left: 191px;
	top: 16px;
}
#footer
{
	clear:both;
	font-size:0.9em;
	color:#7A7A7A;
	background:#F1F0F1; 
	border-top: 1px solid #0a72b9;
	padding: 5px;
	padding-left:15px;
	padding-right:15px;
	vertical-align:bottom;
}

#footer p
{
	padding:0; 
	margin:0; 
	text-align:center; 
	color:#000000;
}
#header 
{
	height: 90px;
	width: 776px; /*800x600 friendly */
	margin: 0 0 0 0;
	background: #ffffff;
	color: #000000;
}
#header h1
{
	padding: 35px 0 0 20px;
	font-size: 2.5em;
	background-color: inherit;
	color: #000000;
	letter-spacing: -2px;
	font-weight: normal;
}
#header h2
{
	margin: 10px 0 0 40px;
	font-size: 1.4em;
	background-color: inherit;
	color: #000000;
	letter-spacing: -1px;
	font-weight: normal;
}
#logo
{
	background-image:  url(mosaic-logo.png);
	background-repeat: no-repeat;
	background-position: left;
	width: 363px;
	height: 56px;
	padding: 0px;
	float: left;
	cursor: pointer;
	margin: 20px 20px
}
#clientlogo
{
	background-image:  url(/images/logo/client-logo.png);
	background-repeat: no-repeat;
	background-position: right;
	width: 226px;
	height: 56px;
	padding: 10px;
	float: right;
	cursor: pointer;
	margin: 20px 20px
}
#wrapbox
{
	width: 744px;
	margin: 0 15px 0; 
	background-color: #ffffff; 
	border-top: 8px solid #DBDADC; 
	border-right: 1px solid #CAC9CB; 
	border-left: 1px solid #CAC9CB;
}

#left
{
	width: 724px;
	float:left;
	position:relative;	
	voice-family:inherit;
	voice-family:"\"}\"";
	margin:20px 7px;
}
#right
{
	width:207px;
	float:left;
	clear:right;
	margin:20px 0px 20px 10px;
	voice-family:inherit;
	voice-family:"\"}\"";
	margin:20px 0px 20px 15px;
}

#subGrey
{
	font-size:5px; /*i.e hack */
	height:8px; 
	margin:0 15px 0;
	background:#DBDADC; 
	border-top:1px solid #ffffff; 
	clear:both;
}

#subGreyFooter
{
	margin:0 15px 0; background:#0a72b9; clear:both;
	border-bottom:1px solid #ffffff
}
#footerHyperlinks
{ 
	margin:0 15px 0; 
	height: 40px;
	background: #0a72b9; 
	padding:8px;
	padding-right:0px;
	border-top:1px solid #A38FBB;
	border-left: 1px solid #CAC9CB;
	border-right: 1px solid #CAC9CB;
}
#footerHyperlinks p
{
	padding:0;
	margin:0;
	text-align:right;
}
#footerHyperlinks a
{
	color:#ffffff;
	background-color:inherit;
}
#footerHyperlinks a:hover
{
	color:#ffffff; 
	background-color:inherit; 
	text-decoration: underline;
}
#footerHyperlinks span
{
	margin-right:15px; 
	font-size:89%
}

#callrate
{
	width:724px;
	float:left;
	color:#FFFFFF;
	font-weight:bold;
}
#ceoquote
{
	font-style: italic;
}
.contacts
{
	font-weight: bold;	
}

	