/* START STANDARD STYLES */
/* These styles need to be appear on every site but you can adjust as necessary (the only things you should need to adjust are the foreground and background colours */
/* These styles should define how the content section looks */

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size:100%;
}

body {
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	font-size: 0.8em;
}

body.site {
	background: url(../images/template/bg-body.jpg) 0 0 repeat-x;
}

body.products {
	background: url(../images/bg-body.gif) 0 0 repeat;
}

#productWrap  {
	background: url(../images/bg-productWrap.gif) 0 0 repeat-x;
}

body.products div#container {width:818px;}
body.products div#header {padding-bottom: 59px;}
body.products div.dub3Content {background: #fff; padding: 20px 20px 0 20px;}
body.products div#footer {background: #fff; padding: 0 20px 10px 20px; margin-top:0;}
body.products td.tablepaddingtop {padding-top:0;}
body.products p.title {font-family: Myriad Pro, Verdana; font-size:26px; color:#0095d2; text-align:left; margin: 0; padding: 0 0 0 20px;}
body.products p.pdf, body.products p.left {background:url(/cms/site/images/pdf.gif) 20px 0 no-repeat; padding: 5px 0 10px 50px; text-align:left;}
body.products p.left {background: none; padding-left:20px;}
img.block {display:block;}

#home 
{
	background-image: url(../images/template/bg-body3.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}

body.smallText {font-size: 0.8em;}
body.mediumText {font-size: 1em;}
body.largeText {font-size: 1.2em;}

hr {background: #0873b9; height: 1px; width: 100%; clear: both;}

h1 {
	color: #1A8FDD;
	margin:0;
	margin-bottom:0.5em;
	padding:0;
	font-size: 1.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
}

h2 {
	color: #666;
	margin: 0 0 0.5em 0;
	font-size: 0.8em;
	border-bottom:1px solid #1A8FDD;
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-bottom:0.5em;
	margin-top:2em;
}

h2.red {
	color: #bd212f;
	margin:0;
	margin-bottom:0.5em;
	padding:0;
	font-size: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
}

h3 {
	color: #666;
	margin: 0 0 0.5em 0;
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-top:1.5em;
}

p {
	margin: 0 0 1em 0;
	line-height: 150%;
	color:#666;
}

ul, ol {margin-left: 20px;}

body.site ul, body.site ol {
	margin-left: 0;
}

div.dub3Content ul {
	margin-left: 20px;
	margin-bottom: 1em;
	margin-right: 4px;
}

div.dub3Content ol {
	margin-left: 30px;
	margin-bottom: 1em;
}

li {line-height: 150%;}

blockquote {
	margin: 0px;
	padding: 0;
	position:relative;
	line-height: 150%;
	color: #FFF;
	background:#b0e767 url(/cms/outertemplates/images/quote1.gif) top left no-repeat;
	zoom:1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

blockquote p {
	background:url(/cms/outertemplates/images/quote2.gif) bottom right no-repeat; 
	color: #000;
	padding:20px 40px;
	font-weight:bold;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	zoom:1;
}

blockquote div.corner {position:absolute; width:10px; height:10px; background:url(/cms/outertemplates/images/quotecorners.gif) no-repeat; z-index:10;}
blockquote div.tl {top:0; left:0; background-position:top left;}
blockquote div.tr {top:0; right:0; background-position:top right;}
blockquote div.bl {bottom:0; left:0; background-position:bottom left;}
blockquote div.br {bottom:0; right:0; background-position:bottom right;}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	background: #1A8FDD url(../images/bg-table.gif) 0 0 repeat-x;
	border: 1px solid #1A8FDD;
	color: white;
	text-align: center;
	font-weight: normal;
	padding: 3px;
}

table.tableborder td {
	border: 1px solid #1A8FDD;
	padding: 10px;
	font-size: 0.85em;
}

td {line-height: 150%;}

abbr, acronym { 
	border-bottom: 1px dotted #1A8FDD; 
	cursor: help; 
}

caption {text-align: left;}

a:link {
	color: #1A8FDD;
	text-decoration: underline;
}

a:visited {
	color: #1A8FDD;
	text-decoration: underline;
}

a:hover {
	color: #1A8FDD;
	text-decoration: none;
}

a:active {
	color: #1A8FDD;
	text-decoration: none;
}

a:focus {
	color: #1A8FDD;
	text-decoration: none;
}

.left {text-align: left;}
.right {text-align: right;}
.center {text-align: center;}
.justify {text-align: justify;}

p.indent {margin-left: 25px;}

span.underline {text-decoration: underline;}

img.left {
	float: left;
	margin: 0 5px 5px 0;
}

img.right {
	float: right;
	margin: 0 0 5px 5px;
}

label {cursor: pointer;}

input.button {
	background: #eee;
	color: #000;
	border: solid 1px #000;
}

input.textbox, textarea.textbox {
	color: #000;
	border: solid 1px #000;
	padding: 2px;
	font-family: arial, helvetica;
}

div.clear {clear: both;}

p.image {
	margin: 0;
	padding: 0;
	line-height: 100%;
}

ul.inline li {display: inline;}

p.small, span.small, ul.small, li.small, div.small, a.small, td.small {font-size: 0.8em;}
p.large, span.large, ul.large, li.large, div.large, a.large, td.large {font-size: 1em;}
p.xlarge, span.xlarge, ul.xlarge, li.xlarge, div.xlarge, a.xlarge, td.xlarge {font-size: 1.1em;}
p.error, span.error, ul.error, li.error, div.error {color: #1A8FDD;}

.imgborder {border:solid 1px #ccc;}

.imgpaddedborder {
    border:solid 1px #ccc;
    padding: 8px;
}


#frm {
	width: 320px;
	margin: auto;
}

#frm label.lblFrm {
	float: left;
	display: block;
	width: 100px;
	padding-top: 2px;
}

#frm .textbox {
	width: 200px;
	border:1px solid #DDDBDB;
	background-image: url(../images/template/bg-textbox.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

#frm .center {
	text-align: left;
	padding-left: 100px;
	margin-bottom: 0.2em;
}

div.frmLogin {
	width: 487px;
	margin: auto;
	float: left;
}

div.frmLogin label.lblFrm {
	float: left;
	font-size: 0.9em;
	display: block;
	width: 130px;
	padding-top: 2px;
}

div.frmLogin .textbox {
	width: 200px;
	border:1px solid #0873b9;
	background-image: url(../images/template/bg-textbox.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

div.frmLogin .center {
	text-align: left;
	padding-left: 100px;
	margin-bottom: 0.2em;
}

#tableContactBox {margin-bottom: 1em;}
#tableContactBox td {line-height: 1;}
#tableContactBox img {display:block;}
#tableContactBox a {float:left;}
body.site #tableContactBox img {
	display: block;
	float: left;
}
/* END STANDARD STYLES */


/* START PAGE SPECIFIC STYLES */


#homeBanner { background: url(../images/template/home-banner-bg-2.png) 0 0 no-repeat; height: 373px; width: 786px; margin: 0 0 7px -3px; }
#homeBanner .hover { cursor:pointer; }
#homeBanner div.inner { padding:14px 0 0; width:758px; }
#homeBanner div.carouselMask { font-family:Arial, Helvetica, Sans-Serif; height:309px; margin:0 14px; overflow:hidden; position:relative; width:758px; z-index:4; }
#homeBanner div.carouselMask ul { list-style:none; margin:0; position:relative; }
#homeBanner div.carouselMask li { float:left; height:309px; position:relative; width:758px; }
#homeBanner div.itemBG { height:309px; left:0; position:absolute; top:0; width:758px; z-index:4; }
#homeBanner div.itemContent { background:url(/cms/outertemplates/images/bg/bgBlack50.png); bottom:30px; color:#FFF; padding:15px; position:absolute; right:0; width:300px; z-index:6; }
#homeBanner div.itemContent a { color:#FFF; }
#homeBanner div.itemContent p { color:#FFF; font-size:0.9em; }
#homeBanner h3 { color:#FFF; font-size:1.1em; margin:0 0 0.8em; }
#homeBanner h2 { background:url(/cms/outertemplates/images/bg/bgWhite65.png); border:0; clear:left; color:#0873b9; font-family:Arial, Helvetica, Sans-Serif; height:44px; float:left; font-size:1.95em; font-weight:bold; line-height:44px; margin:0 0 2px; padding:0 10px; position:relative; top:60px; z-index:6; }
#homeBanner h2.h0 {  }
#homeBanner span.iconCorner { background:url(/cms/outertemplates/images/icon/iconBannerCorner.png) no-repeat; bottom:0; height:30px; position:absolute; right:0; width:32px; }
#homeBanner div.carouselPager { border:1px solid #FFF; margin:0 12px; position:relative; width:760px; z-index:8;
    box-shadow:0 2px 4px #999;
    -moz-box-shadow:0 2px 4px #999;
    -webkit-box-shadow:0 2px 4px #999;

    behavior:url(/cms/outertemplates/includes/PIE.htc);
}
#homeBanner div.carouselPager ul { list-style:none; margin:0; }
#homeBanner div.carouselPager li { background:url(/cms/outertemplates/images/bg/bgBannerPager.gif) repeat-x; border:1px solid #FFF; color:#FFF; cursor:pointer; float:left; font-size:1.2em; height:31px; line-height:31px; position:relative; text-align:center; }
#homeBanner div.carouselPager li.acpActive { background-image:url(/cms/outertemplates/images/bg/bgBannerPagerActive.gif); }
#homeBanner div.carouselPager li span { background:url(/cms/outertemplates/images/bg/bgBannerActiveArrow.png) no-repeat top left; display:none; height:10px; left:50%; margin:0 0 0 -9px; position:absolute; top:-9px; width:18px; }
#homeBanner div.carouselPager li.acpActive span { display:block; }
#homeBanner div.carouselPager li.cp1 { width:136px; }
#homeBanner div.carouselPager li.cp2 { width:148px; }
#homeBanner div.carouselPager li.cp3 { width:148px; }
#homeBanner div.carouselPager li.cp4 { width:84px; }
#homeBanner div.carouselPager li.cp5 { width:104px; }
#homeBanner div.carouselPager li.cp6 { width:128px; }

div.flash 
{
    padding-top: 17px;
    padding-left: 18px;
}
#homeWrap { padding:0 0 12px; width:778px; }

div.quote 
{
        background: url(../images/template/bg-quote.jpg) 0 0 no-repeat;
        padding: 5px 0;
        color: #000;
        margin-bottom: 10px;
        height: 57px;
}

div.quote2 
{
    background: url(../images/template/bg-quote2.jpg) 0 0 no-repeat;
    padding: 5px 0;
    color: #000;
    margin-bottom: 10px;
    height: 117px;
}

div.quote td, div.quote2 td {padding-left: 30px;}

div.tableBlock td 
{
    width: 50%;
    vertical-align: top;
}

div.tableBlock .whiteBox 
{
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
    height: 137px;
}

div.tableBlock .whiteBox img {padding-bottom:15px;}

div.tableBlock h2 {
	color:#1A8FDD;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:1.2em;
	font-weight:normal;
	margin:0 0 0.5em;
	padding:0;
	border:none;
}

div.tableBlock .margin {margin-right: 10px;}

div.tableBlock p
{
    font-size: 0.8em;
    margin: 0;
}

div.serviceBlock { width:778px; }
div.serviceBlock table { border-collapse:collapse; width:778px; }
div.serviceBlock table td { vertical-align:top; }
div.serviceBlock div.whiteBox { border:3px solid #DFDFDF; margin:0 0 12px; overflow:hidden; padding:12px; width:352px; }
div.serviceBlock table td.last div.whiteBox,
div.serviceBlock table td:last-child div.whiteBox { float:right; }
div.serviceBlock td.hover div.whiteBox { border-color:#0873B9; }
div.serviceBlock ul { list-style:none; margin:0; }
div.serviceBlock ul li { background:url(/cms/outertemplates/images/icon/iconListArrow.gif) no-repeat -4px top; border-bottom:1px dashed #a6a6a6; color:#000; font-size:0.85em; padding:4px 0 4px 28px; }
div.serviceBlock ul a { color:#000; text-decoration:none; }
div.serviceBlock ul a:hover { text-decoration:underline; }
div.serviceBlock table.inner { width:352px; }
div.serviceBlock table.inner td.img { width:116px; -xs-locked:no; }
div.serviceBlock table.inner td.text { width:226px; -xs-locked:no; }

div.quoteBox { background:#b2e668 url(/cms/outertemplates/images/bg/bgQuote.png) no-repeat center center; border:2px solid #b2e668; height:80px; width:774px; }
div.quoteText { background:url(/cms/outertemplates/images/bg/bgQuoteMarks.png) no-repeat center center; float:left; height:70px; margin:0 0 0 8px; padding:10px 28px 0; width:387px; }
div.quoteBtn { float:right; height:80px; padding:13px 12px 0 0; width:206px; }

div.homeFooter { border-top:1px solid #CCC; padding:12px 0 0; width:778px; }
div.homeFooter h2 { cursor:pointer; font-family:Arial,Helvetica,sans-serif;	font-size:1.4em; padding:0; border:none; }
div.homeFooter div.col { float:left; margin:0 0 12px; width:389px; }
div.homeFooter div.feedBox { border:2px solid #FFF; padding:12px; width:361px; }
div.homeFooter div.feedNews ul { margin:15px 25px; }
div.homeFooter div.feedCaseStudy { border-color:#8dc643; }
div.homeFooter div.feedCaseStudy div.carouselMask { overflow:hidden; padding:15px 0 0; position:relative; width:361px; }
div.homeFooter div.feedCaseStudy ul.feedListing { list-style:none; margin:0; position:relative; }
div.homeFooter div.feedCaseStudy ul.feedListing li { float:left; width:361px; }
div.homeFooter div.feedCaseStudy ul.feedListing h2 { font-weight:normal; margin:0 0 0.8em; }
div.homeFooter div.carouselPager { text-align:right; width:361px; }
div.homeFooter div.carouselPager ul { display:inline; list-style:none; margin:0; }
div.homeFooter div.carouselPager li { display:inline; padding:0 5px; }
div.homeFooter td {width: 50%; vertical-align:top;}
div.homeFooter p 
{
    margin-bottom: 0.9em;
    line-height: 120%;
}

div.homeDropDown { border:2px solid #DFDFDF; clear:both; width:774px; }
div.homeDropDown h2 { background:url(/cms/outertemplates/images/bg/bgHeaderDropdown.png) repeat-x; height:34px; line-height:34px; text-indent:12px; }
div.homeDropDown h2 span.icon { background:url(/cms/outertemplates/images/icon/iconPlus.png) no-repeat 750px center; display:block; width:774px; }
div.homeDropDown h2.open span.icon { background-image:url(/cms/outertemplates/images/icon/iconMinus.png); }
div.homeDropDownContent { display:none; padding:10px; width:754px; }

#skipLinks, #printTitle {
	display: none;
}

#content {text-align: center;}

/* END PAGE SPECIFIC STYLES */

#clearall {
	margin:0;
	padding:0;
	clear:both;
	font-size:0;
	height:0;
}


#container {
	margin:auto;
	padding:0;
	position: relative;
	width:778px;
	clear:both;
	z-index:0;
}

#containerleft {
	margin:0;
	padding:0;
	float:left;
	width:487px;
	margin-right:20px;
}

#containerright {
	margin:0;
	padding:0;
	float:right;
	width:271px;
}

#getintouch {
	margin:0;
	padding:0;
	padding-top:15px;
	padding-bottom:0;
	padding-left:20px;
	padding-right:20px;
	width:231px;
	height:638px;
	background-image: url(../images/template/bg-rightcolumn.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	clear:both;
}

#getintouch .promobox {
	margin:0;
	padding:0;
	clear:both;
	border-bottom:2px solid #1E90DA;
	padding-bottom:7px;
	margin-bottom:7px;
	margin-top:7px;
}

#getintouch hr {
	margin:0;
	padding:0;
	background: #1E90DA;
	color: #1E90DA;
	height: 2px;
	border: none;
	clear:both;
}

#getintouch h1 {
	color: #fff;
	margin:0;
	padding:0;
	width:131px;
	font-size:0.8em;
	text-decoration:none;
	font-weight:bold;
}

#getintouch p {
	color: #fff;
	margin:0;
	padding:0;
}

#getintouch a:link, #getintouch a:active, #getintouch a:visited {
	color: #fff;
	text-decoration:none;
}

#getintouch a:hover {
	color: #fff;
	text-decoration:underline;
}

#getintouch p.white {
	color: #fff;
	float:left;
	width:131px;
	font-size:0.7em;
	text-decoration:none;
}

#getintouch img.photo {
	margin:0;
	padding:0;
	float:right;
}

#newsletter {
	margin:0;
	padding:0;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:15px;
	padding-right:15px;
	margin-left:4px;
	margin-top:10px;
	margin-bottom:10px;
	width:232px;
	height:129px;
	background-image: url(../images/home/bg-getintouch.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	clear:both;
}

#newsletter p {
	padding:0;
	font-size: 0.7em;
}


#header { background:none; clear:both; height: 140px; line-height:0; margin:auto; padding:0 0 84px 0; position: relative; width:778px; z-index:0; }
div.home #header { line-height:normal; padding:0 0 64px 0; }

div.headerRow { clear:right; float:right; white-space:nowrap; }
div.headerContact { background:url(/cms/outertemplates/images/misc/headerContact.png) no-repeat; clear:right; float:right; line-height:1; padding:28px 0 0; }
div.headerContact h2 { font-size:2.7em; padding:0; }


#logo {
	padding:0;
	margin:22px 0 5px 0;
	line-height:0;
	float: left;
	width: 350px;
	clear:both;
}
#logo img {display: block;}

#logo p {
	margin: 0;
	padding-left: 50px;
	font-size: 0.7em;
}

#logo p a {
	text-decoration: none;
	color: #666;
}

#css {
	margin:0;
	padding:0;
	margin-top:15px;
	width:231px;
	color:#0A75BB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-decoration:none;
	line-height:0;
	padding-left:40px;
	height:65px;
}

#css p {
	margin-top:10px;
	line-height:0;
}

#css .textbox {
	padding:4px;
	width:198px;
	border:1px solid #DDDBDB;
	background-image: url(../images/template/bg-textbox.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	margin-right:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #666;
}

#css a:link, #css a:active, #css a:visited, #css a:hover {
	color:#0A75BB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-decoration:none;
}

#css .big:link, #css .big:active, #css .big:visited, #css .big:hover {
	color:#0A75BB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-decoration:none;
}

#css .bigger:link, #css .bigger:active, #css .bigger:visited, #css .bigger:hover {
	color:#0A75BB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-decoration:none;
}

#widgets { color:#0A75BB; float:right; font-family: Verdana, Arial, Helvetica, sans-serif; height:65px;	margin:0; padding:0 0 0 20px; position: relative; text-decoration:none; width:400px; }

div.home #widgets { float:left; height:auto; margin:0 12px 0 0; width:auto; }

#widgets ul {
	margin:5px 0;
	padding:0;
	list-style-type: none;
	float:left;
}

#widgets li {
	display: inline;
	margin:0;
	padding:0;
}

#widgets a:link, #widgets a:active, #widgets a:visited, #widgets a:hover {
	color:#0A75BB;
	text-decoration:none;
}

#widgets li.textsize {font-size: 0.7em;}

#widgets .textbox {
	padding:4px;
	width:198px;
	border:1px solid #DDDBDB;
	background-image: url(../images/template/bg-textbox.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	float: left;
	margin-right:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}

#widgets .button {
	float: left;
	border: none;
}

#widgets .smallText {font-size: 0.8em;}
#widgets .mediumText {font-size: 1em;}
#widgets .largeText {font-size: 1.2em;}

#navigation {
	margin:0 0 6px 0;
	padding:0;
	text-align:left;
	font-size: 0.8em;
	position: absolute;
	top: 140px;
	clear:both;
	z-index:10;
}

#nav, #nav ul { 				/* all lists */
	list-style: none;
}

#nav li ul { 					/* second-level lists */
	position: absolute;
	left: -999em;
}

#nav li ul ul { 				/* third-and-above-level lists */
	margin: -21px 0 0 0;			/* height offset of third-and-above-level lists */
}

#nav li { 					/* all list items */
	float: left;
	width: auto;
	font-size: 1.1em;
} 

#nav li ul li { 				/* second-level lists */
	clear: left;
}
 
#nav li a {					/* first-and-above-level anchors */
	text-decoration: none;
	color: #fff;
	padding: 19px 9px 17px 9px;
	margin:0;
	font-size: 12px;
	background-image: url(../images/template/nav-divider.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: auto;
}

#nav li ul li a {				/* second-and-above-level anchors */
	width: 170px;
	background: #0974ba;
	padding: 5px;
}

* html #nav li a {float: left;} * html #nav li ul li a{float: none;}	/* Mac IE hack */

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul {
	left: -999em;
}
 
#nav li:hover ul,#nav li.sfhover ul {left: auto;}

#nav li li:hover ul, #nav li li li:hover ul,  #nav li li li li:hover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	margin-left: 147px;			/* width + padding of second-and-above-level anchors + navdrop padding */
}

#nav li a:hover, #nav li a:active, #nav li a:focus { 
	color: #fff;
	text-decoration: underline;
}

#nav li ul li a:hover, #nav li ul li a:active, #nav li ul li a:focus { 
	color: #fff;
	background: #1A8FDD url(../images/bg-table.gif) 0 0 repeat-x;
	text-decoration: none;
}
#nav .xMenuBtn {display: none;}
div.xMenuBtn 
{
    float:left;
    margin:0 0 0 -16px;
    cursor: pointer;
    position: relative;
    top: 6px;
}

#currentFolder {display: none;}

#content {
	margin:auto;
	padding:0;
	width:778px;
	clear:both;
	text-align:left;
}

#contentleft {
	margin:0;
	padding:0;
	float:left;
	width:487px;
	margin-right:20px;
}

#contentright {
	margin:0;
	padding:0;
	width:271px;
}


.tablepaddingright {
	padding:0;
	margin:0;
	padding-right:20px;
	width: 487px;
}

.tablepaddingtop {
	padding:0;
	margin:0;
	padding-top:2em;
	width: 271px;
	font-size: 0.8em;
}

#footer {
	margin-top:20px;
	padding:0;
	width:778px;
	clear:both;
	border-top:solid 1px #D1CDCD;
	padding-top:15px;
	font-size: 0.8em;
	color:#999;
	text-align:center;
}

#footer a:hover {
	color:#999;
	text-decoration:none;
}

table.photoGallery td {
	padding: 0 2px 5px 0;
	font-size: 0.7em;
}


/* START LIGHTBOX STYLES */
/* You shouldn't need to edit these */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* END LIGHTBOX STYLES */

ul.simpleLinks {list-style-type: none; font-size: 0.8em; position: relative; top: -10px; left: 50px; width: 300px; clear: left; margin: 0 0 0 10px; float: left;}
ul.simpleLinks li {display: inline; padding: 0 0 0 9px; background: url('/cms/outertemplates/images/li.gif') left no-repeat;}
ul.simpleLinks li.first {padding: 0; background: none;}
ul.simpleLinks li a {color: #666; text-decoration: none;}

ul.footerLinks {list-style-type: none; width: 100%; clear: both; font-size: 1em; margin: 10px 0; float: left;}
ul.footerLinks li {display: inline; padding: 0 0 0 8px; background: url('/cms/outertemplates/images/li.gif') left no-repeat;}
ul.footerLinks li.first {padding: 0; background: none;}
ul.footerLinks li a {color: #666; text-decoration: none; margin: 0 !important;}
ul.footerLinks li a:visited {color: #666; text-decoration: none; margin: 0 !important;}

/* START SEARCH RESULTS STYLES */
/* You shouldn't need to edit these */

span.highlight { background: transparent; }
div.searchheading { font-size: 0.9em; font-weight: bold; padding: 0 5px;}
div.summary { font-size: 0.7em; font-style: italic;  padding: 0 5px;}
div.results { font-size: 0.9em;  padding: 0 5px;}
div.category { color: #999;  padding: 0 5px;}
div.description { font-size: 0.9em; color: #008000;  padding: 0 5px;}
div.context { font-size: 0.9em;  padding: 0 5px;}
div.infoline { font-size: 0.7em; font-style: normal; color: #808080; padding: 0 5px;}
div.sorting { text-align: right;  padding: 0 5px;}
div.result_title { font-size: 0.9em;  padding: 0 5px;}

form.zoom_searchform { font-size: 100%;  padding: 0 5px;}
span.zoom_options { font-size: 0.7em;  padding: 0 5px;}
input.zoom_button {  }
input.zoom_searchbox {  }

/* END SEARCH RESULTS STYLES */

 #searchBox { font-size:0.85em; position:absolute; right:10px; top:102px; }
div.home #searchBox { background:#FFF; border:1px solid #0873b9; font-size: 0.9em; margin:0 10px; position:relative; top:5px; }
div.home #searchBox input.textbox { background:transparent; border:0; color:#0873b9; float:left; width:112px; }
div.home #searchBox input.button { background:#FFF; border:0; float:left; padding:3px; }

a#clientLogin {width: 181px; height: 33px; float: right; background: url('/cms/outertemplates/images/client_login.jpg') center no-repeat;}

#colLeft {width: 505px; float: left; margin: 0 0 30px 0;}
#colRight {width: 271px; float: right;}

input.btnUpdate {float: right; text-indent: 999em; margin: 15px 0; clear: both; width: 86px; height: 20px; background: url('/cms/outertemplates/images/update.jpg') center no-repeat;}

div#clientLoginBox 
{
    width: 247px; 
    height: 159px; 
    background: url('/cms/outertemplates/images/client_login_box.png') center top no-repeat;
    top: -112px;
    left:200px;
    z-index: 100;
    position: absolute;
}

div#clientLoginBox input.btnLogin {left:156px;position:absolute;top:85px;}
div#clientLoginBox input.userBox {position: absolute; width: 185px; left: 29px;top: 30px; background: none; }
div#clientLoginBox input.passBox {position: absolute; width: 185px; left: 29px;top: 60px; background: none; }

div#clientLoginSlider a {width: 168px; height: 32px; display: block; position: absolute; bottom: 8px; left: 40px; z-index: 1000; }

.btnLogin 
{
    background: url('/cms/outertemplates/images/login.jpg') center top no-repeat; 
    width: 51px; 
    height: 19px;
    cursor: pointer;
}

div.userBox {text-align: right; line-height: 30px; margin: -20px 0 15px 0; font-size: 0.8em;}

#projectBox {width: 239px; margin: 0 0 0 10px; padding: 10px; border: 1px solid #0873b9;}

#projectBox h2 {margin: 0 0 15px 0;}


#pageNav {}

#pageNav ul.subnav li.navdrop ul.subnav {margin: 0; display: none;}

div#pageNav ul {list-style-type: none; margin: 0 0 0 20px;}
div#pageNav ul li {list-style-type: none; padding: 0 0 0 16px;}
div#pageNav ul li a {color: #666;}
div#pageNav ul ul li {background: none; padding: 0; margin: 0;}
div#pageNav ul ul li a {background: #fff url('/cms/outertemplates/images/expand_arrow.gif') 3px 6px no-repeat; padding: 1px 5px 1px 16px;}
div#pageNav ul ul li a:hover {background: #a9cdef url('/cms/outertemplates/images/expand_arrow.gif') 3px 6px no-repeat;}

div#pageNav ul.subnav li {background: url('/cms/outertemplates/images/expandBtn.jpg') left no-repeat;}
div#pageNav ul.subnav li.navdrop {background: none;}

div.expand {height: 9px; width: 9px; background: url('/cms/outertemplates/images/expand.jpg') center no-repeat;}
div.collapse {height: 9px; width: 9px; background: url('/cms/outertemplates/images/collapse.jpg') center no-repeat;}

.quote p {font-size: 0.8em; color: #333;}

#siteMapWrap .xMenuBtn {display:none;}
#siteMapWrap ul {margin-left:20px;}
#siteMapWrap li#mm_f12 {display:none;}

div.flexi-content { width:828px; }

table.flexi-table td.td-header { background:url(/cms/outertemplates/images/bg/header-bg.png) no-repeat top left; height:144px; }
table.flexi-table td.td-header h1 { color:#FFF; font-size:2em; font-weight:bold; line-height:1.6em; margin:0; padding:0 0 0 16px; }
table.flexi-table td.td-cont { padding:10px 0 0; vertical-align:top; }
table.flexi-table td.td-right { padding:10px 0 0; }

table.flexi-right-col {  }
table.flexi-right-col td { text-align:center; }

table.inner-boxes {
    border-collapse:collapse;
    /*margin:10px 0;*/
}
table.inner-boxes td {
    vertical-align:top;
}
table.inner-boxes td h2 {
    border:none;
    color:#107fc6;
    font-size:1.4em;
    font-weight:normal;
    margin:0 0 0.8em;
}
table.inner-boxes ul {margin:0 0 1em;}
table.inner-boxes li {list-style-type:none; background:url(/cms/outertemplates/images/bt-tick.gif) 0 4px no-repeat; padding-left: 22px;line-height:175%;}
div.inner-boxes-content { border:1px solid #CCC; margin:10px; padding:10px; width:233px; }

h2.grey { border:none; color:#2b2b2b; font-size:1.2em; font-weight:normal; text-decoration:none; }
span.blue { color:#107fc6; }

div.newsFullListing { width:510px; }
div.newsFullListing ul { list-style:none; margin:0; }
div.newsFullListing li { width:510px; }

/* Layout */

.fRight { float:right; }
.noMargin { margin:0; }

/* Misc */

.hidden { display:none; }
.noBorder { border:0; }
.lnkUL { text-decoration:underline; }

/* Typography */

.colour_w { color:#FFF; }
.colour_b { color:#000; }
.colour_1 { color:#0873b9; }
.colour_2 { color:#65b006; }
.colour_3 { color:#3D3D3D; }

.ff_1 { font-family:Arial, Sans-Serif; }
