@charset "utf-8";
/* CSS Document */

body  {
	font: 12px Tahoma;
	/*background: #666666;*/
	background-color:#FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	line-height:16px;
}
.ul,li{ list-style:none !important;}
.twoColElsLtHdr #container { 
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColElsLtHdr #header { 
	background-image:url(../images/topbg.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	background-color: #ffffff; 
	height:142px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColElsLtHdr h1#logo {
	margin: 0px 0px 0px 10px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	position:absolute;
	left:0;
	top:38px;
	text-indent:-9999px;
	height:174px;
	width:288px;
}
.twoColElsLtHdr #header #calltoday {
	float:right;
	font-size:30px;
	font-family:'Myriad Pro',Arial, Helvetica, sans-serif;
	font-weight:200;
	margin-right:23px;
	margin-top:59px;
	color:#7B7B7B;
	line-height:30px;

} 
.twoColElsLtHdr #header #calltoday span {
	color:#9FCF55;

}


#mainContent div.box3{
    position: relative;
    background-color: white;
    background-image:url(../images/headerbg.gif);
    background-repeat: repeat-x;
    height:59px;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    z-index: 2;

    margin-top:28px;

    behavior: url(http://www.moneymanagersuk.co.uk/ie-css3.htc);
}

#mainContent div.box2{

    position: relative;
    zoom:1;
    z-index:5;
    background-color: #f7faee;

    margin-top:15px;
    padding:4px;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-align: left;
    color:#3b3b3b;

    behavior: url(http://www.moneymanagersuk.co.uk/ie-css3.htc);
}

#mainContent div.box2 p{
    padding:2px 10px 2px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    line-height:18px;
}

#mainContent div.car{
    /*background-image:url("../images/leftheading.jpg");
    background-repeat:no-repeat;
    height:81px;
    left:20px;
    position:absolute;
    top:-12px;
    width:113px;
    z-index: 3;*/
	
}

#mainContent h1{
   	font-size:24px;
	font-family:'Myriad Pro',Arial, Helvetica, sans-serif;
	color:#333333;
	font-weight:100;
    text-align: left;
        
}
#mainContent h1 span{
        background-image:url(../images/heademiddlebg.png);
        background-repeat: no-repeat;
        background-position: 70% top;
		padding:0;
		margin:0;
        display:block;
        height:62px;
        padding-top:18px;
        text-align: center;
}

.twoColElsLtHdr #footer ul li{	
	display:inline;
	padding:0;
	margin:0;	
}


.twoColElsLtHdr #sidebar1 {
	float: left; 
	width: 245px;; /* since this element is floated, a width must be given */
	/*background: #EBEBEB; *//* the background color will be displayed for the length of the content in the column, but no further */
	margin-top:30px;
	margin-left:42px;
	padding-top:0 !important;
	padding:10px 5px!important;
	 /* top and bottom padding create visual space within this div */
}

.twoColElsLtHdr #sidebar1 #sidebarbox{
	background-image:url(../images/sidetop.png);
	background-position:top center;
	background-repeat:no-repeat;
	width:245px;
	height:12px;
	margin-top:38px;
}
.twoColElsLtHdr #sidebar1 #sideboxcontent {
	background-color:#E4F0C8;
	width:230px;
	padding:1px 0px 10px 15px;;

}
#moneyform{
	width:300px;
}
.twoColElsLtHdr #sidebar1 #sideboxcontent label{
	color:#7C9469;
	vertical-align:middle;
	font-size:11px;
	float:left;
	width:82px;
	margin-top:8px;
	
}
.twoColElsLtHdr #sidebar1 #sideboxcontent  input {
	height:17px;
	border:1px #7C9469 solid;
	width:136px;
	margin-top:8px;

}
.twoColElsLtHdr #sidebar1 #sideboxcontent  select {
	height:21px;
	border:1px #7C9469 solid;
	width:137px;
	margin-top:8px;
}
.twoColElsLtHdr #sidebar1 #sideboxcontent input.button {
	color:#FFFFFF;
	border:0px;
	font-size:11px;
	width:73px;
	height:23px;
	text-decoration:none;
	margin-left:82px;
	line-height:27px;
} 
.twoColElsLtHdr #sidebar1 #sideboxcontent p{
	margin:0;
	padding:0;
}
.twoColElsLtHdr #sidebar1 #sideboxcontent #livehelp{
	margin-top:5px;

}
.twoColElsLtHdr #sidebar1 #sideboxcontent #address{
	font-size:11px;
	font-weight:bold;
	color:#4e7625;
	margin-bottom:20px;
	padding-left:15px;
}
.twoColElsLtHdr #sidebar1 #sideboxcontent #callnow  {
	color:#64635E;
	font-size:20px;
	font-weight:200;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:20px;

}
.twoColElsLtHdr #sidebar1 #sideboxcontent #callnow p{
	margin:9px 0  0 10px;
}
.twoColElsLtHdr #sidebar1 #sideboxcontent span{
	color:#4A8C04;
	font-weight:bold;
} 
.twoColElsLtHdr #sidebar1 #sideboxcontent #email {
	margin-bottom:13px;
	padding-left:15px;
}
.twoColElsLtHdr #sidebar1 #sidebarbottom{
	background-image:url(../images/sidebottom.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	height:12px;
	margin-bottom:30px;
}
.twoColElsLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}


.twoColElsLtHdr #mainContent {
	margin: 30px 44px 30px 330px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding-top:0 !important;
} 


.twoColElsLtHdr #bottom{
	border-top:1px #A4A2A3 solid;
	border-bottom:1px #FFFFFF solid;
	background-color:#E9E7E8;
	padding:5px 10px;
	line-height:35px;

}
.twoColElsLtHdr #bottom #footerdata{
	font-size:12px;
	text-align:center;
} 
.twoColElsLtHdr #bottom #footerdata a{
	color:#666666;
	text-decoration:none;

}
.twoColElsLtHdr #bottom #footerdata a:hover{
	text-decoration:underline;
}
.twoColElsLtHdr #bottom p{
	text-align:center;
}
.twoColElsLtHdr #footer { 
	 /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#D2D0D1;
	/*height:30px;*/
	padding-top:10px;
    padding-bottom: 10px;
	padding-left:35px;
} 
.twoColElsLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 3px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColElsLtHdr #footer #footermenu{
	color:#1D1D1D;
	/*width:635px;
	float:left;*/
}
.twoColElsLtHdr #footer #footermenu a{
	font-size:12px;
	font-weight:bold;
	color:#1D1D1D;
}
.twoColElsLtHdr #footer #copyright{
	float:right;
	font-size:12px;
	font-weight:bold;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColElsLtHdr ul li{	
/*	display:inherit;*/
	padding:0;
	margin:0;	
}
#mainContent  .faq li{
	margin:0px;
	padding:0px;
}
.twoColElsLtHdr address{
	font-style:normal;
}
.twoColElsLtHdr #mainContent .small{
	border-top:#000000 1px dashed;
	font-size:9px;
	padding-top:8px;
}
.twoColElsLtHdr #mainContent table.contact{
	border:1px #D8D8D8 solid;
}
.twoColElsLtHdr #mainContent table.contact td{	
	background-color: #fafafa;
	vertical-align:top;
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
	font-weight:bold;
	text-align:left;
	width:33%;
	font-size:13px;
	padding:10px;
	padding-left:25px;
}
.twoColElsLtHdr #mainContent table.contact th {
	background-color:#EDEDD3;	
	border-bottom:1px #D8D8D8 solid;
	color:#666666;
	font-size:14px;
	padding:5px;
	text-align:left;
	width:30%;
	padding-left:20px;
}
.twoColElsLtHdr #mainContent ol li{
	margin-bottom:0px;
	
}
.twoColElsLtHdr #mainContent ul li{
	margin-bottom:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:18px;
}
.twoColElsLtHdr #mainContent li{
	font-size:12px;
}
.twoColElsLtHdr  #mainContent h3{
	color:#99CC33;
	font-size:16px;
	font-weight:normal;
}
.twoColElsLtHdr  #mainContent a{
	color:#71AD33;
	text-decoration:none;
	font-weight:bold;
}
.twoColElsLtHdr  #mainContent a:hover{
	color:#33CC00;
	text-decoration:underline;
}
.twoColElsLtHdr #sidebar1 #sideboxcontent label.error {
	color:red;
	display:inline;
	float:none;
	margin-left:3px;
}
.twoColElsLtHdr  #mainContent ul.boxes{
	margin:0;
	padding:0;
	list-style:none;
	width:660px;
}
.twoColElsLtHdr  #mainContent ul.boxes li{
	margin:0;
	padding:0;
	width:210px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.twoColElsLtHdr  #mainContent ul.boxes div{
	padding:0;
	margin:0;
	background-color:none;/*#E4F0C8*/
	border:none;
	float:none;
	height:auto;
	width:auto;
	
}
.twoColElsLtHdr  #mainContent ul.boxes div.r{
	height:329px;
	width:220px;	
	background-image:url(../images/boxbg.jpg);
	background-repeat:no-repeat;
}

.twoColElsLtHdr  #mainContent ul.boxes div.r h2 {
	padding:0;
	margin:0;
	padding-left:12px;
	padding-top:12px;
	padding-right:12px;
	color:#FFFFFF;
}

.twoColElsLtHdr  #mainContent ul.boxes div.r p {
	padding:0;
	margin:0;
	
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
}
h4{
	color:#FF0000;
	font-size:14px;
	
}
/***************** DATE PICKER ****************************/


/* Main Style Sheet for jQuery UI date picker */
#ui-datepicker-div, .ui-datepicker-inline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 0;
	background: #ddd;
	width: 185px;
}
#ui-datepicker-div {
	display: none;
	border: 1px solid #777;
	z-index: 9999; /*must have*/
}
.ui-datepicker-inline {
	float: left;
	display: block;
	border: 0;
}
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-dialog {
	padding: 5px !important;
	border: 4px ridge #ddd !important;
}
button.ui-datepicker-trigger {
	width: 25px;
}
img.ui-datepicker-trigger {
	margin: 2px;
	vertical-align: middle;
}
.ui-datepicker-prompt {
	float: left;
	padding: 2px;
	background: #ddd;
	color: #000;
}
* html .ui-datepicker-prompt {
	width: 185px;
}
.ui-datepicker-control, .ui-datepicker-links, .ui-datepicker-header, .ui-datepicker {
	clear: both;
	float: left;
	width: 100%;
	color: #fff;
}
.ui-datepicker-control {
	background: #400;
	padding: 2px 0px;
}
.ui-datepicker-links {
	background: #000;
	padding: 2px 0px;
}
.ui-datepicker-control, .ui-datepicker-links {
	font-weight: bold;
	font-size: 80%;
}
.ui-datepicker-links label { /* disabled links */
	padding: 2px 5px;
	color: #888;
}
.ui-datepicker-clear, .ui-datepicker-prev {
	float: left;
	width: 34%;
}
.ui-datepicker-rtl .ui-datepicker-clear, .ui-datepicker-rtl .ui-datepicker-prev {
	float: right;
	text-align: right;
}
.ui-datepicker-current {
	float: left;
	width: 30%;
	text-align: center;
}
.ui-datepicker-close, .ui-datepicker-next {
	float: right;
	width: 34%;
	text-align: right;
}
.ui-datepicker-rtl .ui-datepicker-close, .ui-datepicker-rtl .ui-datepicker-next {
	float: left;
	text-align: left;
}
.ui-datepicker-header {
	padding: 1px 0 3px;
	background: #333;
	text-align: center;
	font-weight: bold;
	height: 1.3em;
}
.ui-datepicker-header select {
	background: #333;
	color: #fff;
	border: 0px;
	font-weight: bold;
}
.ui-datepicker {
	background: #ccc;
	text-align: center;
	font-size: 100%;
}
.ui-datepicker a {
	display: block;
	width: 100%;
}
.ui-datepicker-title-row {
	background: #777;
}
.ui-datepicker-days-row {
	background: #eee;
	color: #666;
}
.ui-datepicker-week-col {
	background: #777;
	color: #fff;
}
.ui-datepicker-days-cell {
	color: #000;
	border: 1px solid #ddd;
}
.ui-datepicker-days-cell a{
	display: block;
}
.ui-datepicker-week-end-cell {
	background: #ddd;
}
.ui-datepicker-title-row .ui-datepicker-week-end-cell {
	background: #777;
}
.ui-datepicker-days-cell-over {
	background: #fff;
	border: 1px solid #777;
}
.ui-datepicker-unselectable {
	color: #888;
}
.ui-datepicker-today {
	background: #fcc !important;
}
.ui-datepicker-current-day {
	background: #999 !important;
}
.ui-datepicker-status {
	background: #ddd;
	width: 100%;
	font-size: 80%;
	text-align: center;
}

/* ________ Datepicker Links _______

** Reset link properties and then override them with !important */
#ui-datepicker-div a, .ui-datepicker-inline a {
	cursor: pointer;
	margin: 0;
	padding: 0;
	background: none;
	color: #000;
}
.ui-datepicker-inline .ui-datepicker-links a {
	padding: 0 5px !important;
}
.ui-datepicker-control a, .ui-datepicker-links a {
	padding: 2px 5px !important;
	color: #eee !important;
}
.ui-datepicker-title-row a {
	color: #eee !important;
}
.ui-datepicker-control a:hover {
	background: #fdd !important;
	color: #333 !important;
}
.ui-datepicker-links a:hover, .ui-datepicker-title-row a:hover {
	background: #ddd !important;
	color: #333 !important;
}

/* ___________ MULTIPLE MONTHS _________*/

.ui-datepicker-multi .ui-datepicker {
	border: 1px solid #777;
}
.ui-datepicker-one-month {
	float: left;
	width: 185px;
}
.ui-datepicker-new-row {
	clear: left;
}

/* ___________ IE6 IFRAME FIX ________ */

.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

/* contact form */
.twoColElsLtHdr #forms input{
	border-color:#333333;
}
.twoColElsLtHdr #forms input[type=submit]{
	border-color:#333333;
	background-color:#6EB400;
	color:#FFFFFF;
	font-weight:bold;
}
.twoColElsLtHdr form#forms table tr td{
	color:#666666;
}
.twoColElsLtHdr #sidebar1 #sideboxcontent label{
	color:#7C9469;
	vertical-align:middle;
	font-size:11px;
	float:left;
	width:82px;
	margin-top:8px;
	
}
.twoColElsLtHdr #sidebar1 #sideboxcontent  input {
	height:17px;
	border:1px #7C9469 solid;
	width:136px;
	margin-top:8px;
        
}
.twoColElsLtHdr #sidebar1 #sideboxcontent  textarea {
	border:1px #7C9469 solid;
	width:136px;
	margin-top:8px;
}
.twoColElsLtHdr #sidebar1 #sideboxcontent  select {
	height:21px;
	border:1px #7C9469 solid;
	width:137px;
	margin-top:8px;
}
.twoColElsLtHdr #sidebar1 #sideboxcontent input.button {
	color:#FFFFFF;
	border:0px;
	font-size:11px;
	width:73px;
	height:23px;
	text-decoration:none;
	margin-left:82px;
	line-height:27px;
} 
#mainContent .bolderlink{
	font-size:1.1em;
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#000000 !important;
}
#mainContent .bolderlink:hover{
	text-decoration:underline;
	color:#000000;
	
}
/*----------two sections-----------*/
div.twobox{
	padding-top:10px;
	width:430px;
}

div.twobox strong{	
	font-weight:bold;
	font-size:15px;
	
}
div.twobox ul{
	margin:0;
	padding:0;
	list-style:none;
}
div.twobox li{
	margin:0;
	padding:7px 0 0;
	width:200px;
	float:left;
}
div.twobox li.sp{
	width:100px;
	text-align:right;
	padding-right:20px;
	font-weight:bold;
	font-size:15px;
	color:#666666;

}
.faqlink{
	font-size:14px;
	font-weight:bold;
}
.faqlink:hover{
	text-decoration:underline;
	color:#999999 !important;
}
.contactinfo{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight:bold;
	color:#666666;
}



/*
	Drop Down
*/

.dropdown {
	
	border:1px solid #cac9c2;
	padding:0.2em;
	cursor:default;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity: 0.9;
	-moz-border-radius:0 2em 0 0;
	-khtml-border-radius:0 2em 0 0;
	border-radius:0 2em 0 0;
	width:21em;
}

.dropdown .month {
	margin-left:48px;
	width:37%;
}
.dropdown .year {
	margin-left:1em;
	width:25%;
}
.dropdown .close {
	display:block;
	overflow:hidden;
	border:0;
	position:absolute;
	top:0.5em; right:1em;
	
	width:16px; height:16px;
	border:none;
	text-indent:-9999px;
}

.dropdown table {
	border-spacing:0;
	table-layout:fixed;
	empty-cells:show;
	margin-top:0.5em;
	width:100%;
}
.dropdown thead th {
	width:14%;
}

.dropdown tbody td {
	background:#fff;
	text-align:center;
	line-height:2;
	border:1px solid #dad9d4;
}
.dropdown tbody td.hover {
	background:#748098;
	color:#fff;
	cursor:pointer;
}
.dropdown .weekend {
	color:#f00;
}
.dropdown .today {
	border:1px solid #f00;
}
.dropdown .selected {
	background:#748098;
	color:#fff;
}



#forforms form {
	background:#fff;
	padding:1em;
	border:1px solid #eee;
}
#forforms .login {
	/*background:url(../images/logobg.png) no-repeat 1em;
	background-position:center right;*/
}
#forforms .contact {
	
}
#forforms fieldset div {
	margin:0.3em 0;
	clear:both;
}
#forforms form {
	margin:1em;
	width:47em;
}
#forforms label {
	float:left;
	/*width:10em;*/
	/*text-align:right;*/
	margin-right:1em;
}
#forforms legend {
	color:#0b77b7;
	font-size:1.2em;
	padding:10px;
}
#forforms legend span {
	width:7em;
	text-align:right;
}
#forforms input {
	padding:0.15em;
	width:180px;
	border:1px solid #ddd;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;	
	border-radius:0.4em;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
#forforms input[type="checkbox"]{
	padding:0;
	width:20px;
	text-align:left;
	border:none;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
#forforms input[type="submit"]#contact{
	border:none;
	width:139px;
	height:30px;
	background-image:url(../images/contact.jpg);
}
#forforms input[type="submit"]#contact:hover{
	border:none;
	width:139px;
	height:30px;
	background-image:url(../images/contact-hover.jpg);
}
#forforms select {
	padding:0.15em;
	width:185px;
	border:1px solid #ddd;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}

#forforms textarea{
	padding:0.15em;	
	width:180px;
	border:1px solid #ddd;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
#forforms input:hover, input:focus, #forforms textarea:hover, #forforms textarea:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
} 

#forforms input:hover, input:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
} 
#forforms fieldset {
	border:1px solid #ddd;
	padding:0 0.5em 0.5em;
}
#forforms .date input {
	
	background-repeat:no-repeat;
	background-position:100% 50%;
}

#forforms .date fieldset label {
	float:none;
	display:block;
	text-align:left;
	width:auto;
}
#forforms .date fieldset div {
	float:left;
	clear:none;
	margin-right:0.2em;
}
#forforms .radio, .date {
	position:relative;
}
#forforms .radio fieldset, .date fieldset {
	border:none;
	width:auto;
	padding:1px 0 0 11em;
}
#forforms.radio legend, .date legend {
	font-size:1em;
	color:#000;
}
#forforms .radio legend span, .date legend span {
	position:absolute;
	left:0;
	top:0.3em;
	width:10em;
	display:block;
}
#forforms .radio label, .radio input {
	vertical-align:middle;
	display:inline;
	float:none;
	width:auto;
	background:none;
	border:none;
}
#forforms .radio div {
	float:left;
	white-space:nowrap;
	clear:none;
}
#forforms .email {
	width:14em;
}

#forforms input.default {
	color:#bbb;
}

#forforms #submit-go , #forforms #sendclaim {
	margin-top:1em;
	text-indent:-9999px;
	overflow:hidden;
	height:30px;
	width:139px;
	border:0;
	background:url(../images/submitquestion.jpg) no-repeat 0 0;
	display:block;
	cursor:pointer !important; cursor:hand;
}
#forforms #sendclaim{
	background:url(../images/sendclaim.jpg) no-repeat 0 0;
}
#forforms #submit-go:hover ,#forforms #sendclaim:hover {
	height:30px;
	width:139px;
	border:0;
	background:url(../images/submitquestion-hover.jpg) no-repeat 0 0;
}
#forforms #sendclaim:hover{
	background:url(../images/sendclaim-hover.jpg) no-repeat 0 0;
}


#forforms input.removei{
	border:none !important;
}
#forforms td{
	padding-top:10px;
}

.twoColElsLtHdr #forforms label.error { float: none; color: red; padding-left: .5em; vertical-align: top; display:none !important;}
.twoColElsLtHdr #forforms input.error,.twoColElsLtHdr #forforms textarea.error,.twoColElsLtHdr #forforms select.error {border:#660000 1px dashed;}

.topmenu{
	background-image:url(../images/menubg.gif);
	background-repeat:repeat-x;
	background-color:#e4f0c8;
	height:76px;
}
#mydroplinemenu {
	float:left;
	margin-left:300px;
}
.droplinebar {
	overflow: hidden;
}
.droplinebar ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	font: bold 11px Tahoma; /*default background of menu bar*/
}
.droplinebar ul li {
	display: inline;
}
.droplinebar ul li a {
	float: left;
	color: white;
	padding: 11px 11px;
	padding-left:7px;
	padding-right:7px;
	text-decoration: none;
	background-image:url(../images/menubg.png);
	background-repeat:no-repeat;
	background-position:right top;
}
.droplinebar ul li a:visited {
	color: white;
}
.droplinebar ul li a:hover, .droplinebar ul li .current { /*background of main menu bar links onMouseover*/
	color: #346901 !important;
	background-color:#E4F0C8;
}
/* Sub level menus*/
.droplinebar ul li ul {
	position: absolute;
	z-index: 100;
	left: 0;
	top: 0;
	/*background: #303c76; *//*sub menu background color */
visibility: hidden;
}
.droplinebar ul li ul {
	padding-top:15px;
}
/* Sub level menu links style */
.droplinebar ul li ul li a {
	font: bold 12px Tahoma;
	padding: 0px;
	padding-right: 13px;
	padding-left:14px;
	margin: 0;
	color: #519C01 !important;
	border-right: #519C01 2px solid;/*border-bottom: 1px solid navy;*/
}
.droplinebar ul li ul li a:hover { /*sub menu links' background color onMouseover */
	color: #346901;
	background:none !important;
}

#sidebar1 {
      /* background-color:#F6F6F6;*/    
     margin:30px 20px 20px 0 !important;
    width:222px !important;
    position:absolute;
    right:0;
    top:210px; 
}
#sidebar2 {

	
    padding: 10px 5px;
    margin-left: 20px!important;
   min-height: 570px;
   _height: auto !important;
    -moz-border-radius: 6px;
    position:absolute;
    left:0;
    top:215px;
}

#sidebar1 h2 {
    font-family: 'Myriad Pro';
    font-size: 24px;
    
}
#sidebar2 h2, #sidebar1 h2  {
    margin: 0;
    margin-top: 5px;
    padding-top: 10px;
}
#sidebar2 h2 {
    color:#388a00;
    font-size: 15px;
    font-weight: bold;

}
#sidebar2 p input[type="text"] {
    background: url('../images/inputbox.png');
    background-position: left top;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    height: 20px;
    font-size: 12px;
    width: 180px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
/*#sidebar2 p input[type="text"]:focus, #sidebar2 p select:focus, #sidebar2 p textarea:focus {
    background-color: white;
}*/
#sidebar2 p select.monthyear {
    background: url('../images/monthyear.png');
    background-position: left top;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    padding: 6px;
    width: 80px;
    font-size: 12px;
}
#sidebar2 p select{
    background: url('../images/inputbox.png');
    background-position: left top;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    padding: 6px;
    width: 185px;
    font-size: 12px;
}
#sidebar2 p textarea.commentetxt {
     background: url('../images/accidenttextarea.png');
    background-position: left top;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
	width:178px;
	padding:5px; overflow: auto; overflow-x: hidden; 
    font:12px/16px Tahoma;
}
#sidebar2 p textarea.addresstext {
    background: url('../images/addresstxt.png');
    background-position: left top;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    padding: 5px;
    height: 70px;
    overflow: auto;
	overflow-x:hidden;
    font:12px/16px Tahoma;
}
#sidebar2 p textarea{
    
    border: 1px solid #DFDFDF;
    -moz-border-radius: 6px;
    font:12px/16px Tahoma;
    
}
#sidebar1 #info {
    background-color: #ffffff;
    margin-top: 10px;
}
#mainContent {
    margin-top:15px !important;
    padding-left:15px !important;
    padding-right:0 !important;
    padding-top:0 !important;
    margin-left:250px !important;
    margin-right:264px !important;
    min-height:760px!important;

}

ul {
    margin:0;
    padding:8px 0 16px 12px;
    width:90%;
}
ul.infoul li
{
    background-image:url("../images/rightbullet.jpg") !important;
    background-position:left top;
    background-repeat:no-repeat;
    border-bottom:1px solid #D0DBCD;
    color:#457636;
    font-family:verdana;
    font-size:11px;
    margin-top:0;
    padding:8px 0 9px 22px;
}
input.error {
       color: red !important;
       border: 1px red solid !important;
       
}
label.error {
    display: none !important;
}
#sidebar1 #address {
    color:#37630C;
    font-size:12px;
    font-weight:bold;
    margin-bottom:20px;
    padding-left:15px;
}
.twoColElsLtHdr #sidebar1  span {
color:#4A8C04;
font-weight:bold;
}
.twoColElsLtHdr #sidebar1 #livehelp {
    margin-top:5px;
}
.twoColElsLtHdr #sidebar1 #callnow {
    color:#64635E;
    font-family:'Myriad Pro';
    font-size:20px;
    font-weight:200;
}
.twoColElsLtHdr #sidebar1  #callnow p {
margin:9px 0 0 25px;
}
.twoColElsLtHdr #sidebar1  #memail {
    margin-bottom:13px;
    padding-left:15px;
}

#claimtype{

    position:relative;
    margin:20px;
    border:solid 1px #efeeee;
    background-color: #f7f7f7;
    color:#777777;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-align: left;
    color:#3b3b3b;
    padding:0;
    z-index:7;

    overflow:auto;

    behavior: url(http://www.moneymanagersuk.co.uk/ie-css3.htc);
}

#claimtype h2{
    display:block;
    background-color: #FFF;
    color:#777777;
    height:27px;
    margin:0;
    padding:0;
    font-family:'Myriad Pro',Arial,Helvetica,sans-serif;
    font-size:20px;
    font-weight:normal;
    text-align: left;
    margin:1px;
    padding-left:20px;
    padding-top:15px;

    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;

     z-index:10;
}


#claimtype ul{
    margin-bottom: 10px;
    margin-left:20px;
    overflow:auto;
    width: auto!important;
}

#claimtype li{
    
    list-style:square;
    float:left;
    padding:10px 10px 10px 21px;
    width:169px;
    background-image:url("../images/bottom-link-bg.gif") !important;
    background-position: left top;
    background-repeat: no-repeat;
    margin-right: 5px;
    margin-top: 5px;
   
}
#claimtype li a{
    font-size:11px;
    font-family:tahoma,verdana,Arial;
    text-decoration: none;
    /*color:#6b9049;*/
    color: gray;
}
#claimtype li a:hover{
    text-decoration: underline;
    color: #000;
}


#sidebar1{
    background-image: url('../images/sidebar1bg.gif');
    background-repeat: repeat-x !important;
    background-position: left top;
    border:#c9d5ae solid 1px;
    background-color: #e4f0c8;
}

#sidebar2{
    /*background-color: #f7faee;*/
    /*background-image: url('../images/sidebar2bg.gif');*/
    /*background-repeat: repeat-x;*/
    /*border:#d2e2c3 solid 1px;*/
}
#sidebar2 #sidebartop {
    background-image: url('../images/sidebar2top.png');
    background-position: left top;
    background-repeat: no-repeat;
    padding-top: 120px;
    
}
#sidebar2 .sidebar2middle {
    background-image: url('../images/sidebar2middle.jpg');
    background-position: left top;
    background-repeat: repeat-y;
    padding-bottom: 1px;
    padding-top: 15px;
}


#sidebar2 .sidebar2bottom {
    background-image: url('../images/sidebar2bottom.png');
    background-position: left bottom;
    background-repeat: no-repeat;
    height: 16px;
}

#sidebar1 h2,#sidebar2 h2{
    color:#388a00;
    font-weight:normal;

}

#sidebar1{
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    z-index:11;


     behavior: url(http://www.moneymanagersuk.co.uk/ie-css3.htc);
}
#sidebar2 .round3 p.captchaimg {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
     background-color:#3B6D0C;
     padding:2px; text-align:center;
    width:179px;
     behavior: url(http://www.moneymanagersuk.co.uk/ie-css3.htc);
}

#sidebar2 .round1{
    background-image: url('../images/roundbox2.png');
    background-position: left top;
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 205px;
    padding-left: 16px;
    padding-top: 20px;
    height: 324px;
    padding-bottom: 3px;

   
    /*-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position:relative;
    z-index:31;
    zoom:1;*/
}
#sidebar2 .round1 p, #sidebar2 .round2 p, #sidebar2 .round3 p {
    margin-top: 0;
    margin-bottom: 5px;
}

#sidebar2 .round2{
    background-image: url('../images/roundbox3.png');
    background-position: left top;
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 205px;
    padding-left: 16px;
    padding-top: 20px;
    padding-bottom: 15px;

    
   /* -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-top: 10px;
    position:relative;
    z-index:31;
    zoom:1;
    background-color: #ddecba;*/
}

#sidebar2 .round3{
    width: 205px;
    padding-left: 16px;
    padding-bottom: 3px;
    margin-top: 10px;
   /* -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-top: 10px;
    position:relative;
    z-index:31;
    zoom:1;
    background-color: #ddecba;*/
}

#sidebar2 .round2 h4{

    

  /*  -moz-border-radius:10px 10px 0 0;
    -webkit-border-radius:10px 10px 0 0;
    border-radius:10px 10px 0 0;
    
    background-color:#80A85A;*/
    color:#474747;
    display:block;
    font-family:verdana;
    font-weight: bold;
    font-size:12px;
    margin:0;
    padding:6px;
}
#sidebar2 .round2 p{
}
#info{
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    z-index:12;
}

#sidebar1 h2 strong{
    color:#285906;
}
#sidebar2 p{
    font-size:11px;
}
#sidebar2 h2{
    color:#388a00;
    font-weight:bold;
}

#sidebar2 p{
   color:#fff;
}
#sidebar1 span.callnow{
    background-image:url("../images/sidebarcallnow.png");
    background-position:left top;
    background-repeat:no-repeat;
    display:block;
    padding-bottom:10px;
    padding-left:30px;
    padding-top:3px;
}
#sidebar2 input,#sidebar2 select{
    color:#000;
}
#sidebar1 h2{
    margin:10px 0 16px 0 !important
}
#sidebar2 p textarea{
    color:#000;
}
#sidebar2 p label{
    font-size:11px;
    padding-left:5px;
}

div.bottomcontact{
    margin-left:280px;
    margin-right:280px;
	clear:both;	
    z-index:20;

}

div.bottomcontact div{

    background-color: white;

}

div.bottomcontact ul{
 
    background-image:url("../images/bottomcontactbg.gif");
    background-repeat:repeat-x;
    
    overflow:auto;
    text-align:center;
    width:100%;
    z-index:24;

    position:relative;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    z-index:22;

     behavior: url(http://www.moneymanagersuk.co.uk/ie-css3.htc);
}

div.bottomcontact ul li{
    float:left;
    display: inline;
    width:32%;
    text-align:center;
    background-image: url('../images/bottomcontactwhiteline.gif');
    background-repeat: no-repeat;
    background-position: right top;
    z-index:25;
}

div.bottomcontact ul li.last{
    background-image: none;
}

div.bottomcontact ul li img{
    padding:5px;
    z-index:15;
}

div.bottomcontact ul li span{
    display:block;
    font-family:'Myriad Pro',Arial,Helvetica,sans-serif;
    font-size:19px;
    color:#316707;
    font-weight:bold;
    z-index:15;
}
div.bottomcontact ul li em{
    display:block;
    font-family:'Myriad Pro',Arial,Helvetica,sans-serif;
    font-size:16px;
    font-style:normal;
    color:#777;
    font-weight:bold;
    padding-bottom: 4px;
    
}

.box2 h2 {
            font-size: 18px;
            margin-left: 10px;
            color:#227B00;
            font-family: Tahoma;
            font-weight: normal;
}
  
  .box2  p {
    font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
line-height:18px;
padding:2px 10px;
  }    
       
  #mainContent div.box2 li {
list-style-image:url("../images/greendot.jpg") !important;
}

#footerdata .footermorelink {
    color:#000!important;
    font-weight:bold;
}

#logo a {
	display:block;
	height:174px;
	width:288px;
}
