/*sets background info and default text size and colour in all browsers*/
/*Zero-G 27.2.09 Version 1.8*/
body{
	background: #E0E0D6 url(images/back_ground_Grad.jpg) repeat-x center top;
	font-family: "Lucida Grande", Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-size:75%;
	color:#888888;
	}
/* specifies the containing box*/
#container {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	border:medium none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 9px;
	background: #ffffff url(images/bottom_div.png) no-repeat center bottom;
}

/* sets text to not display visually on the page unless style sheet is turned off or user is using screen reader */
.invisible{
	overflow: hidden;
	position: absolute;
	height: 0px;
	width: 0px;
}
/* TOP NAV STYLES */
#topnav{
	margin-left:10px;
}
#topnav ul {
	margin: 0em;
	height:38px;
	background: url(images/nav_bar_main.jpg) no-repeat center bottom;
}
#topnav li{
	display:block;
	float:left;
	list-style: none;
}
#topnav a{
	background: url(images/navbar_linkbg.png) no-repeat right top;
	padding-top:10px;
	padding-bottom:11px;
	padding-left:28px;
	padding-right:28px;
	font-family: "Lucida Grande", Helvetica, "Helvetica Neue", Arial, sans-serif;
	color:#5a5a5a;
	text-decoration:none;
	font-size:125%;
	display:block;
	float:left;
}
/* fix for IE7*/
html>body #topnav a{
	background: url(images/navbar_linkbg.png) no-repeat right center;
}
/* fix for Firefox, Safari, Chrome*/
html>/**/body #topnav a{
	background: url(images/navbar_linkbg.png) no-repeat right top;
}
#topnav li.first a{
	background: url(images/nav_bar_01_logo.jpg) no-repeat left center;
	width:122px;
	padding-left:0px;
	padding-right:0px;
	height:17px;
}
/* fix for Firefox, Safari, Chrome*/
html>/**/body #topnav li.first a{
	height:38px;
	margin-top:-10px;
	margin-left:-40px;
}
#topnav li.last a{
	background: url(images/nav_bar_08_rss.jpg) no-repeat right center;
	width:190px;
	padding-left:0px;
	padding-right:0px;
	height:17px;
	margin-left:5px;
}
/* fix for Safari, Chrome*/
body:first-of-type #topnav li.last a{
	width:180px;
}
/* fix for IE7, Firefox, Safari, Chrome*/
html>body #topnav li.last a{
	height:38px;
	margin-top:-10px;
	margin-left:2px;
}
/* fix for IE7*/
html>body #topnav a{
	background: url(images/navbar_linkbg.png) no-repeat right center;
	padding-top:11px;
	padding-bottom:10px;
	padding-left:28px;
	padding-right:28px;
	margin-bottom:-10px;
}
/* fix for Firefox, Safari, Chrome*/
html>/**/body #topnav a{	
	padding-top:11px;
	background: url(images/navbar_linkbg.png) no-repeat right top;}
#topnav a:hover, #topnav a.active{
	background: url(images/navbar_linkbg_hover.png) no-repeat right top;
	color:#000000;}
#topnav li.first a:hover{
	background: url(images/nav_bar_01_logo.jpg) no-repeat left center;
}
#topnav li.last a:hover{
	background: url(images/nav_bar_08_rss.jpg) no-repeat right center;
}
/* TOP SUB NAV STYLES */
#topsubnav{
margin-left:10px;
clear:both;
height:38px;
}
#topsubnav ul {
	margin: 0em;
	height:38px;
	background: url(images/nav_bar_2nd.jpg) no-repeat center center;
}
#topsubnav li{
	display:block;
	float:left;
	list-style: none;
}
#topsubnav a{
	padding-top:10px;
	padding-bottom:11px;
	padding-left:30px;
	padding-right:30px;
	font-family: "Lucida Grande", Helvetica, "Helvetica Neue", Arial, sans-serif;
	color:#5a5a5a;
	text-decoration:none;
	font-size:110%;
	display:block;
	float:left;
	background: url(images/subnav_spacerbar.png) no-repeat right center;
}
/* fix for IE7, Firefox, Safari, Chrome*/
html>body #topsubnav a{
	padding-top:10px;
	padding-bottom:11px;
	padding-left:30px;
	padding-right:30px;
	margin-bottom:-10px;
}
#topsubnav a:hover{
	color:#000000;
	text-decoration:underline;
}
#topsubnav a:active, #topsubnav a.active{
	text-decoration:underline;
}
#topsubnav li.last a{
	background: url(none);
}
/* fix for Firefox, Safari, Chrome*/
html>/**/body #topsubnav li.first a{
	padding-left:0px;
}
/* MAIN CONTENT STYLES */
#maincontentarea{
	margin-top:44px;
	padding-left:0px;
	margin-left:0px;
}
/* style for home page only */
body.layoutA #maincontentarea, body.layoutA1 #maincontentarea{
	margin-top:10px;
	padding-left:0px;
	margin-left:0px;
}
#col1_4wide{
	width:792px;
	float:left;
}
/* style for home page only */
body.layoutA #col1_4wide_text{
padding-left:218px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:15px;
	font-family:Georgia, "Times New Roman", times, serif;
	/*border-bottom: 1px solid #d9d9d2;*/
	font-weight: normal;
	height:250px;
	line-height: 170%;
	width:560px;
	/*margin-bottom:10px;*/
}
body.layoutA1 #col1_4wide_text{
	padding-left:0px;
	padding-top:10px;
	padding-bottom:15px;
	font-family:Georgia, "Times New Roman", times, serif;
	font-weight: normal;
	height:250px;
	line-height: 170%;
	width:793px;
}
html>body.layoutA1 #col1_4wide_text{
	padding-left:10px;
	width:783px;
	
}
#homevar1{
	float:left;
	margin-top:105px;
	width:584px;}
#homevar1 p{
line-height:145%;
margin-left:12px;}
#homevar1 img{
border:none;}
body.layoutA1 #col1_1wide_text{
	margin-left:10px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:15px;
font-family: "Lucida Grande", Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-size:65%;
	font-weight: normal;
	height:190px;
	line-height: 160%;
	width:188px;
	display:inline;
	float:left;
	margin-right:10px;
	background: url(images/homevar1_newsreleasebox.png) no-repeat center top;
	margin-top:105px;
}
body.layoutA1 #col1_1wide_text.nobg{
	margin-left:10px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:15px;
	font-family: "Lucida Grande", Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-size:65%;
	font-weight: normal;
	height:190px;
	line-height: 160%;
	width:188px;
	display:inline;
	float:left;
	margin-right:10px;
	background: url(none) no-repeat center top;
	margin-top:105px;
}
html>body.layoutA1 #col1_1wide_text, html>body.layoutA1 #col1_1wide_text.nobg{
	margin-left:0px;
	float:left;
	padding-right:10px;
	width:178px;
	height:240px;
}
body.layoutA1 #col1_1wide_text h2{
	font-size:120%;
	margin:10px 10px 0em;
	padding:0em 0em 3px;
	color:#000000;
	border-bottom: 1px #666666 solid;
}
body.layoutA1 #col1_1wide_text h3{
	font-size:100%;
	margin:0em 10px;
	padding:0em;
	font-weight:bold;
	color:#000000;
	
}
body.layoutA1 #col1_1wide_text p{
	margin:0em 10px;
	padding:0em;}

body.layoutA1 #col1_1wide_text img{
	border:none;
	padding-bottom:3px;
}
p.para1{
	font-size:140%;
	font-family:Georgia, "Times New Roman", times, serif;
	font-weight: normal;
	line-height: 170%;
}

p.head1{
	color: #000000;
	font-size:120%;
	font-family:Georgia, "Times New Roman", times, serif;
	font-weight: normal;
	line-height: 100%;
	margin-bottom: -8px;
}

#col1_4wide_text{
	float:left;
	padding-top:10px;
	padding-bottom:15px;
	font-family:Georgia, "Times New Roman", times, serif;
	/*border-bottom: 1px solid #d9d9d2;*/
	font-weight: normal;
	min-height:175px;
	line-height: 170%;
	width:560px;
	/*margin-bottom:10px;*/
}

#col1_4wide #col1_4wide_text #innercols3 h2 {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom:15px;
	margin-bottom:0em;
}
/*style for news page only */
body.layoutB4 #col1_4wide_text, body.layoutB5 #col1_4wide_text{
	width:585px;
	/*margin-bottom:10px;*/
}
body.layoutB3 #col1_4wide_text, body.layoutB2 #col1_4wide_text{
	width:575px;
	margin-left:10px;
	/*margin-bottom:10px;*/
}
#col1_4wide_image{
	float:left;
	height:275px;
	margin-top:0px;
	padding:0;
	width:218px;
}
/*style for news page only */
body.layoutB4 #col1_4wide_image, body.layoutB5 #col1_4wide_image{
	float:left;
	height:275px;
	margin:-44px 0 0;
	padding:0;
	width:195px;
}
/*style for location page only */
body.layoutB3 #col1_4wide_image, body.layoutB2 #col1_4wide_image{
	width:195px;
	float:left;
	padding:0em;
	margin:0em;
	height:313px
}
#col1_4wide_image img, #col1_4wide_image p{
	padding:0em;
	margin:0em;
}
/*style for news and location pages  */
body.layoutB4 #col1_4wide_text, body.layoutB5 #col1_4wide_text, body.layoutB3 #col1_4wide_text, body.layoutB2 #col1_4wide_text{
	font-size:100%;
	height:auto;
	padding-top:0px;
	padding-left:0px;
	margin-top:0px;
}
/* fix for Firefox, Safari, Chrome*/
html>/**/body.layoutB4 #col1_4wide_text, html>/**/body.layoutB5 #col1_4wide_text{
	margin-top:-15px;
} 
/*style for news page only */
body.layoutB4 #col1_4wide_text h1, body.layoutB5 #col1_4wide_text h1{
	font-size:265%;
	line-height: 120%;
}

/*style for location page only */
body.layoutB3 #col1_4wide_text h1, body.layoutB2 #col1_4wide_text h1, 
body.layoutB1 #col1_4wide_text h1, body.layoutC #col1_4wide_text h1{
    font-size:265%;
    line-height: 120%;
}
/*style for news page only */
body.layoutB4 #col1_4wide_text h2{
	font-size:160%;
	color:#000000;
	font-family:Georgia, "Times New Roman", times, serif;
	font-weight:normal;
	margin:0px 0px -17px;
	line-height:120%;
}

/*style for news subsection pages only */
body.layoutB5 #col1_4wide_text h2, body.layoutB5 #col1_4wide_text .newsrow h2, body.layoutB3 .locationrow h2, body.layoutB2 .locationrow h2, body.layoutB2 .locationrow h2, body.layoutB2 .locationrow h2{
	font-size:115%;
	color:#000000;
	font-family:Georgia, "Times New Roman", times, serif;
	font-weight:normal;
	margin:0px 0px -12px;
}
/*style for news page only  - fix for IE7, Firefox, Safari, Chrome*/
html>body.layoutB4 #col1_4wide_text h2, html>body.layoutB5 #col1_4wide_text h2, html>body.layoutB3 .locationrow h2, html>body.layoutB2 .locationrow h2{
	margin:0px 0px -10px;
}
/* style for home page only */
body.layoutA #col1_4wide_text, body.layoutA1 #col1_4wide_text{
	height:317px;
}
/*style for about page only */
body.layoutB1 div.mainimage{	background: url(images/aboutmainimage.png) no-repeat left bottom;}
/*style for news page only */
body.layoutB4 div.mainimage, body.layoutB5 div.mainimage{	background: url(images/col1_4wide.png) no-repeat left top;}
body.layoutB1ourteam div.mainimage{	background: url(images/aboutourteammainimage.png) no-repeat left bottom;}
/* style for home page only */
body.layoutA div.mainimage, body.layoutA1 div.mainimage{
	background:  url(images/homemainimage.png) no-repeat left top;
}
/* style for home page only */
body.layoutA div.mainimage a{
	color:#0078ae;
	text-decoration:none;
	background: url(images/largearrow.png) no-repeat right center;
	padding-right:10px;
	font-family: "Lucida Grande", Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-weight:bold;
}

#col1_4wide_text h1, #col1_4wide_text h1{
	color:#000000;
	font-weight: normal;
}
div.innercol{
	width:168px;
	float:left;
	margin-left:9px;
	height: 250px;
	min-height: 250px;
	font-family:Georgia, "Times New Roman", times, serif;
	line-height:160%;
	padding-right: 9px;
	padding-bottom: 0px;
	padding-left: 9px;
	padding-top: 9px;
	margin-bottom:15px;
}
div.innercolbrandimage1{
	width:168px;
	float:left;
	margin-left:9px;
	height: 250px;
	min-height: 250px;
	font-family:Georgia, "Times New Roman", times, serif;
	line-height:160%;
	padding-right: 9px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 9px;
	margin-bottom:15px;
}
/* style for about page only */
body.layoutB1 div.innercol{
	margin-bottom:-10px;
	margin-top:0px;
}
div.innercoltext{
	height: 158px;
	min-height: 158px;
	padding:0px;
	margin:0px;	
}
/* style for home our team page only */
body.layoutB1ourteam div.innercol{
	height: auto;
	min-height: auto;
	padding-top:26px;
}
/* fix for Firefox, Safari, Chrome*/
html>/**/body.layoutB1ourteam div.innercol{
	height: auto;
	min-height: auto;
	padding-top:21px;
}
/* style for home page only */
body.layoutA div.innercol, body.layoutA1 div.innercol{
margin-top:-60px;
margin-bottom:20px;}
/* style for home page only - fix for IE7/
html>body.layoutA div.innercol{
	margin-top:-55px;
	margin-bottom:0px;
}
/* style for home page only - fix for Firefox, Safari, Chrome*/
html>/**/body.layoutA div.innercol, html>/**/body.layoutA1 div.innercol{
	margin-top:-27px;
	margin-bottom:0px;
}
.innercolimage{
height:103px;
}
div.hometext{
	margin-top:105px;
}
/* fix for IE7, Firefox, Safari, Chrome*/
html>body div.hometext{
	margin-top:95px;
}
#homenews{
	background: url(images/homenewsbar.png) no-repeat center center;
	height: 65px;
	width: 584px;
	margin-left: -20px;
}
/* fix for IE7, Firefox, Safari, Chrome*/
html>body #homenews{
	margin-left: -10px;
}
#homenews h2{
	font-size:110%;
	color:#000000;
	margin:5px 0px 0px 8px;
	font-family:georgia,times New Roman,times,serif;
	font-weight:normal;
	float:left;
	width:188px
}
/* fix for IE7, Firefox, Safari, Chrome*/
html>body #homenews h2{
	margin:5px 0px 0px 10px;
}
#homenews p{
	float:left;
	width:360px;
	font-size:65%;
	margin:10px 0px 10px 0px;
	color:#0078ae;
	line-height:200%;
}
/* fix for IE7, Firefox, Safari, Chrome*/
html>body #homenews p{
	width:360px;
	margin:10px 10px 10px 10px;

}
/* style for home page only */
body.layoutA div.mainimage #homenews a, body.layoutA1 div.mainimage #homenews a{
	background: url(images/body_blue_triangle.png) no-repeat right center;
	font-size:115%;
	padding-right:7px;
	text-decoration:none;
}
body.layoutB4 div.mainimage a, body.layoutB5 div.mainimage a{
	background: url(images/body_blue_triangle.png) no-repeat right center;
	font-size:100%;
	padding-right:7px;
	text-decoration:none;
}

body.layoutB4 div.mainimage a, body.layoutB5 div.dwnloadlink a {
background: none;
font-size:115%;
padding-right:7px;
text-decoration:underline;
}

div.innercol h2, div.innercolbrandimage1 h2{
	font-family: "Lucida Grande", Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-size:120%;
	color:#000000;
	margin:0px 0px -15px;
}
div.innercol a{
	color:#000000;
	text-decoration:none;
}
div.innercol a:hover{
	text-decoration:underline;
}
/* fix for IE7, Firefox, Safari, Chrome*/
html>body div.innercol h2, html>body div.innercolbrandimage1 h2{
	margin:0px 0px -8px;
}

#col5_1wide{
	width:188px;
	float:right;
	margin-left:10px;
	font-family:"Lucida Grande",Helvetica,"Helvetica Neue",Arial,sans-serif;
	background:transparent url(images/sidebar_bg_bottom_plain.png) no-repeat scroll center bottom;
	font-weight:normal;
	line-height:160%;
	margin-bottom:0px;
	padding-bottom:0px;
}

#col5_1wide_locale{
	background:transparent url(images/sidebar_bg_plain_location.png) no-repeat scroll center bottom;
	float:right;
	font-family:"Lucida Grande",Helvetica,"Helvetica Neue",Arial,sans-serif;
	font-weight:normal;
	line-height:160%;
	margin-bottom:0;
	margin-left:10px;
	padding-bottom:0;
	width:188px;

}

#col5_1wide_locale h2 {
color:#000000;
font-family:georgia,times New Roman,times,serif;
font-size:140%;
font-weight:normal;
margin:0 0 -8px;
}

#col5_1wide_locale h3 {
	color:#000000;
	font-size:100%;
	margin:0px 0 -10px;
}
#col5_1wide_lower{
	width:188px;
	float:right;
	margin-left:10px;
	margin-top:10px;
	font-family:"Lucida Grande",Helvetica,"Helvetica Neue",Arial,sans-serif;
	background:transparent url(images/sidebar_lower.png) no-repeat scroll center top;
	font-weight:normal;
	line-height:160%;
	height:130px;
}
#col5_1wide h3{
	font-size:100%;
	color:#000000;
	margin:0px 0px -10px;
}

.col5_1wide h2

/* style for home page only */
body.layoutA #col5_1wide, body.layoutA1 #col5_1wide{
	margin-top:35px;
	background:transparent url(images/sidebar_bg_bottom_plain.png) no-repeat scroll center bottom;}
/*style for news page only */
body.layoutB4 #col5_1wide, body.layoutB5 #col5_1wide{
	margin-top:0px;
	background:transparent url(images/sidebar_bg_bottom_plain.png) no-repeat scroll center bottom;}
/* style for home page only - fix for IE7, Firefox, Safari, Chrome*/
html>/**/body.layoutA #col5_1wide, html>/**/body.layoutA1 #col5_1wide{
	margin-top:42px;
	}
/* style for news page only - fix for Firefox, Safari, Chrome*/
html>/**/body.layoutB4 #col5_1wide, html>/**/body.layoutB5 #col5_1wide{
	margin-top:0px;
	}
/* style for home, location and news pages only */
body.layoutA #col5_1wide strong, body.layoutA1 #col5_1wide strong, body.layoutB4 #col5_1wide strong, body.layoutB5 #col5_1wide strong, body.layoutB3 #col5_1wide strong, body.layoutB2 #col5_1wide strong {
color:#000000;
margin-bottom:-20px;
margin-top:-20px;
display:block;}
/* style for home, location and news pages - fix for Firefox, Safari, Chrome*/
html>/**/body.layoutA #col5_1wide strong, html>/**/body.layoutA1 #col5_1wide strong, html>/**/body.layoutB4 #col5_1wide strong, html>/**/body.layoutB5 #col5_1wide strong, html>/**/body.layoutB3 #col5_1wide strong,  html>/**/body.layoutB2 #col5_1wide strong{
margin-bottom:-15px;
margin-top:-15px;
}
/*fix for Firefox, Safari, Chrome */
html>body #col5_1wide{
	float:left;
	height:auto;
}
#col5_1widetop{
	padding:10px 10px 0px;
	background: url(images/sidebar_bg_top.png) no-repeat center top;
}

#col5_1wide h2{
	font-size:140%;
	color:#000000;
	margin:0px 0px -8px;
	font-family:georgia,times New Roman,times,serif;
	font-weight:normal;
}
/* fix for Firefox, Safari, Chrome*/s
html>/**/body #col5_1wide h2{
	margin:0px 0px -6px;
}
#col5_1wide_lower h2{
margin-left:10px;
margin-right:10px;
margin-top:-5px;
margin-bottom:10px;
	font-size:140%;
	color:#000000;
	font-family:georgia,times New Roman,times,serif;
	font-weight:normal;
}
#col5_1wide_lower p{
margin-left:10px;
margin-right:10px;
margin-bottom:0px;
margin-top:0px;

}
#col5_1wide ul{
	margin:-10px 0em 5px 20px;
}
#col5_1wide h2.jointheexperts{
margin-bottom:14px;
}
/* fix for IE7, Firefox, Safari, Chrome*/
html>body #col5_1wide h2.jointheexperts{
margin-bottom:6px;
}
/* fix for  Firefox, Safari, Chrome*/
html>/**/body #col5_1wide ul{
margin:-5px 0px 5px -22px;
}
#col5_1wide li{
	list-style: url(images/body_blue_triangle_1pxhigher.png);
}
#col5_1wide li a{
background: url(none);
}
#col5_1wide a:hover{
text-decoration:underline;
}
#col5_1wide a, #col5_1wide_lower a, a.more{
	color:#0078ae;
	text-decoration:none;
	background: url(images/body_blue_triangle.jpg) no-repeat right center;
	padding-right:14px;
	font-family: "Lucida Grande", Helvetica, "Helvetica Neue", Arial, sans-serif;
}
a.more2{
	color:#0078ae;
	text-decoration:none;
	font-family: "Lucida Grande", Helvetica, "Helvetica Neue", Arial, sans-serif;
}


#col5_1wide .brochureimage a{
background:url(none);}
a{
	color:#0078ae;
	text-decoration:underline;
}
#col5_1wide a:hover, #col5_1wide_lower a:hover, a:hover.more{
	text-decoration:underline;
}
#col5_1wide img{
	margin:0px 0px 0px;
	padding:0px;
}
/* fix for IE7, Firefox, Safari, Chrome*/
html>body #col5_1wide img{
	margin:2px 0px -5px;
	padding:0px;
}
#col5_1widetop img{
	margin:0px 0px -15px;
	padding:0px;
}
/* fix for IE7, Firefox, Safari, Chrome*/
html>body #col5_1widetop img{
	margin:0px 0px -15px;
	padding:0px;
}
/* fix for IE7, Firefox, Safari, Chrome*/
html>body div.innercol{
	width:168px;
	padding:10px;
	float:left;
	margin-left:10px;
	height:auto;
}
hr {
	color:#d9d9d2;
	border-top: 1px solid #d9d9d2;
	border-right: none;
	border-bottom: none;
	border-left: none;
	height:1px;
}
.movedown65{
padding-top:65px;}
.moveup15{
margin-top:-15px;}
/* fix for Firefox, Safari, Chrome*/
html>/**/body .moveup15{
margin-top:-1px;}

/* SEARCH BAR STYLES*/
#searchbar{
	height:31px;
	float:none;
	clear:both;
	margin:0px 0px 10px 10px;
	padding-left:20px;
	padding-right:20px;
	background: url(images/searchbar2.png) no-repeat center center;
	padding-top:7px;
	color:#000000;
	font-family: "Lucida Grande", Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-weight:bold;
	border-top: 10px solid #ffffff;
}
#searchbar a{
text-decoration:none;
color:#6CAAC8;
}
/* style for home page only */
body.layoutA #searchbar, body.layoutA1 #searchbar{
	margin:0px 0px 10px 10px;
}
body.layoutA1 #searchbar{
background: url(images/searchbar2.png) no-repeat center center;
}
body.layoutB3 #searchbar, body.layoutB2 #searchbar{
	margin-top: 0px;
}
body.recruitment #searchbar{
	margin-top: 0px;
}
html>body.layoutB3 #searchbar, html>body.layoutB2 #searchbar{
	margin-top:0px;
}

/* fix for Firefox, Safari, Chrome*/
html>/**/body #searchbar{
	height:30px;
	padding-top:8px;
	padding-left:10px;
	padding-right:10px;
	margin-top:0px;
}

#searchbar form, #searchbar p{
display:inline;
}
#searchbar p.aligncentre{
text-align:center;
width:24%;
float:left;
padding-top:6px;
margin-top:-1px;
}
#searchbar p.alignright{
text-align:right;
width:29%;
float:right;
padding-top:6px;
margin-top:-1px;
}
html>body #searchbar p.alignright{
width:27.3%;
}
p.aligncentre{
text-align:center;
}
#searchbar #form1{
	float:left;
	width:38%;
	text-align:left;
	padding-left:75px;

}
body.layoutA1 #searchbar #form1{
	float:left;
	width:38%;
	text-align:left;
	padding-left:75px;
}
#searchbar #form2{
float:right;
width:38%;
text-align:right;
}

#searchbar input, #searchbar select {
	border:1px solid #FFFFFF;
	margin-left:10px;
	margin-top:1px;
}
#searchbar input.imagebutton{
margin-bottom:-2px;
	border:none;
	
}
/* fix for IE7, Firefox, Safari, Chrome*/
html>body #searchbar input.imagebutton{
margin-bottom:-4px;
}
.uppercase{
	text-transform: uppercase;
}

.uppercaseblue{
	text-transform: uppercase;
	color:#6CAAC8;
}

/* BOTTOM LINKS STYLES */
.bottomlinkscol{
	width:143px;
	height:90px;
	float:left;
	margin:9px;
	min-height: 84px;
}
/* fix for IE7, Firefox, Safari, Chrome*/
html>body .bottomlinkscol{
	margin:10px;
}
#bottomlinks{
	border-bottom: 1px solid #d9d9d2;
	margin-left:7px;
	background:transparent url(images/base_nav_bg.jpg) no-repeat scroll center top;
	padding-bottom:10px;
	margin-bottom:10px;
	clear:both;
}
/* fix for IE7, Firefox, Safari, Chrome*/
html>body #bottomlinks{
margin-left:10px;
margin-top:-20px;
}
/* style for home page only -  fix for IE7*/
html>body.layoutA #bottomlinks, html>body.layoutA1 #bottomlinks{
	margin-top:-20px;
	clear:both;
}
html>body.layoutB2 #bottomlinks, html>body.layoutC #bottomlinks{
	margin-top:0px;
	clear:both;
}
html>/**/body.layoutB2 #bottomlinks{
	margin-top:-20px;
	clear:both;
}
/* style for about and location page only -  fix for IE7*/
html>body.layoutB1 #bottomlinks, html>body.layoutB3 #bottomlinks{
	margin-top:0px;
	clear:both;
}
/* style for home page only - fix for Firefox, Safari, Chrome*/
html>/**/body.layoutA #bottomlinks, html>/**/body.layoutA1 #bottomlinks{
	margin-top:10px;
}
/* style for news and news subsection pages only */
body.layoutB4 #bottomlinks, body.layoutB5 #bottomlinks{
	margin-top:10px;
	clear:both;
}
/* style for about our team and location pages - fix for Safari, Chrome*/
body:first-of-type.layoutC #bottomlinks, body:first-of-type.location #bottomlinks, body:first-of-type.layoutB2 #bottomlinks{
margin-left:10px;
margin-top:0px;
}

#bottomlinks h2, #bottomlinks h2 a{
	font-size:100%;
	margin:0px 0px 0px;
	color:#000000;
	line-height:150%;
	text-decoration:none;
}

#bottomlinks ul{
margin:0px;
}
/* fix for Firefox, Safari, Chrome*/
html>/**/body #bottomlinks ul{
	margin:0px 0px 0px -40px;
}
#bottomlinks li{
font-size:95%;
line-height:150%;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
#bottomlinks li a{
color:#5a5a5a;
text-decoration:none;
}
#bottomlinks li a:hover{
color:#666666;
text-decoration:underline;
}
/* BOTTOM LINKS STYLES END */
p.clear{
clear:both;
float:none;
height:1px;
}
p.clear2{
clear:both;
float:none;
height:1px;
margin:0px;
}
html>body p.clear2{
margin-top:0px;
margin-bottom:0px;
}
span.clear{
clear:both;
float:none;
height:1px;
display:block;
}
/* style for news and news subsection pages only */
body.layoutB4 span.clear, body.layoutB5 span.clear{
margin-top:-1.6em;
}
/* style for news page only - fix for IE7, Firefox, Safari, Chrome*/
html>body.layoutB4 span.clear, html>body.layoutB5 span.clear{
margin-top:0em;
}

#copyrightinfo{
	clear:both;
	margin-top:0px;
	margin-bottom:10px;
	margin-left:30px;
	margin-right:20px;
	height:16px;
	font-size:95%;
}
/* fix for IE7, Firefox, Safari, Chrome*/
html>body #copyrightinfo{
	margin-top:20px;
	margin-left:20px;
}

/* INNER NAV STYLE */

ul.innernav{
	margin:-10px 0em 5px 20px;
}
/* fix for Firefox, Safari, Chrome*/
html>/**/body ul.innernav{
	margin:-5px 0em 5px -28px;
}

ul.innernav li{
	list-style: url(images/body_blue_triangle_1pxhigher.gif);
}
ul.innernav a{
	text-decoration:none;
	font-family: "Lucida Grande", Helvetica, "Helvetica Neue", Arial, sans-serif;
}
ul.innernav a:hover{
text-decoration:underline;
}
#inner_col2_3wide{
	width:556px;
	padding:9px;
	float:left;
	margin-left:9px;
	font-family:Georgia, "Times New Roman", times, serif;
	line-height:160%;
}
/* fix for IE7, Firefox, Safari, Chrome*/
html>body #inner_col2_3wide{
	width:566px;
}

#inner_col2_3wide h2{
	font-family:Georgia, "Times New Roman", times, serif;
	font-size:150%;
	color:#000000;
	margin:0px;
	font-weight:normal;
}

#inner_col2_3wide h2 .h2small{
	font-family: "Lucida Grande", Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-size:65%;
	color:#8b8b8b;
} 
#inner_col2_3wide p{
font-size:95%;	
}

div.inner_col2_3wide_text{
width:350px;
float:left;
padding:10px;}

div.inner_col2_3wide_image{
	width:168px;
	float:right;
	height: 103px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top:40px;
}
/* fix for IE7, Firefox, Safari, Chrome*/
html>body div.inner_col2_3wide_image{
	margin-top:37px;
}
#inner_col2_3wide hr{
	margin:20px 0px 10px 0px;
	clear:both;
}


#about_ourteam_andrewlynch{ background: url(images/aboutourteam_andrewlynch.png) no-repeat center center; }
#about_ourteam_nickinkster{ background: url(images/aboutourteam_nickinkster.png) no-repeat center center; }
#about_ourteam_noeltoolan{ background: url(images/aboutourteam_noeltoolan.png) no-repeat center center; }

a.backtotop{
text-decoration:none;
}
a.backtotopfloatright{
text-decoration:none;
float:right;
clear:both;

}
a.backtotop:hover, a.backtotopfloatright:hover{
text-decoration:underline;
}
img.floatleft{
float:left;
padding: 5px 10px 10px 0px;
}
hr.marginleft10{
margin-left:10px;
margin-top:-7px;
clear:both;
}
html>body hr.marginleft10{
margin-top:5px;
}
/* fix for Firefox, Safari, Chrome*/
html>/**/body hr.marginleft10{
margin-top:-10px;
}

#searchbar_blank {
background: none;
border-top:0px solid #FFFFFF;
clear:both;
color:#000000;
float:none;
font-family:"Lucida Grande",Helvetica,"Helvetica Neue",Arial,sans-serif;
font-weight:bold;
height:10px;
margin:0;
padding-left:20px;
padding-right:20px;
padding-top:0px;
}
.greylines {
	padding: 5px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.newsdateblue, .newsarchiveblue, .filterresultsblue{
color:#0078ae}
blockquote{
	font-style: italic;
	margin: 0px;
}
#newspagingbar{
padding-left:15px;
}
#newsnavbar ul, #newspagingbar ul{
margin:0em 0em 0em -12px;
padding:5px;
}
#newsnavbar li{
	list-style:none;
	display:inline;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#newspagingbar li{
	list-style:none;
	display:inline;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 3px;
}
#newsnavbar a{
	font-size:115%;
	font-family:Georgia, "Times New Roman", times, serif;
	text-decoration:none;
	background: url(images/body_blue_triangle_1pxlower.gif) no-repeat right center;
	padding-right: 15px;
	padding-left:10px
}
#newspagingbar a{
	font-size:115%;
	font-family:Georgia, "Times New Roman", times, serif;
	text-decoration:none;
	padding-right: 10px;
	padding-left:0px;
	background: url(images/pagingbar.png) no-repeat right center;
}
#newspagingbar a.next{
background:transparent url(images/body_blue_triangle.png) no-repeat scroll right center;
color:#0078AE;
padding-left:6px;
padding-right:15px;
text-decoration:none;
}
#newspagingbar a.prev{
background:transparent url(images/body_blue_triangle_prev.png) no-repeat scroll left center;
color:#0078AE;
padding-left:15px;
padding-right:0;
text-decoration:none;
}
#newsnavbar a.downloadlink{
	background: url(images/icon_download.jpg) no-repeat right center;
	padding-right: 35px;
	padding-top:2px;
	padding-bottom:2px;
}
#newssearchbox{
	background: url(images/newssearchbox.png) no-repeat center top;
	height: 127px;
	margin-top: 10px;
	clear:both;
}
body.layoutB5 #newssearchbox{
padding-bottom:25px;
padding-top:5px;
}
/* fix for IE7*/
html>body.layoutB4 #newssearchbox{
	margin-bottom:0px;
	padding-bottom:30px;
	padding-top:10px;
}
html>body.layoutB5 #newssearchbox{
	margin-bottom:0px;
	padding-bottom:30px;
	padding-top:0px;
	background: url(images/newssearchbox.png) no-repeat center top;
}
/* fix for Firefox, Safari, Chrome*/
html>/**/body #newssearchbox{
	padding-bottom:0px;
	padding-top:0px;
	margin-bottom:-20px;
}
html>/**/body.layoutB5 #newssearchbox{
	margin-bottom:-45px;
	padding-bottom:0px;
}

body:first-of-type #newssearchbox{
	padding-bottom:0px;
	padding-top:0px;
	margin-bottom:-15px;
}
html>/**/body:first-of-type.layoutB5 #newssearchbox{
	margin-bottom:-15px;
	padding-bottom:0px;
}
/* style for news page only */
body.layoutB4 #col1_4wide_text #newssearchbox h2, body.layoutB5 #col1_4wide_text #newssearchbox h2{
color:#0078ae;
padding-top:10px;
margin-left:15px;
margin-bottom:-10px;
}
/* style for news page only - fix for Firefox, Safari, Chrome*/
html>/**/body.layoutB4 #col1_4wide_text #newssearchbox h2, html>/**/body.layoutB5 #col1_4wide_text #newssearchbox h2{
margin-bottom:10px;}
#newssearchbox p{
	color:#000000;
	font-family:"Lucida Grande", Helvetica, "Helvetica Neue", Arial, sans-serif;
	line-height: 120%;
	margin: 2px 0px 0px 15px;
}
/* fix for IE7, Firefox, Safari, Chrome*/
html>body #newssearchbox p{
	line-height: 130%;
	margin: 5px 0px 0px 15px;
}

.newssearchboxtext{
display:block;
width:100px;
float:left;
clear:left;
}
.dropdownwidth{
width:250px;
display:block;
float:left;
}
.filterdropdownwidth{
width:110px;
}
.searchbardropdownwidth{
width:215px;
}

.contactinput{
width:500px;
margin-bottom:15px;
}

.contactdropdownwidth{
width:300px;
}

#contactaddress{
margin-top:15px;
padding:10px;
background: transparent url(images/sspnews_secondaryarticles_bg.jpg) no-repeat scroll center top
}

#newssearchbox .imagebutton{
padding-left:10px;
}
/*
#news_row1{	background: url(images/news_article.jpg) no-repeat left center;}
#news_row2{	background: url(images/news_article2.jpg) no-repeat left center;}
#news_row3{	background: url(images/news_article3.jpg) no-repeat left center;}
*/
.newsrow, .locationrow{
	padding-left: 10px;
	padding-right: 10px;
	border-top: 1px solid #CCCCCC;
}


/* fix for IE7*/
html>body .newsrow{
	padding-top:14px;
	min-height: 120px;
	height:auto;
}
html>body .locationrow{
	padding-top:14px;
	min-height: 108px;
	height:auto;
}

/* fix for Firefox, Safari, Chrome*/
html>/**/body .newsrow{
	padding-top:0px; 
	min-height: 120px;
	height:auto;
	padding-bottom:1px;

}
/* fix for Firefox, Safari, Chrome*/
html>/**/body .locationrow{
	padding-top:0px; 
	min-height: 108px;
	height:auto;
	padding-bottom:1px;
}

body:first-of-type .newsrow, body:first-of-type .locationrow{
	min-height: 110px;
}

.newsdategreysmall {
	font-size: 100%;
	margin-bottom:2px;
}
#innercols3{
	background: url(images/sspnews_secondaryarticles_bg.jpg) no-repeat center top;
	padding: 10px;
	margin-top:10px;
}
#innercols3 a{
color:#666666;
}
.innernewscol {
	width: 168px;
	padding-right: 20px;
	float:left;
}
#innercols3 h3{
	font-family:"Lucida Grande", Helvetica, "Helvetica Neue", Arial, sans-serif;
	color:#000000;
	font-size:100%;
	margin-bottom:-10px;
}

#innercolpress{
	background: url(images/presscentre_imgdwnload_bg.png) no-repeat center top;
	padding: 10px;
	margin-top:10px;
	height:150px;
}
#innercols3 a{
color:#666666;
}

#innercolpress_text {
	margin: 0px -10px 0 0;
	width: 400px;
	
}

.img_dwnload_text{
	font-size:100%;
	font-family:Georgia, "Times New Roman", times, serif;

}

.img_dwnload_text h2{
	font-size:1130%;
	font-family:Georgia, "Times New Roman", times, serif;

}

p.tagline{
	color:#0078ae;
	font-size:85%;
	line-height:130%;
	font-family:"Lucida Grande", Helvetica, "Helvetica Neue", Arial, sans-serif;
	margin-top:-15px;
	margin-left:10px;
}
.newsarchivedate{
font-size:100%;
margin-bottom:0px;

}
#newsfilterresults {
	background: url(images/filtersearch_bg.png) no-repeat center center;
	height: 30px;
	padding-top:7px;
	margin-top:10px;
	padding-left:8px;
	padding-right:8px;
}
#newsfilterresults form, #newsfilterresults p{
display:inline;}

#newsfilterresults select.marginright{
margin-right:15px;}
.displaynone{
display:none;}
.brochuretext{
width:84px;
float:left;
padding-left:5px;
padding-top:65px;}
.brochureimage{
	width:98px;
	float:right;
	padding:0px;
	margin:-6px 0px 0px;
	height:144px;
}
html>body .brochureimage{
	margin:-6px 0px 2px;
}
html>/**/body .brochureimage{
	margin:0px;
}
.brochureimage img{
border:none;
padding:0px;
margin:0px;}

/* LOCATION PAGE STYLES */


body.layoutB2 #locationsearchbox{
	background: url(images/locationsearchbox.png) no-repeat center center;
	height: 127px;
	margin-top: -15px;
	clear:both;
	margin-bottom:0px;
}
body.layoutB3 #locationsearchbox{
	background: url(images/locationsearchbox.png) no-repeat center center;
	height: 127px;
	margin-top: -15px;
	clear:both;
	margin-bottom:0px;
}
/* fix for IE7*/
html>body.layoutB3 #locationsearchbox, html>body.layoutB2 #locationsearchbox{
	margin-bottom:-13px;
	padding-bottom:5px;
	padding-top:5px;
	margin-top: -7px;
}
/* fix for Firefox, Safari, Chrome*/
html>/**/body.layoutB3 #locationsearchbox, html>/**/body.layoutB2 #locationsearchbox{
	padding-bottom:0px;
	padding-top:0px;
	margin-top: -15px;
}
/* style for location page only */
body.layoutB3 #locationinternal #locationsearchbox h2, body.layoutB2 #locationinternal #locationsearchbox h2{
color:#0078ae;
padding-top:10px;
margin-left:15px;
margin-bottom:-10px;
font-size:140%;
font-weight:normal;
}
/* style for location page only - fix for Firefox, Safari, Chrome*/
html>/**/body.layoutB3 #locationinternal #locationsearchbox h2, html>/**/body.layoutB2 #locationinternal #locationsearchbox h2{
margin-bottom:10px;}
#locationsearchbox p{
	color:#000000;
	font-family:"Lucida Grande", Helvetica, "Helvetica Neue", Arial, sans-serif;
	line-height: 120%;
	margin: 2px 0px 0px 15px;
	/*font-size:80%;*/
}
/* fix for IE7, Firefox, Safari, Chrome*/
html>body #locationsearchbox p{
	line-height: 130%;
	margin: 5px 0px 0px 15px;
}
.locationsearchboxtext{
display:block;
width:100px;
float:left;
clear:left;
}
#locationsearchbox .imagebutton{
padding-left:10px;
}
#locationinternal{
	float:left;
	padding-top:10px;
	padding-bottom:15px;
	font-family:Georgia, "Times New Roman", times, serif;
	font-size:100%;
	font-weight: normal;
	line-height: 170%;
	width:585px;
	margin-left:100px;
}



.profilebut p{
	font-size:45px;
	color:#B0B0A1;
	font-family:Arial,sans-serif;
	font-weight:bold;
	text-align:center;}
       
html>body .profilebut{
padding-top:0px;
}
hr.profilebut {
	color:#d9d9d2;
	border-top: 1px solid #d9d9d2;
	border-right: none;
	border-bottom: none;
	border-left: none;
	height:1px;
	margin-bottom:-6px;
	margin-top:0;
}

#col1_4wide_text .profilebut_search p{
    font-size:47px;
    color:#B0B0A1;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-align:center;
    padding-bottom:20px
}
	
.profilebut_search {
	background:transparent url(images/sidebar_locationsearch_bg.png)
no-repeat scroll center center;
	clear:left;
	float:left;
	height:40px;
	line-height:0;
	margin-top:0;
	width:145px;
	padding-top:45px;
}

html>/**/body .profilebut_search {
	background:transparent url(images/sidebar_locationsearch_bg.png)
no-repeat scroll center center;
	clear:left;
	float:left;
	height:90px;
	line-height:0;
	margin-top:0;
	width:145px;
	padding-top:0px;
}

#profilebut_home{
	background:transparent url(images/home_location_bg.png) no-repeat scroll center top;
	clear:left;
	color:#B0B0A1;
	float:left;
	font-family:Arial,sans-serif;
	font-size:45px;
	font-weight:bold;
	height:90px;
	line-height:0;
	margin-top:3px;
	margin-bottom:-10px;
	text-align:center;
	width:188px;
	text-decoration: none;
}

#profilebut_home h4{
	color:#000000;
	font-family: "Lucida Grande", Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-size:11px;
	margin-left:7px;
	text-align:left;
}

.profile_home_text{
	clear:left;
	color:#B0B0A1;
	float:left;
	font-family:Arial,sans-serif;
	font-size:45px;
	font-weight:bold;
	height:30px;
	line-height:0;
	margin-bottom:0;
	margin-top:18px;
	text-align:center;
	text-decoration:none;
	width:188px;
}
	
a.plain {
	text-decoration: none;
}

html>body #locationinternal{
	margin-left:205px;
	height:auto;
}
html>/**/body #locationinternal{
	margin-left:205px;
	height:auto;
	padding-bottom:13px;
}
body.layoutB3 #locationinternal h2, body.layoutB2 #locationinternal h2{
font-weight:bold;
font-size:120%;
color:#000000;}
#locationinternal ul{
	margin:0px 0px 0px;
}
html>/**/body #locationinternal ul{
margin-left:-40px;
margin-top:-10px;
}
#locationinternal li{
list-style:none;
}
.globalreachcol{
	float:left;
	width:113px;
	font-family:"Lucida Grande", Helvetica, "Helvetica Neue", Arial, sans-serif;
}
.globalreachcol a{
color:#000000;
text-decoration:none;}
.globalreachcol a:hover{
text-decoration:underline;}
#globalreach{
	background: url(images/globalreach.png) no-repeat center top;
	padding-left:10px;
	padding-top:10px;
	padding-right:10px;
	line-height:135%;
	height:179px;
	margin-top:-11px;
	clear:both;
}

html>/**/body #globalreach{
	line-height:150%;
	margin-top:-6px;
}
#globalreach h2{
	border-bottom: 1px solid #D9D9D2;
	color:#000000;
	margin-top:0px;
	padding-bottom:10px;
}
body.layoutB3 .locationrow h3, body.layoutB2 .locationrow h3{
 	color:#000000;
	font-size:100%;
	margin-bottom:-17px;
 }
body.layoutB3 .locationresultsrow h2, body.layoutB2 .locationresultsrow h2{
 	color:#000000;
	font-size:100%;
	font-weight:bold;
	margin-bottom:-1px;
	margin-top:10px;}

html>/**/body.layoutB3 .locationresultsrow h2, html>/**/body.layoutB2 .locationresultsrow h2{
	margin-bottom:0px; }
div.largegrey {
	clear:left;
	color:#B0B0A1;
	float:left;
	font-family:Arial,sans-serif;
	font-size:40pt;
	font-weight:bold;
	padding-bottom:10px;
	padding-top:35px;
	width:150px;
}
div.locationrowcontent{
	float:right;
	width:400px;
	margin-top:0px;
	margin-bottom:0px;
}
.locationrowcontent p{
margin:0px;
}
.locationresultsrow{
	padding-left: 10px;
	padding-right: 10px;
	border-top: 1px solid #CCCCCC;
	margin-bottom:0px;
	margin-top:0px;
	padding-bottom:0px;
}
/* Location paging bar*/	
#locationpagingbar{
padding-left:15px;
}
html>body #locationpagingbar{
padding-left:40px;
}
#locationpagingbar ul{
	margin:0em 0em 0em -12px;
	padding:5px;
}
html>body #locationpagingbar ul{
	margin-top: 0px;
}
#locationpagingbar li{
	list-style:none;
	display:inline;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 3px;
}
#locationpagingbar a{
	font-size:115%;
	font-family:Georgia, "Times New Roman", times, serif;
	text-decoration:none;
	padding-right: 10px;
	padding-left:0px;
	background: url(images/pagingbar.png) no-repeat right center;
}
#locationpagingbar a.next{
	color:#0078ae;
	text-decoration:none;
	background: url(images/body_blue_triangle.png) no-repeat right center;
	padding-right:14px;
	padding-left:6px;
}
#locationpagingbar a.prev{
	color:#0078ae;
	text-decoration:none;
	background: url(images/body_blue_triangle_prev.png) no-repeat left center;
	padding-left:14px;
	padding-right:0px;
}

/* Location Filter Results */

#locationfilterresults {
	background: url(images/filtersearch_bg.png) no-repeat center center;
	height: 30px;
	padding-top:7px;
	margin-top:10px;
	padding-left:8px;
	padding-right:8px;
}
#locationfilterresults form, #locationfilterresults p{
display:inline;}

#locationfilterresults select.marginright{
margin-right:15px;}



/* Case Studies Location Search Box*/

body.layoutB3 #casestudieslocationsearchbox{
	background: url(images/locationsearchbox.png) no-repeat center center;
	height: 127px;
	margin-top: 7px;
	clear:both;
	margin-bottom:0px;
	padding-bottom:10px;
}
body.layoutB2 #casestudieslocationsearchbox{
	background: url(images/newssearchbox.png) no-repeat center center;
	height: 127px;
	margin-top: 7px;
	clear:both;
	margin-bottom:0px;
	padding-bottom:10px;
}
/* fix for IE7*/
html>body.layoutB3 #casestudieslocationsearchbox, html>body.layoutB2 #casestudieslocationsearchbox{
    margin-bottom:-13px;
    padding-bottom:5px;
    padding-top:5px;
/*    margin-top: -7px; */
    margin-top: 10px;
}
/* fix for Firefox, Safari, Chrome*/
html>/**/body.layoutB3 #casestudieslocationsearchbox, html>/**/body.layoutB2 #casestudieslocationsearchbox{
	padding-bottom:0px;
	padding-top:0px;
	margin-top: -5px;
}
/* style for location page only */
body.layoutB3 #locationinternal #casestudieslocationsearchbox h2, body.layoutB2 #locationinternal #casestudieslocationsearchbox h2{
color:#0078ae;
padding-top:10px;
margin-left:15px;
margin-bottom:-10px;
font-size:140%;
font-weight:normal;
}
/* style for location page only - fix for Firefox, Safari, Chrome*/
html>/**/body.layoutB3 #locationinternal #casestudieslocationsearchbox h2, html>/**/body.layoutB2 #locationinternal #casestudieslocationsearchbox h2{
margin-bottom:10px;}
#casestudieslocationsearchbox p{
	color:#000000;
	font-family:"Lucida Grande", Helvetica, "Helvetica Neue", Arial, sans-serif;
	line-height: 120%;
	margin: 2px 0px 0px 15px;
	/*font-size:80%;*/
}
/* fix for IE7, Firefox, Safari, Chrome*/
html>body #casestudieslocationsearchbox p{
	line-height: 130%;
	margin: 5px 0px 0px 15px;
}
.locationsearchboxtext{
display:block;
width:100px;
float:left;
clear:left;
}
#casestudieslocationsearchbox .imagebutton{
padding-left:10px;
}

body.casestudy #searchbar{
    margin-top: -20px;
}
html>body.casestudy #searchbar{
    margin-top:0px;
}
html>/**/body.casestudy #searchbar{
	margin-top:-150px;
}

body.casestudy #col1_4wide_text{
height:auto;
min-height:auto;
}

#locationsdetailinfo{
	border-top: 1px solid #CCCCCC;
	padding-top:10px;
	padding-bottom:10px;
}
#locationsdetailinfo p{
margin:0px;
}
#locationsdetailinfo strong {
color:#000000;}

#locationnavbar ul{
margin:0em 0em 0em -20px;
padding:5px;
}
#locationnavbar li{
	list-style:none;
	display:inline;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#locationnavbar a{
	font-size:115%;
	font-family:Georgia, "Times New Roman", times, serif;
	text-decoration:none;
	padding-right: 10px;
	padding-left:10px
}

#locationnavbar a:hover {
	font-size:115%;
	font-family:Georgia, "Times New Roman", times, serif;
	text-decoration:none;
	padding-right: 10px;
	padding-left:10px;
	text-decoration: underline;
}

#locationimages{
	text-align: center;
}
#locationimages img.leftimage{
padding-right:6px;
padding-top:12px;
}
#locationimages img.rightimage{
padding-left:6px;
padding-top:12px;
}

h2.topborder{
border-top: solid 1px #cccccc;
padding-top:7px;
margin-bottom:7px;
}
a.roundarrow, body.layoutA div.mainimage #homenews a.roundarrow,  body.layoutA1 div.mainimage #homenews a.roundarrow, body.layoutB4 div.mainimage a.roundarrow, body.layoutB5 div.mainimage a.roundarrow, #col5_1wide a.roundarrow, #col5_1wide_lower a.roundarrow, #newsnavbar a.roundarrow, #newspagingbar a.roundarrow, #locationpagingbar a.roundarrow, #locationnavbar a.roundarrow {
	color:#0078ae;
	text-decoration:none;
	background: url(images/roundyarrow.gif) no-repeat right center;
	padding-right: 15px;
}

div.leftimage {
	font-size: 40pt;
	color: b3b3a4;
	font-family: Arial, sans-serif;
	float:left;
	clear:left;
	padding-top:10px;
	width:120px;
}
ul.sitemaplist{
	margin:0px;
	padding:0px 0px 0px 15px;
}
ul.sitemaplist ul{
	margin:0px 0px 20px;
	padding:0px 0px 0px 25px;
}
ul.sitemaplist li {
	font-size: 150%;
	list-style:none;
	padding-top:3px;
	padding-bottom:3px;
}
ul.sitemaplist li li {
	font-size: 90%;
}
ul.sitemaplist li a {
	color: #444444;
	text-decoration:none;
}
ul.sitemaplist li a:hover {
	text-decoration:underline;
}
ul.sitemaplist li li a {
	color: #555555;
	text-decoration:none;
}
ul.sitemaplist li li a:hover {
	text-decoration:underline;
}

#sitemaplistleft{
float:left;
width:49%;}
#sitemaplistright{
float:right;
width:49%;}

body.contact #col1_4wide p {
	margin: 0px;
	padding: 0px;
}
p.indent {
	text-indent: 57px;
}
p.bluetext{
color:#0078ae;}

#feedbackform{
	clear:both;
	background: url(images/feedbackform.png) no-repeat center top;
	height: 256px;
	padding:10px;
	margin-bottom:-23px;
	color:#666666;
}

div.downloadimages_textbox p{
margin:0px;
padding:0px;}

div.downloadimagesbox{
float:left;
width:285px;
height:120px;
}
div.downloadimages_imagebox{
width:136px;
float:left;
}
div.downloadimages_textbox{
width:126px;
float:left;
padding-left:10px;
padding-right:10px;
height:120px;}
#col1_4wide #downloadimages h2{
margin-bottom:10px;
clear:both;}
div.downloadimages_textbox strong{
color:#333333;}
#downloadimages hr{
clear:both;}

#col1_4wide_text p{
font-size:110%;
}
#locationinternal p{
font-size:105%;
}
.innercoltext p{
font-size:100%;
}

#col1_4wide_text p.largetext{
font-size:140%;
line-height:170%;
}

#inner_col2_3wide p{
    font-size:105%;
}

#col5_1wide .brochuretext a{
background:url(none);}

<style type="text/css">
img, div { behavior: url(images/iepngfix.htc) }
</style>