/* 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-body2.jpg);
	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.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.jpg) 0 0 no-repeat;
    height: 262px;
    width: 785px;
    margin-bottom: 7px;
}

div.flash 
{
    padding-top: 17px;
    padding-left: 18px;
}
#homeWrap { margin-left: 5px; }

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, div.homeFooter 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.homeFooter {margin-top: 20px;}
div.homeFooter td {width: 50%; vertical-align:top;}

div.homeFooter p 
{
    margin-bottom: 0.9em;
    line-height: 120%;
}

#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 {
	margin:auto;
	padding:0 0 84px 0;
	width:778px;
	height: 140px;
	position: relative;
	clear:both;
	line-height:0;
	z-index:0;
	background:none;
}

#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 {
	margin:0;
	padding:0 0 0 20px;
	width:400px;
	float: right;
	color:#0A75BB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	height:65px;
	position: relative;
}

#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 26px 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: both; 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 
{
    position:absolute;
    right:10px;
    top:102px;
    font-size: 0.85em;
}

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; }