/* -------------------------------------------------------------------------------------------------- 
File:		Screen Styles
Barista:   	Andy Coffey @ C4
Born:     	June 2009
-------------------------------------------------------------------------------------------------
RESET: Respect: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
-------------------------------------------------------------------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,hr,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}
html {height:100%}
body {min-height:101%;line-height:1;color:#222;background:white}
:focus {outline:0}
ol,ul {list-style:none}
table {border-collapse:separate;border-spacing:0/* tables still need 'cellspacing="0" */}
caption,th,td {text-align:left;font-weight:normal}
blockquote:before,blockquote:after,q:before,q:after {content:""}
blockquote,q {quotes:"" ""}
option,select {min-width:1.5em}
ins {text-decoration:none}
del {text-decoration:line-through}
img,a img {border:0}

/* -------------------------------------------------------------------------------------------------
LAYOUT: Respect: http://code.google.com/p/blueprintcss/
----------------------------------------------------------------------------------------------------
Page is 990px wide - 2x25px gutters = 940px content area
Content Grid is 15 columns @ 44px with 20px gutters
-------------------------------------------------------------------------------------------------- */
#wrap,#contentwrap,#content,#sidebar {position:relative}
#wrap {width:990px;margin:0 auto;text-align:left;overflow:hidden}
#contentwrap {width:990px;margin:0}
#content {width:940px;margin:0;padding:0 25px 0 25px;overflow:hidden}
#footer {width:940px;margin:0 auto;text-align:center;clear:both;padding:15px 0 0 0;border-top:1px solid #c0dae7}
/* body.FooterInsideContent */
.standardLayout #content,.standardLayout #sidebar {float:left;display:inline}
.standardLayout #content {width:620px;margin:0 20px 15px 25px;overflow:hidden}
.standardLayout #sidebar {width:300px;z-index:0;clear:right}
/* Columns (span+# (space) right/left */
.columns {margin:0 0 25px 0;clear:both}
.span1,.span2,.span3,.span4,.span5,.span6,.span7,.span8,.span9,.span10,.span11,.span12,.span13,.span14,.span15 {float:left;overflow:hidden}
.span1 {width:44px}.span2 {width:108px}.span3 {width:172px}.span4 {width:236px}.span5 {width:300px}
.span6 {width:364px}.span7 {width:428px}.span8 {width:492px}.span9 {width:556px}.span10 {width:620px}
.span11 {width:684px}.span12 {width:748px}.span13 {width:812px}.span14 {width:876px}.span15 {width:940px}
.span3 {margin-top:65px}
.space {margin:20px}
.spaceR {margin-right:20px}
.spaceL {margin-left:20px}
.spaceR2 {margin-right:84px}
.spaceL2 {margin-left:84px}
.spaceLR {margin:0 20px}
.spaceT {margin-top:20px}
.spaceB {margin-bottom:20px}
.spaceTB {margin:20px 0} 
/* Clearing */
.clear,#content,.columns,.abstract {display:inline-block}
.clear:after,#content:after,.columns:after,.abstract:after {content: ".";display:block;height:0;clear:both;visibility:hidden}
* html .clear,* html #content,* html .columns,* html .abstract {height:1%}
.clear,#content,.columns,.abstract {display:block}
.clearL {clear:both}
.clearR {clear:left}

/* 
-------------------------------------------------------------------------------------------------
TYPOGRAPHY: Browser default: 12px = 1.2em
-------------------------------------------------------------------------------------------------- */
body {font:62.5%/1.4 Arial,Helvetica,sans-serif}
/* Headings */
h1,h2,h3,h4,h5,h6 {font-weight:bold;margin:0 0 .3em 0;color:#21447a}
h1 {font-size:3em;line-height:1.2}
h2 {font-size:2.5em;line-height:1.3;margin:0;font-weight:normal;text-transform:lowercase}
h3 {font-size:1.6em;line-height:1.2;margin:0;font-weight:normal}
h4 {font-size:1.2em;line-height:1}
h5 {font-size:1em}
h6 {font-size:.9em}
/* Basic text elements */
input,select,th,td {font-size:1em}
p {margin:0 0 1em}
p.last {margin-bottom:0}
p img {float:left;margin:10px 10px 10px 0}
ul,ol {margin:0 0 1em 0}
ul {list-style-type:disc;margin-left:1.3em}
ol {list-style-type:decimal;margin-left:2em}
dl {margin:0 0 1em 0}
dl dt {font-weight:bold}
dd {margin-left:1.5em}
cite {font-style:italic}
abbr,acronym {border-bottom:1px dotted #666}
address {margin-top:1.5em; font-style:italic}
del {color:#666}
a:focus,a:hover	{color:#222;text-decoration:underline}
a {color:#21447a;text-decoration:none}
blockquote {margin:1.5em;color:#666;font-style:italic}
strong {font-weight:bold}
em,dfn {font-style:italic}
dfn {font-weight:bold}
pre,code {margin:1.5em 0; white-space:pre}
pre,code,tt {font:1em 'andale mono','monotype.com','lucida console',courier,monospace;line-height:1.5} 
tt {display:block;margin:1.5em 0;line-height:1.5}
hr {background:#ccc;border:0;color:#ccc;height:1px;margin:0 0 15px 0;line-height:0;float:none}

/* 
-------------------------------------------------------------------------------------------------
DESIGN
-------------------------------------------------------------------------------------------------- */
body {background:#223464 url(img/body.jpg) repeat-x 0 0}
#wrap {font-size:1.2em;padding:0;background:#1c4579 url(img/wrap.jpg) no-repeat 0 0;margin-bottom:100px}
#contentwrap {background:transparent url(img/contentwrap.gif) no-repeat center bottom}
#content {background:#fff;margin:0}
img {background:#ddd}
#content .span4 {width:256px}

/* Generic elements
-------------------------------------------------------------- */
.aR {text-align:right}
.aL {text-align:left}
.aC {text-align:center}
.break {border-top:5px solid #333;padding-top:25px}
.title {border-bottom:3px solid #ddd;padding:0 0 .25em 0}

/* Header
-------------------------------------------------------------- */
#header {clear:both;position:relative;width:990px;height:148px;background:transparent}
	#header h1 {position:relative;height:148px;width:245px;margin:0 0 0 20px;z-index:2}
	#header h1 a {display:block;width:245px;height:148px;text-indent:-9000px;background:transparent url(img/logo.png) no-repeat 0 0}
	#header p {color:#fff;position:absolute;top:78px;left:290px;font-weight:bold;font-size:12px}
	#header form {position:absolute;top:74px;left:740px}
	#header form .searchText {font-size:11px;width:152px;padding:2px 3px 3px 3px;border:0}
	#header form .searchButton {background:transparent;color:#fff;border:0;margin:0 0 0 5px;cursor:pointer;padding:2px 3px 1px 3px;font-size:11px}
/* Navigation
-------------------------------------------------------------- */
#navwrap {position:absolute;top:125px;left:286px;width:670px;height:26px;margin:0;z-index:100;}
	#navwrap ul {border:0;margin:0}
	#nav li {position:relative;float:left;display:block;margin:0;padding:0;list-style-type:none;color:#fff;border:0}
	#nav li a {color:#21447a;font-weight:bold;font-size:11px;padding:0 10px;line-height:2;display:block;float:left;height:25px}
	#nav li a:hover,#nav li a.current {color:#21447a;text-decoration:underline}	
	#nav li#nHome a,#nav li#nCompany a,#nav li#nExperts a {color:#fff}
	#nav li#nHome a:hover ,#nav li#nCompany a:hover ,#nav li#nExperts a:hover {color:#c0dae7}
	#nav li#nHome.current,#nav li#nCompany.current,#nav li#nExperts.current {background:#21447a url(img/tagR.gif) no-repeat 100% 0;display:block;float:left;height:25px;margin:0;padding:0;position:relative;line-height:1.5em}
	#nav li#nHome.current a,#nav li#nCompany.current a,#nav li#nExperts.current a {background:transparent url(img/tagL.gif) no-repeat 0 0;color:#21447a}	
	/*#nav li#nHome a,#nav li#nCompany a,#nav li#nExperts a{color:#fff}
	#nav li#nHome a.current ,#nav li#nCompany a.current ,#nav li#nExperts a.current {color:#21447a}	
	#nav li#nHome a:hover ,#nav li#nCompany a:hover ,#nav li#nExperts a:hover {text-decoration:underline}*/	
	/*#nav li#nExperts a {margin-right:10px}*/	
	.breadcrumb {clear:both;border-bottom:1px solid #ddd;margin:0;padding:6px 10px;width:970px;font-size:.9em;list-style:none;overflow:hidden}
	.breadcrumb li {width:auto;float:left;border-right:1px solid #ddd;padding:0 10px 0 0;margin:0 10px 0 0}
	#subnav {list-style-type:none;margin:10px 0 0 0;padding:0}
	#subnav li a {display:block;background:transparent url(img/subnav.gif) no-repeat 0 0;padding-left:70px;height:55px;line-height:3.4;color:#fff;font-weight:bold;font-size:14px;margin:0}
	#subnav li a:hover {text-decoration:none}
	#subnav li#nFlu a {background-position:0 0}
	#subnav li#nFlu a:hover {background-position:0 -70px}
	#subnav li#nSkin a {background-position:0 -600px}
	#subnav li#nSkin a:hover {background-position:0 -670px}
	#subnav li#nHealth a {background-position:0 0;background:transparent url(img/health_assess.gif);}
	#subnav li#nHealth a:hover {background-position:0 -60px}
    #subnav li#nOptimise a  {background-position:0 -150px}
	#subnav li#nOptimise a:hover  {background-position:0 -220px}
    #subnav li#nServices a {background-position:0 -300px}
	#subnav li#nServices a:hover {background-position:0 -370px}
	#subnav li#nServices ul.toggle-nav {background:transparent url(img/toggle-nav.gif) no-repeat left bottom;margin-top:-10px;padding-top:5px;height:143px}
	#subnav li#nServices ul.toggle-nav li {position:relative;list-style-type:none;background:none !important;margin:0;padding:0 0 5px 5px}
	#subnav li#nServices ul.toggle-nav li a {background:none !important;height:auto;padding:3px 5px 3px 46px;margin:0 !important;font-size:11px;line-height:1;color:#21447a;text-transform:lowercase;letter-spacing:-.3px !important}   	#subnav li#nServices ul.toggle-nav li a:hover {text-decoration:underline;cursor:pointer}
   	#subnav li#nHelp {margin-top:15px}
   	#subnav li#nHelp a {background-position:0 -450px;margin:0;height:55px}
	#subnav li#nHelp a:hover {background-position:0 -520px}
	#subnav li#nHelp ul {position:relative;margin:-13px 0 0 0;padding:0 0 10px 0;list-style-type:none;background:transparent url(img/subnav-ul.jpg) no-repeat 45px 0;z-index:2;height:1%}	
	#subnav li#nHelp ul li a {background:none;color:#fff;font-size:12px;padding:8px 0 11px 70px;line-height:1;letter-spacing:-0.02em;margin:0;height:auto}
	#subnav li#nHelp ul li a:hover {text-decoration:underline}

/* fix for ie background image bug when scrolling also need height:1% (defined above) */
html>body #subnav li#nHelp ul li {
height: auto
} 
	
/* Tables
-------------------------------------------------------------- */
.tabular {width:100%}
.tabular tr.aL td,.tabular tr.aL th {text-align:left}
.tabular tr.aC td,.tabular tr.aC th {text-align:center}
.tabular tr.aR td,.tabular tr.aR th {text-align:right}
table.tabular th,table.tabular td {background:#fff;border-bottom:1px solid #ccc;border-right:1px solid #ccc;padding:3px}
table.tabular thead th {font-weight:bold;background:#fff;border-bottom:1px solid #ccc}
table.tabular th a {display:block;background:#fff;padding:3px}
table.tabular th a:hover {display:block;background:#ccc;text-decoration:none}
.tabular th.last,.tabular td.last {border-right:0}

/* Tabs
-------------------------------------------------------------- */
.tabs {list-style-type:none;margin:0;overflow:hidden;border-bottom:3px solid #ccc}
	.tabs li {float:left;margin:0 2px 0 0;padding:2px 8px;cursor:pointer}
	.tabs li.active {background:#ccc;color:#000;font-weight:bold}
	.tabContent {overflow:hidden;padding:5px 0}
/*#feature {position:relative;margin:0 0 15px 0}*/
#feature {position:relative;}
.cycle {width:684px;height:318px;overflow:hidden}
	.cycle ul {width:684px;margin:0px;height:318px;overflow:hidden}
	.cycle {width:684px;height:318px}

/* Tags */
ul.tags {overflow:hidden;margin:0}
	ul.tags li {background:#fff url(img/tagR.png) no-repeat 100% 0;display:block;float:left;height:20px;margin:0 3px 3px 0;padding:0;position:relative;line-height:1.5em;text-transform:lowercase}
	ul.tags li a {background:transparent url(img/tagL.png) no-repeat 0 0;display:block;font-size:11px;height:20px;margin:0;padding:0 10px}

/* Lists */
ul.headlines {list-style-type:none;margin:0;overflow:hidden}
ul.headlines li {border-bottom:1px solid #ddd;padding:3px 0}

.module {margin-bottom:15px}

/* Abstract */
.abstract {clear:both;margin:15px 0 15px 0}
	.span11 .abstract {margin-left:20px; margin-top:30px}
	.span7 .abstract {width:428px;overflow:hidden}
	.abstract h4 {margin:0}
        .abstract h3 {margin-top:45px}
	.abstract h2 {border-bottom:3px solid #c0dae7;margin:0 0 10px 0}
	#homepage .abstract h2 {border-bottom:0;padding:0 0 5px 0}
	.abstract h4 {padding-top:15px}
	.abstract h5 {color:#21447a;font-weight:normal;margin:5px 0 10px 0;text-transform:lowercase}
	.abstract img {margin:0 0 5px 20px;float:right;padding:3px;background:#c0dae7}
	/*.abstract blockquote,.span3 blockquote {position:relative;width:200px;float:right;margin:0 0 20px 40px;font-size:16px;line-height:1.2;font-style:italic;font-weight:normal;padding:15px 5px 15px 30px;border-left:1px solid #c0dae7;color:#154578}
	.span3 blockquote {position:relative;width:auto;margin:20px 0;font-size:16px;line-height:1.2;font-style:italic;font-weight:normal;padding:0px 5px 15px 0;color:#154578;border:0;border-top:1px solid #c0dae7;border-bottom:1px solid #c0dae7} */
	.abstract blockquote,.span3 blockquote {position:relative;width:200px;float:right;margin:0 0 20px 40px;font-size:16px;line-height:1.2;font-style:italic;font-weight:normal;padding:0px 5px 15px 30px;}
	.span3 blockquote {position:relative;width:auto;margin:0 0;font-size:16px;line-height:1.2;font-style:italic;font-weight:normal;padding:0px 5px 15px 0;color:#154578;border:0;}
     blockquote strong {font-family:Palatino,Georgia,"Times New Roman",Times,serif;color:#154578}
	.abstract blockquote strong.qBot {}
	.abstract p strong {color:#21447a}
     blockquote a {text-decoration:underline}
	.abstract p {text-align:justify}
	.abstract ul {margin:10px 0}
	.abstract ul li {list-style-type:none;background:transparent url(img/icons.gif) no-repeat 0 0;margin:0;padding:0 0 5px 25px}
	.abstract ol {}
	.abstract ol li a {font-weight:bold}
        .experts p {width:528px}
/* Feature */
.feature {background:#c0dae7 url(img/feature.jpg) no-repeat left bottom;padding:0 0 10px 0}
.feature h2 {font-size:1em;font-weight:bold;color:#fff;background:transparent url(img/subnav.gif) no-repeat 0 -800px;padding:18px 10px 5px 15px}
.feature ul {margin:10px 12px}
.feature ul li {list-style-type:none;background:transparent url(img/icons.gif) no-repeat 0 -100px;margin:0;padding:5px 0 5px 25px;font-size:11px;line-height:1;font-family:inherit;font-weight:bold;height:auto;color:#21447a;text-transform:lowercase;letter-spacing:-.3px !important}

a.button {background:#21447a url(img/button-small.jpg) no-repeat 0 0;color:#fff;font-size:11px;font-weight:bold;line-height:2.2;padding:0;text-decoration:none;text-transform:lowercase;display:block;width:150px;height:25px;float:right;margin:10px 0 0 0;text-align:center}
.toggler {display:block;cursor:pointer}
.toggle-nav {height:172px;display:none}
#services .toggle-nav {display:block !important}

/* ---- Forms ---- */
.formAbstract {clear:both;margin:15px 0 15px 0}
	.span11 .formAbstract {margin-left:20px; margin-top:30px}
	.span7 .formAbstract {width:428px;overflow:hidden}
	.formAbstract h2 {border-bottom:3px solid #c0dae7;margin:0 0 10px 0}
    .span3 contactRHS{position:relative;width:auto;margin:0 0;padding:0px 5px 15px 0;border:0;}
.form {margin-bottom:10px}
	.form h1,.form h2,.form h3,.formA h4, {margin:0;border-bottom:3px solid #C0DAE7;clear:both}
	.form ul {margin:0;padding:0;list-style:none}
	.form li {display:block;margin:0;padding:4px 1em;clear:left;overflow:auto;border-bottom:1px solid #C0DAE7}
	.form li label {display:block;width:200px;float:left;font-weight:bold;margin:0 10px 0 0}
	.form li input,.form li textarea {width:200px;float:left}
        .form li input,.form li radio{width:200px;float:left}
	.form li.form-checkbox label {font-weight:normal}
	.form li.form-checkbox input {width:auto}
	.form li em {font-size:86%;color:#900;font-style:normal;padding-left:5px}
	.form li input.form-input,.form-form span select {width:220px}
	.form li.form-submit {text-align:center;border:0}
	.form li.form-submit input {background:#21447a url(img/button.jpg) no-repeat 0 0;color:#fff;font-size:11px;font-weight:bold;padding:3px 10px;width:200px;height:25px;margin-left:210px;text-decoration:none;text-transform:lowercase;border:none;cursor:pointer}
	.form li input.btn {text-align:center;border:0;background:transparent url(img/button-small.jpg) no-repeat scroll 0 0;color:#fff;font-size:10px;padding:3px 10px;width:150px;height:25px;font-weight:bold;text-decoration:none;text-transform:lowercase;border:none;cursor:pointer}
        .form li input.btnTiny {text-align:center;border:0;background:transparent url(img/button-tiny.jpg) no-repeat scroll 0 0;color:#fff;font-size:10px;padding:3px 10px;width:35px;height:25px;font-weight:bold;text-decoration:none;border:none;cursor:pointer;margin-left:5px}
        .form-yes-no {float:left}
        li .form-yes-no label, li .form-yes-no li input {float:left; clear:right; display:inline; width:50px}
	
/* sitemap */
.abstract .siteMap ul li {list-style-type:none;margin:0;padding:0 0 5px 25px;background:none}

/* Footer
-------------------------------------------------------------- */
#footer li {list-style:none;color:#4c87bb}
#footer li strong {color:#21447a}

/* IE
--------------------------------------------------------------
*+html .toggle-nav {height:180px} */
*+html #subnav li#nHelp ul li a {padding-top:4px}
*+html #subnav li#nServices ul.toggle-nav li {padding:0 0 2px 5px}
*+html #subnav li#nServices ul.toggle-nav li {}
*+html #subnav li#nServices ul.toggle-nav li a {padding:2px 5px 1px 46px}
*html .toggle-nav {position:relative;height:120px;padding:5px 0 10px 0}
*html #subnav li#nServices ul.toggle-nav li a {padding:2px 5px 1px 46px}
