html {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%; margin-bottom:1px;
}

/* HTML 5 styles */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}

a {
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

.left {
	float: left;
}

.right {
	float: right;
}

body {
	background: url(/images/bg.png) #EEEEEF top center no-repeat; color: #585759; 
}

#container {
	margin: 0 auto 0 auto;
	width: 983px;
	padding: 0 0 30px 0;
}

#footer-container {
	width: 100%;
	background-color: #fff;
}

#footer {
	margin: 0 auto 0;
	width: 983px;
	padding: 8px 0 15px 0;
	font-size: 1.2em;
	height:15px;
	color:#333333;
}

#footer p.left {
	margin: 0;
	float:left;
	width:305px;
	height:15px;
}

#footer p.right {
	margin: 0;
	float:right;
	width:395px;
	height:15px;
	position:relative;
	top:0px;
	text-align:right;
	font-size: 0.8em;
}

#footer p, #footer p a {
	color:#999999;
}

#header {
	position: relative;
	width: 983px;
	height: 174px;
}

#header img#logo {
	position: absolute;
	top: 20px;
	left: 0;
}

#top-nav {
	float: right;
	height: 23px;
	background: url(/images/top-menu-right.png) top right no-repeat;
	padding: 0 8px 0 0;
}

#top-nav li.first {
	background: url(/images/top-menu-left.png) top left no-repeat;
}

#top-nav li {
	float: left;
	height: 23px;
	padding: 0 8px 0 13px;
	line-height: 21px;
	font-size: 1.0em;
	background: url(/images/top-menu-bg.png) top left repeat-x;
}

#top-nav li a {
	color: #fff;
}

#search {
	clear: both;
	float: right;
	width: 260px;
	height: 20px;
	margin-top: 23px;
}

#search input {
	vertical-align: middle;
}

#search input#s {
	width: 180px;
	border: solid 1px #a3a5a3;
	height: 12px;
	margin-right: 3px;
	padding: 3px;
	color: #585759;
}

/*
old nav markup
#main-nav { position: absolute;
	width: 805px;
	height: 40px;
	top: 112px;
	right: 0; 
}
	
#main-nav ul {
	width: 801px;
	height: 37px;
	background: url(/images/nav-bg.gif) bottom left no-repeat;
}

#main-nav ul li {
	float: left;
	width: 160px;
	text-align: center;
	height: 37px;
	line-height: 37px;
	font-size: 1.8em;
	padding: 0; 
	color: #c0c0c0;
}

#main-nav ul li a { margin-top: 6px; width: 158px; height: 26px; background-position: 0 -26px; background-repeat: no-repeat; display: block; text-indent: -999em; outline: none; }
#main-nav ul li#nav-solutions a { background-image: url(/images/nav-solutions.gif); }
#main-nav ul li#nav-services a { background-image: url(/images/nav-services.gif); }
#main-nav ul li#nav-case-studies a { background-image: url(/images/nav-case-studies.gif); }
#main-nav ul li#nav-support a { background-image: url(/images/nav-support.gif); }
#main-nav ul li#nav-contact-us a { background-image: url(/images/nav-contact-us.gif); }

#main-nav ul li a:hover, #main-nav ul li.selected a, #main-nav ul li.selected a:hover { background-position: 0 0; }
*/

#main-nav { 
    overflow: hidden;
    padding-left: 5px;
    position: absolute;
    right: 0;
    top: 100px;
    width: 805px;
}
	
	object#main-nav{
		height:40px;
    	top: 112px;
   		width: 805px;
   		padding-left: 0;
	}
#main-nav .nav{
	padding: 0 5px;
	position: relative;
	margin-top: 20px;
}
#main-nav .nav ul{
	float:left;
	border:1px solid #bebebe;
	border-width: 0px 1px 0 1px;
	margin-top: 0px;
	overflow:visible; 
	width:795px;	
}
	#main-nav .nav ul li.backLava {
	    position:absolute; 
   	 	z-index:3; 
   	 	background:url("/images/nav-bg-highlight.png") no-repeat  0 0;
   	 	width:170px;
   	 	height:36px;
	    padding: 0;
	    border: none;
	    top:13px;
	    left:0px;
	    padding-left: 1px
	}
	#main-nav .nav ul li.selectedLava{
		top:13px;
	}
	#main-nav .nav ul li{
		background: url("/images/nav-bg-sprite.png") 0 0 no-repeat;
		display: block;
		height: 25px;
	    text-align: center;
	    width: 159px;	
	    float:left;
	    padding: 0px 0px 5px;
	    border-top:1px solid #bebebe;
	}
	#main-nav .nav ul li a{
		background: url("/images/nav-bg-a-sprite.png") 0 0 no-repeat;
	}
		#main-nav .nav ul li#nav-solutions,
		#main-nav .nav ul li#nav-solutions a{
			background-position: 0px 0px;
		}
			#main-nav .nav ul li#nav-solutions.selected a,
			#main-nav .nav ul li#nav-solutions:hover a{
				background-position: 0px -30px;
			}
		#main-nav .nav ul li#nav-services,
		#main-nav .nav ul li#nav-services a{
			background-position: -160px 0px;
		}
			#main-nav .nav ul li#nav-services.selected a,
			#main-nav .nav ul li#nav-services:hover a{
				background-position: -160px -30px;
			}
		#main-nav .nav ul li#nav-case-studies,
		#main-nav .nav ul li#nav-case-studies a{
			background-position: -320px 0px;
		}
			#main-nav .nav ul li#nav-case-studies.selected a,
			#main-nav .nav ul li#nav-case-studies:hover a{
				background-position: -320px -30px;
			}
		#main-nav .nav ul li#nav-developers,
		#main-nav .nav ul li#nav-developers a{
			background-position: -480px 0px; 
		}
			#main-nav .nav ul li#nav-developers.selected a,
			#main-nav .nav ul li#nav-developers:hover a{
				background-position: -480px -30px;
			}
		#main-nav .nav ul li#nav-contact-us,
		#main-nav .nav ul li#nav-contact-us a{
			background-position: -640px 0px;
		}
			#main-nav nav ul li#nav-contact-us.selected a,
			#main-nav nav ul li#nav-contact-us:hover a{
				background-position: -640px -30px;
			}
		
		#main-nav .nav ul li a{
			display: block;
			height: 25px;
			padding: 5px 0 0 0;
		    text-align: center;
		    width: 160px;
		   	z-index: 5;
			position:relative;
			color:#808080;
			font-size:1.3em;
			text-indent: -9999px;
		}


#content {
	width: 983px;
	overflow: hidden;
}

/* Carousel */
#video-tour{
	background: transparent;
	overflow:hidden;
	width:713px;
	height:266px;margin: 4px 0 0 2px;
	display:none;
}
#player{
	z-index: 1000;
	margin: 0;
	background: transparent !important;
	width: 723px !important;
	height: 278px;
}
	#player video{
		width:723px !important;
		height:auto !important;
		left:2px !important;
		background: transparent !important;
	}
	object#player{
	}
.carousel {
	float: left;
	width: 723px;
	height: 278px;
	position: relative; 
	background: url(/images/carousel-bg.png) top left no-repeat;
}

.carousel h2.mobile-technology {
	top: 25px; left: 25px; 
	color: #00678e;
	margin: 28px 0 9px 27px;
	width: 288px; height: 84px; 
	background: url(/images/h-mobile-technology.gif) 0 0 no-repeat;
	text-indent: -999em; 
}

.carousel p {
	width: 265px;
	font-size: 1.4em;
	color: #585759;
	margin: 0 0 10px 27px;
}

.carousel input, .carousel select {
	vertical-align: middle;
	color: #808080;	
}

.carousel select {
	border: solid 1px #A3A5A3;
	margin-right: 5px;
	width: 200px
}

.carousel select option {
	padding: 0 0 0 2px;
}

.carousel-left {
	position: absolute; 
	bottom: 75px; left: 25px; 
	width: 265px;
	padding: 105px 0 0 0;
}

#carousel-right {
	float: left;
	width: 405px;
	margin-top: 2px;
	margin-left: 290px; 
}

/* roundabout styles */
div#roundabout{
	width:713px;
	height:266px;
	float:left;
	visibility: hidden;
	top:-266px;
	position: absolute;
}
	div#roundabout div.intro{
		float:left;
		width: 40%;
		/*height:385px;*/
	}
	div#roundabout div.stage{
		float:right;
		width: 346px;
		height:266px;
		position: relative;
		overflow: visible;
		padding-top: 10px;
		margin-right: 45px
	}
		div#roundabout div.stage span{
			display: block;
			background: url("/images/roundabout-overlay.png") 0 0 no-repeat;
			width: 350px;
			height:225px;
			position: absolute;
			top:20px;
			left:9px;
			z-index: 1000;
		}
		div#roundabout div.stage a#previous,
		div#roundabout div.stage a#next{
			background: url("/images/roundabout-prev-next.png") 0 0 no-repeat;
			width:13px;
			height:44px;
			display: block;
			text-indent: -9999px;
			position: absolute;
			top:117px;
			left:0;
			outline: none;
			z-index: 100;
		}
			div#roundabout div.stage a#previous{
				background-position: 0 0;
				left:0px;
			}
			div#roundabout div.stage a#next{
				background-position: -13px 0;
				left:365px;
			}
			div#roundabout div.stage ul li img{
				border:2px solid #fff;
				margin-left: -2px;
				margin-top: 2%;
				width:100%;
				height: 100%;
				display: block;
			}
			div#roundabout div.stage a{
				outline: none;
			}
			
		div#roundabout div.stage ul li h3 a { display: block; font-size: 21px; width: 111px; height: 21px; background-position: 0 0; background-repeat: no-repeat; text-indent: -999em; }
		div#roundabout div.stage ul li h3.h-ps a { background-image: url(/images/h-public-sector.gif); }
		div#roundabout div.stage ul li h3.h-e a { background-image: url(/images/h-education.gif); }
		div#roundabout div.stage ul li h3.h-h a { background-image: url(/images/h-health.gif); }
		div#roundabout div.stage ul li h3.h-d a { background-image: url(/images/h-defence.gif); }
		div#roundabout div.stage ul li h3.h-t a { background-image: url(/images/h-transport.gif); }
		div#roundabout div.stage ul li h3.h-c a { background-image: url(/images/h-corporate.gif); }

		
.roundabout-holder  { padding: 0; height: 223px; width:205px;overflow:visible; margin: 0 55px 0 0;float:right;}
.roundabout-moveable-item {
  height: 217px;
  width: 201px;
  cursor: pointer;
  outline: none;
}
.roundabout-in-focus { cursor: auto; }


.non-flash-content { position: absolute; left: 331px; top: 30px; }

.non-flash-sector { float: left; width: 176px; margin-left: 8px; display: inline;  }
.non-flash-sector h3 a { display: block; font-size: 21px; width: 111px; height: 21px; background-position: 0 0; background-repeat: no-repeat; text-indent: -999em; }
.non-flash-sector h3.h-ps a { background-image: url(/images/h-public-sector.gif); }
.non-flash-sector h3.h-e a { background-image: url(/images/h-education.gif); }
.non-flash-sector h3.h-h a { background-image: url(/images/h-health.gif); }
.non-flash-sector h3.h-d a { background-image: url(/images/h-defence.gif); }
.non-flash-sector h3.h-t a { background-image: url(/images/h-transport.gif); }
.non-flash-sector h3.h-c a { background-image: url(/images/h-corporate.gif); }

.carousel #flash-object .non-flash-sector p { font-weight: bold; font-size: 10px; line-height: 13px; color: #585759; width: auto !important; margin: 0 0 18px; }ú
.non-flash-sector p a { color: #51a8c9; text-decoration: underline; }

.box-column {
	float: left;
	width: 164px;
	margin-top: 1px; 
}

.login-box {
	background: url(/images/login-box-bg.png) top left no-repeat;
}

.login-box label {
	float: left;
	clear: left;
	display: block;
	font-size: 0.9em;
	width: 40px;
	margin: 5px 10px 0 0;
	text-align: right;
	line-height: 20px;
	font-weight: bold;
}

.login-box input {
	float: left;
	display: block;
	width: 94px;
	border: solid 1px #9d9e9f;
	margin: 5px 0 0 0;
	height: 12px;
	padding: 3px;
}

.login-box #login-button {
	width: auto;
	height: auto;
	border: none;
	padding: 0;
	margin: 7px 0 0 50px;
}

.newswire-box {
	background: url(/images/newswire-box-bg.png) top left no-repeat;
}


#our-products {
	overflow: hidden;
	clear: both;
	position: relative;
	width: 982px;
	height: 194px;
	padding: 0;
	background: url(/images/our-products-bg.png) top left no-repeat;
}

#our-products h3 {
	background: url(/images/our-products.gif) no-repeat 0 0; width: 81px; height: 12px; text-indent: -999em; 
	margin: 13px 0 8px 14px;
}
#our-products #bc a.text { background: url(/images/product-bc.gif) 0 2px no-repeat; display: block; width: 240px; height: 21px; text-indent: -999em;}
#our-products #paging a.text { background: url(/images/product-paging.gif) 0 2px no-repeat; display: block; width: 240px; height: 21px; text-indent: -999em; }
#our-products #cis a.text { background: url(/images/product-customer.gif) 0 2px no-repeat; display: block; width: 240px; height: 21px; text-indent: -999em; }
#our-products #sms a.text { background: url(/images/product-sms.gif) 0 2px no-repeat; display: block; width: 240px; height: 21px; text-indent: -999em; }


li.product {
	float: left;
	width: 244px;
	margin: 5px 0 0 0;
	padding: 0; 
	text-align: center;
}
#our-products li{
	cursor: pointer;
}
li div.product-image { padding: 0 5px 0px 10px; height: 123px;}
li.in-view div.product-image a{
	 z-index: 5; /* 5 layers above all normal elements */
	 display:block;
	 height:119px;
	 position:relative;
	 cursor: pointer;
}

	#our-products ul li.backLava {
	    position:absolute; /* this is automatically added by lavaLamp, if not set, but let's set it for good practice */
   	 	z-index:3; /* 3 levels higher than all normal elements */
   	 	background:url("/images/product-li-backlava-bg.png") no-repeat  0 0;
   	 	width:253px;
   	 	height:166px;
	    padding: 0;
	    border: none;
	    top:13px;
	    left:0px;
	    padding-left: 1px
	}
	#our-products ul li.selectedLava{
		top:13px;
	}
	#our-products ul li span{
		display: block;
	    width: 245px;
	    z-index: 5; /* 5 layers above all normal elements */
		position:relative; /* allows us to set the z-index */	
	}

#discover {
	float: left;
	overflow: auto;
	margin: 10px 0 0 3px;
	padding: 0 0 0 15px;
	width: 700px;
	height: 387px;
	background: url(/images/discover-page-one-bg.png) top left no-repeat;
}

#discover h3 {
	font-size: 2.3em;
	margin: 20px 0 0 70px;
	padding-bottom: 2px;
	margin-bottom: 3px;
	border-bottom: solid 1px #e0e0e0;
	width: 600px;
}

#discover ul {
	float: left;
	width: 168px;
	margin: 12px 0 0 2px;
}


#discover ul li {
	font-size: 12px;
}

#discover ul li ul li a {
	margin: 0;
}

#discover ul ul {
	float: none;
	width: auto;
	margin: 0 0 10px 0;
}

#discover ul li a {
	display: block;
	background: url(/images/page-menu-header.png) top left no-repeat;
	padding: 0 0 0 30px;
	line-height: 27px;
	margin-top: 5px; 
	color: #747474;
	font-weight: bold;
}

#discover ul li ul li { 
	font-size: 11px;
	line-height: 15px; 
	background: url(/images/bullet.png) 0 1px no-repeat;
	padding: 2px 0 0 15px; margin: 2px 0; }

#discover ul li ul li a {
	background: none; 
	font-weight: normal;
	line-height: 15px;
	padding: 0; 
}
#discover ul li ul li ul li { padding-left: 4px; background: none; }
#discover ul li ul li ul { margin: 0; }

.page-list-column {
	float: left;
	width: 168px;
	margin: 10px 0 0 0;
}

.box-column-2 {
	float: left;
	position: relative;
	width: 240px;
	padding: 10px 0 0 10px;
	margin: 0 0 0 10px;
}

#event-pic {
	position: absolute;
	top: 132px;
	left: 0;
}

#fpbox2 { background: url(/images/knownow-panel-bg.gif) 0 0 no-repeat; }
#fpbox2 p { line-height: 12px; margin: 60px 0 0 115px; }

#fpbox9 { background: url(/images/knownow-panel-bg.gif) 0 0 no-repeat; }
#fpbox9 p { line-height: 12px; margin: 50px 15px 0 115px; }

#svcbox1 { background: url(/images/view-tutorial.gif) 0 0 no-repeat; }
#svcbox1 h3 { text-indent: -999em; }
#svcbox1 a img { margin-top: 1px; margin-left: 6px;}
#svcbox1 p { line-height: 12px; }

#fpbox4 { background: url(/images/janet-in-a-flash.gif) 0 0 no-repeat; }
#fpbox4 h3 { text-indent: -999em; }
#fpbox4 a img { margin-top: 1px; margin-left: 6px;}
#fpbox4 p { line-height: 12px; }

#fpbox5 { background: url(/images/connect-in-a-flash.gif) 0 0 no-repeat; }
#fpbox5 h3 { text-indent: -999em; }
#fpbox5 a img { margin-top: 1px; margin-left: 6px;}
#fpbox5 p { line-height: 12px; }

#fpbox6 { background: url(/images/flare-in-a-flash.gif) 0 0 no-repeat; }
#fpbox6 h3 { text-indent: -999em; }
#fpbox6 a img { margin-top: 1px; margin-left: 6px;}
#fpbox6 p { line-height: 12px; }

#fpbox7 { background: url(/images/contact-in-a-flash.gif) 0 0 no-repeat; }
#fpbox7 h3 { text-indent: -999em; }
#fpbox7 a img { margin-top: 1px; margin-left: 6px;}
#fpbox7 p { line-height: 12px; }

#fpbox8 { background: url(/images/mtpas-announce.gif) 0 0 no-repeat; }
#fpbox8 h3 { text-indent: -999em; }
#fpbox8 a img { margin-top: 1px; margin-left: 6px;}
#fpbox8 p { line-height: 12px; }

/* Boxes */

.box-a p, .box-b p, .box-c p {
	color: #585759;
}

.box-a p a, .box-b p a, .box-c p a {
	color: #66acca;
	font-weight: bold;
}

.box h3, .box-a h3, .box-b h3, .box-c h3, .box-d h3, .box-e h3, .box-janet h3, .box-connect2 h3, .box-paging h3 {
	font-size: 2.0em;
	padding-bottom: 2px;
	border-bottom: solid 1px #e0e0e0;
}


.box-a {
	float: left;
	width: 154px;
	height: 118px;
	margin: 0 0 11px 20px;
	padding: 12px 10px 0 75px;
}

.box-a h3 {
	width: 156px;
	margin-bottom: 3px;
}

.box-a p {
	line-height: 12px;
	margin: 6px 2px 4px 0 ;
	font-size: 1.05em;
}

.box-a p strong {
	font-weight: bold;
	color: #4b4b4c;
}

.box p a, .box-a p a, .box-janet p a, .box-connect2 p a, .box-flare p a, .box-contact p a, .box-paging p a {
	color: #51a8c9;
	text-decoration: underline;
	font-weight: bold;
}


.box-b {
	float: left;	
	width: 237px;
	height: 121px;
	margin: 0 0 9px 0;
	border: solid 1px #b9b9ba;
	background: url(/images/box-b-bg.png) #fff top left no-repeat;
}

.box p, .box-b p {
	font-size: 1.0em;
	line-height: 11px;
	margin: 5px 0 3px 14px;
}

.box-b a {
	color: #51a8c9;
	font-weight: bold;
}

.box-b h3 {
	margin: 10px 0 7px 14px;
	width: 210px;
}

#fpbox3 h3 {
	margin-bottom: 4px; 
}

.box-b .left-col-1 {
	float: left;
	width: 133px;
}

.box-b .right-col-1 {
	float: left;
	width: 96px;
	padding: 5px 0 0 0;
}

.box-b .left-col-2 {
	float: left;
	width: 123px;
}

.box-b .right-col-2 {
	float: left;
	width: 91px;
	margin: 0 0 0 10px;
	padding: 5px 0 0 0;
}

.box, .box-c, .box-d, .box-e, .box-janet, .box-connect2, .box-flare, .box-contact, .box-paging {
	float: left;	
	width: 237px;
	margin: 0 0 9px 0;
	padding: 0 0 10px 0;
	border: solid 1px #b9b9ba;
	background: url(/images/box-c-bg.png) #fff top left no-repeat;
}

.box h3, .box-c h3, .box-d h3, .box-e h3 {
	margin: 8px 0 10px 72px;
}

.box p, .box-c p, .box-d p, .box-e p {
	font-size: 1.2em;
	width: 160px;
	margin: 4px 0 0 65px;
}

.box p strong, .box-c p strong, .box-e p strong {
	color: #4b4b4c;
}

.box ul, .box-c ul, .box-e ul {
	margin: 0 8px 0 70px;
}

.box li, .box-c li, .box-e li {
	font-size: 1.2em;
	background: url(/images/bullet.png) top left no-repeat;
	padding: 0 0 0 15px;
	margin: 0 0 5px 0;
}

.box a, .box-c li a, .box-e li a {
	color: #585759;
}

.box-d {
	background: url(/images/box-d-bg.png) #fff top left no-repeat;
}

.box-d h3 {
	width: 168px;
}

.box-d h4 {
	margin: 3px 0 0 65px;
	font-size: 1.2em;
	color: #585759;
}

.box-d ul {
	margin: 0 0 0 65px;
	font-size: 1.2em;
	color: #585759;
}

.box-d a {
	color: #66acca;
	text-decoration: underline;
	font-weight: bold;
}

.box-e { background: url(/images/box-e-bg.png) #fff top left no-repeat; }

.box-calendar { background: url(/images/box-calendar.gif) #fff top left no-repeat; }
.box-compass { background: url(/images/box-compass.gif) #fff top left no-repeat; }
.box-envelope { background: url(/images/box-envelope.gif) #fff top left no-repeat; }
.box-folder { background: url(/images/box-folder.gif) #fff top left no-repeat; }
.box-folders { background: url(/images/box-folders.gif) #fff top left no-repeat; }
.box-globe { background: url(/images/box-globe.gif) #fff top left no-repeat; }
.box-harddrive { background: url(/images/box-harddrive.gif) #fff top left no-repeat; }
.box-info { background: url(/images/box-info.gif) #fff top left no-repeat; }
.box-laptop { background: url(/images/box-laptop.gif) #fff top left no-repeat; }
.box-lightbulb { background: url(/images/box-lightbulb.gif) #fff top left no-repeat; }
.box-mast { background: url(/images/box-mast.gif) #fff top left no-repeat; }
.box-radar { background: url(/images/box-radar.gif) #fff top left no-repeat; }
.box-rss { background: url(/images/box-rss.gif) #fff top left no-repeat; }
.box-sms { background: url(/images/box-sms.gif) #fff top left no-repeat; }
.box-stamp { background: url(/images/box-stamp.gif) #fff top left no-repeat; }
.box-warning { background: url(/images/box-warning.gif) #fff top left no-repeat; }

.box-janet {
	background: url(/images/box-janet-bg.png) #fff top left no-repeat;
}

.box-connect2 {
	background: url(/images/box-connect2-bg.gif) #fff top left no-repeat;
}

.box-flare {
	background: url(/images/box-flare-bg.gif) #fff top left no-repeat;
}

.box-contact {
	background: url(/images/box-contact-bg.gif) #fff top left no-repeat;
}

.box-paging {
	background: url(/images/box-paging-bg.gif) #fff top left no-repeat;
}

.box-connect2 h3 {
	background: url(/images/connect2-heading.gif) #fff top left no-repeat;
	text-indent: -9999em;
}

.box-flare h3 {
	background: url(/images/flare-heading.gif) #fff top left no-repeat;
	text-indent: -9999em;
	width: 219px;
	height: 25px;
}

.box-contact h3 {
	background: url(/images/contact-heading.gif) #fff top left no-repeat;
	text-indent: -9999em;
	width: 218px;
	height: 25px;
}

.box-paging h3 {
	background: url(/images/paging-heading.gif) #fff top left no-repeat;
	text-indent: -9999em;
	width: 222px;
	height: 25px;
}


.box-janet h3, .box-connect2 h3, .box-flare h3, .box-contact h3, .box-paging h3 {
	margin: 120px 0 0 15px;
	width: 215px;
	border: none;
}

.box-janet p, .box-connect2 p, .box-flare p, .box-contact p, .box-paging p {
	font-size: 1.2em;
	width: 215px;
	margin: 4px 0 20px 15px;
	color: #585759;
}



#static-box-1 {
	background: url(/images/static-box-1.jpg) center center no-repeat;
}
#static-box-2 {
	background: url(/images/static-box-2.jpg) center center no-repeat;
}
#static-box-3 {
	background: url(/images/static-box-3.jpg) center center no-repeat;
}
#static-box-4 {
	background: url(/images/static-box-4.jpg) center center no-repeat;
}
#static-box-5 {
	background: url(/images/static-box-5.jpg) center center no-repeat;
}
#static-box-6 {
	background: url(/images/static-box-6.jpg) center center no-repeat;
}
#static-box-11 {
	background: url(/images/static-box-11.jpg) center center no-repeat;
}
#static-box-12 {
	background: url(/images/static-box-12.jpg) center center no-repeat;
}
#static-box-13 {
	background: url(/images/static-box-13.jpg) center center no-repeat;
}
#static-box-14 {
	background: url(/images/static-box-14.jpg) center center no-repeat;
}
.static {
	float: left;
	margin-bottom: 12px;
}

.static p {
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 20px 0 0 20px;
}

.static p a {
	text-decoration: underline;
}

.about-page-one {
	background: url(/images/about-page-one-bg.png) top left no-repeat;
}


/* Left Column */

#left-column {
	float: left;
	width: 163px;
	margin: 2px 0 0 0;
	padding: 0 0 0 4px;
}

#sub-menu {
	width: 151px;
	border-top: solid 1px #bfbfbf;
}

#sub-menu li {
	width: 151px;
	color: #808080;
	font-size: 1.1em;
	background: url(/images/sub-menu-bottom.gif) top left no-repeat;
	padding-top: 1px;
}

#sub-menu li a {
	display: block;
	width: 135px;
	padding: 6px 8px;
	text-decoration: none;
	color: #808080;
	background: url(/images/sub-menu-a-bg.gif) 0% bottom no-repeat;
}

#sub-menu li a:hover, #sub-menu li.current_page_item a, #sub-menu li.current_page_ancestor a {
	background-position: -151px bottom;
	color: #fff;
}

.login-box-sml {
	overflow: auto;
	clear: both;
	width: 151px;
	height: 145px;
	margin: 13px 0 0 0;
	background: url(/images/login-box-sml-bg.png) top left no-repeat;
}

	#sub-menu li ul {
		border-bottom: solid 1px #bfbfbf;
		margin: 0;
		width: 151px;
	}
	
	#sub-menu li ul li a {
		display: block;
		width: 132px;
		background: url(/images/bullet-grey.png) 7px 4px no-repeat;
		line-height: normal;
		padding: 3px 0 3px 19px;
		min-height: 0;
		font-size: 11px; 
	}

	#sub-menu li ul	{ display: none; }
	#sub-menu li.current_page_item ul, 	#sub-menu li.current_page_ancestor ul { display: block !important;  }
	
	#sub-menu li.current_page_item ul li a,
	#sub-menu li.current_page_ancestor ul li a,
	#sub-menu li ul li.current_page_item a {
		font-weight: normal;
		color: #808080;
		background: url(/images/bullet-grey.png) 7px 4px no-repeat; 
		display: block; 
	}
	
	 #sub-menu li ul li.current_page_item a,  #sub-menu li ul li a:hover { color: #333; background: url(/images/bullet-grey.png) 7px 4px no-repeat; cursor: pointer;
}

.login-box-sml form {
	float: left;
	width: 151px;
}

.login-box-sml h3 {
	font-size: 1.7em;
	margin: 12px 3px 12px 48px;
	width: 98px;
	padding-bottom: 4px;
	border-bottom: solid 1px #e0e0e0;
}

.login-box-sml label {
	float: left;
	clear: left;
	display: block;
	font-size: 0.9em;
	width: 46px;
	margin: 5px 6px 0 10px;
	text-align: right;
	line-height: 20px;
	font-weight: bold;
}

.login-box-sml input {
	float: left;
	display: block;
	width: 70px;
	border: solid 1px #9d9e9f;
	margin: 5px 0 0 0;
	height: 12px;
	padding: 3px;
}

.login-box-sml #login-button {
	width: 66px;
	height: 21px;
	border: none;
	padding: 0;
	margin: 9px 0 0 60px;
}


#main-column {
	float: left;
	width: 816px;
}

.flash-panel {
	position: relative;
	overflow: auto;
	width: 802px;
	height: 276px;
	margin: 0 0 10px 14px;
}

.flash-panel h1 {
	font-size: 4.3em;
	color: #00678e;
	width: 450px;
	margin: 30px 0 15px 30px;
	line-height: 1.0em;
}

.flash-panel p {
	font-size: 1.3em;
	color:#585759;
	width: 340px;
	margin: 0 0 8px 30px;
	line-height: 1.25;
}

.flash-panel p a { color: #585759; }
.flash-panel p a:hover { color: #666; }

#newswire-flash-panel h1 {
	font-size: 6.0em;
	margin: 30px 0 30px 30px;
}

.flash-panel .action-bar {
	position: absolute;
	bottom: 20px;
	left: 0;
}

.flash-panel .action-bar p {
	color: #585759;
	float: left;
	width: 110px;
	font-size: 1.0em;
	vertical-align: middle;
}

.flash-panel .action-bar p img {
	vertical-align: middle;
}

.flash-panel .action-bar p a {
	color: #585759;
	text-decoration: underline;
}

#flare-flash-panel {
	background: url(/images/flare-panel-bg.jpg) top left no-repeat;
}

#contactproduct-flash-panel {
	background: url(/images/contactproduct-panel-bg.jpg) top left no-repeat;
}

#voice-flash-panel {
	background: url(/images/voice-panel-bg.jpg) top left no-repeat;
}

#connect2-flash-panel {
	background: url(/images/connect2-panel-bg.jpg) top left no-repeat;
}

#connect2-flash-panel h1 {
	width: 390px;
}

#contactproduct-flash-panel {
	background: url(/images/contactproduct-panel-bg.jpg) top left no-repeat;
}

#flare-flash-panel {
	background: url(/images/flare-panel-bg.jpg) top left no-repeat;
}

#pageonepaging-flash-panel {
	background: url(/images/pageonepaging-panel-bg.jpg) top left no-repeat;
}

#pageonepaging-flash-panel h1 {
	width: 380px;
}

#responder-flash-panel {
	background: url(/images/responder-panel-bg.jpg) top left no-repeat;
}

#services-flash-panel {
	background: url(/images/services-panel-bg.jpg) top left no-repeat;
}

#support-flash-panel {
	background: url(/images/support-panel-bg.jpg) top left no-repeat;
	overflow: hidden;
}

.developer #support-flash-panel {
	background: url(/images/support-panel-bg.jpg) top left no-repeat;
	height:291px;
	overflow: visible;
}
			#support-flash-panel a#closer{
				position: absolute;
				top:19px;
				right:10px;
				background:#d2d2d2 url("/images/closer-a-bg.gif") 0 0 no-repeat;
				width: 60px;
				height:15px;
				display: block;
				text-indent: -9999px;
			}
#support-flash-panel #accordian-wrapper{
	background:#FFF;
    font-size: 1em;
    overflow: hidden;
    border: 1px solid #bbbbbc;
    width: 800px;
    height:275px;
    float:left;
    padding: 8px 0;
    position: relative;
}
	#support-flash-panel #accordian-container{
		width: 789px;
	    overflow: hidden;
	    float:left;
	    height:275px;
		background:#FFF;
	    position: relative;
	}
	/*#support-flash-panel #accordian-wrapper.active{
		background:#d2d2d2 url("/images/expandable-wrapper-bg.gif") 35px top repeat-y;
	}*/
#support-flash-panel ul.accordian{
	float:left;
	overflow: visible;
	width:auto;
    height:275px;
    width: 791px;
    margin-right: 0px;
    background:#fff url("/images/ul-accordian-bg.gif") left center no-repeat;
}
#support-flash-panel ul.accordian li{
	/*float:right;
	height:275px;
	margin:0 0 0 -3px;
	overflow:visible;
	padding:0;
	position:relative;
	width:35px;
	z-index:2;
	font-size:1em;*/
	
	float:right;
	height:275px;
	margin:0 0 0 0;
	overflow:visible;
	padding:0;
	position:absolute;
	width:727px;
	z-index:6;
	font-size:1em;
}
#support-flash-panel ul.accordian li.item-01{left:684px;}
#support-flash-panel ul.accordian li.item-02{left:719px;}
#support-flash-panel ul.accordian li.item-03{left:754px;}

#support-flash-panel ul.accordian li.item-01.active{left:3px;}
#support-flash-panel ul.accordian li.item-02.active{left:38px;}
#support-flash-panel ul.accordian li.item-03.active{left:73px;}

	#support-flash-panel ul.accordian li:hover h3{
		color:#F8A41A;
	}
	#support-flash-panel ul.accordian li.active{
		width:721px;
		z-index: 3;
		background-color: #FFF;
	}
	#support-flash-panel ul.accordian li.animating{
		max-width:721px;
		background-color: #FFF;
		z-index: 4;
	}
	#support-flash-panel ul.accordian li.ontop{
		z-index: 27;
	}
	#support-flash-panel ul.accordian li div.title:hover{
		cursor: pointer;
	}
	#support-flash-panel ul.accordian li div.title{
		top:0;
		left:0;
		position:absolute;
		width:35px;
		height:265px;
		z-index: 2;
		background-color:#479cd1;
		padding: 5px 0px 5px 0;	
		color: #FFFFFF;
	    text-indent: -9999px;
	    background-image:url("/images/expandable-li-off-sprite.gif");
		background-position: left center;
		background-repeat: no-repeat;
	}
		/* none web-kit */
		.no-cssanimations #support-flash-panel ul.accordian li div.title img{
			left: 0px;
		    position: absolute;
		    top: 16px;
		    z-index: 1;
		}
		
		/* web-kit */
		.cssanimations #support-flash-panel ul.accordian li div.title .tmp-animation{
		    background-image:url("/images/expandable-li-item-animated-bg.gif");
		    width:32px;
		    height:22px;
		    position: relative;
		    z-index: 1;
		}
		.cssanimations #support-flash-panel ul.accordian li.item-01 div.title .tmp-animation{
			background-position: 0 0;
		}
		.cssanimations #support-flash-panel ul.accordian li.item-02 div.title .tmp-animation{
			background-position: -35px 0;
		}
		.cssanimations #support-flash-panel ul.accordian li.item-03 div.title .tmp-animation{
			background-position: -70px 0;
		}
		.cssanimations #support-flash-panel ul.accordian li div.title .tmp-animation img{
			left: 5px;
		    position: absolute;
		    top: 0px;
		    z-index: 1;
			-webkit-animation-name: waving;
			-webkit-animation-delay: 0.2s;
			-webkit-animation-duration: 0.2s;
			-webkit-animation-iteration-count: 3;
			-webkit-animation-direction: forward;
			-webkit-animation-timing-function: ease-in-out;
		}
		.cssanimations #support-flash-panel ul.accordian li.item-01 div.title .tmp-animation img{
			-webkit-animation-delay: 0.2s;
		}
		.cssanimations #support-flash-panel ul.accordian li.item-02 div.title .tmp-animation img{
			-webkit-animation-delay: 1.4s;
		}
		.cssanimations #support-flash-panel ul.accordian li.item-03 div.title .tmp-animation img{
			-webkit-animation-delay: 2.3s;
		}
		@-webkit-keyframes waving{
			0%{
				-webkit-transform: translateX(0px);
			}
			5%{
				-webkit-transform: translateX(-1px);
			}
			10%{
				-webkit-transform: translateX(-2px);
			}
			20%{
				-webkit-transform: translateX(-3px);
			}
			30%{
				-webkit-transform: translateX(-2px);
			}
			40%{
				-webkit-transform: translateX(-1px);
			}
			50%{
				-webkit-transform: translateX(0px);
			}
			60%{
				-webkit-transform: translateX(1px);
			}
			70%{
				-webkit-transform: translateX(2px);
			}
			80%{
				-webkit-transform: translateX(3px);
			}
			90%{
				-webkit-transform: translateX(2px);
			}
			95%{
				-webkit-transform: translateX(1px);
			}
			100%{
				-webkit-transform: translateX(0px);
			}
		}

		
		.cssanimations #support-flash-panel ul.accordian li.item-01 div.title .tmp-animation img{
			left:3px;
		}
		#support-flash-panel ul.accordian li.active div.title{
	   		background-image:url("/images/expandable-li-active-sprite.gif");			
		}
		#support-flash-panel ul.accordian li.animating div.title,
		#support-flash-panel ul.accordian li.ontop div.title{
			width:35px;
	   		background-image:url("/images/expandable-li-active-sprite.gif");
		}

			#support-flash-panel ul.accordian li.item-01 div.title{
				/*background-image:url("/images/expandable-li-01-a.gif");*/
				background-position: 0 0;
				background-color: #278ac8;
			}
				#support-flash-panel ul.accordian li.item-01:hover div.title{
					background-position: 0 -275px;
				}
				#support-flash-panel ul.accordian li.active.item-01 div.title{
					background-position: 0 0;
				}
					#support-flash-panel ul.accordian li.active.item-01 div.title:hover{
						background-position: 0 -1375px;
					}
				#support-flash-panel ul.accordian li.ontop.item-01 div.title{
					background-position: 0 -275px;
				}
					#support-flash-panel ul.accordian li.ontop.item-01 div.title:hover{
						background-position: 0 -825px;
					}
				#support-flash-panel ul.accordian li.item-01.closed .title div.closed{
					background-image:url("/images/ul-accordian-li-first-span-closed.gif");
					height:275px;
					width:7px;
					position: absolute;
					display: block;
					left:-4px;
					top:0;
					z-index: 2
				}
			#support-flash-panel ul.accordian li.item-02 div.title{
				/*background-image:url("/images/expandable-li-02-a.gif");*/				
				background-position: -35px 0;
				background-color: #1cc6f5;
			}
				#support-flash-panel ul.accordian li.item-02:hover	div.title{
					background-position: -35px -550px;
				}
				#support-flash-panel ul.accordian li.active.item-02 div.title{
					background-position: -35px 0;
				}
					#support-flash-panel ul.accordian li.active.item-02 div.title:hover{
						background-position: -35px -1375px;
					}
				#support-flash-panel ul.accordian li.ontop.item-02 div.title{
					background-position: -35px -550px;
				}
					#support-flash-panel ul.accordian li.ontop.item-02 div.title:hover{
						background-position: -35px -1100px;
					}	
			#support-flash-panel ul.accordian li.item-03 div.title{
				/*background-image:url("/images/expandable-li-03-a.gif");*/						
				background-position: -70px 0;
				background-color: #25a3b2;
			}
				#support-flash-panel ul.accordian li.item-03:hover	div.title{
					background-position: -70px -825px;
				}
				#support-flash-panel ul.accordian li.active.item-03 div.title{
					background-position: -70px 0;
				}
					#support-flash-panel ul.accordian li.active.item-03 div.title:hover{
						background-position: -70px -1375px;
					}
				#support-flash-panel ul.accordian li.ontop.item-03 div.title{
					background-position: -70px 0;
				}
					#support-flash-panel ul.accordian li.ontop.item-03 div.title:hover{
						background-position: -70px -1375px;
					}
	#support-flash-panel ul.accordian li div.content{
		overflow: visible;
		position:relative;
		left:37px;
		width:683px;
		z-index: 1;
		visibility: hidden;
		padding-left: 0px;
		padding-top: 7px;
		background:#fff url("/images/ul-accordian-li.gif") center right no-repeat;
	}
		#support-flash-panel ul.accordian li.item-03 div.content{
			width:678px;
		}
	#support-flash-panel ul.accordian li.animating{
		margin-right: 2px;
	}
	#support-flash-panel ul.accordian > li .content span{
		background-image:url("/images/ul-accordian-li-right.png");
		height:275px;
		width:4px;
		position: absolute;
		display: block;
		right:-4px;
		top:0;
	}
		#support-flash-panel ul.accordian li .content h2.fontreplace span,
		#support-flash-panel ul.accordian li .content h2.fontreplace span.cufon,
		#support-flash-panel ul.accordian li .content h2.fontreplace span.cufon-alt, 
		#support-flash-panel ul.accordian li .content h2.fontreplace span.cufon-canvas, 
		#support-flash-panel ul.accordian li .content h2.fontreplace span.cufon-vml-canvas{
			background: none;
			background-image: none;
			height: auto;
			width: auto;
			position: relative;
			right:auto;
			top:auto;
			display: inline-block;
			font-size: 0px
			border:1px solid #000;
		}
		
		.canvas #support-flash-panel ul.accordian li .content h2.fontreplace span.cufon-alt{
			display: none;
		}
		#support-flash-panel ul.accordian li.active div.content{
			top:0px;
			visibility: visible;
			font-size:1em;
			min-height:268px !important;
			height:268px;
		}
		#support-flash-panel ul.accordian li li{
			width:184px;
			height:199px;
			padding: 10px 20px;
			position: relative;
			background:#f0f0f0 url("/images/expandable-li-active-li.gif") 0 0 repeat-y;
			-moz-border-radius:0 5px 5px 0; 
			-webkit-border-radius:0 5px 5px 0; 
			-o-border-radius:0 5px 5px 0; 
			float:left;
		}
			#support-flash-panel ul.accordian li.active li:hover{
				background: url("/images/expandable-li-active-li-selected.gif") 0 0 repeat-y;
			}
		#support-flash-panel ul.accordian li div.content h2{
			color:#137fc3;
			font-size: 30px;
			margin-left: 18px;
			margin-bottom: 12px;
		}
		#support-flash-panel ul.accordian li div.content h3{
			color:#00678e;
			font-size: 16px;
			margin-bottom: 19px;
		}
		#support-flash-panel ul.accordian li div.content p{
			color:#666;
			float:left;
			clear: both;
			font-size:1.1em;
			line-height:1.3em;
			margin: 0;
			width: auto;
		}
		#support-flash-panel ul.accordian li div.content p.img{
			float:left;
		}
			#support-flash-panel ul.accordian li div.content p.img img{
				border:none;
			}
		#support-flash-panel ul.accordian li p a{
			color:#3994cd;
			width:200px;
			position: absolute;
			bottom:10px;
			left:22px;
		}
			#support-flash-panel ul.accordian li p a:hover{
				text-decoration: underline;
			}
#contact-flash-panel {
	background: url(/images/contact-panel-bg.jpg) top left no-repeat;
}

#casestudies-flash-panel {
	background: url(/images/casestudies-panel-bg.jpg) top left no-repeat;
}

#services-flash-panel {
	background: url(/images/services-panel-bg.jpg) top left no-repeat;
}

#solutions-flash-panel {
	background: url(/images/solutions-panel-bg.jpg) top left no-repeat;
}
#solutions-flash-panel h1 { width: 350px; }

#newswire-flash-panel {
	background: url(/images/newswire-flash-panel-bg.jpg) top left no-repeat;
}

#login-flash-panel {
	background: url(/images/login-flash-panel-bg.jpg) top left no-repeat;
}

	#login-flash-panel p {
		margin-top: 10px;
	}

#janet-flash-panel {
	background: url(/images/janet-flash-panel-bg.jpg) top left no-repeat;
}

#trial-flash-panel {
	background: url(/images/trial-flash-panel-bg.jpg) top left no-repeat;
}

#sector-corporate-flash-panel {
	background: url(/images/flash-panel-corporate.jpg) top left no-repeat;
}
#sector-defence-flash-panel {
	background: url(/images/flash-panel-defence.jpg) top left no-repeat;
}
#sector-education-flash-panel {
	background: url(/images/flash-panel-education.jpg) top left no-repeat;
}
#sector-health-flash-panel {
	background: url(/images/flash-panel-health.jpg) top left no-repeat;
}
#sector-public-flash-panel {
	background: url(/images/flash-panel-public-sector.jpg) top left no-repeat;
}
#sector-transport-flash-panel {
	background: url(/images/flash-panel-transport.jpg) top left no-repeat;
}
#web-accounts-flash-panel {
	background: url(/images/flash-panel-webaccounts.jpg) top left no-repeat;
}


#trial-flash-panel h1 {
	font-size: 5.3em;
}

#trial-flash-panel p {
	margin: 55px 0 0 180px;
	width: 229px;
}


#login-flash-panel form {
	display: block;
	margin: 5px 0 0 30px;
}

#login-flash-panel .login-form-row {
	float: left;
	clear: both;
	width: 280px;
}

#login-flash-panel label {
	float: left;
	clear: left;
	display: block;
	font-size: 10.5px;
	width: 63px;
	margin: 5px 5px 0 0;
	text-align: left;
	line-height: 20px;
	font-weight: bold;
	color: #9b9b9b;
}

#login-flash-panel input {
	float: left;
	display: block;
	width: 195px;
	border: solid 1px #9d9e9f;
	margin: 5px 0 0 0;
	height: 12px;
	padding: 3px;
}

#login-flash-panel #login-button, #login-flash-panel #signup-button {
	float: left;
	clear: both;
	width: auto;
	height: auto;
	border: none;
	padding: 0;
	margin: 8px 0 0 0px;
}

#login-flash-panel #signup-button {
	margin-top: 4px;
}

#login-flash-panel .action-bar {
	bottom: 13px;
}

#login-flash-panel .action-bar p {
	clear: both;
	margin: 0 0 3px 30px;
	width: 400px;
}


#thanks-flash-panel {
	background: url(/images/thanks-panel-bg.jpg) top left no-repeat;
}

span.forgotten-link {
	color: #66acca;
	font-size: 10.5px;
	font-weight: bold;
	text-decoration: underline;
}


.page {
	overflow: auto;
	width: 767px;
	border: solid 1px #bcbcbd;
	margin: 0 0 0 17px;
	padding: 0 0 45px 30px;
	background-color: #fff;
}

.page-left-col {
	float: left;
	width: 494px;
	margin-top: 30px;
}

.casestudy .page-left-col { width: 751px; }
.casestudy .page-left-col h2 { width: 751px; clear: both; }
.casestudy img {padding-top:15px;}
.page-left-col h1 {
	clear: both;
	font-size: 4.3em;
	color: #00678e;
	line-height: 1.0em;
	margin: 0 0 35px 0;
}

.page-left-col h2 {
	font-size: 2.0em;
	color: #00678e;
	font-weight: bold;
	border-bottom: dotted 1px #b4b4b4;
	padding: 0 0 4px 0;
	margin: 0 0 10px 0;
}

.page-left-col h3 { font-size: 1.4em; font-weight: bold; margin: 0 0 3px; color: #00678e;}

.page-left-col h4 { font-size: 1.3em; font-weight: bold; margin: 0 0 3px; color: #00678e;}


.page-left-col p {
	color: #585759;
	font-size: 1.3em;
	margin: 0 0 20px 0;
}

.page-left-col p a {
	color: #66acca;
	font-weight: bold;
	text-decoration: underline;
}

.page-left-col p em {
	color: #00678e;
	font-style: normal;
}

.page-left-col .action-bar {
	float: left;
	clear: both;
	width: 494px;
	margin: 20px 0 0 0;
	padding-top: 20px;
	border-top :1px dotted #B4B4B4;
}

.page-left-col  .action-bar p {
	color: #585759;
	float: left;
	width: 180px;
	font-size: 1.0em;
	vertical-align: middle;
	margin: 0; 
}

.page-left-col .action-bar p img {
	vertical-align: middle;
}

.page-left-col  .action-bar p a {
	color: #585759;
	text-decoration: underline;
}

#events-page, #sitemap-page {
	width: 700px;
}

#janet-flash-demo {
	width: 737px;
	margin: 10px 0 0 0;
}

#janet-flash-demo select {
	float: right;
	margin: 0 0 10px 0;
	font-size: 1.1em;
}

#janet-flash-demo h1 {
	font-size: 4.3em;
	color: #00678e;
	width: 450px;
	margin: 30px 0 10px 0px;
	line-height: 1.0em;
}

.entry ul li ul li {
	margin-left:20px;
}

.lists {
	width: 472px;
	overflow: auto;
}

.list {
	float: left;
	width: 226px;
	margin: 0 10px 10px 0;
}

.list h3 {
	font-size: 2.0em;
	color: #00678e;
	width: 226px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.list ul li, .page-left-col ul li {
	background: url(/images/bullet.png) top left no-repeat;
	padding: 0 0 0 15px;
	margin: 0 0 3px 0;
	font-size: 1.3em;
	color: #585759;
}

.list ul li, .page-left-col ul li a,
.page-left-col ol li a {
	color: #66ACCA;
	font-weight: bold;
}

.page-left-col ul, .page-left-col ol {
	margin: 0 10px 0 0;
	padding-bottom: 20px;
}
.page-left-col ul ul {
	margin: 0 10px 0 30px;
	padding: 5px 0 5px 0;
	font-size: 1.0em;
}

.page-left-col ol li {
	list-style-type: decimal;
	padding: 0;
	margin: 0 0 3px 0;
	font-size: 1.3em;
	color: #585759;
	list-style-position: inside;
}

.page-right-col {
	float: left;
	width: 237px;
	margin: 16px 0 0 20px;
}

.nopanel .page-right-col {
	float: left;
	width: 237px;
	margin: 50px 0 0 20px;
}

.post {
	overflow: auto;
	margin: 20px 0 0 0;
}
.post .action-bar { border-top: 0; padding-top: 0; margin-top: 0; }

.post p.date {
	font-weight: bold;
	margin: 0 0 2px 0;
	font-size: 1.3em;
}

.post h2.title {
	font-size: 2.0em;
	margin: 0 0 20px 0;
}

.post h2.title a {
	color: #00678e;
}

.post .entry p a {
	text-decoration: none;
	color: #00678e;
}

#events-page .entry {
	float: left;
	width: 440px;
}

#events-page .entry-image {
	float: right;
	width: 237px;
	height: 121px;
	background: url(/images/box-b-bg.png) top left no-repeat;
	border: solid 1px #B9B9BA;
}

#events-page .post h2.title {
	font-size: 2.0em;
	margin: 0 0 10px 0;
}

.page-left-col .post .action-bar {
	margin-top: 0px;
} 

.post .action-bar p {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 4px;
	color: #66acca;
}

.post .action-bar p a {
	color: #66acca;
}

#trial-form, #contact-form {
	font-size: 1.1em;
	color: #828181;
	margin: 20px 0 0 -5px; 
}

#trial-form .form-row, #contact-form .form-row {
	float: left;
	clear: both;
	width: 490px;
	margin: 0 0 6px 0;
}

.form-rowb {
	position:relative;
	left:110px;
	font-weight:bold;
	visibility:hidden;
}
#special {
	visibility:hidden;
}

#trial-form label, #contact-form label {
	float: left;
	width: 173px;
	display: block;
	height: 15px;
	line-height: 15px;
}


#trial-form input, #contact-form input {
	float: left;
	height: 15px;
}

#excel-form {
	position:relative;
	float:left;
	font-size: 1.1em;
	color: #828181;
	margin:0;
}

#excel-form .form-row {
	float: left;
	clear: both;
	width: 300px;
	margin: 0 0 6px 0;
}

#excel-form label {
	position:relative;
	float: left;
	padding: 0 0 0 30px;
	width: 140px;
	height: 20px;
	line-height: 20px;
}


#excel-form input {
float: right;
}

#trial-form input[type="text"], #trial-form select,
#contact-form input[type="text"], #contact-form select {
	width: 284px;
}

#contact-form2 input[type="text"], #contact-form2 select {
	width: 140px;
}

#contact-form textarea {
	width: 284px;
	height: 100px;
}

#trial-form label.wide, #contact-form label.wide {
	width: 279px;
}

#trial-form input.submit, #contact-form input.submit {
	margin: 10px 0 0 0;
	width: 66px;
	height: 21px;
}

#trial-form h2, #contact-form h2 {
	float: left;
	clear: both;
	width: 173px;
	color: #00678e;
	font-size: 1.2em;
	border: none;
	margin: 10px 0 3px 0;
}

/* Survey
===========================*/

#survey-form {
	font-size: 1.2em;
	color: #828181;
	margin: 0; 
}
.survey-label-first {
	margin:10px 0 20px 0;
}
.survey-label {
	margin:20px 0 10px 0;
}

.survey-first {
	margin:20px 0 5px 25px;
}

.survey-input  {
	margin:5px 0 5px 25px;
}

.survemail {
	width:200px;
}

.survey-submit {
	float:right;
	margin-right: 30px;
}

.error2 {
	float: none;
	width: 445px;
	border: solid 1px #FF0000;
	padding: 5px 5px 5px 10px;
	margin: 0 0 20px -5px;
}

.error2 p {
	padding: 0;
	margin: 0;
}

/* ===========================*/

.error {
	float: left;
	width: 445px;
	border: solid 1px #FF0000;
	padding: 5px 5px 5px 10px;
	margin: 0 0 20px -5px;
}

.error p {
	padding: 0;
	margin: 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 40px;
}

.aligncenter {
	display: block;
	margin: 10px auto 10px auto;
}

.navigation { padding-top: 10px; font-size:1.3em; font-weight: bold; }
.navigation a { color: #66ACCA; text-decoration: underline; }
.navigation a:hover { color: #585759; }
.navigation .alignleft { float: left; width: 50%; text-align: left; margin: 0 ; }
.navigation .alignright { float: right; width: 50%; text-align: right; margin: 0; }

.existing-user-download { background: url(/images/existing-users-download.gif) 0 0 no-repeat; display: block; width: 272px; height: 71px; text-indent: -9999em; margin: 0 0 10px 112px; }
.new-user-download { background: url(/images/new-users-download.gif) 0 0 no-repeat; display: block; width: 272px; height: 71px; text-indent: -9999em; margin-left: 112px;}
.all-user-download { background: url(/images/all-users-download.gif) 0 0 no-repeat; display: block; width: 272px; height: 71px; text-indent: -9999em; margin-left: 112px;}
.all-user-download2 { background: url(/images/all-users-download.gif) 0 0 no-repeat; display: block; width: 272px; height: 71px; text-indent: -9999em; margin-left: 30px;}

#sitemap-page ul {
	margin: 0;
	padding: 0;
}

#sitemap-page ul li {
	font-size: 12px;
}

#table-page table {
	border-left: solid 1px #bababb;
}

#table-page, #table-page .page-left-col h2 {
	width: 700px;
}

#table-page table {
	font-size: 1.3em;
	margin-top: 5px;
}

#table-page th {
	color: #51a8c9;
}

#table-page th, #table-page td {
	padding: 4px 4px 4px 8px;
}

#table-page td.tickheader {
	border-right: solid 1px #bababb;
}

#table-page tr.alt td {
	background-color: #e2eef5;	
}

#table-page tr td.tick {
	border-right: solid 1px #bababb;
	padding-right: 0;
	padding-left: 0;
}
.flash-panel p.productintro a { color: #66ACCA; font-weight: bold; text-decoration: underline; }

.lozenge { clear: both; background: url(/images/lozenge-bg.gif) 0 0 no-repeat; width: 218px; height: 102px; padding: 9px 10px 10px 9px; margin: 0 0 11px 0;}
.lozenge-content { width: 207px; height: 102px; padding-left: 11px; }
.lozenge-content h3 { font-size: 2.0em; color: #717074; padding: 6px 0 9px; line-height: 1; }
.lozenge-content a { font-size: 19px; color: #66acca; font-weight: bold; text-decoration: underline; margin:9px 0 0 0; }
.lozenge-content h3 a {text-decoration: none;}
a.normal {font-size: 10px; }
a.normal2 {font-size: 12px; }

.partners-lozenge { background: url(/images/lozenge-partners.jpg) top right no-repeat; } 
.smartgroups-lozenge { background: url(/images/lozenge-smartgroups.jpg) top right no-repeat; } 
.contact-lozenge { background: url(/images/lozenge-contact.jpg) top right no-repeat; }
.contact-lozenge h3 {display:block; position:relative;}
.contact-lozenge h3 a { font-size:22px;} 
.trial-lozenge { background: url(/images/lozenge-contact.jpg) top right no-repeat; }
.trial-lozenge h3 {display:block; position:relative;}
.trial-lozenge a { font-size:12px; position:relative;top:30px;} 
.excel-lozenge { background: url(/images/lozenge-excel.jpg) top right no-repeat; }
.excel-lozenge h3 {display:block; position:relative;}
.voiceblast-lozenge { background: url(/images/lozenge-voiceblast.jpg) top right no-repeat; } 
.privacy-lozenge { background: url(/images/lozenge-privacy.jpg) top right no-repeat; } 
.soap-lozenge { background: url(/images/lozenge-soap.jpg) top right no-repeat; } 
.vas-lozenge { background: url(/images/lozenge-vas.jpg) top right no-repeat; } 
.delivery-lozenge  { background: url(/images/lozenge-delivery.jpg) top right no-repeat; } 
.faqs-lozenge { background: url(/images/lozenge-faq.jpg) top right no-repeat; } 
.shortcodes-lozenge { background: url(/images/lozenge-shortcodes.jpg) top right no-repeat; } 
.charter-lozenge  { background: url(/images/lozenge-charter.jpg) top right no-repeat; } 
.brochure-lozenge  { background: url(/images/lozenge-brochure.jpg) top right no-repeat; } 
.brochure-lozenge h3 {display:block; position:relative;}
.other-lozenge { background: url(/images/lozenge-other.jpg) top right no-repeat; } 
.code-lozenge { background: url(/images/lozenge-code.jpg) top right no-repeat; } 
.apis-lozenge { background: url(/images/lozenge-apis.jpg) top right no-repeat; } 
.apis-lozenge a { font-size: 12px; } 

.apidocs-lozenge { background: url(/images/static-box-15.jpg) top right no-repeat; } 
.camp-lozenge { background: url(/images/lozenge-campaign.jpg) top right no-repeat; } 
.map-lozenge { background: url(/images/lozenge-mapping.jpg) top right no-repeat; }
.address-lozenge { background: url(/images/lozenge-address.jpg) top right no-repeat; }
.address-lozenge2 { background: url(/images/lozenge-address2.jpg) top right no-repeat; }
.twaypsthumb { background: url(/images/2way-ps-thumb.jpg) top right no-repeat; }
.tway-bro-thumb { background: url(/images/2way-bro-thumb.jpg) top right no-repeat; }
.paging-bro-thumb { background: url(/images/paging-bro-thumb.jpg) top right no-repeat; }
.paging-bro-thumb h3 {display:block; position:relative;}
.flare-bro-thumb { background: url(/images/flare-bro-thumb.jpg) top right no-repeat; }
.flare-bro-thumb h3 {display:block; position:relative;}
.connect-bro-thumb { background: url(/images/connect-bro-thumb.jpg) top right no-repeat; }
.connect-bro-thumb h3 {display:block; position:relative;}
.partner-bro-thumb { background: url(/images/partner-bro-thumb.jpg) top right no-repeat; }
.BuySol-bro-thumb { background: url(/images/BuySol-bro-thumb.jpg) top right no-repeat; }
.corp-bro-thumb { background: url(/images/corp-bro-thumb.jpg) top right no-repeat; }
.lozenge-news { background: url(/images/lozenge-news.jpg) top right no-repeat; }
.lozenge-case { background: url(/images/lozenge-case.jpg) top right no-repeat; }
.lozenge-incident { background: url(/images/lozenge-incident.jpg) top right no-repeat; }
.areyousafe-ps-thumb { background: url(/images/areyousafe-ps-thumb.jpg) top right no-repeat; }
.camp-ps-thumb { background: url(/images/camp-ps-thumb.jpg) top right no-repeat; }
.connect-ps-thumb { background: url(/images/connect-ps-thumb.jpg) top right no-repeat; }
.email-ps-thumb { background: url(/images/email-ps-thumb.jpg) top right no-repeat; }
.escalate-ps-thumb { background: url(/images/escalate-ps-thumb.jpg) top right no-repeat; }
.int-ps-thumb { background: url(/images/int-ps-thumb.jpg) top right no-repeat; }
.short-ps-thumb { background: url(/images/short-ps-thumb.jpg) top right no-repeat; }
.voiceblast-ps-thumb { background: url(/images/voiceblast-ps-thumb.jpg) top right no-repeat; }
.conferencing-ps-thumb { background: url(/images/conferencing-ps-thumb.jpg) top right no-repeat; }
.excel-ps-thumb { background: url(/images/excel-ps-thumb.jpg) top right no-repeat; }
.webserv-ps-thumb { background: url(/images/webserv-ps-thumb.jpg) top right no-repeat; }
.excelC-ps-thumb { background: url(/images/excelC-ps-thumb.jpg) top right no-repeat; }
.tools-ps-thumb { background: url(/images/tools-ps-thumb.jpg) top right no-repeat; }
.exceldown-ps-thumb { background: url(/images/exceldown-ps-thumb.jpg) top right no-repeat; }
.excel-ps-thumb { background: url(/images/excel-ps-thumb.jpg) top right no-repeat; }
.outlook-ps-thumb { background: url(/images/outlook-ps-thumb.jpg) top right no-repeat; }
.MTPAS-ps-thumb { background: url(/images/MTPAS-ps-thumb.jpg) top right no-repeat; }
.engage-bro-thumb { background: url(/images/engage-bro-thumb.jpg) top right no-repeat; }
.voice-ps-thumb { background: url(/images/voice-ps-thumb.jpg) top right no-repeat; }
.responder-bro-thumb { background: url(/images/responder-bro-thumb.jpg) top right no-repeat; }
.responder-bro-thumb h3 {display:block; position:relative;}

#intouch_container{
float:none;
padding:0;
margin:0;
}
#intouch_title {
clear:both;
font-weight:600;
}
#intouch_title ul {
margin-top:10px;
}
#intouch_title li {
float:right;
margin-right:100px;
background:none;
}
.intouch-last {
margin-right:0;
}
#intouch_content {
border:none;
}
#intouch_content ul{
text-align:justify;
float:none;
background:none;
}
#intouch_content li{
float:right;
margin-right:40px;
background:none;
}

#voice-form {
	width:350px;
	padding:0;
	margin:0 50px 0 50px;
	position:relative;
}
.form-row3 {
	display:inline;
	font-weight:bold;
}
.form-row3 label {
	margin-top:5px;
}
#voice-form-button {
	margin:10px 0 0 20px;
	width: 240px;
	padding:0;
	display:inline;
	float:left;
	}
.button1 {
	background-image:url(/images/payg-submit2.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
}
.button2 {
	background-image:url(/images/request-submit2.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
}

#voice-form-button input {
	height:39px;
	width:110px;
	overflow:hidden;
	margin-left:10px
}
#voice-form-button input:hover {
	background-position:-110px;
}

* html .loginwarn {
            color:#FF0000
            } /* overrides color and changes it to red in IE 6 and below */

#addthis_toolbox {
float:left;
}
