/* OPL CSS Document */

#skipNav{display: none}

body {
	margin: 0;	
	height: 100%;
	font-family: Arial, Helvetica, sans-serif; 
	padding: 0px; 
	font-size: 12px; /* makes the page align center in Exp. 5 */
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-position: center;
	color:#333333;
	min-width:809px;
}

img {
border: none;
}
/* -- show/hide layers in faq pages --*/

.question{	/* Styling question */
	/* Start layout CSS */
	
margin-top:5px;
margin-bottom:5px;
	color: #336699;
	font-size: 12px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.answer{	/* Parent box of slide down content */
	/* Start layout CSS */
margin-left:15px;
margin-bottom:20px
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.answer_content{	/* Content that is slided down */

	position:relative;
}


/* ----- UNIVERSAL HEADER ELEMENTS ------------------------------------------------------------------------------------------------------ */

#container {					/* main page container */
	width: 809px;
	height: 100%;
	margin: 0 auto 0 auto;
	padding-left:15px;
	text-align: left;
	position: relative;	
}

#cl-head1 {
	position: absolute;
	margin-top: 0px;
	margin-left: 12px;
	width: 88px;
	height: 80px;
}

#head2 {
	position: absolute;
	margin-left: 104px;
	margin-top: 12px;
	height: 74px;
}

#head3 {
	background: url(images/head3.jpg) no-repeat top;
	position: absolute;
	width: 88px;
	height: 33px;
	margin-top: 102px;
	margin-left: 6px;
}

/* ----- Read more links on home page-------------------------------------------------------------------------------- */
#cl-read-more {
	font-size: 15px;
	font-weight:normal;
	line-height: 26px;
	position:absolute;
	top:120px;
	color:#526582;
	}
	
#lr-read-more {
	font-size: 15px;
	font-weight:normal;
	line-height: 26px;
	position:absolute;
	top:120px;
	color:#748ab4;
	}

#ws-read-more {
	font-size: 15px;
	font-weight:normal;
	line-height: 26px;
	position:absolute;
	top:220px;
	color:#949fb3;

	}


/* ----- NAV ------------------------------------------------------------------------------------------------------ */

#nav-bar {
	position: absolute;
 	width: 693px;
	margin-top: 137px;
	margin-left: 116px;	
}

body#lr #container #nav-bar {
	background: #748ab4;	   /* LR colour */ 
}
body#cl #container #nav-bar {
	background: #526582;	   /* CL colour */ 
}
body#ws #container #nav-bar {
	background: #949fb3;	   /* WS colour */ 
}

	/* ----- nav text ------ */
	
#nav-text {
	padding-top: 5px;		
	padding-bottom: 4px;		
	font-size: 13px;
	color:#FFFFFF;		
	text-decoration: none;
}

#nav-text ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: left;
}

#nav-text ul li { 
border-right: 1px solid white;
padding-right: 10px;
display: inline; 
}

#nav-text ul li a
{
	padding-left: 15px;
	padding-top: 4px;		
	padding-bottom: 4px;		
	font-size: 13px;
	color:#FFFFFF;		
	text-decoration: none;
}

#nav-text ul li a:hover
{
	color:#333333;
	text-decoration: none;
}
#nav-text ul li.selected a
{
	color:#333333;
	text-decoration: none;
}

#nav-left {	   /* shadow graphic */ 
	position: absolute;
	background:  url("images/navLeft.jpg") no-repeat top;
 	width: 2px;
	height: 25px; 
	margin-top: 137px;
	margin-left: 114px;	
}

#nav-btm {	   /* shadow graphic */ 
	position: absolute;
	background:  url("images/navBtm.jpg") no-repeat top;
 	width: 693px;
	height: 3px; 
	margin-top: 159px;
	margin-left: 116px;	
}

#subnav-bar {
	position: absolute;
	width: 670px;
	margin-top: 170px;
	margin-left: 195px;
	font-size: 10px;
	color: #676766;
	left: -45px;
	top: -5px;
}
#subnav-text {
	color: #676766;		   /* dark grey */
	text-decoration: none;

}

#subnav-text ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: left;
}

#subnav-text ul li { 
border-right: 1px solid gray;
padding-right: 8px;
display: inline; 
}

#subnav-text ul li #last{ 
border-right: none;
}

#subnav-text ul li a
{
	padding-left: 5px;
	padding-bottom: 4px;			
	font-size: 12px;
	color:#676766;		
	text-decoration: none;
}

#subnav-text ul li a:hover
{
	color:#333333;
	text-decoration: none;
}
#subnav-text ul li.selected a
{
	color:#333333;
	text-decoration: none;
}


/* ----- RIGHT SUB NAV ------------------------------------------------------------------------------------------------------ */

/* ------------ navigation -----------------*/

/*  rollovers for 3 main links */
#navcontainer{
width:123px;
position: relative;
left: 74px;
top: -40px;
}
#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#navcontainer li { margin: 0 0 0 0;
padding-bottom:2px; }

#navcontainer a
{
display: block;
padding: 2px 0 2px 0;
width: 123px;
height: 21px;
}

#NavLR a:hover{background-image:  url("images/lrOver.gif");}
#NavWS a:hover{background-image:  url("images/wsOver.gif");}
#NavCL a:hover{background-image:  url("images/RightSide_OnCall_1.jpg");}
#NavHome a:hover{background-image:  url("images/homeOver.gif");}

#NavLR.current a{background-image:  url("images/lrOver.gif");}
#NavWS.current a{background-image:  url("images/wsOver.gif");}
#NavCL.current a{background-image:  url("images/RightSide_OnCall_1.jpg");}
#NavHome.current a{background-image:  url("images/homeOver.gif");}

#NavWS a{background-image:  url("images/wsOff.gif");}
#NavLR a{background-image:  url("images/lrOff.gif");}
#NavCL a{background-image:  url("images/RightSide_OnCall_2.jpg");}
#NavHome a{background-image:  url("images/homeOff.gif");}

/* ----- RIGHT NEWS BAR ------------------------------------------------------------------------------------------------------ */

#news-title {
	position: relative;
 	width: 170px;
	height: 35px; 
	margin-left: 0px;
}

body#cl #container #content #sub-container #textContainer #rightContent #lr-news #news-title {
	background:  url("images/lrNewsHead.jpg") no-repeat top;
}
body#lr #container #content #sub-container #textContainer #rightContent #lr-news #news-title {
	background:  url("images/clNewsHead.jpg") no-repeat top;
}
body#ws #container #content #sub-container #textContainer #rightContent #lr-news #news-title {
	background:  url("images/wsNewsHead.jpg") no-repeat top;
}

#lr-news {
	position: relative;
	background: #ebebee;
	width: 170px;
	margin-top:0px;
	font-size: 10px;
	line-height: 14px;
	color: #5a5a5a;
	left: 27px;
	top:-20px;
	
}



/* ----- UNIVERSAL CONTENT ------------------------------------------------------------------------------------------------------ */

#main_head {
	position: absolute;
	margin-top: 92px;
	margin-left: 116px;
}

#img {
	border: 0;
	padding-right: 10px;
	margin-left: -4px;
	padding-bottom: 8px;
	padding-top: 4px;
	display: inline;
	float: left;
}
#img_clients {
	position: absolute;
	margin-top: 123px;
	margin-left: 295px;
}

#img2 {
	border: 0;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-top: 4px;
	display: inline;
	float: left;
}

#bio {
	min-height: 190px;	
	}

.caption {
	padding-left:5px; 
	padding-top:10px;
	line-height: 14px;
	text-align:left;
	font-size:11px;
	color: #526582;	 
}

#line {
	position: absolute;
	margin-top: 91px;
	margin-left: 116px;
}

#nav {
	position: absolute;
	margin-top: 92px;
	margin-left: 116px;
	line-height: 0px;
	padding-top: 0px;	
}

#news-text {

	padding-top:4px;
	padding-left: 12px;	
	padding-right: 10px;	
	padding-bottom:4px;	
	font-size: 11px; /* makes the page align center in Exp. 5 */
	color:#333333;
}

#footerHome {
	background: url(images/oplFooterFull.jpg) no-repeat;
	position:absolute; 
	width:699px;
	font-size:10px;
	text-align:left;
	color: #333333;	
	height:260px;
	padding-top:32px;
	padding-left:114px;
	margin-left:5px; 	
	margin-top:612px; 
}

#footer {
	background: url(images/oplFooterFull.jpg) no-repeat;
	position:absolute; 
	width:699px;
	font-size:10px;
	text-align:left;
	color: #333333;	
	height:260px;
	padding-top:32px;
	padding-left:110px;		
	margin-top:24px; 
	margin-left:-95px; 
}

#footer a {
text-decoration:none;
color: #333333;

}
#footer a:hover {
text-decoration:none;
color:#0066CC;

}
#footer a:visited {
text-decoration:none;
color: #333333;

}
/* ----- CL CONTENT  ------------------------------------------------------------------------------------------------------ */

#lr-title-icon {
	position: absolute;
	background:  url("images/lrTitleIcon.jpg") no-repeat top;
 	width: 17px;
	height: 18px; 
	margin-top: 207px;
	margin-left: 115px;
}

body#lr #container #lr-title-icon {
	background:  url("images/lrTitleIcon.jpg") no-repeat top;
}
body#cl #container #lr-title-icon {
	background:  url("images/clTitleIcon.jpg") no-repeat top;
}
body#ws #container #lr-title-icon {
	background:  url("images/wsTitleIcon.jpg") no-repeat top;
}

#lr-head1 {
	position: absolute;
	margin-top: 0px;
	margin-left: 12px;
	width: 88px;
	height: 80px;
}

#page-title-bar {
	position: absolute;
 	width: 490px;
	height: 5px; 
	margin-top: 230px;
	margin-left: 117px;	
}

body#lr #page-title-bar {
	background: #748ab4;	   /* LR colour, change body ids later */ 
}
body#cl #page-title-bar {
	background: #526582;	   /* CL colour, change body ids later */ 
}
body#ws #page-title-bar {
	background: #949fb3;	   /* WS colour */ 
}
#sub-container {
	position: absolute;
	width: 668px;
	margin-top: 250px;
	margin-left: 116px;
}

#textImage {
	margin-right: 14px;
	padding-top: 4px;
	
}
#quote {
	/* main page container */
	width: 580px;
	margin-left:-17px;
	position: relative;	
	height:1px;
	
	}
/* ----- DISCLAIMER PAGES CONTENT  ------------------------------------------------------------------------------------------------------ */

#sub-container2 {
	position: absolute;
	width: 668px;
	margin-top: 150px;
	margin-left: 116px;
}

h7 {		/* This is an altenate style of h1 for the copywrite, disclaimer pages */
	color: #34679a;
	position: absolute;
	height: 18px; 
	margin-top: 130px;
	margin-left: 115px;
	font-size: 17px;
	font-weight: normal;
}
/* ----- HOME CONTENT  ------------------------------------------------------------------------------------------------------ */

#cl-head {
	position: absolute;
	margin-top: 135px;
	margin-left: 116px;
	width:315px;
	height:35px;
}

#cl-img {
	position: absolute;
	margin-top: 174px;
	margin-left: 116px;
	width:315px;
	height:245px;
}

#cl-text {
	position: absolute;
	margin-top: 435px;
	margin-left: 116px;
	width:315px;
}

#cl-text a {	
	text-decoration: none;
}
/* ----------------------------------------------- */

#lr-head {
	position: absolute;
	margin-top: 135px;
	margin-left: 450px;
	width:195px;
	height:35px;
}

#lr-img {
	position: absolute;
	margin-top: 174px;
	margin-left: 450px;
	width:192px;
	height:173px;
}

#lr-text {
	position: absolute;
	margin-top: 435px;
	margin-left: 450px;
	width:315px;
}
#lr-text a {	
	text-decoration: none;
}
/* ----------------------------------------------- */

#ws-head {
	position: absolute;
	margin-top: 135px;
	margin-left: 580px;
	width:195px;
	height:35px;
}

#ws-img {
	position: absolute;
	margin-top: 174px;
	margin-left: 581px;
	width:192px;
	height:173px;
}

#ws-text {
	position: absolute;
	margin-top: 353px;
	margin-left: 580px;
	width:192px;
	height:173px;
}
#ws-text a {	
	text-decoration: none;
}
/* ----- TEXT ------------------------------------------------------------------------------------------------------ */
 
h1 {
	position: absolute;
	height: 18px; 
	margin-top: 208px;
	margin-left: 137px;
	font-size: 17px;
	font-weight: normal;
}
body#lr #content h1 {
	color: #748ab4;	   /* LR colour, change body ids later */ 
}
body#cl #content h1 {
	color: #526582;	   /* CL colour, change body ids later */ 
}
body#ws #content h1 {
	color: #949fb3;	   /* WS colour */ 
}
h3 {
	font-size: 15px;
	font-weight: normal;
	margin-bottom: -7px;
	color: #526582;
}

.subtitle {
	font-size: 12px;
	color: #526582;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: -7px;

}
ol li{
line-height:15px;
}

h4 {
	font-size: 15px;
	font-weight: normal;
	padding-top: 20px;
	color: #526582;
}

h4 span {
	font-size: 12px;
}

h5 {
	font-size: 12px;
	font-weight: bold;
}

h6 {
	margin-top: 4px;
	font-size: 12px;
	font-weight: bold;
}

h6 span {
	margin-top: 4px;
	font-size: 12px;
	font-weight: normal;
	font-style:italic;
}

/* testimonials */

.client {
	margin-top: 4px;
	font-size: 12px;
	font-weight: bold;
}

.company {
	margin-top: 4px;
	font-size: 12px;
	font-weight: normal;
	font-style:italic;
}

/* Media Page  */ 

.mediaTitle {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: -7px;
	background-color:#748ab4;
	color:#ffffff;
}

.mediaDate {
	font-size: 10px;
	font-weight: bold;
	color: #526582;
}

.mediaAuthor {
	font-size: 11p;
	font-style:italic;
}


body#home #lr-text a {
	color: #333333;   /* CL colour */ 
}

body#home #cl-text a {
	color: #333333;   /* CL colour */ 
}

body#home #ws-text a {
	color: #333333;   /* WS colour */ 
}


#read-more {
	font-size: 15px;
	font-weight:normal;
	}
	
#head-text {
	border: 1px solid #2B5287;
	border-right: 0px solid #2B5287;
	position: absolute;
	padding-right:30px;
	padding-top:8px;
	padding-bottom:6px;
	font-size: 11px;
	width: 163px;
	height: 58px;
	color: #333333;
	text-align: right;
	left: 499px;
	top: 0px;
}
#head-text a{
	color: #676766;		   /* dark grey */
}
s
#head-text a:hover{
	color: #34679a;		   /* OPL blue */
}
.newsTitle {
	font-size: 11px;
	font-weight: bold;
	color:#333333;
	text-decoration:underline;
}

.clientTitle {
	font-size: 12px;
	font-weight: bold;
	color: #336699;		
}




#leftContent{
position:relative;
width:490px;
float:left;
padding-bottom:10px;
}

#rightContent{
position:relative;
width:172px;
float:right;
}


#centercontent{
position:relative;
float:left;
margin-left:15px;	
}


/* ------------ main links -----------------*/


a:link {

	color: #34679a;

	text-decoration: none;

}

a:visited {

	color: #34679a;

	text-decoration: none;

}

a:hover {

	color: #000066;
	}
/*-- zone colours --*/

.zone1 {
	color: #C8161A;
	font-weight: bold;
}
.zone2 {
	color: #7F84EC;
	font-weight: bold;
}
.zone3 {
	color: #1B722C;
	font-weight: bold;
}
