/* eBusiness UK 2009 Website */
/* ---------------------------------------------------------------------------------------------------- */
/* GENERAL LAYOUT TAGS START */

@media only screen and (max-device-width: 480px) { 
	html {
		-webkit-text-size-adjust: none;
	}
}

html {
	height: 100%;
	margin: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #666666;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
}

p { /*Added by lee */
margin:10px 0px 10px 0px;
padding:0px;
}

h1 {
	color: #9EAF25;
	font-size: 1.8em;
	margin: 0px;
	text-align: left;
}
h2 {
	color: #666666;
	font-size: 1.5em;
	margin: 0px;
	text-align: left;
}
h3 {
	color: #9EAF25;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 1.1em;
	text-align: left;
}
h4 {
	color: #004785;
	font-size: 1.5em;
	margin: 0px;
	text-align: left;
}
h5 {
	color: #004785;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 1.1em;
	text-align: left;
}
h6 {
	color: #004785;
	font-size: 1.2em;
	margin: 0px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
hr {
	border: 0;
	height: 1px;
	color: #E5E5E5;
	background-color: #E5E5E5;
	width: 100%;
	clear: both;
	padding: 0px;
	margin: 10px 0px;
}
a:link {
	color: #9EAF25;
/*	border-bottom-width: 1px;
	border-bottom-style: dotted;*/
	text-decoration: underline;
}
a:visited {
	color: #9EAF25;
	text-decoration: underline;
}
a:hover {
	color: #004785;
	text-decoration: none;
}
a:active {
	color: #9EAF25;
	text-decoration: underline;
}
form {
	margin: 0px;
}
.textfield {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 1em;
	width: 250px;
	border: 1px solid #E5E5E5;
	background-image: url(../images/textfield-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 3px;
}
.submit {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
	border: 0px double #004785;
	background-color: #004785;
	padding: 3px;
	background-image: url(../images/blue-button-bg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
.message {
	color: #CC0000;
	font-weight: bold;
}
*:focus {
	outline: 0;
}
.noborder {
	border: none !Important;
}
#nextstepoptions {
	border-top: 1px solid #E5E5E5;
	overflow: hidden;
	clear: both;
	padding: 10px 0px 0px 0px;
}
#nextstepoptions p {
	line-height: 1em;
	margin: 0px;
	padding: 0px;
}
#nextstepoptions ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	width: 470px;
	margin-left: auto;
	margin-right: auto;
}
#nextstepoptions ul li {
	float: left;
	margin-left: 15px;
	padding-left: 30px;
	padding-bottom: 5px;
}
#nextstepoptions .print {
	background-image: url(../images/print-page.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#nextstepoptions .mail {
	background-image: url(../images/mail-page.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#nextstepoptions .bookmark {
	background-image: url(../images/share.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#nextstepoptions a {
	display: block;
}

#nextstepoptions .socialbookmarks {
	overflow: hidden;
	clear: both;
	background-color: #FFFFFF;
	border-top: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 480px;
}
#nextstepoptions .socialbookmarks ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 48px;
}
#nextstepoptions .socialbookmarks ul li {
	float: left;
	margin-left: 0px;
	padding-left: 25px;
	padding-right: 10px;
}
#nextstepoptions .socialbookmarks p {
	clear: both;
	margin: 0px;
	padding: 5px 0px 0px 5px;
	text-align: right;
	font-weight: bold;
}
#nextstepoptions .socialbookmarks .delicious {
	background-image: url(../images/delicious.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#nextstepoptions .socialbookmarks .digg {
	background-image: url(../images/digg.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#nextstepoptions .socialbookmarks .reddit {
	background-image: url(../images/reddit.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#nextstepoptions .socialbookmarks .facebook {
	background-image: url(../images/facebook.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#nextstepoptions .socialbookmarks .stumbleupon {
	background-image: url(../images/stumbleupon.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#nextstepoptions .socialbookmarks a {
	display: block;
}
.quotearea {
	padding: 10px;
	margin: 10px 0px;
/*	border: 1px solid #EFEFEF;*/
}
.quote {
	color: #9EAF25;
	font-size: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.quotename {
	text-align: right;
	color: #999999;
}
.greentext {
	color: #9EAF25;
}
.bluetext {
	color: #004785;
}

/* GENERAL LAYOUT TAGS END */
/* ---------------------------------------------------------------------------------------------------- */
/* SITE LAYOUT START */
#pagelayout {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
    height: auto !important;
	min-height: 100%;
}
#topstrap {
	background-image: url(../images/top-strap.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 20px;
}
#topstrap h1 {
	font-size: 1.1em;
	/*color: #B2B2B2;*/
	color: #999;
	text-align: center;
	padding: 2px;
	font-weight: normal;
}
#header {
	height: 96px;
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	width: 100%;
}
#header #headerlayout {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
#header #headerlayout #logo {
	float: left;
}
#header #headerlayout #logo a {
	border-bottom-width: 0px;
	text-decoration: none;
}
#header #headerlayout #strapline {
	float: right;
}
#topnav {
	clear: both;
	background-image: url(../images/topnav-bg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	overflow: hidden;
}
#topnav #topnavlayout {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
#topnav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#topnav ul li {
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #C8C8C8;	
}
#topnav ul li a {
	background-image: url(../images/topnav-button-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
	padding-right: 18px;
	padding-left: 18px;
	border: none;
	font-size: 1.2em;
	line-height: 2.95em;
	font-weight: bolder;
	color: #004785;
	text-decoration: none;
}

#topnav ul li a:hover {
	background-image: url(../images/topnav-button-hover-bg.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #9EAF25;
	display: inline-block;
	padding-right: 18px;
	padding-left: 18px;
	border: none;
	font-size: 1.2em;
	line-height: 2.95em !important;
	font-weight: bolder;
}
#topnav ul li .activetop {
	background-image: url(../images/topnav-button-hover-bg.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #9EAF25;
	display: inline-block;
	padding-right: 18px;
	padding-left: 18px;
	border: none;
	font-size: 1.2em;
	line-height: 2.95em !important;
	font-weight: bolder;
}
#topnav #sitesearch {
	background-image: url(../images/textfield-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	padding-left: 3px;
	padding-right: 3px;
	border: 1px solid #FFFFFF;
	margin-top: 4px;
}
#topnav #sitesearch #SearchKeyword {
	width: 180px;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-weight: bold;
	margin-top: 5px;
	float: left;
	border: 0px;
}
#topnav #sitesearch #Search {
	border: none;
	color: #FFFFFF;
	margin-top: 5px;
}
#mainbanner {
	clear: both;
	background-image: url(../images/mainbanner-bg.jpg);
	text-align: center;
	height: 215px;
}
#bodystructure {
/*	position: absolute;
	z-index: 3;
	top: 346px;
	left: 0px;*/
	width: 100%;
	overflow: hidden;
	padding: 346px 0px 0px 0px;
}
#body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#body #bodylayout {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/body-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}
#body #bodylayout #bodynav {
	width: 205px;
	float: left;
	padding: 20px 0px 10px 20px;
}
#body #bodylayout #bodynav ul {
	margin: 5px 0px 0px;
	padding: 0px;
	list-style-type: none;
}

#body #bodylayout #bodynav a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	height: 15px;
	padding: 10px 10px 10px 20px;
	font-size: 1.1em;
	background-image: url(../images/green-bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #9EAF25;
	text-decoration: none;
	border-bottom: 1px solid #dadada;
}
#body #bodylayout #bodynav a:hover {
	background-image: url(../images/blue-bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #004785;
}
#body #bodylayout #bodynav .level3 {
	display: block;
	text-decoration: none;
	font-weight: bold;
	height: 15px;
	padding: 10px 0px 10px 30px;
	font-size: 1.1em;
	background-image: url(../images/grey-bullet.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #999999;
}
#body #bodylayout #bodynav .level3:hover {
	background-image: url(../images/blue-bullet.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #004785;
}


#body #bodylayout #bodynav .level4 {
	display: block;
	text-decoration: none;
	font-weight: bold;
	height: 15px;
	padding: 10px 0px 10px 40px;
	font-size: 1.1em;
	background-image: url(../images/grey-bullet.gif);
	background-repeat: no-repeat;
	background-position: 20px center;
	color: #333333;
}
#body #bodylayout #bodynav .level4:hover {
	background-image: url(../images/blue-bullet.gif);
	background-repeat: no-repeat;
	background-position: 20px center;
	color: #004785;
}
#body #bodylayout #bodynav .active {
	background-image: url(../images/blue-bullet.gif);
	background-repeat: no-repeat;
	color: #004785;
}
#body #bodylayout #bodycontent {
	width: 714px;
	float: right;
	padding-top: 11px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 1.1em;
/*	line-height: 1.9em;*/
	line-height: 1.6em;
	text-align: justify;
}
#body #bodylayout #bodycontent #bodytext {
	 width: 495px;
	 float: left;
}
#body #bodylayout #bodycontent #bodytextnoads {
	 width: 711px;
	 float: left;
}
#body #bodylayout #bodycontent .breadcrumb {
	 margin: 0px;
	 padding: 0px;
	 font-size: 0.8em;
	 text-transform: uppercase;
	 color: #999999;
	 font-weight: bold;
}

#body #bodylayout #bodycontent #homeads {
	width: 191px;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-left: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #9EAF25;
	min-height: 290px;
	height: auto !important;
	height: 290px;
}
#body #bodylayout #bodycontent #homeads .img {
	width: 180px;
	padding: 5px;
	background-image: url(../images/image-border-bg.gif);
	background-position: left top;
	margin-bottom: 5px;
}
#body #bodylayout #bodycontent #homeads img {
	border-width: 5px;
	border-style: solid;
	border-color: #FFFFFF;
}


#body #bodylayout #bodycontent #bodyads {
	width: 191px;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-left: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #9EAF25;
	min-height: 338px;
	height: auto !important;
	height: 338px;
}
#body #bodylayout #bodycontent #bodyads .img {
	width: 180px;
	padding: 5px;
	background-image: url(../images/image-border-bg.gif);
	background-position: left top;
	margin-bottom: 5px;
}
#body #bodylayout #bodycontent #bodyads img {
	border-width: 5px;
	border-style: solid;
	border-color: #FFFFFF;
}
#body #bodylayout #bodycontent #bodyads p {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
}
#body #bodylayout #bodycontent #bodyads .ads {
	position: relative;
	overflow: hidden;
	width: 190px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}
#body #bodylayout #bodycontent #bodyads .ads .contentdiv {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0px;

	width: 190px; 
	height: 100%;
}
#body #bodylayout #bodycontent #bodyads .pagination {
	width: 190px; 
	text-align: right;
	padding: 0px;
}
#body #bodylayout #bodycontent #bodyads .pagination  ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: right;
}
#body #bodylayout #bodycontent #bodyads .pagination  li {
	margin: 0px 0px 0px 5px;
	padding: 0px;
	list-style-type: none;
	float: left;
	border: 1px solid #9EAF25;
}
.pagination a {
	display: block;
	width: 15px;
	background-color: #9EAF25;
	text-decoration: none;
	font-weight: bold;
	margin: 1px;
	font-size: 1.1em;
	color: #FFFFFF;
	line-height: normal;
	text-align: center;
	border: none;
	border-color: #9EAF25;
}
.pagination a:hover, .pagination a.selected {
	color: #FFFFFF;
	background-color: #004785;
}
#paginate-ads {
	display: none;
}
#adnumber a {
	color: #FFFFFF;
	border: none;
}
#nextsteps {
	background-image: url(../images/nextsteps-bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #EFEFEF;
	padding-top: 20px;
	padding-bottom: 10px;
	clear: both;
}
#nextsteps #nextstepslayout {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#nextsteps #nextstepslayout .latestwebsite {
	width: 235px;
	float: left;
	padding: 5px;
	margin-top: 5px;
	font-size: 1.1em;
	line-height: 1.9em;
	text-align: justify;
}
#nextsteps #nextstepslayout .latestwebsite .img {
	width: 225px;
	padding: 5px;
	background-image: url(../images/image-border-bg.gif);
	background-position: left top;
	margin-bottom: 5px;
}
#nextsteps #nextstepslayout .latestwebsite img {
	border-width: 5px;
	border-style: solid;
	border-color: #FFFFFF;
}
#nextsteps #nextstepslayout .latestwebsite a {
	border: none;
}
#nextsteps #nextstepslayout .latestwebsite p {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
}
#nextsteps #nextstepslayout .latestwebsite a {
	color: #004785;
}
#nextsteps #nextstepslayout .latestwebsite a:hover {
	color: #9EAF25;
}
#nextsteps2 {
	background-image: url(../images/nextsteps2-bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 10px;
	clear: both;
}
#nextsteps2 #nextsteps2layout {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#nextsteps2 #nextsteps2layout #nextsteps2layoutleft {
	width: 479px;
	float: left;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EFEFEF;
}
#nextsteps2 #nextsteps2layout #nextsteps2layoutleft a {
	color: #004785;
	border: none;
}
#nextsteps2 #nextsteps2layout #nextsteps2layoutleft a:hover {
	color: #9EAF25;
	border: none;
}
#nextsteps2 #nextsteps2layout #nextsteps2layoutleft ul {
	margin-left: 5px;
	padding-left: 0px;
	list-style-type: none;
}
#nextsteps2 #nextsteps2layout #nextsteps2layoutleft li {
	font-size: 1.1em;
	line-height: 1.9em;
	text-align: justify;
}
#nextsteps2 #nextsteps2layout #nextsteps2layoutleft p {
	font-size: 1.1em;
	line-height: 1.9em;
	text-align: justify;
}
#nextsteps2 #nextsteps2layout #nextsteps2layoutright {
	width: 480px;
	float: right;
	padding-left: 10px;
}
#nextsteps2 #nextsteps2layout #nextsteps2layoutright p {
	font-size: 1.1em;
	line-height: 1.9em;
	text-align: justify;
}
#nextsteps2 #nextsteps2layout #nextsteps2layoutright a {
	color: #004785;
	border: none;
}
#nextsteps2 #nextsteps2layout #nextsteps2layoutright a:hover {
	color: #9EAF25;
	border: none;
}
#nextsteps2 #nextsteps2layout #nextsteps2layoutright ul {
	margin-left: 5px;
	padding-left: 0px;
	list-style-type: none;
}
#nextsteps2 #nextsteps2layout #nextsteps2layoutright li {
	font-size: 1.1em;
	line-height: 1.9em;
	text-align: justify;
}
#nextsteps2 #nextsteps2layout #nextsteps2layoutright #emailsubscribe {
	float: right;
	padding: 2px;
	margin-top: -4px;
}
#nextsteps2 #nextsteps2layout #nextsteps2layoutright #Email {
	width: 230px;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
	padding: 2px;
	background-image: url(../images/textfield-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #EFEFEF;
}
#nextsteps2 #nextsteps2layout #nextsteps2layoutright #Subscribe {
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
	background-image: url(../images/blue-button-bg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	color: #FFFFFF;
	padding: 2px;
	border: 0px;
}
#nextsteps2 #nextsteps2layout #nextsteps2layoutnews {
	width: 310px;
	float: left;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EFEFEF;
}
#nextsteps2 #nextsteps2layout #nextsteps2layoutnews a {
	color: #004785;
	border: none;
}
#nextsteps2 #nextsteps2layout #nextsteps2layoutnews a:hover {
	color: #9EAF25;
	border: none;
}
#nextsteps2 #nextsteps2layout #nextsteps2layoutnews ul {
	margin-left: 5px;
	padding-left: 0px;
	list-style-type: none;
}
#nextsteps2 #nextsteps2layout #nextsteps2layoutnews li {
	font-size: 1.1em;
	line-height: 1.9em;
	text-align: justify;
}
#nextsteps2 #nextsteps2layout #nextsteps2layoutnews .nextsteps {
	font-size: 1.1em;
	line-height: 1.9em;
	text-align: right;
}
#nextsteps2 #nextsteps2layout #nextsteps2layoutevents {
	width: 310px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EFEFEF;
}
#nextsteps2 #nextsteps2layout #nextsteps2layoutevents a {
	color: #004785;
	border: none;
}
#nextsteps2 #nextsteps2layout #nextsteps2layoutevents a:hover {
	color: #9EAF25;
	border: none;
}
#nextsteps2 #nextsteps2layout #nextsteps2layoutevents ul {
	margin-left: 5px;
	padding-left: 0px;
	list-style-type: none;
}
#nextsteps2 #nextsteps2layout #nextsteps2layoutevents li {
	font-size: 1.1em;
	line-height: 1.9em;
	text-align: justify;
}
#nextsteps2 #nextsteps2layout #nextsteps2layoutevents .nextsteps {
	font-size: 1.1em;
	line-height: 1.9em;
	text-align: right;
}
#nextsteps2 #nextsteps2layout #nextsteps2layoutblog {
	width: 310px;
	float: left;
	padding-left: 10px;
}
#nextsteps2 #nextsteps2layout #nextsteps2layoutblog a {
	color: #004785;
	border: none;
}
#nextsteps2 #nextsteps2layout #nextsteps2layoutblog a:hover {
	color: #9EAF25;
	border: none;
}
#nextsteps2 #nextsteps2layout #nextsteps2layoutblog ul {
	margin-left: 5px;
	padding-left: 0px;
	list-style-type: none;
}
#nextsteps2 #nextsteps2layout #nextsteps2layoutblog li {
	font-size: 1.1em;
	line-height: 1.9em;
	text-align: justify;
}
#nextsteps2 #nextsteps2layout #nextsteps2layoutblog .nextsteps {
	font-size: 1.1em;
	line-height: 1.9em;
	text-align: right;
}
#bottomlinks {
	height: 33px;
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	clear: both;
}
#bottomlinks #bottomlinkslayout {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	text-transform: capitalize;
	font-size: 1.1em;
	line-height: 1.9em;
	text-align: justify;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 3em;
}
#bottomlinks #bottomlinkslayout a {
	color: #FFFFFF;
	border: none;
	text-decoration: none;
}
#bottomlinks #bottomlinkslayout a:hover {
	color: #FFFFFF;
	border: none;
	text-decoration: underline;
}
#footer {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	margin-top: 10px;
	color: #B2B2B2;
}
#footer #address {
	float: left;
	display:block !important;
}
#footer #address p {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 1.1em;
}
#footer #accreditations {
	float: right;
	text-align: right;
}
#footer #accreditations img {
	padding-left: 30px;
}
#footer #vatdetails {
	clear: both;
	text-align: center;
	margin-bottom: 10px;
}
#bottomstrap {
	background-image: url(../images/bottom-strap.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 19px;
	width: 100%;
}
#bottomstrap h1 {
	font-size: 1em;
	color: #B2B2B2;
	text-align: center;
	padding: 2px;
	font-weight: normal;
}
/* SITE LAYOUT END */
/* ---------------------------------------------------------------------------------------------------- */
/* HOMEPAGE MENU START */

#pagecontentcontainer {
	width:205px;
	float:left;
	padding-top:5px;
}
#scroller-container {
	float:left;
}
#scroller-container ul {
	list-style:none;
	margin: 0px;
	padding: 0px;
}

#scroller li div p {
	padding-left:0px;
}

#page-1 div {
	margin-top:0px;
}
#page-2 div {
	margin-top:0px;
}
#page-3 div {
	margin-top:0px;
}
#page-4 div {
	margin-top:0px;
}
#page-5 div {
	margin-top:0px;
}
#page-6 div {
	margin-top:0px;
}
#scroller li div {
	float: left;
	padding-left: 0px;
}
#pagelist {
	display:none
}
#socialnetworkinglinks {
	background-color: #FFFFFF;
/*	border: 1px solid #E5E5E5;*/
	font-size: 1.2em;
	font-weight: bold;
	color: #004785;
}

/* HOMEPAGE MENU END */
/* ---------------------------------------------------------------------------------------------------- */
/* NEWS & CLIENTS MODULE STYLES START */

.shortreturn {
	clear: both;
	padding-top: 5px;
	margin-bottom: 5px;
	border-top-color: #E5E5E5;
	border-top-width: 1px;
	border-top-style: solid;
}
.shortreturn .img {
	width: 140px;
	padding: 5px;
	background-image: url(../images/image-border-bg.gif);
	background-position: left top;
	margin-bottom: 5px;
	float: left;
	margin-right: 10px;
}
.shortreturn .img img {
	border-width: 5px;
	border-style: solid;
	border-color: #FFFFFF;
}
.shortreturn .img a {
	border-width: 0px;
}
.shortreturn h4 {
	font-size: 1.3em;
	padding: 0px;
	margin: 0px;
}
.shortreturn h4 a {
	border-width: 0px;
}
.shortreturn .date {
	font-size: 0.8em;
	font-weight: bold;
	color: #999999;
	padding: 0px;
	margin: 0px;
	line-height: 1.2em;
}
.shortreturn p {
	padding: 0px;
	margin: 0px;
}
.newslongreturnimg {
	width: 140px;
	padding: 5px;
	background-image: url(../images/image-border-bg.gif);
	background-position: left top;
	margin-bottom: 5px;
	float: right;
	margin-left: 10px;
	text-align: center;
}
.newslongreturnimg img {
	border-width: 5px;
	border-style: solid;
	border-color: #FFFFFF;
}
.newslongreturnimg a {
	border-width: 0px;
	display: block;
	text-decoration: none;
}
.newslongreturnimg a:link {
	border-width: 0px;
	text-decoration: none;
}
#newsarchive {
	margin: 0px auto;
	padding: 0px auto;
	width: 609px;
}
.newsarchive {
	width: 183px;
	padding: 5px;
	background-image: url(../images/image-border-bg.gif);
	background-position: left top;
	margin-bottom: 5px;
	float: left;
	margin-right: 10px;
	text-align: center;
}
.newsarchive img {
	border-width: 5px;
	border-style: solid;
	border-color: #FFFFFF;
}
#newsarchive a {
	text-decoration: none;
}

.clientslongreturnimg {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	background-image: url(../images/image-border-bg.gif);
	background-position: left top;
	margin-bottom: 5px;
	margin-top: 10px;
	text-align: center;
}
.clientslongreturnimg img {
	border-width: 5px;
	border-style: solid;
	border-color: #FFFFFF;
}
.clientslongreturnimg a {
	border-width: 0px;
	display: block;
	text-decoration: none;
}
.clientslongreturnimg a:link {
	border-width: 0px;
	text-decoration: none;
}

/* NEWS MODULE STYLES END */
/* ---------------------------------------------------------------------------------------------------- */
/* PROFILE LISTING (FRANCHISE AREA) MODULE STYLES START */

.profilelisting {
	width: 157px;
	padding: 5px;
	background-image: url(../images/image-border-bg.gif);
	background-position: left top;
	margin-bottom: 5px;
	float: left;
	margin-right: 10px;
}
.profilelisting img {
	border-width: 5px;
	border-style: solid;
	border-color: #FFFFFF;
	background-color: #FFFFFF;
}
.profilelisting a {
	border-width: 0px;
	display: block;
}
.profilelisting p {
	text-align: center;
	line-height: normal;
	margin: 0px;
	padding: 5px 0px;
}

/* PROFILE LISTING (FRANCHISE AREA) MODULE STYLES END */
/* ---------------------------------------------------------------------------------------------------- */
/* SITEMAP STYLES START */
.sitemaplevel1 {
	margin-left: 0px;
}
.sitemaplevel2 {
	margin-left: 30px;
	list-style-type: circle;
}
.sitemaplevel3 {
	margin-left: 60px;
}

/* SITEMAP STYLES END */

/* Styles to hide the email address */
body {
background: #fff;
}
.ad {
 font-size: .85em;
 text-align: center;
}
/* style to hide email ends here*/
/* ---------------------------------------------------------------------------------------------------- */
/* PEOPLE MENU HIDE STYLES START */

#headofficeshow {
	cursor: hand;
	cursor: pointer;
}
#regionalofficeshow {
	cursor: hand;
	cursor: pointer;
}
.headoffice {

}
.regionaloffices {

}

/* style="cursor: hand; cursor: pointer;" */

/* PEOPLE MENU HIDE STYLES END */