@charset "UTF-8";

/* ::::::::::: html elements ::::::::::: */

html,body{margin:0;padding:0}

body{
	text-align:center;
	font-family: arial, sans-serif;
	font-size: 76%;
	color: #666666;
	background-color: #f1f7f8;
	background-image: url(../images/pageBackground.gif);
	background-repeat: repeat-x;
}

h1 {
	font-size: 120%;
	font-weight: normal;
	color: #306C9C;
	}
	
img {
	border: none;
	}
	
form {
	margin: 0px;
	padding: 0px;
}

a {
	color: #5D0688;

}

a:hover {
	text-decoration: none;
	}

/* ::::::::::: container ::::::::::: */

div#container{
	width:997px;
	margin: 0;
	margin:0 auto;
	text-align: left;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d7d7d8;
	border-left-color: #d7d7d8;
}

div#wrapper{float:left;width:100%}

/* ::::::::::: header ::::::::::: */

div#header{
	height: 207px;
	margin-bottom: 12px;
	margin-right: 20px;
	background-image: url(../images/bannerRepeat.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d7d7d8;
}

div#banner {
	float: left;
	width: 776px;
	height: 207px;
	
}

/* ::::::::::: footer ::::::::::: */

div#footer{
	color: #ffffff;
	font-size: 90%;
	clear:left;
	height: 31px;
	background-color: #761DA1;
	background-image: url(../images/footerImage.gif);
	line-height: 31px;
	padding-left: 140px;
}

div#footer a {
	color: #ffffff;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
}

div#textmenu {
	text-align: center;
        font-size: 90%;
	clear:left;
	height: 31px;
	line-height: 31px;
}

div#textmenu a {
        color: #666666;
        text-decoration: none;
        margin-left: 5px;
	margin-right: 5px;
}

/* ::::::::::: application portal login ::::::::::: */

div#portalholder{
	float: right;
	width: 200px;
	height: 10px;
	}
	
	div#portal {
	background-image: url(../images/portalBackground.gif);
	background-repeat: repeat-x;
	height: 187px;
	float: right;
	width: 200px;
	color: #333333;
	position: absolute;
	height: 540px;
}

#portal h2 {
	font-size: 108%;
	padding: 0px;
	font-weight: normal;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

#portal p {
	font-size: 86%;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#portal input {
	background-image: url(../images/inputBackground.gif);
	border: 1px solid #AEAEAE;
	font-size: 100%;
	background-color: #FEFEFE;
	background-repeat: repeat-x;
	width: 170px;
	margin-top: 1px;
	margin-right: 2px;
	margin-bottom: 2px;
}

#portal input.submit {
	color: #5D0688;
	width: 60px;
	font-size: 90%;
	margin-right: 15px;
}

#portal .help {
	color: #333333;
}

/* ::::::::::: top band ::::::::::: */

div#band{
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #5D0688;
	padding-left: 18px;
	font-size: 80%;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #333333;
	background-image: url(../images/blackBar.gif);
	background-repeat: no-repeat;
	background-position: 600px top;
	height: 14px;
	line-height: 14px;
}

#toplinks {
	position: absolute;
	margin-left: 600px;
	margin-top: 6px;
	width: 387px;
	text-align: center;
}

#toplinks a{
	display: inline;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 90%;
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
}
#toplinks a:hover{
	color: #FFFF99;
	}
	
/* ::::::::::: content ::::::::::: */

div#content{
	margin-top: 10;
	margin-right: 237px;
	margin-bottom: 15px;
	margin-left: 215px;
	line-height: 130%;
}

#content h3 {
	color: #490076;
	font-weight: normal;
	font-size: 120%;
}

div#content table {
	width: 100%;
	}

div#content table td{
	font-size: 90%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
}

div#content table tr.even{background-color: #ffffff;}
div#content table .odd{background-color: #fcfcfc;} 


.purple {
	color: #5D0688;
	white-space: nowrap;
}

.deepred {
	color: #cc0000;
}

.blue {
	color: #0066cc;
}

.crumbs {
	font-size: 86%;
	margin-top: 9px;
	}

.ajaxSearch_highlight {
	background-color: #D5E5CA;
	}
/* ::::::::::: right column ::::::::::: */

div#features{
	float:left;
	margin-left:-220px;
	width: 200px;
	background-color: #ffffff;
	margin-bottom: 60px;
	margin-top: 324px;
}

div#subfeatures{
	float:left;
	margin-left:-220px;
	width: 200px;
	background-color: #ffffff;
	margin-bottom: 60px;
	margin-top: 0px;
}

.rightbox {
	margin-bottom: 6px;
	text-align: right;
	}

/* ::::::::::: left column ::::::::::: */

div#navigation{
	float:left;
	width:179px;
	margin-left:-997px;
	padding-left: 18px;
	font-size: 96%;
	list-style: none;
	margin-top: 10px;
}
div#navigation ul  {
	padding: 0;
	list-style-type: none;
	margin: 2px;
}
div#navigation li {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7D7D7;
	padding-left: 15px;
	line-height: 20px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	width: 162px;
}

div#navigation li a {
	color: #797979;
	text-decoration: none;
}

div#navigation li ul  {
	padding-left: 0px;
}

div#navigation li ul li {
	border: none;
	padding-bottom: 3px;
	font-size: 86%;
	padding-left: 4px;
	line-height: 100%;
	background-image: none;
}

div#navigation li ul li a {
	color: #ab82bf;
	text-decoration: none;
}

div#navigation p, div#navigation form  {
	font-size: 86%;
	line-height: 110%;
	font-weight: normal;
}

#navigation input {
	background-color: #FFFFFF;
	border: 1px solid #AEAEAE;
	font-size: 96%;
	width: 100px;
	margin-top: 2px;
	margin-right: 8px;
	margin-bottom: 2px;
}

#navigation input#ajaxSearch_submit {
	color: #5D0688;
	width: 30px;
	background-image: url(../images/buttonBackground.gif);
	background-repeat: repeat-x;
	background-color: #D2D2D2;
	}
	
#search {
	margin-top: 10px;
	}

/* ::::::::::: home page ::::::::::: */

.table {
	border: 1px solid #dedede;
	line-height: 100%;
}

.row div {
    background-image: url(../images/homeBox.jpg);
	background-repeat: no-repeat;
	width: 247px;
	padding: 12px;
	display:block;
	float:left;
	height: 116px;
}

a.homelink {
	margin-top: 4px;
	display: block;
	}
	

.row div div{
	background-image: none
	}

.homebox1 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #dedede;
	border-bottom-color: #dedede;
	
}
.homebox2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dedede;
}
.homebox3 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dedede;
	overflow: hidden;
}

.homebox4 {
	overflow: hidden;
}
.spacer {
	clear: both;
}

.row h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	margin: 0px;
	padding: 0px;
	color: #666666;
	line-height: 120%;
}

.row p {
	font-size: 90%;
}

/* ::::::::::: solution dropdown ::::::::::: */

#selectsolutiontype{
	display:block;
	color: #FFFFFF;
	border-top-color: #A7A9AC;
	border-right-color: #A7A9AC;
	border-bottom-color: #A7A9AC;
	border-left-color: #A7A9AC;
}

.select_solution_none {
	font-size: 80%;
	text-decoration:none;
	color:#bbbbbb;
	background-image:url(../images/dropMenuDisabled.gif);
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-top: 5px;
	height: 14px;
	display: block;
	margin-top: 5px;
}
.select_solution_default {
	font-size: 80%;
	text-decoration:none;
	color:#222222;
	cursor:pointer;
	background-image:url(../images/dropMenu.gif);
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-top: 5px;
	height: 14px;
	display: block;
	margin-top: 5px;
}
.select_solution_default.over {
	
}
.select_solution_active {
	text-decoration:none;
}
.select_solution_default #solutionlistwrappertype {
	display: none;
}
.select_solution_default.over #solutionlistwrappertype {
	display: block;
}
#solutionlistwrappertype{
	position: absolute;
	width: 165px;
	z-index: 150;
	margin-top: 3px;
	margin-left: -5px;
}
#solutionlisttype{
	float: left;
	font-size: 110%;
	width: 177px;
	background-color: #f8f8f8;
	border: 1px solid #d1d1d1;
	line-height: 105%;

}
#solutionlisttype a {
	text-decoration: none;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	color: #666666;
}

#solutionlisttype a:link {}
#solutionlisttype a:visited {}
#solutionlisttype a:hover{
	background-color:#006699;
	color: #FFFFFF;
}
#solutionlisttype a:active {
}

/* ::::::::::: home drop down ::::::::::: */

.row div div.select_solution_none {
	font-size: 80%;
	text-decoration:none;
	color:#222222;
	background-image:url(../images/dropMenu.gif);
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-top: 5px;
	height: 14px;
	display: block;
	margin-top: 5px;
	padding-bottom: 0px;
}


.row div div.select_solution_default {
	font-size: 80%;
	text-decoration:none;
	color:#222222;
	cursor:pointer;
	background-image:url(../images/dropMenu.gif);
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-top: 5px;
	height: 14px;
	display: block;
	margin-top: 5px;
	padding-bottom: 0px;
}

.occlist{
	width: 180px;
	float: left;
		}


/* START OF FULLY */

#selectsolutionfully{
	margin: 0px;
	padding-left: 0px;
	padding-top: 6px;
	padding-bottom: 2px;
	width: 220px;
	display: none;
}

#solution_navigationfully {
	width: 220px;
	}

.select_solution_default #solutionlistwrapperfully {
	display: none;
}
.select_solution_default.over #solutionlistwrapperfully {
	display: block;
}
#solutionlistwrapperfully{
	position: absolute;
	padding: 0px;
	width: 155px;
	z-index: 151;
	margin-top: 3px;
	margin-left: -5px;
}

#solutionlistfully{
	float: left;
	font-size: 110%;
	width: 360px;
	background-color: #f8f8f8;
	border: 1px solid #d1d1d1;
	padding: 0px;
	line-height: 105%;
	position: absolute;
	list-style: none;
	border: none;
	padding: none;
	margin: none;
}


		
#solutionlistfully a {
	text-decoration: none;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	color: #666666;
	width: 169px;
}

#solutionlistfully a:link {}
#solutionlistfully a:visited {}
#solutionlistfully a:hover{
	background-color:#006699;
	color: #FFFFFF;
}
#solutionlistfully a:active {
}

/* END OF FULLY */

/* START OF SAAS */

#selectsolutionsaas{
	margin: 0px;
	padding-left: 0px;
	padding-top: 6px;
	padding-bottom: 2px;
	width: 220px;
	display: none;
}

#solution_navigationsaas {
	width: 220px;
	}

.select_solution_default #solutionlistwrappersaas {
	display: none;
}
.select_solution_default.over #solutionlistwrappersaas {
	display: block;
}
#solutionlistwrappersaas{
	position: absolute;
	padding: 0px;
	width: 155px;
	z-index: 151;
	margin-top: 3px;
	margin-left: -5px;
}

#solutionlistsaas{
	float: left;
	font-size: 110%;
	width: 360px;
	background-color: #f8f8f8;
	border: 1px solid #d1d1d1;
	padding: 0px;
	line-height: 105%;
	position: absolute;
	list-style: none;
	border: none;
	padding: none;
	margin: none;
}


		
#solutionlistsaas a {
	text-decoration: none;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	color: #666666;
	width: 169px;
}

#solutionlistsaas a:link {}
#solutionlistsaas a:visited {}
#solutionlistsaas a:hover{
	background-color:#006699;
	color: #FFFFFF;
}
#solutionlistsaas a:active {
}

/* END OF SAAS */

/* START OF EMAIL */

#selectsolutionemail{
	margin: 0px;
	padding-left: 0px;
	padding-top: 6px;
	padding-bottom: 2px;
	width: 220px;
	display: none;
}

#solution_navigationemail {
	width: 220px;
	}

.select_solution_default #solutionlistwrapperemail {
	display: none;
}
.select_solution_default.over #solutionlistwrapperemail {
	display: block;
}
#solutionlistwrapperemail{
	position: absolute;
	padding: 0px;
	width: 155px;
	z-index: 151;
	margin-top: 3px;
	margin-left: -5px;
}

#solutionlistemail{
	float: left;
	font-size: 110%;
	width: 360px;
	background-color: #f8f8f8;
	border: 1px solid #d1d1d1;
	padding: 0px;
	line-height: 105%;
	position: absolute;
	list-style: none;
	border: none;
	padding: none;
	margin: none;
}


		
#solutionlistemail a {
	text-decoration: none;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	color: #666666;
	width: 169px;
}

#solutionlistemail a:link {}
#solutionlistemail a:visited {}
#solutionlistemail a:hover{
	background-color:#006699;
	color: #FFFFFF;
}
#solutionlistemail a:active {
}

/* END OF EMAIL */

/* START OF BUSINESS */

#selectsolutionbusiness{
	margin: 0px;
	padding-left: 0px;
	padding-top: 6px;
	padding-bottom: 2px;
	width: 220px;
	display: none;
}

#solution_navigationbusiness {
	width: 220px;
	}

.select_solution_default #solutionlistwrapperbusiness {
	display: none;
}
.select_solution_default.over #solutionlistwrapperbusiness {
	display: block;
}
#solutionlistwrapperbusiness{
	position: absolute;
	padding: 0px;
	width: 155px;
	z-index: 151;
	margin-top: 3px;
	margin-left: -5px;
}

#solutionlistbusiness{
	float: left;
	font-size: 110%;
	width: 360px;
	background-color: #f8f8f8;
	border: 1px solid #d1d1d1;
	padding: 0px;
	line-height: 105%;
	position: absolute;
	list-style: none;
	border: none;
	padding: none;
	margin: none;
}


		
#solutionlistbusiness a {
	text-decoration: none;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	color: #666666;
	width: 169px;
}

#solutionlistbusiness a:link {}
#solutionlistbusiness a:visited {}
#solutionlistbusiness a:hover{
	background-color:#006699;
	color: #FFFFFF;
}
#solutionlistbusiness a:active {
}

/* END OF BUSINESS */

/* START OF CONSULTANCY */

#selectsolutionconsultancy{
	margin: 0px;
	padding-left: 0px;
	padding-top: 6px;
	padding-bottom: 2px;
	width: 220px;
	display: none;
}

#solution_navigationconsultancy {
	width: 220px;
	}

.select_solution_default #solutionlistwrapperconsultancy {
	display: none;
}
.select_solution_default.over #solutionlistwrapperconsultancy {
	display: block;
}
#solutionlistwrapperconsultancy{
	position: absolute;
	padding: 0px;
	width: 155px;
	z-index: 151;
	margin-top: 3px;
	margin-left: -5px;
}

#solutionlistconsultancy{
	float: left;
	font-size: 110%;
	width: 360px;
	background-color: #f8f8f8;
	border: 1px solid #d1d1d1;
	padding: 0px;
	line-height: 105%;
	position: absolute;
	list-style: none;
	border: none;
	padding: none;
	margin: none;
}

#solutionlistconsultancy a {
	text-decoration: none;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	color: #666666;
	width: 169px;
}

#solutionlistconsultancy a:link {}
#solutionlistconsultancy a:visited {}
#solutionlistconsultancy a:hover{
	background-color:#006699;
	color: #FFFFFF;
}
#solutionlistconsultancy a:active {
}

/* END OF CONSULTANCY */

/* START OF START */

#selectsolutionstart{
	margin: 0px;
	padding-left: 0px;
	padding-top: 6px;
	padding-bottom: 2px;
	width: 220px;
	display: none;
}

#solution_navigationstart {
	width: 220px;
	}

.select_solution_default #solutionlistwrapperstart {
	display: none;
}
.select_solution_default.over #solutionlistwrapperstart {
	display: block;
}
#solutionlistwrapperstart{
	position: absolute;
	padding: 0px;
	width: 155px;
	z-index: 151;
	margin-top: 3px;
	margin-left: -5px;
}

#solutionliststart{
	float: left;
	font-size: 110%;
	width: 360px;
	background-color: #f8f8f8;
	border: 1px solid #d1d1d1;
	padding: 0px;
	line-height: 105%;
	position: absolute;
	list-style: none;
	border: none;
	padding: none;
	margin: none;
}


		
#solutionliststart a {
	text-decoration: none;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	color: #666666;
	width: 169px;
}

#solutionliststart a:link {}
#solutionliststart a:visited {}
#solutionliststart a:hover{
	background-color:#006699;
	color: #FFFFFF;
}
#solutionliststart a:active {
}

/* END OF START */

.clear {
	height: 1px;
	width: 180px;
	clear: both;
	padding: 0px;
	}
	
.row div div .clear {
	height: 10px;
	width: 180px;
	clear: both;
	padding: 0px;
	}


#newsboxheader{
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #d5d5d5;
	border-right-color: #d5d5d5;
	border-left-color: #d5d5d5;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
	background-image: url(../images/newsHeader.jpg);
	background-repeat: repeat-x;
	}
	
#newsboxheader h1 {
	margin: 0;
	padding: 0;
	color: #712f90;
	font-weight: bold;
	font-size: 96%;
	}
	
#newsboxcontent{
	border: solid 1px #d5d5d5;
	font-size: 80%;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
	background-image: url(../images/homeBox.jpg);
	background-repeat: repeat-x;
	background-position: -1px -1px;
	}
	
.newstitle {
	padding-bottom: 6px;
	font-weight: bold;
	}
	
#newsboxcontent p {
	margin-bottom: 12px;
	}
		
#newsboxcontent a {
	font-weight: bold;
	text-decoration: none;
	}
	

#bulletinform {
	margin-top: 20px;
	}
	
div#content form#bulletinform table td{
	border: none;
	}
	
div#content form#bulletinform table td input[type=text]{
	border: solid 1px #dddddd;
	width: 350px;
	}
	
div#content form#bulletinform table td select{
	border: solid 1px #dddddd;
	width: 352px;
	}
div#content form#bulletinform table td checkbox { width: 352px; border: solid 1px #dddddd; }
table.sortable th {
	background-color: #f1f1f1;
	cursor: pointer;
	font-size: 90%;
	}
	
a.white {
	background-image:url(../images/blogBanner.jpg);
	display: block;
	width: 200;
	height: 63;
	padding: 8px;
	margin: 0px;
	text-align: left;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
	background-repeat: no-repeat;
	}

div#content table.contacts {
	width: 260px;
	}

div#content table.contacts td{
	font-size: 90%;
	border: none;
	padding: 1px;
}

#mapholder {
	 float:right;
	 width: 260px;
	 padding: 2px;
	 background-color:#f1f7f8;
	 }
#map {
	 width: 258px;
	 height: 258px;
	 margin-bottom: 4px;
	 }
	
#saddr{
	margin-top: 2px;
	}

#quickmenu {
	margin-top: 12px;
	}

.nowrap{
	white-space: nowrap;
}

#footerlinks {
	float:left;
	width: 607px;
	margin-left: 100px;
}

#footerlogos {
	float:right;
	width: 100px;
}

#osbox {
	width: 66px;
	height: 24px;
	position: absolute;
	margin-top: -40px;
        margin-right: 40px;
}

#ipexpo {
 	width: 177px;
	height: 113px;
	position: absolute;
	margin-top: -150px;
        margin-left: -890px;
}
	
/* ::::::: NEWS TICKER :::::::: */

#featuredarticles {
	display: block;
	height: 32px;
	line-height: 22px;
	width: 722px;
	margin-left: 20px;
}
#featuredheader {
	float: left;
	width: 105px;
	display: block;
	padding-left: 15px;
	line-height: 20px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	height: 32px;
	color: #424242;
}
#featuredbody {
	float: right;
	text-align: left;
	width: 600px;
	height: 32px;
}
#featuredbody a {
	color: #3E7AAC;
	text-decoration: none;
}

div#navspacer {
	height: 10px;
	}

/* :::::::::: NEW POP UP MENU ON LEFT ::::::::::: */

div#allsectors {
	background-image: url(../images/boxGradient.gif);
	background-repeat: repeat-x;	
	background-color: #c1dbe8;
	border: 1px solid #d6d6d6;
	position: absolute;
	margin-top: 0px;
	width: 460px;
	height: 300px;
	float: left;
	}

div#solutionlistwrappertypenew h3 {
	margin-left: 20px;
	margin-bottom: 0;
	margin-top: 30px;
	font-size: 130%;
	line-height: 120%;
	}

div#solutionlistwrappertypenew ul{
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
	float: left;
	width : 180px;
	}
	
div#solutionlistwrappertypenew ul li{
	margin: 0;
	padding: 0;
	background-image: none;
	border: none;
	width : 180px;
	}
	
div#solutionlistwrappertypenew ul li a{
	display: block;
	width : 180px;
	color: #333333;
	padding-left: 4px;
	font-size: 120%;
	}
div#solutionlistwrappertypenew ul li a:hover{
	background-color: #A6BBC4;
	}
	
.select_solution_default #solutionlistwrappertypenew {
	display: none;
}
.select_solution_default.over #solutionlistwrappertypenew {
	display: block;
}
#solutionlistwrappertypenew{
	position: absolute;
	width: 690px;
	z-index: 150;
	margin-top: -300px;
	margin-left: -5px;
}
	
/* START OF NEW GENERIC */

.selectsolution{
	margin: 0px;
	padding: 0px;
	width: 220px;
	display: none;
	float: right;
}

.selectsolution ul{
	margin-top: 10px;
	}
	
.solution_navigation {
	width: 220px;
	}

.select_solution_default .solutionlistwrapper {
	display: none;
}
.select_solution_default.over .solutionlistwrapper {
	display: block;
}
.solutionlistwrapper{
	position: absolute;
	padding: 0px;
	width: 155px;
	z-index: 151;
	margin-left: -5px;
}

.solutionlist{
	float: left;
	width: 230px;
	background-image: url(../images/boxGradient.gif);
	background-repeat: repeat-x;	
	background-color: #c1dbe8;
	border: 1px solid #d6d6d6;
	padding: 0px;
	line-height: 105%;
	position: absolute;
	list-style: none;
	padding: none;
	margin: none;
	height: 300px;
}


		
.solutionlist a {
	text-decoration: none;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	color: #666666;
	width: 169px;
}

.solutionlist a:link {}
.solutionlist a:visited {}
.solutionlist a:hover{
	background-color:#006699;
	color: #FFFFFF;
}
.solutionlist a:active {
}

/* END OF NEW GENERIC */


div#closebutton {
	float: right;
	width: 11px;
	height: 11px;
	margin: 3px;
	background-color: #993300;
	}
	
