

/* GLOBAL STYLES
__________________________________________________________________*/


body
{
	background-color: white;
	background-repeat: no-repeat;
	color: gray;
	font-family: Arial, Sans Serif;
	font-size: 9pt;
	line-height: 16pt;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

h2
{
	text-align: left;
	color: gray;
	font-size: 14pt;
	font-weight: lighter;
	margin-bottom: 0px;
}

p
{
	text-align: left;
}






/* POSITIONING BOXES
__________________________________________________________________*/


.container
{
	width: 940px;
	height: auto;
	display: block;
	margin: auto;
}


.top-page-indicator
{
	width: 930px;
	height: 30px;
	display: block;
	background-color: #e5e5e5;
	text-align: right;
	padding-top: 30px;
	padding-right: 10px;
	font-size: 9pt;
	text-transform: uppercase;
}


.navbox
{
	width: 940px;
	height: 248px;
	display: block;
	background-image: url(images/nav/bg_nav.gif);
	background-repeat: no-repeat;
	background-position: 0px 40px;
}

.navitemsbox
{
	width: 620px;
	height: 248px;
	display: block;
	float: left;
}

.navitemsbox1
{
	width: 140px;
	height: 248px;
	display: block;
	float: left;
}

.navitemsbox2
{
	width: 420px;
	height: 248px;
	display: block;
	float: left;
}



.logobox
{
	width: 325px;
	height: 248px;
	display: block;
	float: right;
}


.topnavspacer
{
	width: 325px;
	height: 48px;
	display: block;
}

.mainnavitem
{
	width: 325px;
	height: 25px;
	display: block;
	font-size: 9pt;
	color: black;
}

.subnavitem
{
	width: 325px;
	height: 20px;
	display: block;
	font-size: 9pt;
	color: black;
}

.servicescontent
{
	width: 600px;
	height: auto;
	display: block;
	float: left;
}


.servicesphoto
{
	width: 175px;
	height: auto;
	display: block;
	float: left;
	text-align: left;
}

.servicestext
{
	width: 365px;
	height: auto;
	display: block;
	float: left;
}




.footerbox
{
	width: 940px;
	height: 35px;
	display: block;
	position: relative;
	text-align: left;
	font-size: 7pt;
	line-height: 7pt;
}

.zephyrbox
{
	width: 400px;
	height: 5px;
	display: block;
	float: left;
	position: relative;
	text-align: left;
}

#zephyrspace
{
	padding-top: 13px;
}

.copyrightbox
{
	width: 550px;
	height: 5px;
	display: block;
	float: right;
	position: relative;
	text-align: right;
}

#copyrightspace
{
	padding-top: 13px;
}



/* GLOBAL LINK COLOURS
__________________________________________________________________*/

a:link
{
	color: #ababab;
	text-decoration: none;
}

a:active
{
	color: #ababab;
	text-decoration: none;
}

a:hover
{
	color: #000;
	text-decoration: none;

}

a:visited
{
	color: #ababab;
	text-decoration: none;
}

a:visited:hover
{
	color: #000;
	text-decoration: none;
}




