/* CSS Charter UK */
.greyy{ color:#999999;}
body {
	text-align: center;
	margin: 2px;
	padding: 0px;
	font-family: Verdana, sans-serif;
	font-size: small;
	color: #383d44;
/*	background-image: url(../images/bg-main.jpg);
	background-repeat: repeat-x;
	background-position: top;*/
	}
.clear {
	clear: both;
}
.left {
	float:left;
}
.right {
	float:right;
}
.hide {
	display:none;
}

/* Main Nav bar 
-----------------------------------------------*/

#menumain {
	height: 31px;
	width: 570px;
	float: right;
	padding-top: 5px;
}
 .nav {
	width: 100%;
	margin: 0px;
	list-style: none;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	height: 26px;
	float: left;
}
 .nav li {
 	float: left;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 28px;
}
 .nav a {
	float: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	height: 19px;
}
 #onabout, #onsolutions, #onservices, #oncustomers, #onindustry, #onresources, #onsupport, #oncontacts {
	background: transparent url(/images/_lft-nav-bar.gif) no-repeat top left;
	margin: 0 1px 0 1px;
}
 #onabout a, #onsolutions a, #onservices a, #oncustomers a, #onindustry a, #onresources a, #onsupport a, #oncontacts a {
 background: transparent url(/images/_rht-nav-bar.gif) no-repeat top right;
 height: 28px;
 color: #003366;
 text-decoration: none;
}
 #onabout a:hover, #onsolutions a:hover, #onservices a:hover, #oncustomers a:hover, #onindustry a:hover, #onresources a:hover, #onsupport a:hover, #oncontacts a:hover {
	color: #FFF;
	text-decoration: none;
}
 #about, #solutions, #services, #customers, #industry, #resources, #support, #contacts {
	background-color: #EAE9EF;
	margin-top: 0;
	margin-right: 4px;
	margin-bottom: 0;
	margin-left: 0;
}
 #about a, #solutions a, #services a, #customers a, #industry a, #resources a, #support a, #contacts a {
	background-color: #EAE9EF;
}
 #about a:hover, #solutions a:hover, #services a:hover, #customers a:hover, #industry a:hover, #resources a:hover, #support a:hover, #contacts a:hover {
	color: #EA7700;
	text-decoration: none;
}

/* page structure
---------------------------------------------------------- */
#container
{
	margin-left: auto;
	margin-right: auto;
	width: 933px;
	text-align: left;
}
#wrappermain {
/*	background-position: center top;
	background-image: url(../images/bg-shadow.jpg);
	background-repeat: no-repeat;*/
	width: 100%;
	clear: both;
}
#basecontainer{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#basecontainer a{
	color: #505790;
	text-decoration: none;
	font-size: 10px;
}
#basecontainer a:hover {
	padding-bottom: 0;
	color: #383d44;
	border-bottom: 2px solid #dbd5c5;
	}

/* Header
---------------------------------------------------------- */
#header {
	height: 86px;
	margin-bottom: 1px;
	background-image: url(../images/logo-header-new.jpg);
	background-repeat: no-repeat;
	
}
#headertoplinks {
	width: 450px;
	float: right;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 15px;
}
#headertoplinks a{
	text-decoration: none;
}
#headertoplinks a:hover {
	color: #383d44;
	text-decoration: none;
}
#headertoplinks2 {
	float: right;
	padding-top: 3px;
	font-size: 10px;
	text-decoration: none;
	text-align: left;
}
#headertoplinks2 a{
	text-decoration: none;
}
#headertoplinks2 a:hover {
	color: #383d44;
	text-decoration: none;
}
#homelinks {
	width: 200px;
	padding-top: 5px;
	float: left;
}
#homelinks a{
	padding-bottom: 1px;
	color: #333333;
	text-decoration: none;
/*	border-bottom: 1px solid #F9C564;*/
}
#homelinks2 {
	float: right;
	padding-top: 5px;
	padding-right: 40px;
}
#homelinks2 a{
	padding-bottom: 1px;
	color: #326ea1;
	text-decoration: none;
	border-bottom: 1px solid #F9C564;
}

/* Header Login
---------------------------------------------------------- */

#login {
	width: 958px;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
}
#loginwrapper {
	margin-left: auto;
	margin-right: auto;
	width: 958px;
	text-align: left;
}
#arrow {
	font-family: "Trebuchet MS", Arial;
	font-weight: bold;
	color: #FF0000;
}
#search {
	height: 110px;
	width: 439px;
	padding-top: 30px;
	padding-left: 20px;
	float: left;
	font-size: 11px;
	padding-right: 20px;
	background-color: #7D9BD1;
}
#accountlogin {
	height: 110px;
	width: 449px;
	float: right;
	background-image: url(../images/dotted-line.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 30px;
	padding-left: 30px;
	background-color: #7D9BD1;
}
#accountlogin a{
	color: #FFF;
	text-decoration: underline;
}
#searchlogin {
	height: 20px;
	width: 240px;
	float: right;
}
#searchbox {
	width: 200px;
	padding-top: 10px;
	float: left;
	margin-top: 10px;
}
.butsearch {
	float: left;
	padding-top: 3px;
	margin-top: 10px;
}
.butlogin {
	float: left;
	padding-top: 24px;
	margin-top: 10px;
}
#loginbox {
	width: 230px;
	float: left;
	margin-top: 10px;
}
#loginbox input{
	width: 135px;
	height: 15px;
}
table.form-table td {
	margin: 0;
	padding: 2px;
}
/* Body Area
---------------------------------------------------------- */
#bodyTop {
	height: 416px;
	border: 11px solid #E6E6E6;
	background-color: #505790;
	background-image: url(../images/bgfront-wavepurple.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#orangeBar {
	height: 331px;
/*	background-image: url(../images/orangebar2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;*/
}
#bodyContent {
	background-color: #FFFFFF;
	margin-top: 10px;
	border: 11px solid #E6E6E6;
	background-image: url(../images/bg-inside-columns.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#bodyContentUser {
	background-color: #FFFFFF;
	margin-top: 10px;
	border: 11px solid #E6E6E6;
	background-image: url(../images/bg-inside-columns-single.jpg);
	background-repeat: repeat-y;
	background-position: center;
	overflow: hidden;
}
#imageMain {
	height: 330px;
	width: 527px;
	float: left;
	padding-left: 23px;
}
#textHeading {
	padding-left: 23px;
	height: 60px;
	padding-top: 15px;
}
#textHeading h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#textHeading h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	font-weight: normal;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#boxContent {
	height: 330px;
	width: 306px;
	float: left;
	padding-left: 30px;
}
#newsBox {
	height: 330px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
	padding-right: 13px;
	padding-left: 13px;
}

#newsBox h2{
	font-size: 17px;
	color: #FFFFFF;
	margin-bottom: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#newsBox a{
	color: #FFFFFF;
}
#newsBox a:hover{
	color: #333333;
	text-decoration: none;
}
#boxFinancial {
	background-color: #FFFFFF;
	height: 171px;
	width: 100px;
	margin-top: 22px;
	float: left;
}
#boxRatail {
	background-color: #FFFFFF;
	height: 171px;
	width: 200px;
	float: right;
	margin-top: 22px;
}
#ColumnLft {
	float: left;
	width: 881px;
	padding-left: 30px;
	background-image: url(../images/bg-homewhite.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
	background-color: #FFFFFF;
}
#ColumnRht {
	float: right;
	width: 319px;
	background-image: url(../images/bg-fade.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 30px;
	line-height: 1.6em;
	font-size: 9px;
}
#ColumnRht a, visited{
	padding-bottom: 1px;
	color: #26469B;
	text-decoration: none;
	border-bottom: 1px solid #F9C564;
}
#ColumnRht a:hover{
	padding-bottom: 0;
	color: #383d44;
	border-bottom: 2px solid #dbd5c5;
}
#ColumnRht h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1D3C95;
}
#ColumnRht h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1D3C95;
}
#ColumnRht h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	font-style: italic;
}
.listLft {
	width: 245px;
	background-image: url(../images/bg-listimage3.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	font-size: 13px;
	color: #1D3C95;
	font-weight: bold;
	padding-top: 5px;
	float: left;
	margin-right: 13px;
	height: 240px;
}
.listLft a {
	color: #333333;
	text-decoration: none;
}
.listLft a:hover {
	padding-bottom: 1px;
	color: #505790;
	text-decoration: underline;
}
.listLftnews {
	width: 322px;
	margin-top: 10px;
	font-size: 13px;
	color: #1D3C95;
	font-weight: bold;
	padding-top: 5px;
	float: left;
	margin-left: 10px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	background-color: #F4F4F9;
	padding-left: 10px;
	height: 260px;
}
.listLftnews a {
	color: #333333;
	text-decoration: none;
}
.listLftnews a:hover {
	padding-bottom: 1px;
	color: #505790;
	text-decoration: underline;
}
.listLftlogos {
	width: 300px;
	background-repeat: no-repeat;
	font-size: 11px;
	color: #1D3C95;
	font-weight: normal;
	float: right;
	margin-left: 20px;
	font-style: italic;
}
.listTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	padding-top: 12px;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E5E5E5;
}
#ColumnLftBox {
	height: 100px;
	width: 370px;
	margin-top: 20px;
	font-size: 10px;
	padding-top: 20px;
}
#ColumnLftBox a, visited{
	padding-bottom: 1px;
	color: #26469B;
	text-decoration: none;
	border-bottom: 1px solid #F9C564;
}
#ColumnLftBox a:hover{
	padding-bottom: 0;
	color: #383d44;
	border-bottom: 2px solid #dbd5c5;
}

/* Inside CSS
---------------------------------------------------------- */

#headingInside {
	height: 110px;
}
#headingInside h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
	margin: 0px;
	padding-top: 28px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#headingInside h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	font-weight: normal;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#headimage {
	height: 110px;
	width: 517px;
	float: left;
	margin-right: 25px;
}
#headingtwo {
	height: 151px;
}
#headingtwo h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 27px;
	color: #FFFFFF;
	font-weight: normal;
	margin: 0px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#headingtwo h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #1D3C95;
	font-weight: normal;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#headimagetwo {
	height: 110px;
	width: 431px;
	float: left;
	margin-right: 25px;
}
#bodyInside1 {
	border: 11px solid #E6E6E6;
	background-color: #505790;
}
#bodyInside2 {
	background-image: url(../images/bg-wave-inside2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #4B77C2;
	border-left-color: #4B77C2;
}
#ColumnLftInside {
	float: left;
	width: 210px;
	padding-top: 40px;
	padding-left: 10px;
	background-color: #CACCDD;
}
#ColumnRhtInside {
	float: left;
	width: 400px;
	background-position: right to;
	padding-top: 35px;
	padding-right: 30px;
	padding-left: 30px;
	line-height: 1.6em;
	font-size: 11px;
	padding-bottom: 20px;
	color: #000000;
}
#ColumnRhtInside h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #505790;
}
#ColumnRhtInside h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #505790;
}
#ColumnRhtInside h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF8533;
}
#ColumnRhtInside a, visited{
	padding-bottom: 1px;
	color: #505790;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CACCDD;
}
#ColumnRhtInside a:hover{
	padding-bottom: 0;
	color: #505790;
	border-bottom: 2px solid #dbd5c5;
}
.listLftinside {
	height: 21px;
	background-image: url(../images/bg-listimageinside2.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	padding-left: 15px;
	font-size: 10px;
	color: #1D3C95;
	font-weight: bold;
	padding-top: 5px;
	width: 190px;
}
.listLftinside a {
	color: #FFFFFF;
	text-decoration: none;
}
.listLftinside a:hover {
	padding-bottom: 1px;
	color: #505790;
	text-decoration: none;
	border-bottom: 1px solid #F9C564;
}
/* Footer Area
---------------------------------------------------------- */
#footer {
	clear: both;
	height: 20px;
	width: 933px;
	margin-right: auto;
	margin-left: auto;
}
#copyright {
	height: 10px;
	clear: both;
	padding-bottom: 10px;
	font-size: 10px;
	color: #333333;
	margin-right: auto;
	margin-left: auto;
	width: 933px;
}
#copyrightTxt {
	float: left;
	height: 15px;
	width: 309px;
	padding-left: 15px;
	padding-top: 10px;
}
#footDetails {
	font-size: 10px;
	color: #333333;
	float: right;
	height: 15px;
	width: 550px;
	padding-top: 10px;
}
#baselinks {
	width: 360px;
	margin-left: 15px;
	font-size: 9px;
	padding-bottom: 10px;
}
.customeradd {
	height: 111px;
	width: 167px;
	margin-top: 20px;
}
#leftColheadingBlog {
	width: 276px;
}
#leftColheadingBlog h1 {
	width: 276px;
	font-size: 14px;
	color: #1D3C95;
}
#leftColheading {
	height: 30px;
	width: 200px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
#leftColheadingnew {
	width: 200px;
	line-height: 19px;
	float: left;
	font-size: 10px;
}
#leftColheadingnew a{
	padding-bottom: 1px;
	color: #26469B;
	text-decoration: none;
}
#addressdetails {
	width: 200px;
	line-height: 22px;
	font-size: 11px;
	margin-top: 30px;
}
#addressdetails h3{
	font-size: 12px;
	color: #505790;
	margin-bottom: 9px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#flashclients {
	width: 369px;
	margin-top: 30px;
}
#mainhomeimage {
	height: 173px;
	width: 527px;
}
#sectorsboxes {
	height: 110px;
	width: 527px;
	padding-top: 27px;
}
#newsBoxtext {
	height: 100px;
	width: 100px;
}
.sectorbox1 {
	height: 99px;
	width: 157px;
	float: left;
	margin-right: 13px;
	border: 5px solid #FFFFFF;
	background-color: #FBE6C8;
	background-image: url(../images/finacial-services-box.jpg);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
}
.sectorbox2 {
	height: 99px;
	width: 157px;
	float: left;
	margin-right: 13px;
	border: 5px solid #FFFFFF;
	background-color: #FBE6C8;
	background-image: url(../images/public-sector-box.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.sectorbox {
	height: 99px;
	width: 157px;
	float: left;
	border: 5px solid #FFFFFF;
	background-color: #FBE6C8;
	background-image: url(../images/commercial-organisations-box.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.secthead {
	height: 101px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	width: 157px;
}
.secthead a{
	height: 98px;
	display: block;
	width: 149px;
	padding-left: 8px;
	color: #333333;
	text-decoration: none;
}
.secttxt {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-right: 10px;
	padding-left: 30px;
	padding-top: 5px;
	height: 36px;
}
.sectmore {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 70px;
}
.sectmore a{
	color: #333333;
	text-decoration: underline;
	font-size: 10px;
}
.sectmore a:hover{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #333333;
	text-decoration: none;
}
#bodybar {
	height: 200px;
	padding-left: 30px;
	background-color: #65ABDE;
}
#morecontent {
	width: 860px;
	margin-top: 20px;
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #666666;
	padding-top: 20px;
	border-top-width: 11px;
	border-top-style: solid;
	border-top-color: #F4F4F9;
	clear: both;
	float: left;
}
#morecontent a{
	color: #666666;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#morecontent a:hover{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FAC565;
}
#morecontent h1{
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #666666;
}
.requestform{
	border: 1px solid #E6E6E6;
	padding: 10px;
}
.requestform td{
	font-size: 11px;
}
.requestform input{
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
.txtsmall {
	font-size: 9px;
}
hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.linkbox {
	padding-left: 16px;
	margin-top: 0px;
	background-image: url(../images/arrow-small.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.linkbox a{
	color: #333333;
	text-decoration: none;
}
.linkbox a:hover{
	padding-bottom: 1px;
	color: #505790;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
}
#lftsubmenu {
	width: 200px;
	padding-top: 20px;
	font-size: 11px;
	padding-left: 5px;
}
#lftsubmenu2 {
	width: 200px;
	padding-top: 10px;
	font-size: 11px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
.linkbox2 {
	padding-left: 2px;
	/*	background-image: url(../images/arrow-small.gif);
	background-repeat: no-repeat;
	background-position: left top;*/
	color: #333333;
	text-decoration: none;
}
.linkbox2:hover{
	color: #26469B;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

/* --------- BLOG BITS ----------------- */

.blogcommenttitle{
	font-weight: bold;
	color: #7D9BD1;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #dddddd;
	margin-bottom: 0px;
	
}
.blogcommentdate {
	color: #999999;
}
.blogbottom {
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	padding-bottom: 10px;
}
.blogbottomNoline {

	font-size: 10px;
	padding-bottom: 10px;
}
#farRightCol {
	float: left;
	width: 210px;
	padding-top: 50px;
	padding-left: 20px;
}
.logbut
{
	width: 72px;
	height: 22px;
	border-top-width: 0pt;
	border-right-width: 0pt;
	border-bottom-width: 0pt;
	border-left-width: 0pt;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	display: block;
	background-image: url(../images/login-button.gif);
	background-repeat: no-repeat;
	background-x-position: 0pt;
	background-y-position: 0pt;
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #505790;
	padding: 0px;
	margin-top: 5px;
	margin-left: 10px;
}
#searchboxnew {
	width: 240px;
	float: right;
	padding-top: 1px;
	margin: 0px;
}
#searchboxnew form {
	margin: 0px;
	padding: 0px;
}
#searchboxnew input {
	border: 3px solid #E6E6E6;
	height: 13px;
	float: left;
}
.submit
{
	width: 72px;
	height: 20px;
	border-top-width: 0pt;
	border-right-width: 0pt;
	border-bottom-width: 0pt;
	border-left-width: 0pt;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	display: block;
	background-image: url(../images/search-button.gif);
	background-repeat: no-repeat;
	background-x-position: 0pt;
	background-y-position: 0pt;
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;

}
.logbutinside
{
	width: 72px;
	height: 25px;
	border-top-width: 0pt;
	border-right-width: 0pt;
	border-bottom-width: 0pt;
	border-left-width: 0pt;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	display: block;
	background-image: url(../images/login-button-in.gif);
	background-repeat: no-repeat;
	background-x-position: 0pt;
	background-y-position: 0pt;
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F9F9F9;
	padding: 0px;
	margin-top: 10px;
	clear: both;
}
#morecontent #rhttxt {
	float: left;
	width: 520px;
	padding-bottom: 25px;
	padding-top: 25px;
}
#logobar {
	clear: both;
	width: 860px;
	float: left;
	padding-bottom: 20px;
/*	background-image: url(../images/logo-group.gif);
	background-repeat: no-repeat;*/
	border-bottom-width: 11px;
	border-bottom-style: solid;
	border-bottom-color: #F4F4F9;
}
#adboxarea {
	float: right;
	height: 300px;
	width: 300px;
}
#newsBox input {
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #EAE9EF;
	border: 3px solid #FFFFFF;
	height: 16px;
}
#newsBox .button {
	border: none;
	background-image: url(../images/login-button.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 24px;
	width: 73px;
}
#logbox {
	padding-top: 10px;
	margin: 0px;
	float: left;
	text-align: left;
	width: 190px;
	font-size: 11px;
}
#logbox form {
	margin: 0px;
	padding: 0px;
}
#logbox input {
	border: 3px solid #E6E6E6;
	height: 15px;
	width: 180px;
	margin-top: 7px;
	margin-bottom: 5px;
}
#logbox hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CACCDD;
	margin-top: 30px;
	width: 180px;
}
#logbox h1 {
	font-size: 11px;
	color: #505790;
}
#logbox a {
	color: #505790;
}
#logboxhome {
	padding-top: 10px;
	margin: 0px;
	text-align: left;
	float: left;
	width: 240px;
}
#logboxhome form {
	margin: 0px;
	padding: 0px;
}
#logboxhome input {
	border: 3px solid #FFFFFF;
	height: 15px;
	width: 150px;
	margin-top: 7px;
	margin-bottom: 5px;
}
.logbuthome
{
	width: 72px;
	height: 22px;
	border-top-width: 0pt;
	border-right-width: 0pt;
	border-bottom-width: 0pt;
	border-left-width: 0pt;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	display: block;
	background-image: url(../images/login-button.gif);
	background-repeat: no-repeat;
	background-x-position: 0pt;
	background-y-position: 0pt;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #505790;
	padding: 0px;
	margin-left: 10px;
	margin-top: -29px;
}
#newsBox h3 {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
}
#ColumnSingle {
	float: left;
	width: 650px;
	background-position: right to;
	padding-top: 35px;
	padding-right: 10px;
	padding-left: 30px;
	line-height: 1.6em;
	font-size: 11px;
	padding-bottom: 20px;
	color: #000000;
	overflow: hidden;
}
#ColumnSingle h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #505790;
}
#ColumnSingle h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #505790;
}
#ColumnSingle h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF8533;
}
#ColumnSingle a, visited{
	padding-bottom: 1px;
	color: #505790;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CACCDD;
}
#ColumnSingle a:hover{
	padding-bottom: 0;
	color: #505790;
	border-bottom: 2px solid #dbd5c5;
}
.indentbullet li {
	margin-left: -25px;
	padding-bottom: 10px;
}
