@charset "utf-8";
/* CSS Document */

body{
	font: 12px Arial, Helvetica, Geneva;
	background-color: #ebeae3;
	color: #414243;
	margin:0;
	padding:0;
	line-height: 1.5em;
}

p {
	padding: 0;
	margin: 0;
}

table {
	padding: 0;
	margin: 0;
}

.normal {font-size: 12px;}
.large {font-size: 13px;}
.larger  {font-size: 14px;}

h1 {	font-size: 14px;}
h2 {	font-size: 16px;}
h3 {	font-size: 18px;}
h4 {	font-size: 26px;}

label {
	width: 5em;
	float: left;
	text-align: right;
	margin-right: 8px;
	display: block;
	margin-top: 2px;
}

a {
	color:#414243;
	text-decoration:underline;
}

a:hover {
	color:#8a0078;
	text-decoration:underline;
}

ul {
	list-style: none;
	padding: 0;
	padding-bottom: 5px;
	margin-top: 15px;
	margin: 0;
}

ul li {
	padding-left: 20px;
	background: url(../images/arrow.png) no-repeat 4px 8px;
	line-height: 180%;
}

ol li {
	margin-left: 35px;
	line-height: 180%;
}

.trheader {
	background: #efefef;
	font-weight: bold;
}

#topsection {
	height: 40px; /*Height of top section*/
	background: #073d47;
	color: #ffffff;
	font-size: 10px;
	width: 990px;
}

.advantage-header {
	background: url(../images/meatcontent.png) no-repeat;
	width: 400px;
	height: 40px;
}

.back {
	text-align: center;
	width: 48px;
}

#contentwrapper {
	background:url(../images/dot-h.gif) repeat-x bottom;
	float: left;
	width: 990px;
	min-height: 600px;
}

#contentcontainer { 
	width: 990px; 
	margin: 0; 
	text-align: left;
} 

#contentcolumn {
	background:url(../images/dotbg.gif) repeat-y left;
	margin-left: 200px; /*Set left margin to LeftColumnWidth*/
	min-height: 600px;
	height: 100%;
}

#contentcolumn .header { 
	background: url(../images/Homepage_Services.jpg) no-repeat;
	width: 750px;
	height: 253px;
} 

#leftcolumn {
	float: left;
	width: 200px; /*Width of left column*/
	padding: 0;
	margin-left: -990px;
}

#leftcolumn #login { 
	background:url(../images/dot-h.gif) repeat-x bottom;
	padding-left: 10px;
	padding-bottom: 1px;
}

#leftcolumn #logoarea { 
	background:url(../images/dot-h.gif) repeat-x bottom;
	text-align: center;
	padding-left: 0px;
	padding-bottom: 1px;
}

#leftcolumn #contactus { 
/*	background:url(../images/dot-h.gif) repeat-x bottom; */
	padding-left: 10px;
	padding-bottom: 10px;
}

#leftcolumn #contactus #fontheader {
	font-weight: bold;
}

#leftcolumn #ssl { 
	text-align: center;
	padding: 15px;
	border: 0px;
}

#footer {
	padding-top: 10px;
	text-align: center;
	margin-left: 200px;
	font-size: 11px;
	height: 25px;
}

.innertube{
	margin-top: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
	margin-left: 0;
}

.innertube-main{
	padding: 1px 20px 20px 20px;
}

.error {
	border: 1px dotted #000000;
	font-size: 130%;
	font-weight: bold;
	color: #ffffff;
	background-color: #ce108a;
	text-align: center;
	padding: 15px;
}

.good, .ok{
	background:url(../images/tick.png) no-repeat left;
	border: 1px dotted #000000;
	font-size: 130%;
	font-weight: bold;
	color: #ffffff;
	background-color: #1a86c1;
	text-align: center;
	padding: 15px;
}

.bad {
	background:url(../images/cross.png) no-repeat left;
	border: 1px dotted #000000;
	font-size: 130%;
	font-weight: bold;
	color: #ffffff;
	background-color: #ce108a;
	text-align: center;
	padding: 15px;
}

.info { 
	background:url(../images/info.png) no-repeat left;
	border: 1px dotted #000000; 
	background-color: #efefef; 
	padding: 17px; 
}

.email { 
	background:url(../images/letter.png) no-repeat left;
	font-size: 160%;
	font-weight: bold;
	border: 1px dotted #000000; 
	background-color: #efefef; 
	padding: 20px; 
}

.helpline { 
	border: 1px dotted #000000; 
	background-color: #f1b2b2; 
	padding: 5px; 
	font-weight: bold; 
	font-size: 16px; 	
}

.textbox { 
	border: 1px solid #aaaaaa;
	height: 18px;
	width: 100px;
}

input {
	width: 120px;
	background-color: #ffffff;
	color: #404e9c;
	padding: 1px;
}

input:focus   { 
	border: 1px solid #cb007b;
	background-color: #ffffff; 
}

.button {
	margin-left: 132px;
	width: 40px;
	font: 11px Arial, Helvetica, Geneva;
	color: #000000;
	border: 1px solid #aaaaaa;
}

.button:hover {
	border: 1px solid #cb007b;
	background-color: #ffffff;
}

.blue {
	color: #03b1cc;
}