body {
	margin:0px;
	font-family: helvetica, impact, sans-serif;
}
	
#wrapper {
	text-align: left;
	width: 955px;
	height:600px;
	padding:0;
}

#header {
	height:117px;
}

#leftZone {
	float: left;
}

#rightZone { 
	margin: 0 0 0 7px;
	float: left;
}

#footer {
	clear: both;
	padding: 10px 0;
	*padding:0;
	*margin-top:10px;
}

a {
	color:#008eaf;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}


/* DIFFERNT PAGE ZONE LAYOUTS */
.left_index {
	width:585px;
	height:389px;
	background:url('../images/img_index.jpg') no-repeat;
}

.right_index {
	width:358px;
	height:389px;
	background:url('../images/back_index.gif') no-repeat;
}

.right_index_copy {
	background:url('../images/title_index2.gif') 25px 5px no-repeat;
	text-align:justify;
	margin-top:10px;
	padding:155px 15px 15px 15px;
	color:#008eaf;
	font-size:16px;
	line-height:24px;
	font-weight:bold;
}

.left_who {
	width:436px;
	height:460px;
	background:url('../images/img_who.jpg') no-repeat;
}

.right_who {
	width:510px;
	height:460px;
	background:url('../images/back_content.gif') bottom right no-repeat;
}

.right_content_copy {
	text-align:justify;
	margin-top:10px;
	padding:15px 15px 15px 15px;
	color:#000;
	font-size:14px;
	line-height:18px;
}

.smallLine{
line-height:17px;
}




.left_contact {
	width:436px;
	height:460px;
	background:url('../images/img_contact.jpg') no-repeat;
}

.left_quote {
	width:275px;
	height:460px;
	background:url('../images/img_quote.jpg') no-repeat;
	text-align:top;
}

.right_quote {
	width:672px;
	height:460px;
	overflow: auto;
	background:url('../images/back_content.gif') bottom right no-repeat fixed;
}

.left_career {
	width:275px;
	height:460px;
	background:url('../images/img_career.jpg') no-repeat;
}

.right_career {
	width:672px;
	height:460px;
	background:url('../images/back_content.gif') bottom right no-repeat;
}

.left_what {
	width:275px;
	height:460px;
	background:url('../images/img_what2.jpg') no-repeat;
}

.right_what {
	width:672px;
	height:460px;
	background:url('../images/back_content.gif') bottom right no-repeat;
}

.left_legal {
	width:275px;
	height:460px;
	background:url('../images/img_legal.jpg') no-repeat;
}

.left_client {
	width:275px;
	height:460px;
	background:url('../images/img_client.jpg') no-repeat;
}

.bottomLeft {
	text-align:justify;
	width:620px;
	float:left;
	font-size:14px;
	line-height:18px;
	padding: 0 10px 0 0;
	border-right:1px solid #008eaf;
}

.bottomLegal {
	text-align:right;
	float:right;
	width:310px;
	font-size:11px;
	padding:0 10px 0 0;
}

.title {
	color:#008eaf;
	font-weight:bold;
}

.contentTitle {
	color:#008eaf;
	font-weight:bold;
	font-size:23px;
	font-family: serif;
	line-height:23px;
}

.aqua{
color:#008eaf;
font-weight:bold;
}

.copyright {
	color:#7cc9ef;
}

/* NAVIGATION */
#navcontainer {
	width:950px;
	margin: 0 0 7px 0;
	height:23px;
	*height:22px;
	background: #008eaf;
}

#navcontainer UL {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#navcontainer LI {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
}

#navcontainer A {
	color: #FFF;
	display: block;
	width: auto;
	text-decoration: none;
	background: #008eaf;
	margin: 0;
	padding: 2px 35px;
	border-left: 1px solid #00cccc;
	border-right: 1px solid #006666;
	font-size:16px;
}

#navcontainer A:hover, #navcontainer A:active { background: #BBBBBB; }

#navcontainer A.active:link, #navcontainer A.active:visited
{
	position: relative;
	z-index: 102;
	background: #BBBBBB;
	font-weight: bold;
}

/* CLIENT NAVIGATION */
#navcontainerClient { 
	width: 261px;
	*width:275px;
	margin-top:285px;
 }

#navcontainerClient ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#navcontainerClient a {
	display: block;
	padding: 7px;
	width: 261px;
	*width:275px;
	background-color: #FFF;
	border-bottom: 1px solid #BBBBBB;
	font-size:16px;
}

#navcontainerClient a:link, .navlist a:visited {
	color: #008eaf;
	text-decoration: none;
}

#navcontainerClient a:hover {
	background-color: #008eaf;
	text-decoration:none;
	color: #fff;
}

