/*
	NEW COLOUR PALETTE
	Blue:          #0bb5ea
	Grey:          #6d6e71
	Light grey:    #b6b6b8
	Blue / green:  #065b75
	Terracotta:    #e84722
	Terra 75 Tint: #ee7559
*/

body {
	font-family:calibri,verdana,arial;
	font-size:76%;
	margin:0px 0px 0px 0px;
	padding:0px;
	background-color:#fff;
	border:0px;
	text-align:center;
}

.div2 a:hover, #contact a:hover {
	color:#e84722;
}
input, textarea, select {
	font-family:calibri,verdana,arial;
	font-size:1em;
}

ul, li, blockquote, h1, h2, h3, h4, h5 {
	margin:0px;
	padding:0px;
	border:0px
}

img {
	border:0px;
	margin:0px;
	padding:0px
}

p {
	margin:0px 0px 1em 0px;
	padding:0px;
}

a {
	text-decoration:underline;
}

div.outer {
	text-align:left;
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

div.main {
	width:900px;
}

div#header {
	width:900px;
	margin:0px;
	padding:0px;
	border:0px;
}

div#header img {
	margin:0px 0px 0px 0px;
	padding:0px;
	border:0px;
	float:left;
}

/* TOP NAVIGATION */

div#banner {
	display:none;
	background-image:url("/assets/images/banners/banner_sunset.jpg");
	background-repeat:no-repeat;
	background-position:top right;
	float:left;
	width:632px;
	height:131px;
	margin-top:8px;
	margin-left:17px;
	margin-bottom:0px;
	border-bottom:0px;
	z-index:999;
}

div#banner.beachhuts  { background-image:url("/assets/images/banners/banner_beachhuts.jpg"); }
div#banner.pier       { background-image:url("/assets/images/banners/banner_pier.jpg"); }
div#banner.sunset     { background-image:url("/assets/images/banners/banner_sunset.jpg"); }
div#banner.sunset2    { background-image:url("/assets/images/banners/banner_sunset2.jpg"); }
div#banner.anchor     { background-image:url("/assets/images/banners/banner_anchor.jpg"); }
div#banner.boards     { background-image:url("/assets/images/banners/banner_boards.jpg"); }
div#banner.museum     { background-image:url("/assets/images/banners/banner_museum.jpg"); }
div#banner.streetlamp { background-image:url("/assets/images/banners/banner_streetlamp.jpg"); }
div#banner.ships      { background-image:url("/assets/images/banners/banner_ships.jpg"); }
div#banner.yardarm    { background-image:url("/assets/images/banners/banner_yardarm.jpg"); }
div#banner.swans      { background-image:url("/assets/images/banners/banner_swans.jpg"); }

div#l1menu {
	float:left;
	border:0px;
	width:900px;
	margin:0px 0px 11px 0px;
	padding:0px;
	background-color:#0bb5ea;
	position:relative;
}

div#l1menu p {
	display:none;
	float:left;
	color:#fff;
	background-repeat:no-repeat;
	background-position:6px 0.3em;
	padding:6px 0px 0px 26px;
	margin:0px;
	line-height:1em;
}
div#contact {
	float:right;
	width:120px;
	display:inline;
	margin-right:20px;
	margin-top:30px;
}
div#contact p {
	margin:0px 0px 4px 0px;
	padding:0px;
	color:#6d6e71;
}
div#contact p a{
	color:#6d6e71;
	text-decoration:underline;
}

div#l1menu p a {
	color:white;
	text-decoration:none
}

div#l1menu p a:hover {
	color:#D0E4FC;
	text-decoration:underline
}

div#l1menu ul#nav {
	border:0px;
	z-index:999;
	float:right;
	padding:0px;
	margin:0px 0px 0px 100px;
}

div#l1menu ul#nav li{
	list-style-type:none;
	position:relative;
	display:block;
	float:left;
}

div#l1menu ul#nav li a {
	color:#fff;
	padding:5px 10px 6px 10px;
	display:block;
	text-decoration:none;
	border-left:1px solid #D0E4FC;
}

div#l1menu a.active {
	font-weight:bold;
}

div#l1menu ul#nav li a.active {
	text-decoration:none;
	background-color:#6d6e71;
	color:#fff; /* white */
}

div#l1menu ul#nav li a:hover {
	text-decoration:none;
	xbackground-color:#b6b6b8; /* Dark grey */
	background-color:#b6b6b8;
	color:#fff; /* white */
}

/* DROP DOWN NAVIGATION */

div#l1menu ul#nav li ul {
 	display:none;
	position:absolute; 
	top:25px;
	left:0px;
	list-style-type:none;
	padding:0px;
	margin:0px;
	z-index:999;
}

div#l1menu ul#nav li ul li a {
	color:#009;
	padding:0px;
	background-image:none;
	border:0px;
}

div#l1menu ul#nav li.sfhover ul li a{
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
	color:#065b75;
	font-weight:normal;
	text-decoration:none;
}

div#l1menu ul#nav li.sfhover ul li a.active{
	font-weight:bold;
}

div#l1menu ul#nav li.sfhover ul li {
	float:left;
	clear:both;
}

div#l1menu ul#nav li.sfhover ul li a:hover{
	text-decoration:none;
}

div#l1menu ul#nav li:hover ul, div#l1menu ul#nav li.sfhover ul {
	display:block;
	cursor:pointer;
	z-index:50;
	margin:0px;
	padding:0px;
}

div#l1menu ul#nav li ul li {
	width:160px;
	background-color:#fff;
	padding:4px 8px 5px 8px;
	border-top:0px;
	border-left:1px solid #4292F2; 
	border-right:1px solid #4292F2; 
	border-bottom:1px solid #4292F2; 
	float:left;
	margin:0px;
}

* html div#l1menu ul#nav li ul li {
	width:144px;
}

div#l1menu ul#nav li ul li a:hover {
	background-color:#ee7559;
	color:#C23000;
	border:0px;
	margin:0px;
}

div#l1menu ul#nav li ul li:hover, div#l1menu ul#nav li.sfhover ul li.sfhover {
	background-color:#ee7559;
	color:#fff
}

div#l1menu ul#nav li ul li:hover a, div#l1menu ul#nav li.sfhover ul li.sfhover a {
	color:#fff;
}

div#l1menu ul#nav li ul li a.active {
	text-decoration:none;
	background-color:#fff;
	color:#065b75;
	border-bottom:0px
}

div#l1menu ul#nav li ul li:hover a.active {
	background-color:#b6b6b8;
	color:#fff;
}

div#l1menu ul#nav li ul li a.active:hover {
	background-color:#b6b6b8;
}

div#l1menu ul#nav li ul li a:hover{
	text-decoration:none;
	border-bottom:0px
}

/* END DROP DOWN NAVIGATION */

div.clearer {
	clear: both;
	height: 1px;
	overflow: hidden;
}

div#left {
	width:216px;
	float:left;
	margin-right:16px;
}

div.content {
	width:668px;
	float:left;
	color:#333;
}

div.content a {
	color:#4292F2;
	color:#224C80;
}

div.infopan {
	color:#fff;
	font-weight:bold;
	margin-bottom:18px;
	min-height:200px;
	width:214px;
	background-repeat:no-repeat;
	background-position:bottom left;
}

div.imgpan {
	margin-bottom:18px;
	width:214px;
}

div.infopan div {
	padding:1em 1em 2em 1em;
}

div.blue {
	background-color:#4292F2;
	background-image:url('/assets/images/jamesons/pan214_blue_stagger.gif');
}

div.orange {
	background-color:#b6b6b8;
	background-image:url('/assets/images/jamesons/pan214_orange_stagger.gif');
}

div.content h1 {
	width:610px;
	margin:0px 0px 0px 0px;
	padding: 0px 0 8px 0;
	overflow: hidden;
	font-size:3em;
	font-family:"Times New Roman",Times,serif;
	font-weight:normal;
	xz-index:-1000;
}

div.div1 h1 {
	width:440px !important;
}

body.3col div.content h1 {
	width:420px !important;
}

div.content h2 {
	color:#333;
	font-size:1.25em
}

div#people h2 {
	text-transform:uppercase;
	color:#fff;
	background-color:#065b75;
	background-repeat:repeat-y;
	background-position:top right;
	font-size:1.5em;
	border:0px;
	margin-top:1em;
	margin-bottom:0.5em;
	padding:4px 8px 5px 8px;
}

div.content div.div2 h2 {
	color:#333;
	font-size:1em;
	margin-top:0em;
}

div.content h3 {
	color:#333;
	font-size:1.0em
}

div.content p {
	line-height:1.4em;
}

div.content ul {margin:0px 0px 1em 0px}
div.content ul li {
	list-style-type:none;
	line-height:1.4em;
	background-image:url('/assets/images/jamesons/bullet_arrow2.gif');
	background-repeat:no-repeat;
	background-position:4px 0.4em;
	padding-bottom:0.25em;
	padding-right:0.5em;
	padding-left:20px;
	margin:0px
}

div.content#fivereasons ul {
	margin-top:2em
}

div.content#fivereasons ul li {
	background-position:4px 0.5em;
	padding-bottom:1em;
	font-weight:bold;
	font-size:1.3em;
}

div.div1 {
	float:left;
	width:440px;
}

div.div2 {
	float:right;
	width:210px;
}
div.rpan {
	background-image: url('/assets/images/jamesons/rpan_top2.gif'); 
	background-position:top right;
	background-repeat: no-repeat;
	padding:0px;
	margin:0px;
	float:left;
	width:210px;
	height:1px;
}

div.rpan2 {
	background-image: url('/assets/images/jamesons/rpan_bottom4.gif'); 
	background-repeat: no-repeat;
	background-position:bottom right;
	padding:0px;
	margin:0px;
	float:left;
	width:210px;
	background-color:#f9f9f9;
	margin-bottom:10px
}

div.rpan2 div {padding:0.75em 1em 0px 0.75em}
div.rpan2 ul {margin:0px 0px 1em 0px}
div.rpan2 ul li, div.hpblog ul li {
	list-style-type:none;
	background-image:url('/assets/images/jamesons/bullet_arrow2.gif');
	background-repeat:no-repeat;
	background-position:4px 0.45em;
	padding-bottom:0.5em;
	padding-right:0.5em;
	padding-left:20px;
	margin:0px
}
div.hpblog ul li {
	padding-bottom:2px;
}

div.ostagger {
	background-image:url('/assets/images/jamesons/rpano_orange.gif'); 
}

div.bstagger {
	background-image:url('/assets/images/jamesons/rpano_blue.gif'); 
}

div.gstagger {
	background-image:url('/assets/images/jamesons/rpano_grey.gif'); 
}

div.pan {
	background-repeat:no-repeat;
	background-position:bottom right;
	padding:0px;
	margin:0px;
	width:100%;
	margin-bottom:10px
}

div.po {
	background-color:#b6b6b8;
}

div.pb {
	background-color:#4292F2;
}

div.pg {
	background-color:#A4AFCF;
}

div#left div.pan {
	width:210px;
}

div.content div.pan {
	width:210px;
}

div.pan div {
	padding:0.5em 1.25em 0.75em 0.75em;
	color:#fff;
	font-weight:bold
}

div.pan div a {
	color:#fff;
}

div.docs ul li {
	list-style-type:none;
	background-image:url('/assets/images/jamesons/ico_doc.gif');
	background-position:0px 0px;
	padding-bottom:0.4em;
}

div.docs ul li.doc {
	background-image:url('/assets/images/jamesons/ico_doc.gif');
}

div.docs ul l.xls {
	background-image:url('/assets/images/jamesons/ico_xls.gif');
}

div.docs ul li.ppt {
	background-image:url('/assets/images/jamesons/ico_ppt.gif');
}

div.docs ul li.pdf {
	background-image:url('/assets/images/jamesons/ico_pdf.gif');
}

div.rpan2 p {margin-bottom:0.5em}
div.rpan2 a {color:#000;text-decoration:none}
div.rpan2 a:hover {text-decoration:underline}
div.contact a {text-decoration:underline}


div#l2menu {
	margin-top:0px;
	margin-bottom:12px;
	background-image:url('/assets/images/jamesons/l2menu_back3.gif');
	background-repeat:no-repeat;
	background-position:bottom right;
	min-height:100px;
	width:210px;
	padding-bottom:8px;
}

div#l2menu p.serviceheader{
	font-size:12px;
	margin:0px;
	padding:5px 0px 6px 5px;
	font-weight:bold;
	text-transform:uppercase;
	background-color:#6d6e71;
	color:#fff;
}
div#l2menu p.blogheader{
	font-size:12px;
	font-weight:bold;
	margin:0px;
	text-transform:uppercase;
	color:#333;
}

div.hpblog {
	border-top:1px solid #ccc;
	background-color:#f9f9f9;
	margin-bottom:12px;
	width:200px;
	padding:5px 5px 10px 5px;
	background-image: url('/assets/images/jamesons/rpan_bottom2.gif'); 
	background-repeat: no-repeat;
	background-position:bottom right;
}

div.hpblog p {
	margin:0px 0px 4px 2px;
	width:190px;
	font-weight:bold;
}

div#l2menu ul {
	margin:12px 4px 0px 0px;
	padding-bottom:0.5em
}
div.hpblog ul {
	margin-top:2px;
}

div#l2menu li {
	background-image:url('/assets/images/jamesons/dot_bullet3.gif');
	background-repeat:no-repeat;
	background-position:5px 0.5em;
	margin:0px;
	line-height:1.4em;
	padding-top:2px;
	padding-left:21px;
	padding-bottom:6px;
	list-style-type:none;
	font-weight:normal;
}

div#l2menu li ul li{
	background-image:url('/assets/images/jamesons/dot_bullet2.gif');
}

div#l2menu > ul > li ul {
	xdisplay:none;
	margin-top:5px;
	margin-bottom:0px;
	padding:0px;
	margin-left:-4px;
}

div#l2menu > ul > li.active ul{
	display:block;
}

div#l2menu ul li.active {
	background-image:url('/assets/images/jamesons/dot_bullet4.gif');
	font-weight:bold;
	color:#065b75;
}

div#l2menu li a {
	color:#065b75;
	text-decoration:none;
}

div#l2menu li a:hover {
	color:#e84722;
	text-decoration:underline;
}

div.footer {
	background-color:#fcfcfc;
	background-repeat:repeat;
	background-position:top left;
	width:900px;
	border-top:5px #6d6e71 solid;
	border-bottom:1px #4292F2 solid;
	padding-top:9px;
	margin-top:1em;
	height:54px
}

div.f1 {
	padding-top:1px;
	padding-left:10px;
	float:left;
	width:30%;
	display:none;
}

div.f2 {

	color:#333;
	text-align:right;
	float:right;
	width:60%;
	margin-bottom:2em;
	margin-right:7px;
}

div.footer p {margin-bottom:1px}

.right  {text-align:right}
.normal {font-weight:normal}

div.f1 ul {
	margin:0px 24px 0px 0px;
	padding-bottom:36px
}

div.f1 li {
	background-image:url('/assets/images/jamesons/dot_bullet2.gif');
	background-repeat:no-repeat;
	background-position:0px 0.3em;
	display:block;
	float:left;
	margin:0px 1em 0px 0px;
	line-height:1.4em;
	padding-top:0px;
	padding-left:16px;
	padding-bottom:8px;
	list-style-type:none;
}


div.f1 li a {
	color:#065b75;
	text-decoration:none;
}

div.profile {
	width:631px;
	border:1px #ccc solid;
	background-color:#f0f0f0;
	margin-bottom:1em;
}

div.p_image, div.t_image {
	width:120px;
	float:left;
	border:1px solid #ccc;
	margin:8px 18px 7px 8px;
}

div.p_image img {
	border:1px solid #ccc
}

div.t_image img {
	border:0px
}

div.p_text {
	padding-top:8px;
	padding-bottom:8px;
	width:270px;
	float:left;
}

div.t_text {
	padding-top:8px;
	width:470px;
	float:left;
}

div.p_ico {
	padding-top:1.6em;
	width:150px;
	float:left;
	margin-left:18px;
}

div.pan p.telephone, div.pan p.fax, div.pan p.email {
	height:1.5em;
}

p.caption {
	padding-top:0.5em;
	line-height:1.3em;
	color:#666;
	font-size:0.9em;
}

p.caption a {
	color:#666
}

p.caption a:hover {
	color:#e84722;
}

div.documents {
	width:100%;
	border:1px #ccc solid;
	background-color:#f0f0f0;
	margin-top:9px;
	margin-bottom:9px;
}

div.d_image {
	width:48px;
	float:left;
	margin:8px 18px 7px 8px;
}

div.d_image img {
	border:0px
}

div.d_text {
	padding-top:8px;
	width:520px;
	float:left;
}

div.wide {
	width:95%;
	padding-left:2.5%;
	padding-right:2.5%;
	padding-bottom:1em;
}

div.d_text h3, div.p_text h3 {
	font-size:1.25em;
	color:#000;
}

div.d_text p {
	line-height:normal;
}

div#map {
	border:1px solid #999;
	margin-bottom:1em;
	z-index:1;
}

div.column {
	width:48%;
	float:left
}

div#links ul li, div#calculators ul li {
	padding-bottom:1em;
	line-height:1.4em;
	color:#333;
}

div#links ul li a, div#calculators ul li a {
	color:#333;
	font-weight:bold;
}

img#printlogo {display:none;width:1px;height:1px}

.mt1 {margin-top:1em}
hr {height:1px;color:#000;background-color:#4292F2}

div.content form.grey, div.content form  {
	width:380px;
	background-color:#F9F9F9;
	border:1px #A4AFCF solid;
	padding:1em
}

div.grey {border:0px;padding;0px;margin:0px}

div.flabel {
	float:left;
	width:140px;
	padding-top:2px;
	margin-right:10px
}

div.ffield {
	float:left;
	width:230px;
	padding-bottom:3px
}

div.ffield2 {
	float:left;
	width:390px;
	padding-bottom:3px
}

span.asterisk {
	color:#b6b6b8;
	font-weight:bold
}

input.button, div.submit input.button, input.fbsubmit {
	background-color:#4292F2;
	font-family:arial,verdana;
	font-weight:bold;
	color:#fff;
	margin-top:1em;
	padding:3px;
	border-top:1px solid #A4AFCF;
	border-left:1px solid #A4AFCF;
	border-right:1px solid #006;
	border-bottom:1px solid #006;
	text-transform:uppercase;
}

span.error {color:#C23000;display:block;margin-bottom:0.5em}

* html div.goals {
	width:664px;
}
div.goals {
	width:666px;
	margin:10px 0px 0px 0px;
	padding:0px;
	border:1px solid #b6b6b8;
	background-color:#f9f9f9;
}
div.goal {
	width:148px;
	border:0px;
	padding:5px 5px 5px 5px;
	margin:0px 0px 0px 6px;
	float:left;
	display:inline;
}
* html div.goal {
	cwidth:138px;
	padding-left:4px;
}
span.bg_arrow {
	color:#e84722;
}
div.goal img{
	width:148px;
	border:1px #b6b6b8 solid;
}

div.goal a {
	text-decoration:none;
}

div.goal a span:hover {
	text-decoration:underline;
	color:#e84722;
}
div.goal a img:hover {
	text-decoration:none
}
div.goal img{
	margin-top:8px;
	margin-bottom:4px;
}
ul.hpblog li a{
	color:#000;
	text-decoration:none;
}
ul.hpblog li a:hover{
	text-decoration:underline;
}
ul.hpblog li {
	line-height:1.2em !important;
	color:#065b75;
}
.CGBlogSummary {
	margin-bottom:0.5em;
}
.CGBlogSummaryLink a {
	font-weight:bold;
}
