	/*
		Generic Styles
	*/

	*
	{
		margin: 0px;
		padding: 0px;
		/*left: 0px;*/
	}
				
	.alt
	{
		text-indent: -9999px;
	}
	
	.bold
	{
		font-weight: bold;	
	}
		
	.jellyfishBlue,
	p.jellyfishBlue
	{
		color:#007fac;
	}
	
	em
	{
		display: block;
		font-size: 1em;
		font-style: normal;
		font-weight: normal;
	}
	
	.floatRight
	{
		float: right;
	}
	
	.floatLeft
	{
		float: left;
	}
	
	.missingInformation
	{
		font-size: 1.1em;
		color: Red;
		padding-left: 10px;
	}
	
	a.internallink
	{
		text-decoration: none;	
	}
	
	#clientarea
	{
		background-image: url("/res/images/logos/clientarea.jpg");
		background-repeat: no-repeat;
		width: 259px;
		height: 79px;				
		float: right;
	}
	
	div.clientareacontrol
	{
		left: 10px;
		top: 47px;
		position: relative;
		text-align: left;		
		float: left;
		width: 120px;
		height: 10px;
	}
	
	#clientareasubmit
	{
		text-align: left;
		position: absolute;
		left: 240px;
		top: 10px;
		width: 37px;
		height: 30px;
		cursor: pointer;		
	}
	

	#pageContent input,
	#topContentRight input 
	{
		font-size:12px;
		height:15px;
		margin-right:5px;
		padding:2px 3px;
		width:200px;
	}

	#topContentRight input
	{
		width: 102px;
	}

	#pageContent textarea
	{
		font-family: arial,verdana,sans-serif;
		font-size: 12px;
		padding: 2px 3px;
	}
	
	#pageContent input#txtDate
	{
		margin-left: 20px;
		width: 155px;					
	}
	
	#pageContent input.radio
	{
		width: 10px;
	}

	#pageContent span.radio
	{
		font-size: 13px;		
		width: 20px;
		position:relative;
		top: -3px;
		padding-right: 8px;
	}
		
	#pageContent input.submitbutton
	{
		height: 25px;	
		padding-top: 0px;
		width: 150px;
	}
	
	html,body
	{
		height:100%;
	}
	
	body 
	{
		font-family: arial,verdana,sans-serif;
		font-size: 62.5%;
		/*
		background-image: url(/res/images/pageBackground.jpg);
		background-color: #ffffff;
		background-position: center;
		background-repeat: repeat-y;
		*/
	}
	
	img
	{
		border: 0;
	}
			
	tr th label
	{
		font-size: 1.2em;	
		font-weight: normal;		
	}
		
	a
	{
		color: #007fac;
		text-decoration: underline;
		font-weight: bold;
	}

	a:hover
	{
		color: Black;		
	}

	a.imageLink
	{
		text-decoration: none;				
	}

	select
	{
		color: #949384;
	}
	
	h1
	{
		font-size: 1.3em;
		font-weight: bold;
		margin-top: 10px;
		margin-bottom: 5px;
	}
	
	h1.nomargins
	{
		padding: 0px;
		margin: 0px;			
	}
	
	h1.workExamples
	{
		margin-bottom: 17px;	
		color: #007fac;		
	}
	
	h1.title
	{
		color:#000000;
		font-family:Verdana;
		font-size:28px;
		font-weight:lighter;
		letter-spacing:-2px;
		margin-bottom:10px;
		margin-top:0;
	}
	
	h1.newstitlehome
	{
		font-weight:normal;
		font-size:14px;
	}
	
	.content
	{
		text-align:left;
	}
	
	ul.contentlist
	{
		line-height:18px;
	}
	
	.twitter
	{
		width:100px;
		position:relative;
		margin-top:5px;
		left:0px;
	}
	
	.rss
	{
		width:140px;
		position:relative;
		margin-right:0px;
		margin-top:-44px;
		left:105px;
	}

	#bgbottom
	{
		background-image: url(/res/images/bgbottom.jpg);
		background-repeat: repeat-x;
		width:100%;
		height:287px;
		position:absolute;
		clear: both;
		bottom:0;
	}
	
	.newcontentarea
	{
		height:261px;
	}

	/* Twitter buttons */

	#twitbuttonarea
	{
		width:100%;
		margin-top:0px;
	}

	#twitarea
	{
		height:50px;
		width:100%;
	}

	#twitbutton
	{
		float:left;
		width:45px;
	}

	#twitbuttontext
	{
		float:left;
		margin-top:8px;
		width:50px;
		margin-left:2px;
	}

	#rssbutton
	{
		float:left;
		width:45px;
		margin-left:10px;
	}

	#rssbuttontext
	{
		float:right;
		width:90px;
		margin-top:8px;
	}

	/* Twitter here */
	
	#twitterOuter
	{
		padding-top:5px;
		width:100%;
		height:135px;
	}
	
	#twitterInner
	{
		background-image:url(/res/images/twitter_stretch.gif);
		background-repeat:repeat-x;
		width:95%;
		height:135px;
		position:relative;
		z-index: -1000;
	}
	
	#twitterRight
	{
		background-image:url(/res/images/twitter_end.gif);
		background-repeat:no-repeat;
		width:46px;
		height:135px;
		float:right;
	}

	#twitter_div ul.twitter_update_list 
	{
		list-style-type: none;
		padding-bottom:10px;
		margin-top:-6px;
		margin-left:7px;
		font-size:12px;
		height:90px;
		width:176px;
		color:#ffffff;
	}
	
	.twitter_update_list
	{
		position:absolute;
	}

	.twittername
	{
		margin-left:10px;
		margin-top:-15px;
		font-size:13px;
		font-weight:bold;
		width:160px;
	}
		
	h2
	{
		font-size: 1.2em;
		font-weight: normal;
		margin-bottom: 12px;
		color: #007fac;
	}
		
	h2.subHeading
	{
		font-size: 2.4em;	
		margin-top: 0px;
		padding: 0px;				
		color: #5e5e5e;
	}
	
	h2.news
	{
		padding-top: 8px;
		margin-bottom: 0px;
	}
	
	h3
	{
		font-size: 1.2em;
		font-weight: bold;
		margin-top: 13px;
	}
	
	p 
	{
		margin-bottom: 10px;
		font-size: 1.2em;
		color: #5e5e5e;
	}
	
	p.smallText
	{
		font-size: 1.2em;			
	}
	
	.jellyfishBlue
	{
		color:#007fac;
	}
	
	.whiteText
	{
		color: White;	
	}
			
	/*
		Styles for Page
	*/
	
	#wrapper
	{		
		position:relative;
		height:auto !important; /* real browsers */
		height:100%; /* IE6: treaded as min-height*/
		min-height:100%; /* real browsers */
	}
	
	#pageOuter
	{
		margin: 0 auto;
		width: 793px;
		background-color: White;
		padding-left:10px;
		padding-right: 10px;
		padding-bottom: 230px;
	}
	
	#pageInner
	{
	
	}
	
	div.clearBoth
	{
		clear: both;
	}
	
	div.spacer
	{
		height:10px;
		width: 40px;
	}

	div.contentSpacer
	{
		height:18px;
		width: 40px;
	}

	div.spacerWithLine
	{
		height:1px;
		width: 40px;
		border-bottom: solid 1px #d1d1d1;
		margin-bottom: 15px;
	}
	
	div.thumb
	{
		width:130px;
		height: 65px;
	}

	div.homeThumb
	{
		width:170px;
		height: 134px;
		float: left;
	}
	
	div.homeThumbOnTheRight
	{
		width:157px;
		height: 134px;
		float: right;		
	}
	
	.HomeThumbsLayer
	{
		margin-top:120px;
	}
	
	div.thumbText
	{
		width:130px;
	}
		
	img.thumb
	{
		height: 59px;
		width: 130px;			
	}
	
	/*
		Styles for Page Top
	*/

	#pageTopSpacer
	{
		height: 20px;	
	}
	
	#pageTop
	{
		height: 85px;
	}
	
	#topContentLeft
	{
		position: relative;
		width: 264px;
		height: 55px;
		float:left;
	}
	
	#topContentRight
	{
		/*height: 79px;
		width: 180px;*/
		width:290px;
		float:right;
		position: relative;
		/*text-align: right;*/
		margin-top:-4px;
	}
			
	div.partnerLogo
	{
		float: left;
		height:70px;
	}
	
	.partnerLogoText
	{
		height:14px;
		width:190px;
		margin-top:20px;
		margin-left:-20px;
		font-size:12px;
		color:#c1bebd;
	}
	
	#topContentRight a
	{
		margin-right: 5px;	
	}
	
	#topContentRight p
	{
		margin-top: 50px;			
	}
		
	/*
		Home Right Column
	*/
						
	#homeRightColumn
	{
		margin-left: 23px;	
		margin-top: 20px;
		margin-bottom: 30px;
		height:100%;
	}
		
	#homeRightColumn a
	{
		color: #007fac;
		text-decoration: underline;			
	}
	
	#homeRightColumn h2
	{
		margin-bottom: 0px;
	}
		
	#homeRightColumn p
	{
		margin-bottom:0px;
	}
	
	/*
		Home Left Column
	*/
	
	#homeLeftColumn
	{
		margin-top: 15px;	
	}
							
	/*
		Navigation Styles
	*/
		
	#primaryNav
	{
		clear: left;
		height: 20px;
		width: 500px;
		position: relative;
		left: 0px;
		bottom:0px;
		font-size:11px;
	}
	
	#primaryNav ul
	{
		list-style: none;
	}
	
	#primaryNav ul li 
	{
		height:20px;
		font-size: 1.2em;
		padding-right: 15px;
		float: left;
	}
	
	#primaryNav ul li a
	{		
		text-decoration: none;	
	}
	
	#primaryNav ul li a.prinavselected
	{
		color: Black;
	}
	
	#primaryNav ul li a:hover
	{
		color: Black;
	}
		
	#secondaryNav
	{
		margin-top: 3px;	
		padding-bottom: 60px;
	}
	
	#secondaryNav dl dt
	{
		margin: 0px;
		padding-top: 4px;
		border-bottom: none;
		height: 19px;		
		width: 130px;
		border-bottom: solid 1px #d1d1d1;
	}
			
	#secondaryNav a
	{
		font-size: 1.1em;	
		text-decoration: none;		
		color: Black;
		font-weight: bold;
	}		

	#secondaryNav a:hover
	{
		color: #007fac;
	}		

	#secondaryNav dl dt.secnavselected
	{
		background-image: url(/res/images/nav/bluearrow.jpg);
		background-position: right center;	
		background-repeat: no-repeat;	
	}
	
	#secondaryNav dl dt a.secnavselected
	{
		color: #007fac;
	}
		
	#workExampleThumbsOuter
	{
		float: right;
		width: 170px;
		margin-top: 19px;
	}
		
	#workExampleThumbsInner
	{
		margin-left: 41px;	
	}
		
	/* 
		Flash content
	*/
	
	#flashContent
	{
		clear: both;
		height: 255px;
		width: 793px;
	}
		
	/*
	#homeContentSpacer
	{
		height: 20px;	
	}
	*/
	
	#flashPlaceHolder
	{
		width: 793px;
		height: 255px;
		background-image: url('/res/images/banners/home_.jpg');
		background-repeat: no-repeat;
	}

	/*
		Home Content
	*/
		
	#pageOuter #pageInner #contentOuter #contentInner #homeContentPQLs
	{
		height: 46px;
		width: 793px;
		overflow:hidden;
	}

	#pageOuter #pageInner #contentOuter #contentInner #homeContentPQLs a
	{
		height: 46px;
		display: block;
		float: left;
		text-indent: -9999px;
	}
	
	#pageOuter #pageInner #contentOuter #contentInner #homeContentPQLs a.pqla 
	{
		background-image: url(/res/images/nav/pqla.png);
		width: 264px;
		height: 46px;
	}

	#pageOuter #pageInner #contentOuter #contentInner #homeContentPQLs a.pqla:hover
	{
		background-image: url(/res/images/nav/pqla_hover.png);
	}

	#pageOuter #pageInner #contentOuter #contentInner #homeContentPQLs a.pqlb 
	{
		background-image: url(/res/images/nav/pqlb.png);
		width: 264px;
		height: 46px;
	}

	#pageOuter #pageInner #contentOuter #contentInner #homeContentPQLs a.pqlb:hover
	{
		background-image: url(/res/images/nav/pqlb_hover.png);
	}

	#pageOuter #pageInner #contentOuter #contentInner #homeContentPQLs a.pqlc 
	{
		background-image: url(/res/images/nav/pqlc.png);
		width: 265px;
		height: 46px;
	}

	#pageOuter #pageInner #contentOuter #contentInner #homeContentPQLs a.pqlc:hover
	{
		background-image: url(/res/images/nav/pqlc_hover.png);
	}
	
	/*
		Footer
	*/

	#pageFooter
	{
		height: 37px;		
		padding-top: 10px;
		border-top: solid 1px Black;
	}
	
	#pageFooter p
	{
		color: #007fac;
	}
			
	#pageFooter a
	{
		margin-left: 5px;
		color: #5e5e5e;
		font-size: 0.8em;
	}
	
	#pageFooter a:hover
	{
		color: #007fac;
	}
	
	
	/*
		Two column equal height styles
	*/
	
	.container
	{
		margin:auto; 
		width:793px;
		margin-bottom: 10px;
		
	}

	/*
		Home column styles
	*/
	
	.homeRightConLeftCol
	{
		float:right;
		width: 528px; 
	}
	
	.homeLeftConRightCol
	{
		float:left; 
		width:265px;
	}
	
	.homeColLeft
	{
		z-index:1;
		position: relative;
		left:-265px; 
		width:502px; 
		min-height: 250px;
		height: auto !important;
		height: 250px;
		text-align:left;
	}
	
	.homeColRight
	{
		z-index:2;
		position: relative;
		left:528px;
		width:265px; 
	}
	
	.homeColRight2
	{
		z-index:2;
		position: relative;
		left:0px;
		width:0px; 
		top:0px;
		height:160px;
	}

	/*
		End of Home column styles
	*/
	
	.rightConLeftCol
	{
		float:right;
		width: 180px; 
	}
	
	.leftConRightCol
	{
		float:left; 
		width:613px; 
	}
	
	.colLeft
	{
		z-index:1;
		position: relative;
		left:-613px; 
		width:180px; 
		min-height: 250px;
		height: auto !important;
		height: 250px;
	}
	
	.colRight
	{
		z-index:2;
		position: relative;
		left:180px;
		width:613px; 
	}
				
	.brclear 
	{
		clear: both; font-size: 1px; margin: 0px; line-height: 0; height: 0px;
	}
	
	.brspace 
	{
		font-size: 1px; margin: 0px; line-height: 0; height: 0px; padding: 0px;
	}
	
	/* IE mac hack */
	* html>body .colRight{
		display:inline-block;
		overflow: auto;
	}

	* html>body .colLeft{
	    overflow: auto;
	}
	
	a.leftColumnLink
	{
		margin: 0px;
		padding: 0px;	
		text-decoration: none;		
	}
		
	/*
		Non-Home Page
	*/

	img.pageCaption
	{
		margin-bottom: 7px;			
	}

	h1 span
	{
		display: none;
	}
	
	div.innerSpacer
	{
		height: 18px;
		width: 40px;
	}

	#innerPageBanner
	{
		width: 793px;
		height: 255px;
	}
		
	#pageContent
	{		
		width: 439px;
		min-height: 250px;
	}	
	
	#pageContent p,
	#pageContent ul
	{		
		color: #5e5e5e;	
	}
	
	hr
	{
		margin-bottom: 12px;			
	}
	
	#pageContent ul li
	{
		margin-left: 15px;
		font-size: 1.2em;
	}
	
	#pageContent ul
	{
		margin-bottom: 12px;
	}
	
	#pageContent p.black
	{
		color: Black;
	}
	
	#pageContent p.workCTA
	{
		color: Black;
	}

	#pageContent p.padPageContent
	{
		padding-bottom: 80px;			
	}
	
	#pageContent p.jellyfishBlue
	{
		color: #007fac;
	}

	#pageContent h1.jellyfishBlueClose
	{
		color: #007fac;
		margin: 0px;
		padding: 0px;
		font-weight: bold;
		font-size: 1.2em;
	}
					
	#pageContent p.jellyfishBlueClose
	{
		color: #007fac;
		margin: 0px;
		padding: 0px;
	}
	
	#pageContent p.jellyfishBlueCloseBold
	{
		color: #007fac;
		margin: 0px;
		padding: 0px;
		font-weight: bold;
	}
	
	#pageContent h1.close
	{
		margin: 0px;
		padding: 0px;		
	}
	
	#pageContent p.jellyfishYellow,
	.jellyfishYellow
	{
		color: #a1ac02;	
	}

	#pageContent p.jellyfishYellowClose,
	.jellyfishYellowClose
	{
		color: #a1ac02;
		margin: 0px;
		padding: 0px;
	}
	
	#pageContent p.jellyfishGreen,
	.jellyfishGreen
	{
		color: #4f8a10;	
	}

	#pageContent p.jellyfishGreenClose,
	.jellyfishGreenClose
	{
		color: #4f8a10;
		margin: 0px;
		padding: 0px;
	}

	/*
		Home Page Banners
	*/
	
	#pageOuter #pageInner #contentOuter #contentInner #homeLeftColumn #homePageContent a.lawfirms
	{
		background-image: url(/res/images/nav/headings/lawfirmsthiswayplease.png);		
		width: 506px;
		height: 127px;
		display: block;
		background-repeat:no-repeat;
	}

	div.lawfirms
	{
		margin-top: 25px;
		width: 506px;
		height: 127px;	
		background-image: url(/res/images/nav/headings/lawfirmsthiswayplease_over.png);	
		background-repeat:no-repeat;	
	}

	#pageOuter #pageInner #contentOuter #contentInner #homeLeftColumn #homePageContent div.lawfirms a:hover
	{
		background-image: none;
		width: 528px;
		height: 128px;
	}
					
	/*
		Popup page
	*/
	
	#popupheader
	{
		background-image: url(/res/images/foxlogo.jpg);	
		background-repeat: no-repeat;
		width: 230px;
		height: 61px;
		margin-bottom: 10px;
		margin-top: 10px;
		margin-left: 20px;
		margin-right: 20px;
	}
	
	#popupcontent h3
	{
		font-family: verdana;
		font-size: 0.8em;
		color: #949384;				
		margin-left: 20px;
		font-weight: bold;
	}

	#popupcontent p
	{
		font-family: verdana;
		font-size: 0.8em;
		color: #949384;				
		margin-left: 20px;
		margin-right: 20px;
	}
	
	#popupcontent a
	{
		font-family: verdana;
		font-size: 0.8em;
		color: #949384;				
		margin-left: 20px;				
	}

	/*
		Gallery Styles
	*/
		
	p.projectGallery
	{
		font-weight: bold;
		color: Black;
		padding-right: 8px;
		padding-top: 8px;
		font-size: 1.1em;		
	}
		
	div.number1	
	{
		background-image: url(/res/images/nav/number1_rollover.jpg);
		background-repeat: no-repeat;
		width: 19px;
		height: 19px;
		margin-right: 3px;
		float: left;
	}

	a.number1
	{
		background-image: url(/res/images/nav/number1.jpg);
		background-repeat: no-repeat;
		width: 19px;
		height: 19px;		
		display: block;
		padding: 1px;
	}
					
	div.number2	
	{
		background-image: url(/res/images/nav/number2_rollover.jpg);
		background-repeat: no-repeat;
		width: 19px;
		height: 19px;
		margin-right: 3px;
		float: left;
	}

	a.number2
	{
		background-image: url(/res/images/nav/number2.jpg);
		background-repeat: no-repeat;
		width: 19px;
		height: 19px;		
		display: block;
	}
				
	div.number3
	{
		background-image: url(/res/images/nav/number3_rollover.jpg);
		background-repeat: no-repeat;
		width: 19px;
		height: 19px;
		margin-right: 3px;
		float: left;
	}

	a.number3
	{
		background-image: url(/res/images/nav/number3.jpg);
		background-repeat: no-repeat;
		width: 19px;
		height: 19px;		
		display: block;
	}
	
	div.number4
	{
		background-image: url(/res/images/nav/number4_rollover.jpg);
		background-repeat: no-repeat;
		width: 19px;
		height: 19px;
		margin-right: 2px;
		float: left;
	}

	a.number4
	{
		background-image: url(/res/images/nav/number4.jpg);
		background-repeat: no-repeat;
		width: 19px;
		height: 19px;		
		display: block;
	}
					
	div.number5
	{
		background-image: url(/res/images/nav/number5_rollover.jpg);
		background-repeat: no-repeat;
		width: 19px;
		height: 19px;
		margin-right: 2px;
		float: left;
	}

	a.number5
	{
		background-image: url(/res/images/nav/number5.jpg);
		background-repeat: no-repeat;
		width: 19px;
		height: 19px;		
		display: block;
	}

	div.number6
	{
		background-image: url(/res/images/nav/number6_rollover.jpg);
		background-repeat: no-repeat;
		width: 19px;
		height: 19px;
		margin-right: 2px;
		float: left;
	}

	a.number6
	{
		background-image: url(/res/images/nav/number6.jpg);
		background-repeat: no-repeat;
		width: 19px;
		height: 19px;		
		display: block;
	}

	div.number7
	{
		background-image: url(/res/images/nav/number7_rollover.jpg);
		background-repeat: no-repeat;
		width: 19px;
		height: 19px;
		margin-right: 2px;
		float: left;
	}

	a.number7
	{
		background-image: url(/res/images/nav/number7.jpg);
		background-repeat: no-repeat;
		width: 19px;
		height: 19px;		
		display: block;
	}
					
	#galleryLinks
	{
		position: absolute;
		left: 131px;
		width: 312px;
		height: 19px;
		text-align: right;	
		margin-top: 4px;	
	}
	
	#galleryLinks a:hover
	{
		background-image: none;
	}
	
	/*
		Styles for Content Management
	*/
		
	.insertedImage 
	{
		padding-left: 5px;
		padding-right: 5px;
	}

	.insertedImage 
	{
		padding: 4px;
		display: block;
	}

	.insertedImageFloatLeft 
	{
		float: left;
	}

	.insertedImageFloatRight 
	{
		float: right;
	}

	.insertedImageRight 
	{
		text-align: right;
	}

	.insertedImageLeft 
	{
		text-align: left;
	}

	.insertedImageCentre 
	{
		text-align: center;
	}	
	
	.footerOuter
	{
		width:793px;
		margin: 0 auto;
	}
	
	.footertext
	{
		margin-top:95px;
		color:#0a83a7;
		font-size:11px;
		width:280px;
		float:left;
	}
	
	.footerform
	{
		width:235px;
		float:right;
		margin-top:100px;
	}
	
/*--- BOOKMARK ---*/	

	a.addthis_button_expanded
	{
		font-size:12px;
		text-decoration:none;
		color:#007FAC;
		font-weight:normal;
	}

	#at16pf a#at-logo
	{ display:none;}

	#at16pf a
	{ display:none;}

	#at16pt a
	{ padding-left:10px; }

	#at16ptc
	{ padding-left:15px; }

	a.addthis_button_expanded:hover
	{
		text-decoration:underline;
	}

	.bookmarkbuttonarea
	{
		float:left;
		margin-top:85px;
		position:relative;
	}

	.twitterbutton
	{
		float:left;
		padding-right:20px;
		width:100px;
	}
	
	.rssbutton
	{
		float:left;
		padding-right:20px;
		width:130px;
	}
	
	.bookmarkpics
	{
		float:left;
		width:45px;
	}
	
	.twittertext
	{
		margin-top:3px;
		width:47px;
		text-decoration:none;
		float:left;
	}
	
	.twittertext a
	{
		text-decoration:none;
		font-weight:normal;
		color:#434446;
	}
	
	.twittertext a:hover
	{
		text-decoration:none;
		font-weight:normal;
		color:#434446;
	}
	
	.rsstext
	{
		margin-top:2px;
		width:85px;
		color:#434446;
		float:left;
	}
	
	.rsstext a
	{
		text-decoration:none;
		font-weight:normal;
		color:#434446;
	}
	
	.rsstext a:hover
	{
		text-decoration:none;
		font-weight:normal;
		color:#434446;
	}
	
/* ---- JQuery Select-list DD ----*/

.select-list
{
	position:relative;
	height:30px;
}

.newsselectlist
{
	height:35px;
	z-index:999999;
}

#latestnewsdd
{
	width:200px;
}

/*--- BOOKMARK ---*/	

a.addthis_button_expanded
{
	font-size:12px;
	text-decoration:none;
	color:#007FAC;
	font-weight:normal;
}

#at16pf a#at-logo
{ display:none;}

#at16pf a
{ display:none;}

#at16pt a
{ padding-left:10px; }

#at16ptc
{ padding-left:15px; }

a.addthis_button_expanded:hover
{
	text-decoration:underline;
}

/*----  CALL-TO-ACTION  ----*/

#call-to-action
{
	font-size:16px;
	color:#007fac;
}

#call-to-action-text
{
	font-size:12px;
	margin-top:10px;
	padding-bottom:12px;
	position: relative;
}

.cta_message
{
	font-weight:bold;
	lline-height:23px;
}

hr.hrline
{
	color:#d1d1d1;
	height:1px;
}

.related_services
{
	float:left;
	width:210px;
	padding-right:5px;
	padding-bottom:40px;
}

.related_information
{
	float:left;
	width:210px;
}

a.vcficon
{
	width: 43px;
	height: 31px;
	background-image: url(/res/images/graphical/vcard.gif);
	background-repeat: no-repeat;
}

.cta_title
{
	font-size:16px;
	font-weight:normal;
}

.cta_content
{
	/*position:relative;
	height:100%;*/
	text-align:left;
}

/**/

.homecontentlist
{
	padding-left:15px;
	font-size:12px;
	color:#5e5e5e;
	list-style-type:disc;
}

.homeInnerTitle
{
	font-size:22px;
	color:#5e5e5e;
	font-weight:normal;
}

.homepagetitle
{
	color: #000000; 
	font-size: 28px;
}
.homeInnerHeadTitle
{
	color: #0180ad; 
	font-size: 34px;
}

.homeHeaderTitle
{
	color:#000000;
	font-size:14px;
	padding-bottom:10px;
}

a.partnerlink
{
	font-size:11px;
	text-decoration:none;
	z-index:9999;
	font-weight: normal;
}

.homeText1
{
	font-size:15px;
	font-weight:bold;
	text-align:left;
}

.homeTel
{
	font-size:15px;
	font-weight:bold;
	color:#0180ad;
}

.bigtextHome
{
	color: #5e5e5e;
	font-size:12px;
	position: relative;
	margin-top:20px;	
}

.homeTalkFurther
{
	font-size:15px;
	font-weight:bold;
}

.webex_homelogo
{
	margin-top:-5px;
	height:70px;
}

.PartnersTextFooter
{
	clear: both;
	position: relative;
	top: -5px;
	left: 5px;
	z-index: 10000;
}

.FooterPartners
{
	position:relative;
	width:190px;
	height:80px;
	margin:0 auto;
	margin-top:-70px;
}

a.onlineMeetingLink
{
	font-weight:bold;
	font-size: 15px;
}

.logoContainer
{
	position:relative;
	width:503px;
	height:190px;
}

.manches_logo
{
	float:left;
	width:256px;
	height:60px;
}

.hempsons_logo
{
	float:right;
	width:227px;
	height:60px;
}

.logoContainer2
{
	float:left;
	width:248;
	height:94px;
	padding-top:30px;
}

.mab_logo
{
	width:252px;
	height:28px;
}

.dmhstallard_logo
{
	width:252px;
	height:85px;
}

.mcgrigors_logo
{
	float:left;
	padding-top:30px;
	padding-left:50px;
	width:93px;
	height:94px;
}

.boyesturner_logo
{
	float:right;
	padding-top:30px;
	padding-left:40px;
	width:63px;
	height:94px;
}

.bottom_logos
{
	position:relative;
	width:503px;
	height:70px;
	padding-top:5px;
}

.bbw_logo
{
	float:left;
	width:247px;
	height:61px;
	padding-left:8px;
}

.russells_logo
{
	float:left;
	width:175px;
	height:61px;
	padding-left:30px;
}


.ProcessRequest
{
	font-size:12px;
}

.imagetext
{
	vertical-align:middle;
	text-decoration: none;
	padding-right: 4px;
	float: left;
	clear: left;
}

.rssfeedlink
{
	display: block;
	margin-bottom: 2px;
}

/*------------------- FOOTER SITEMAP -------------------*/

#footer-sitemap-outer
{
	width: 100%;
	border-top: solid 1px White;
	background-color: #afafaf;
	clear: both;
	position: relative;
	top: 9px;
	height: 150px;
}
	
#footer-sitemap
{	
	overflow:hidden;
	padding-bottom: 10px;
	width:999px;
	margin: 0 auto;
}

#footer-sitemap .site-section
{
	float:left;
	width:112px;
	padding-left:24px;
	font-size: 0.9em;
}

#footer-sitemap .home
#footer-sitemap .my-briefcase,
#footer-sitemap .about-us,
#footer-sitemap .my-profile
{
	border-right: dashed 1px Black;
}

#footer-sitemap .site-section a
{
	text-decoration:none;
	color:#4e4e4e;
	font-weight: normal;
}

#footer-sitemap .site-section h3 a
{
	padding-bottom:4px;	
	font-size: 0.9em;
	font-weight: bold;
}

#footer-sitemap a:hover
{
	color: Black;
}

#footer-sitemap .site-section ul
{
	list-style:none;
	margin:0;
}

#footer-sitemap .site-section ul li
{
	margin:0;
}