/* CSS Document */
body
{
	background-color: #ECF6FF;
	background-image: url(background-whiteblock.gif);
	background-position: center top;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Sans Unicode" , "Lucida Grande" , "LucidaGrande" , "Lucida Sans" , "Geneva" , "Arial" , sans-serif;
	font-size: 70%;
	font-weight: normal;
	color: #000000;
}
a
{
	font-family: "Lucida Sans Unicode" , "Lucida Grande" , "LucidaGrande" , "Lucida Sans" , "Geneva" , "Arial" , sans-serif;
	font-size: 100%;
	color: #0072BC;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
h1
{
	font-family: "Lucida Sans Unicode" , "Lucida Grande" , "LucidaGrande" , "Lucida Sans" , "Geneva" , "Arial" , sans-serif;
	font-size: 125%;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	color: #000000;
}
h2
{
	font-family: "Lucida Sans Unicode" , "Lucida Grande" , "LucidaGrande" , "Lucida Sans" , "Geneva" , "Arial" , sans-serif;
	font-size: 125%;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	color: #666666;
}
h3
{
	font-family: "Lucida Sans Unicode" , "Lucida Grande" , "LucidaGrande" , "Lucida Sans" , "Geneva" , "Arial" , sans-serif;
	font-size: 125%;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #666666;
}
h4
{
	font-family: "Lucida Sans Unicode" , "Lucida Grande" , "LucidaGrande" , "Lucida Sans" , "Geneva" , "Arial" , sans-serif;
	font-size: 125%;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #666666;
}
h5
{
	font-family: "Lucida Sans Unicode" , "Lucida Grande" , "LucidaGrande" , "Lucida Sans" , "Geneva" , "Arial" , sans-serif;
	font-size: 125%;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	color: #666666;
}
h6
{
	font-family: "Lucida Sans Unicode" , "Lucida Grande" , "LucidaGrande" , "Lucida Sans" , "Geneva" , "Arial" , sans-serif;
	font-size: 125%;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	color: black;
}
.font-black
{
	color: #000000;
}

/* Form styles */
form
{
	margin: 0px;
	padding: 0px;
}
.form-button-styleone
{
	position: relative;
	float: right;
	background-color: #0065B6;
	color: #ffffff;
	border-left: 5px solid #00457D;
	border-top: 1px solid #0065B6;
	border-bottom: 1px solid #0065B6;
	border-right: 1px solid #0065B6;
	padding: 2px 7px 2px 7px;
	margin: 0px;
	font-size: 90%;
}
.form-button-styletwo
{
	position: relative;
	float: right;
	background-color: #0065B6;
	color: #ffffff;
	border-left: 1px solid #0065B6;
	border-top: 1px solid #0065B6;
	border-bottom: 1px solid #0065B6;
	border-right: 1px solid #0065B6;
	padding: 2px 7px 2px 7px;
	margin: 0px;
	font-size: 90%;
}
.form-button-stylethree
{
	background-color: #0065B6;
	color: #ffffff;
	border-left: 5px solid #00457D;
	border-top: 1px solid #0065B6;
	border-bottom: 1px solid #0065B6;
	border-right: 1px solid #0065B6;
	padding: 2px 7px 2px 7px;
	margin: 0px;
	font-size: 90%;
}
.input-clientarea
{
	width: 130px;
	margin-bottom: 7px;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	padding: 3px;
	font-size: 100%;
}
.input-search
{
	width: 130px;
	background-color: #E6F3FF;
	border: 1px solid #FFFFFF;
	font-size: 100%;
	padding: 3px;
	background-image: url(input-background.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

/* Elipse container */
.elipse
{
	position: absolute;
	top: 0px;
	left: 0px;
}

.wrap
{
	margin-right: auto;
	margin-left: auto;
	width: 779px;
}
/* Centre container */
.centre-container
{
	position: relative;
	background-color: #FFFFFF;
	width: 779px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	float: left;
}

/* Logo-Search container */
.logo-search-container
{
	position: relative;
	float: left;
	width: 770px;
	background-color: #FFFFFF;
}
.logo
{
	position: relative;
	float: left;
	left: 10px;
	width: 200px;
}
.search-container
{
	position: relative;
	float: right;
	width: 560px;
}

/* Search */
.search
{
	position: relative;
	float: right;
	width: 560px;
	text-align: right;
	margin-top: 10px;
	padding-bottom: 20px;
}

/* Call to action */
.calltoaction
{
	position: relative;
	float: right;
	text-align: right;
	width: 560px;
	color: #0072BC;
	font-size: 140%;
}
.calltoaction ul
{
	position: relative;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}
.calltoaction li
{
	position: relative;
	float: left;
	background-image: url(telephone.gif);
	background-repeat: no-repeat;
	background-position: 1% 15px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 30px;
}

/* Flash-Client area container */
/*.flash-clientarea-container
{
	position: relative;
	float: left;
	width: 770px;
	background-color: #FFFFFF;
	padding-left:10px;
}*/

.flash
{
	position: relative;
	float: left;
	left: 10px;
	width: 760px;
	height: 195px;
	background-color: #FF0000;
}

.clientarea
{
	position: relative;
	float: right;
	color: #ffffff;
	text-align: left;
	width: 140px;
	height: 175px;
	padding: 10px;
	background-color: #00457E;
	background-image: url(background-clientarea.jpg);
	background-repeat: repeat-x;
}
.clientarea a
{
	color: #ffffff;
}
.clientarea h1
{
	color: White;
}

/* Subpage Image Header */
.subpage-image
{
	position: relative;
	float: left;
	left: 10px;
	width: 760px;
}

/* Breadcrumb */
.breadcrumb-container
{
	position: relative;
	float: left;
	width: 770px;
	background-color: #FFFFFF;
}
.breadcrumb
{
	position: relative;
	float: left;
	left: 10px;
	width: 744px;
	padding: 8px;
	background-color: #ECF6FF;
}

/* Main content */
.maincontent-container
{
	position: relative;
	float: left;
	width: 770px;
	background-color: #FFFFFF;
	padding-top: 15px;
}
.leftpanel-centrepanel-container
{
	position: relative;
	float: left;
	left: 10px;
	width: 600px;
}
.rightpanel-container
{
	position: relative;
	float: right;
	width: 160px;
}

/* Left hand navigation */
.lefthand-navigation
{
	position: relative;
	float: left;
	width: 165px;
}
.lefthand-navigation ul
{
	position: relative;
	width: 165px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}
.lefthand-navigation li
{
	position: relative;
	float: left;
	width: 165px;
	border-bottom: 1px dotted #999999;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
}
.lefthand-navigation li.selected
{
	position: relative;
	float: left;
	border-bottom: 1px dotted #999999;
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	background-position: 1% 8px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
}
.lefthand-navigation a
{
	padding: 0px 0px 0px 15px;
	margin: 5px 0px 5px 0px;
}
.lefthand-navigation li ul
{
	position: relative;
	float: left;
	width: 165px;
	border-top: 1px dotted #999999;
	background-color: #E6F3FF;
	margin: 5px 0px -5px 0px;
	padding: 0px 0px 0px 0px;
}
.lefthand-navigation li ul li
{
	position: relative;
	float: left;
	width: 165px;
	margin: 0px 0px 0px 0px;
	border-bottom: 0px dotted #999999;
	padding: 5px 0px 5px 0px;
}
.lefthand-navigation li ul li.selected
{
	background-color: #0065B6;
	border-bottom: 0px dotted #999999;
	background-image: none;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
}
.lefthand-navigation li ul li.selected a
{
	color: #ffffff;
}

/* Newsletter signup */
.newsletter
{
	position: relative;
	float: left;
	width: 165px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.newsletter-link
{
	position: relative;
	float: left;
	padding: 10px;
	width: 145px;
	background-color: #ECF6FF;
}
.newsletter-link a
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* Centre column */
.centre-column-container
{
	position: relative;
	float: right;
	width: 415px;
	padding-right: 10px;
}

/* Latest news */
.latestnews
{
	position: relative;
	float: left;
	width: 160px;
	padding-bottom: 10px;
}
.latestnews ul
{
	position: relative;
	width: 160px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}
.latestnews li
{
	position: relative;
	float: left;
	width: 160px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
}
.latestnews li.viewall
{
	position: relative;
	float: left;
	width: 145px;
	background-image: url(../../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 1% 3px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
}

/* Welcome text */
.welcome-text
{
	position: relative;
	float: left;
	width: 415px;
}

/* Quick find drop down lists */
.quickfind-container
{
	position: relative;
	float: left;
	width: 415px;
	margin-top: 15px;
}
.quickfind-container-left
{
	position: relative;
	float: left;
	width: 200px;
}
.quickfind-container-right
{
	position: relative;
	float: right;
	width: 200px;
}
.quickfind-content
{
	position: relative;
	float: left;
	padding: 10px;
	width: 180px;
	background-color: #ECF6FF;
}
.quickfind-content select
{
	width: 180px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: "Lucida Sans Unicode" , "Lucida Grande" , "LucidaGrande" , "Lucida Sans" , "Geneva" , "Arial" , sans-serif;
	font-size: 100%;
}

/* Feature and Case study */
.features-container
{
	position: relative;
	float: left;
	width: 415px;
	margin-top: 10px;
	padding-bottom: 10px;
}
.feature-container-left
{
	position: relative;
	float: left;
	width: 200px;
}
.feature-container-right
{
	position: relative;
	float: right;
	width: 200px;
}
.feature-content
{
	position: relative;
	float: left;
	padding: 5px 0px 0px 0px;
	width: 200px;
	background-color: #ffffff;
}
.feature-content-link
{
	position: relative;
	float: left;
	padding: 10px;
	width: 180px;
	background-color: #ECF6FF;
}

/* Footer */
.footer-container
{
	position: relative;
	float: left;
	width: 770px;
	background-color: #FFFFFF;
	padding-bottom: 10px;
}
.footer
{
	position: relative;
	float: left;
	left: 10px;
	width: 744px;
	background-color: #ECF6FF;
	border-top: 3px solid #0065B6;
	padding: 8px;
	text-align: right;
}
.footer-logos
{
	position: relative;
	float: left;
	left: 10px;
	width: 760px;
	margin: 10px 0px 0px 0px;
	font-size: 1%;
}
.footer-logos ul
{
	position: relative;
	float: left;
	padding: 0px;
	margin: 0px;
	text-align: center;
	width: 760px;
}
.footer-logos ul li
{
	display: inline;
	list-style-type: none;
	margin: 0px 60px 0px 0px;
}
.footer-logos ul li.endright
{
	margin: 0px 0px 0px 0px;
}
.footer-logos img
{
	border: 0px solid #fff;
	vertical-align: middle;
}
.footer-text
{
	position: relative;
	float: left;
	width: 760px;
	text-align: center;
	padding-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
}

/* wysiwyg editor area */
.wysiwyg-container
{
	position: relative;
	float: left;
	width: 405px;
	padding: 0px 5px 10px 5px;
}
.wysiwyg-container ul
{
	position: relative;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	width: 405px;
	overflow: hidden;
}
.wysiwyg-container li
{
	position: relative;
	list-style-type: square;
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
}

/* testimonials */
.testimonial-container
{
	position: relative;
	float: left;
	width: 385px;
	padding: 10px;
	margin: 0px 0px 0px 0px;
	background-color: #ECF6FF;
}
.testimonial-container-alt
{
	position: relative;
	float: left;
	width: 385px;
	padding: 10px;
	margin: 0px 0px 0px 0px;
	background-color: #F4FAFF;
}
blockquote
{
	font-family: "Lucida Sans Unicode" , "Lucida Grande" , "LucidaGrande" , "Lucida Sans" , "Geneva" , "Arial" , sans-serif;
	font-size: 125%;
	line-height: 150%;
	font-weight: normal;
	color: #0065B6;
	margin: 0px;
	padding: 0px;
}

/* Related case studies */
.related-casetudy
{
	position: relative;
	float: left;
	width: 160px;
	padding-bottom: 20px;
}
.related-casetudy ul
{
	position: relative;
	width: 160px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}
.related-casetudy li
{
	position: relative;
	float: left;
	width: 160px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

/* Related solutions */
.related-solution
{
	position: relative;
	float: left;
	width: 160px;
	padding-bottom: 20px;
}
.related-solution ul
{
	position: relative;
	width: 160px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}
.related-solution li
{
	position: relative;
	background-image: url(../../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 1% 8px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
}
.related-solution a
{
	padding: 0px 0px 0px 15px;
	margin: 5px 0px 5px 0px;
}

/* Related feature */
.related-feature
{
	position: relative;
	float: left;
	width: 160px;
	padding-bottom: 20px;
}
.related-feature-content
{
	position: relative;
	float: left;
	padding: 5px 0px 5px 0px;
	width: 160px;
	background-color: #ffffff;
}
.related-feature-content-link
{
	position: relative;
	float: left;
	padding: 10px;
	width: 140px;
	background-color: #ECF6FF;
}

/* Article listing */
.article-list-dark
{
	position: relative;
	float: left;
	width: 385px;
	padding: 10px;
	margin: 0px 0px 0px 0px;
	background-color: #E6F3FF;
}
.article-list-light
{
	position: relative;
	float: left;
	width: 385px;
	padding: 10px;
	margin: 0px 0px 0px 0px;
	background-color: #F4FAFF;
}
.article-list
{
	position: relative;
	float: left;
	width: 385px;
	padding: 10px;
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
}

/* Menu listing */
.menu-listing
{
	position: relative;
	float: left;
	width: 405px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
.menu-listing-image
{
	position: relative;
	float: left;
	width: 100px;
}
.menu-listing-text
{
	position: relative;
	float: right;
	width: 295px;
}
.menu-listing-text a
{
	font-size: 125%;
}

/* Download box */
.downloadbox
{
	position: relative;
	float: left;
	padding: 0px 0px 10px 0px;
}
.downloadbox ul
{
	position: relative;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	width: 405px;
	overflow: hidden;
}
.downloadbox li
{
	position: relative;
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

/* Client area - added 12102007 */
.clientlogo
{
	position: absolute;
	width: 160px;
	height: 100px;
	top: 0px;
	right: 0px;
	background-color: #ffffff;
	z-index: 3;
}

/* Download boxes right hand panel - added 12102007 */
.client-download
{
	position: relative;
	float: left;
	width: 160px;
	padding-bottom: 20px;
}
.client-download ul
{
	position: relative;
	float: left;
	width: 160px;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}
.client-download li
{
	position: relative;
	float: left;
	width: 160px;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
}
.client-download a
{
	padding: 0px 0px 0px 5px;
	margin: 5px 0px 5px 0px;
}
.client-download-summary
{
	position: relative;
	float: left;
	background-color: #E6F3FF;
	width: 140px;
	padding: 10px;
}

/* Client logged in - added 12102007 */
.client-login
{
	position: relative;
	float: right;
	width: 560px;
	margin-top: 25px;
	background-color: white;
	text-align: right;
	color: #666666;
}
.client-login h1
{
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}


hr
{
	border: 1px dotted #999999;
}



/******************************************** classes added IP June 2010 **********************************************************/


/*----- Rotating image with tabs---------*/
#tabs
{
	height: 226px;
	float: left;
	position: relative;
}

#tab-content
{
	margin: 0;
	padding: 0;
	float: left;
}
.rotatorcontainer
{
	float: left;
	width: 760px;
	margin-top: 0px;
	position: relative;
	z-index: 0;
	padding-left: 10px;
	background-color: #FFFFFF;
}

#rotatorthumb a:focus
{
	outline: none;
}

#rotatorthumb a
{
	float: left;
	display: block;
	background-color: White;
}

#rotatorthumb a.activeSlide
{
	float: left;
	background-color: inherit;
}

#rotatorthumb a img
{
	filter: alpha(opacity=35);
	-moz-opacity: 0.35;
	-khtml-opacity: 0.35;
	opacity: 0.35;
	float: left;
	position: relative;
	background-color: White;
}

#rotatorthumb a.activeSlide img
{
	float: left;
	position: relative;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
}


.rotatornav
{
	float: left;
	width: 760px;
	padding-left: 0px;
	position: relative;
	margin: -26px 0px 0px 0px;
}
.rotatornav ul
{
	display: inline;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	position: relative;
	z-index: 9999;
	top: 190px;
	border-top: 1px solid #FFFFFF;
	height: 38px;
}
*html .rotatornav ul
{
	top: 195px;
}
.rotatornav ul li
{
	display: inline;
	list-style-type: none;
	width: 48px;
	float: left;
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-right: 1px solid #FFFFFF;
	height: 38px;
}

.ui-tabs .ui-tabs-hide
{
	display: none;
}
.ui-tabs-selected
{
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	-khtml-opacity: 1.00;
	opacity: 1.00;
	background-color: #000000;
}
.ui-tabs-selected img
{
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	-khtml-opacity: 1.00;
	opacity: 1.00;
	background-color: #000000;
}


.rotatorimagecontainer
{
	float: left;
	width: 760px;
	position: relative;
	z-index: 1;
}
.rotatorimage
{
	float: left;
	width: 760px;
	padding: 0px 0px 0px 0px;
	position: relative;
	z-index: 2;
}

.headlinetext
{
	z-index: 9998;
	width: 760px;
	margin: -188px 0px 0px 0px;
	padding: 05px 20px 05px 0;
	line-height: 230%;
}
.headlinetext p
{
	padding: 0px 8px 0px 8px;
	margin: 0px;
}
.headlinetextstyle
{
	display: inline;
	clear: both;
	margin-bottom: 2px;
	background-color: #0064B6;
	padding: 3px 5px 3px 5px;
	color: #FFFFFF;
	font-size: 1.3em;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.headlinetextstyle a
{
	color: #FFFFFF;
	text-decoration: underline;
}
.headlinetextstyle a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

.rotatorimage a
{
	color: #FFFFFF;
	text-decoration: underline;
}
.rotatorimage a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}
