/* Standard Screen CSS */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 140%;
	color: #666;
	font-size: x-small; /* for IE5 */
	f\ont-size: small; /* everyone else */
	/*background: #fff url("../images/bkg_body.gif") repeat-x top left;*/
	background: #e5e5e5;
}
#tinymce {
	background: #fff;
	padding: 5px;
}

/************* COMMON ***************/
a {
	color: #3456a0;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: none;
}
p {
	margin: 0 0 0.9em 0;
	padding: 0;
	font-size: 100%;
}
li {
	margin: 0.4em 0;
	padding: 0;
	font-size: 100%;
}
h1 {
	font-size: 185%;
	line-height: normal;
	font-weight: bold;
	padding: 0; 
	margin: 0 0 0.4em 0;
	color: #29559d;
}
h2 {
	font-size: 165%;
	line-height: normal;
	font-weight: bold;
	padding: 0; 
	margin: 0 0 0.4em 0;
	color: #29559d;
}
h3 {
	font-size: 145%;
	line-height: normal;
	font-weight: bold;
	padding: 0; 
	margin: 0 0 0.2em 0;
	color: #29559d;
}
h4 {
	font-size: 120%;
	line-height: normal;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #29559d;
}
h5 {
	font-size: 100%;
	line-height: normal;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #29559d;
}
label {
	cursor: pointer;
}
.red {
	color: #CC0000;
}
.note {
	font-size: 75%;
}
/******************** HEADER ***********************/
#wrap {
	margin: 0 auto;
	padding: 0;
	width: 986px;
}
#container {
	margin: 0;
	padding: 0 10px;
	float: left;
	clear: both;
	width: 966px;
	background: #fff;
}
#header {
	width: 100%;
	float: left;
	clear: both;
	padding: 0;
	margin: 0;
	display: inline;
	line-height: normal;
	position: relative;
}
#header .headtop {
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
#header .headtop .logo {
	float: left;
	width: 50%;
	padding: 14px 0;
}
#header .headtop .strapline {
	width: 42%;
	float: right;
	padding: 28px 14px 0 0;
	color: #29559d;
	font-weight: normal;
	letter-spacing: -0.05em;
	line-height: normal;
	font-size: 260%;
	text-align: right;
}
#header .headtop #topnav {
	float: right;
	width: 44%;
	line-height: normal;
	margin: 0;
	padding: 8px 10px;
	font-size: 95%;
	background: #cfd1d7 url("../images/bkg_topnav.gif") repeat-x top left;
	-webkit-border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
	text-align: center;
	display: inline;
	position: absolute;
	bottom: 0;
	right: 4px;
}
#header .headtop #topnav a {
	margin: 0 5px;
	color: #182440;
}
#header .headtop #topnav a:hover, #header #topnav a.current {
	color: #3456a0;
}
#header .headtop #topnav a.current {
	background: url("../images/bkg_tabon.gif") no-repeat bottom center;
}
#header .navigation {
	width: 100%;
	float: left;
	clear: both;
	margin: 0;
	background: #1f315b url("../images/bkg_navigation.gif") repeat-x top left;
	font-weight: bold;
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}
#header .navigation ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
#header .navigation ul li.first {
	background: url("../images/bkg_navline.gif") no-repeat top right;
}
#header .navigation ul li {
	float: left;
	margin: 0;
	padding: 0 1px 0 0;
	display: inline;
	font-size: 100%;
}
#header .navigation ul li a {
	color: #fff;
	float: left;
	padding: 8px 13px;
}
#header .navigation ul li.first a, #header .navigation ul li.first a.current {
	-webkit-border-radius: 6px 0px 0px 6px;
	-moz-border-radius: 6px 0px 0px 6px;
	border-radius: 6px 0px 0px 6px;
	background: #3b8bd3 url("../images/bkg_navon.gif") repeat-x top left;
}
#header .navigation ul li.last {
	float: right;
	padding: 0 0 0 1px;
	background: url("../images/bkg_navlinedark.gif") no-repeat top left;
}
#header .navigation ul li.last a, #header .navigation ul li.last a.current {
	-webkit-border-radius: 0px 6px 6px 0px;
	-moz-border-radius: 0px 6px 6px 0px;
	border-radius: 0px 6px 6px 0px;
	background: #14203c url("../images/bkg_navigationdark.gif") repeat-x top left;
}
#header .navigation ul li a:hover, #header .navigation ul li a.current {
	color: #fff;
	background: #3668af url("../images/bkg_navon2.gif") repeat-x top left;
}
/* home image changer */
.hometop {
	width: 100%;
	float: left;
	clear: both;
	margin: 0;
	padding: 5px 0;
	position: relative;
}
.homepics {
	width: 966px;
	float: right;
	margin: 0;
	padding: 0;
	position: relative;
}
#homepagetext {
	top: 26px;
	left: 26px;
	width: 370px;
	height: 270px;
	position: absolute;
	z-index: 999;
	color: #fff;
	overflow: hidden;
}
#homepagetext .hometext {
	width: 100%;
}
#homepagetext h1, #homepagetext h2, #homepagetext h3, #homepagetext p {
	color: #fff;
	font-weight: normal;
	letter-spacing: -0.05em;
}
#homepagetext h1 {
	font-size: 245%;
}
.rightpics {
	width: 468px;
	float: right;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 10;
}
#imagechanger, #imagechanger2 {
	margin: 0;
	padding: 0;
	width: 966px;
	height: 329px;
	overflow: hidden;
	list-style: none;
}
#imagechanger2 {
	width: 468px;
	height: 606px;
}
#imagechangernav {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 200px;
	padding: 0;
	z-index: 99;
	text-align: right;
	font-size: 85%;
	font-weight: bold;
}
#imagechangernav a {
	margin: 0 0 0 5px; 
	padding: 3px 7px;
	color: #fff;
	background: #2f57a2 url("../images/bkg_bluegrad.gif") repeat-x top left;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
#imagechangernav a.activeSlide {
	color: #fff;
	background: #3b8bd3;
}
#imagechanger li, #imagechanger2 li {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.fade {
	
}
.breadcrumbcontainer {
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	z-index: 999;
}
#other .breadcrumbcontainer {
	position: absolute;
	left: -478px;
	top: 0;
}
.latestnews, .breadcrumb {
	width: 942px;
	float: left;
	clear: both;
	padding: 6px 12px;
	color: #fff;
	font-size: 100%;
	background: #23355f url("../images/bkg_latestnews.gif") repeat-x top left;
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}
.breadcrumb {
	width: 460px;
}
#other .breadcrumb {
	width: 444px;
}
.introtext {
	width: 444px;
	padding: 12px 12px 6px 12px;
	float: left;
	clear: both;
	color: #fff;
	background: url("../images/bkg_blue.png") repeat top left;
}
.introtext p, .introtext li {
	color: #fff;
}
.latestnews a, .breadcrumb a {
	color: #fff;
	text-decoration: underline;
}
.latestnews a:hover, .breadcrumb a:hover {
	text-decoration: none;
}
.homebox {
	width: 308px;
	height: 180px;
	float: left;
	padding: 7px 5px;
	margin: 0 6px 6px 0;
	background: url("../images/bkg_homebox.gif") no-repeat top left;
	position: relative;
	overflow: hidden;
	display: inline;
}
.last .homebox {
	margin: 0 0 6px 0;
}
.homebox .overlay {
	width: 280px;
	height: 111px;
	background: url("../images/overlay.png") no-repeat top left;
	position: absolute;
	top: 5px;
	left: 5px;
	padding: 14px;
	letter-spacing: -0.05em;
	font-size: 185%;
}
.homebox .more {
	width: 280px;
	height: 30px;
	text-align: right;
	position: absolute;
	bottom: 5px;
	right: 5px;
	padding: 14px;
}
.homebox .more .inputbutton {
	float: right;
}
/************** MAIN CONTENT *****************/
#main-body {
	width: 100%;
	padding: 0;
	margin: 0;
	float: left;
	clear: both;
	display: inline;
}
#content {
	width: 100%;
	padding: 0;
	margin: 0;
	float: left;
	clear: both;
	display: inline;
}
/************************ left main content *********************/
.pagewrap {
	width: 100%;
	float: left;
	clear: both;
	margin: 0;
	padding: 7px 0 0 0;
	position: relative;
}
.page {
	margin: 0;
	float: left;
	clear: both;
	display: inline;
	width: 488px;
	padding: 0;
	position: relative;
	z-index: 999;
}
#home .page {
	width: 100%;
	padding: 0;
}
#other .page {
	float: right;
}
#threecolumn .page {
	float: left;
	clear: none;
}
/**** left column ****/
.leftcol {
	width: 229px;
	padding: 0 10px 7px 0;
	float: left;
}
.colbox {
	width: 201px;
	margin: 0;
	padding: 12px 14px;
	float: left;
	clear: both;
	background: url("../images/bkg_colbox_top.gif") no-repeat top left;
}
.colboxbot {
	width: 229px;
	height: 20px;
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
	background: url("../images/bkg_colbox_bot.gif") no-repeat bottom left;
}
.sideheading {
	width: 100%;
	float: left;
	clear: both;
	padding: 0 0 10px 0;
	letter-spacing: -0.05em;
	font-size: 135%;
	font-weight: bold;
	color: #3456a0;
}
.colbox ul {
	width: 100%;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	list-style: none;
}
.colbox ul li {
	width: 100%;
	font-size: 100%;
	margin: 0;
	padding: 0;
}
.colbox ul li a {
	width: 100%;
	display: block;
	float: left;
	clear: both;
	padding: 3px 0;
	margin: 0;
	font-weight: bold;
	border-top: 1px solid #f0f0f0;
}
.colbox ul li.current a {
	color: #666;
}
/**** right column ****/
.rightcol {
	width: 468px;
	padding: 0 0 7px 0;
	float: right;
}
#other .rightcol {
	float: left;
}
#threecolumn .rightcol {
	width: 229px;
}
/****/
.article-text {
	width: 454px;
	margin: 5px 0 0 0;
	padding: 14px 20px 14px 14px;
	float: left;
	background: url("../images/bkg_page_top.gif") no-repeat top left;
}
#other .article-text {
	margin: 0;
}
.article-textbot {
	width: 488px;
	height: 20px;
	margin: 0;
	padding: 0;
	float: left;
	background: url("../images/bkg_page_bot.gif") no-repeat bottom left;
}
.copy {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}
table.quote {
	padding: 10px 0;
	background: #fff;
}
table.quote td.quotetext {
	padding: 10px 0 0 0;
	font-size: 135%;
	letter-spacing: -0.05em;
	line-height: 140%;
}
table.quote td {
	color: #666;
}
/*** site map ****/
.sitemap td {
	margin: 0;
	padding: 2px;
}
.sitemap h4 {
	margin: 0 0 4px 0;
	padding: 0 0 4px 0;
}
.sitemaptop {
	margin: 0;
	padding: 0 0 2px 0;
	display: block;
}
.sitemapsub {
	margin: 0 0 0 18px;
	padding: 0 0 2px 0;
	display: block;
}
.sitemapsub a {
	color: #999;
}
.sitemapsub a:hover {
	color: #0e6c90;
}

/****news pages ****/
.bloglist {
	width: 100%;
	float: left;
	clear: both;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #f3f3f3;
}
.bloglist dt span.date {
	color: #a7a9ac;
}
.bloglist dt {
	font-size: 120%;
	line-height: normal;
	font-weight: normal;
	margin: 0 0 0.4em 0;
	padding: 0;
	color: #999;
}
.indexpaging {
	width: 100%;
	float: left;
	clear: both;
	font-size: 90%;
}
/********************* footer *********************/
#footer {
	width: 100%;
	float: left;
	clear: both;
	padding: 0;
	margin: 0;
	display: inline;
	line-height: normal;
}
#footer .footerboxtop {
	width: 100%;
	height: 8px;
	float: left;
	clear: both;
	background: url("../images/bkg_footerbox_top.gif") no-repeat top left;
}
#footer .footerbox {
	width: 926px;
	float: left;
	clear: both;
	padding: 0 20px 16px 20px;
	background: url("../images/bkg_footerbox_bot.gif") no-repeat bottom left;
}
#footer .footerbox img {
	padding: 0 10px 0 0;
}
#footer .footerbox .left {
	width: 40%;
}
#footer .footerbox .right {
	width: 60%;
	text-align: right;
	font-size: 160%;
	color: #2c549a;
	letter-spacing: -0.05em;
	padding: 10px 0 0 0;
}
#footer .footerbox .right img {
	padding: 0 0 0 18px;
}
#footer .copyright {
	width: 100%;
	float: left;
	clear: both;
	padding: 12px 0;
	text-align: center;
}
#footer .copyright p {
	font-size: 90%;
	margin: 0;
	padding: 0;
	color: #c1c1c1;
}
#footer .copyright a {
	margin: 0 14px;
	color: #c1c1c1;
}
#footer .copyright a:hover {
	color: #3456a0;
}
/********************* MISC ***********************/
hr {
	clear: both;
	border: none 0;
	border-top: 2px solid #dedede;/*the border*/
	height: 2px;/*whatever the total width of the border-top and border-bottom equal*/
	margin: 10px 0 10px 0;
}
.mid {
	vertical-align: middle;
}
a img {
	border: none;
}
.hide {
	display: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
dl, dt, dd {
	margin: 0 0 5px 0;
	padding: 0;
}
fieldset {
	padding: 10px;
	margin: 0;
	border-top: 1px dashed #ccc;
	border-right: none;
	border-bottom: 1px dashed #ccc;
	border-left: none;
}
label {
	font-size: 90%;
}
.inputbutton {
	padding: 2px 10px;
	margin: 0;
	color: #fff;
	display: inline;
	font-weight: bold;
	background: #2f57a2 url("../images/bkg_bluegrad.gif") repeat-x top left;
	font-size: 105%;
	border: none;
	cursor: pointer;
	text-align: center;
	white-space: nowrap;
	border-top: 1px solid #779be1;
	border-bottom: 1px solid #192f57;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}
.inputbutton:hover {
	color: #fff;
	background: #3b8bd3;
}
.textfield, .textfield.textfieldsmall {
	width: 90%;
	font-size: 90%;
	margin: 0 0 4px 0;
	padding: 4px;
	color: #999;
	border: 1px solid #dadada;
	background: url("/images/bkg_field.gif") repeat-x top left; 
}
.textfield.textfieldsmall {
	width: 50%;
}
textarea {
	border: 1px solid #dadada;
}
#confbox, #errbox {
	clear: both;
	margin: 10px auto;
	padding: 15px 5%;
	width: 85%;
	text-align: center;
	font-weight: bold;
}
#confbox {
	color: #009900;
	border-top: 1px solid #009900;	
	border-bottom: 1px solid #009900;
	background: #EEFFEE;
}
#errbox {
	color: #CC0000;
	border-top: 1px solid #CC0000;	
	border-bottom: 1px solid #CC0000;
	background: #FFEEEE;
}
#errbox a {
	color: #CC0000;
	text-decoration: underline;
}
#errbox a:hover {
	color: #000000;
}
.visible { display:block; }
.hidden { display:none; }
.boximage {
	margin-bottom: 10px;
}

/**** case study carousel ****/
#casestudies {
	width: 100%;
	float: left;
	clear: both;
}
/* jcarousel */
.jcarousel-skin .jcarousel-direction-rtl {
	direction: rtl;
}
.jcarousel-skin .jcarousel-container-horizontal {
    width: 488px;
    padding: 0;
	clear: both;
}
.jcarousel-skin .jcarousel-clip {
    overflow: hidden;
}
.jcarousel-skin .jcarousel-clip-horizontal {
    width:  488px;
    height: 200px;
}
.jcarousel-skin .jcarousel-item {
    width: 158px;
    height: 189px;
}
.jcarousel-skin .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 6px;
}
.jcarousel-skin .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 6px;
    margin-right: 0;
}
.jcarousel-skin .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}
.jcarousel-skin .jcarousel-next-horizontal {
    position: absolute;
    bottom: 90px;
    right: -5px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    background: transparent url(/images/next-horizontal.png) no-repeat 0 0;
}
.jcarousel-skin .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(/images/prev-horizontal.png);
}
.jcarousel-skin .jcarousel-next-disabled-horizontal,
.jcarousel-skin .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -36px 0;
}
.jcarousel-skin .jcarousel-prev-horizontal {
    position: absolute;
    bottom: 90px;
    left: -5px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    background: transparent url(/images/prev-horizontal.png) no-repeat 0 0;
}
.jcarousel-skin .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(/images/next-horizontal.png);
}
.jcarousel-skin .jcarousel-prev-disabled-horizontal,
.jcarousel-skin .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -36px 0;
}
/****** case study boxes ******/
.casebox {
	width: 144px;
	height: 175px;
	float: left;
	padding: 7px;
	margin: 0 6px 6px 0;
	background: url("../images/bkg_casebox.gif") no-repeat top left;
	position: relative;
	overflow: hidden;
	display: inline;
}
.last .casebox {
	margin: 0 0 6px 0;
}
.casebox .overlay {
	width: 134px;
	height: 90px;
	background: url("../images/overlay.png") no-repeat top left;
	position: absolute;
	top: 5px;
	left: 5px;
	padding: 6px;
	letter-spacing: -0.05em;
	font-size: 135%;
	font-weight: bold;
}
.casebox .more {
	width: 124px;
	height: 30px;
	text-align: right;
	position: absolute;
	bottom: 5px;
	right: 5px;
	padding: 10px;
}
.casebox .more .inputbutton {
	float: right;
}
