/*  |+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+|  */
/*  |            Basic Reset              |  */
/*  |+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+|  */
html, body,  span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}

hr {
	display: none;
}
/*  |+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+|  */
/*  |          Basic Formating            |  */
/*  |+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+|  */

body {
  font: 68%/180% "MS Sans Serif", Verdana, Arial, "Geneva CE", lucida, sans-serif;
}
#content-inside {
  font-family: Georgia,"New York CE",utopia,serif;
  font-size: 1.4em;
}
#content-inside ol,
#content-inside ul {
  padding-left: 20px;
  padding-bottom: 10px;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
#footer {
  font-size: 1em;
  line-height: 2em;
  text-align: center;
}
h1,h2,h3, #links {
  font-family:  Arial, "Geneva CE", lucida;
}
#links {
  font-size: .85em;
}
h1, h2 {
  color: #C5F700;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 25px;
  margin-bottom: 10px;
	text-align: left;

}
h3 {
	font-weight: bold;
	font-size: 1em;
}
/*  |+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+|  */
/*  |            Basic Colors             |  */
/*  |+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+|  */
body {
  background: #474C52 url(images/background.gif) repeat-x left top;
	color: #ECECEC;
}
a:link, a:visited {
	color: #C5F700;
	text-decoration: none;
	border-bottom: 1px #C5F700 solid;
}
a:hover, a.selected {
  border-bottom: 1px #474C52 solid;
}
#footer a:link, #footer a:visited {
	color: #ECECEC;
	text-decoration: none;
	border-bottom: 1px #50535A solid;
}
#footer a:hover, #footer a.selected {
  border-bottom: 1px #ECECEC solid;
}
#header a:link, #header a:visited,
#header a:hover, #header a.selected  {
	border-bottom: 0;
}
/*  |+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+|  */
/*  |            Basic Layout             |  */
/*  |+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+|  */
#wrap {
	margin: 0 auto;
	width: 100%;
}
#container {
  margin: 0 auto;
  width: 742px;
}
#header {
  background: #393D40 url(images/header_top.gif) no-repeat left top;
  width: 742px;
  height: 25px;
  float: left;
  text-indent: -5000px;
  position: relative;
}
#content {
  background: #474C52 url(images/content_bg.gif) repeat-y right top;
  float: left;
  width: 742px;
}
#content-inside {
  background: #474C52 url(images/content_right.gif) no-repeat 0 275px;
  width: 437px;
  float: left;
  min-height: 720px;
  padding: 20px 20px 0 0;
}
#indent-top {
  width: 100%;
  height: 290px;
}
#side-bar {
  background: #474C52 url(images/sidebox_right.gif) no-repeat right top;
  float: right;
  width: 285px;
}
#side-bar-in {
  background-color: #DEF280;
  float: left;
  min-height: 320px;
  padding-top: 360px;
  width: 271px;
}
/*
  padding-right: 20px;
  width: 251px;
*/
#footer {
  width: 100%;
  clear: both;
}
#footer-in {
  background: #50535A url(images/border_dash.gif) repeat-x 0 -1px;
  margin: 0 auto;
  padding-bottom: 15px;
  width: 742px;
}

/*
Logo and slogan
*/

#logo {
  display: block;
  right: 70px;
  height: 120px;
  position: absolute;
  top: 30px;
  width: 150px;
}
#logo img {
  float: left;
}
#slogan a {
  left: 0;
  height: 78px;
  position: absolute;
  top: 25px;
  width: 457px;
}
#slogan a.index {
  background: url(images/banner-index.gif) no-repeat left top;
}
#slogan a.personal {
  background: url(images/banner-personal.gif) no-repeat left top;
}
#slogan a.automobile {
  background: url(images/banner-automobile.gif) no-repeat left top;
}
#slogan a.home {
  background: url(images/banner-home.gif) no-repeat left top;
}
#slogan a.contact {
  background: url(images/banner-contact.gif) no-repeat left top;
}
#photo {
  display: block;
  left: 0;
  height: 197px;
  position: absolute;
  top: 103px;
  width: 457px;
}
#photo img {
  float: left;
}


/*
    Basic Form styles
*/
form p, label, select, textarea  {
  float: left;
  font-size: .9em;
  font-family: "MS Sans Serif", Verdana, Arial, "Geneva CE", lucida, sans-serif;
  padding-bottom: 1px;
  width: 200px;
 
}
select, textarea {
  background-color: #F4F4F4;
  border: 2px #ddd solid;
  border-left-color: #4e4e4e;
  border-top-color: #4e4e4e;
}
select {
  height: 20px;
  padding: 1px;
}

label, form p {
  color: #000;
  text-align: left;
}
button {
  cursor: pointer;
}
button span {
  display: none;
}

/*  |+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+|  */
/*  |            Menu Layout              |  */
/*  |+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+|  */
#menu {
  background: url(images/menu.gif) no-repeat 0 -149px;
  width: 238px;
  height: 149px;
  padding-top: 2px;
  position: absolute;
  top: 170px;
  right: 30px;
}
#menu li, #menu li a {
  display: block;
  float: none;
  width: 236px;
  height: 32px;
}
#menu li a {
  background: url(images/menu.gif) no-repeat left top; 
}
#menu li.m1 a { background-position: 0 0; }
#menu li.m2 a { background-position: 0 -32px; }
#menu li.m3 a { background-position: 0 -64px; }
#menu li.m4 a { background-position: 0 -96px; }
#menu li.m5 a { background-position: 0 -128px; }

#menu li.m1 a.selected, #menu li.m1 a:hover, #menu li.m1 a:focus {
    background-position: -234px 0;
}  
#menu li.m2 a.selected, #menu li.m2 a:hover, #menu li.m2 a:focus {
    background-position: -234px -32px;
}  

#menu li.m3 a.selected, #menu li.m3 a:hover, #menu li.m3 a:focus {
    background-position: -234px -64px;
}  

#menu li.m4 a.selected, #menu li.m4 a:hover, #menu li.m4 a:focus {
    background-position: -234px -96px;
}  

#menu li.m5 a.selected, #menu li.m5 a:hover, #menu li.m5 a:focus {
    background-position: -234px -128px;
}  

/*  |+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+|  */
/*  |          Content Layout             |  */
/*  |+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+|  */
#content p {
  padding-bottom: 20px;
}

ul.bignumbers li {
  font-size: 1.2em;
  padding: 20px 0 30px 70px;
  list-style-type: none;
}
ul.bignumbers li.no1 {
  background: url(images/bull1.gif) no-repeat left top;
}
ul.bignumbers li.no2 {
  background: url(images/bull2.gif) no-repeat left top;
}
ul.bignumbers li.no3 {
  background: url(images/bull3.gif) no-repeat left top;
}
ul.bignumbers li.no4 {
  background: url(images/bull4.gif) no-repeat left top;
}
ul.bignumbers li.no5 {
  background: url(images/bull5.gif) no-repeat left top;
}

/*  |+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+|  */
/*  |          Sidebar Layout             |  */
/*  |+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+|  */

.row {
  float: left;
  height: 27px;
  width: 100%;
  overflow: hidden;
}
#apply h2 {
  color: #474C52;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: uppercase;
  text-align: center;
}
#apply h2 span {
  color: #34A12C;
}
#side-bar .hr {
  background: url(images/menu.gif) repeat-x left bottom;
  height: 2px;
  width: 230px;
  margin: 0 auto;
  margin-bottom: 10px;
}
/*
#apply h2 {
  height: 40px;
  float: right;
  text-indent: -5000px;
  width: 100%;
}
 #apply h2.index {
  background: url(images/apply_for_loan-index.gif) no-repeat center top;
}
#apply h2.personal {
  background: url(images/apply_for_loan-personal.gif) no-repeat center top;
}
#apply h2.automobile {
  background: url(images/apply_for_loan-automobile.gif) no-repeat center top;
}
#apply h2.home {
  background: url(images/apply_for_loan-home.gif) no-repeat center top;
}
#apply h2.contact {
  background: url(images/apply_for_loan-index.gif) no-repeat center top;
} */
#apply form {
  float: right;
}
#apply form label {
  width: 100px;
  text-align: right;
  padding-right: 5px;
  overflow: hidden;
}

#apply form select {
  width: 145px;
}

#apply form button {
  background: url(images/register.gif) no-repeat left top;
  border: 0;
  margin-left: 60px;
  margin-top: 10px;
  height: 45px;
  width: 155px;
}
#apply form #selday {
  width: 40px;
  margin-right: 3px;
}
#apply form #selmonth {
  width: 40px;
  margin-right: 3px;
}
#apply form #selyear {
  width: 58px;
}
#apply form label.loan {
  text-align: left;
}
#apply #txtContact {
width: 35px;
margin-right: 3px;
}
#apply #txtContactNo {
width: 95px;
}
#apply #radPropDef1, #apply #radPropDef2 {
  background-color: #DEF280;
  border: 0;
  float: left;
  margin: 3px;
  width: 20px;
}
#apply label.radPropDef {
  width: 15px;
}
p.comment {
  color: #34A12C;
  text-align: center;
  padding-bottom: 0;
  margin: 0 auto;
  width: 100%;
}
/*  |+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+|  */
/*  |          Footer  Layout             |  */
/*  |+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+|  */
#footmenu {
  padding-top: 15px;
}
#footmenu li {
  display: inline;
  padding: 0 6px;
  border-right: 1px #FFF solid;
}
#footmenu li.last {
  border-right: 0;
}
#footer .copy a:link, #footer .copy a:visited {
  color: #DEF280;
}
#footer .copy a:hover, #footer .copy a:focus {
  border-bottom: 1px #DEF280 solid;
}
#footmenu li,
#footmenu li a {
  line-height: 100%;
}
#footmenu li a {
  display: inline-block; 
}

.text {
	color: #000000;
	font-weight: bold;
	}
#mail form button {
  background: url(images/tell-a-friend.gif) no-repeat left top;
  border: 0;
  margin-left: 20px;
  margin-top: 10px;
  height: 45px;
  width: 155px;
}	

#mail form input {
  
  height: 25px;
}

.comment {
  color: #34A12C;
  text-align: center;
  padding-bottom: 0;
  margin: 0 auto;
  width: 100%;}
  
#contact2 form button {
background:url(images/butt.jpg) no-repeat right top;
border: 0;
margin-left: 20px;
margin-top: 10px;
height: 45px;
width: 155px;
  
}
#contact2 form table{
border:thin #c0fe77; border-width:1px;}

.You{font-family:Arial, Helvetica, sans-serif;
	 font-size:30px;
	 color:#FFFFFF;
	 padding-left:10px;
	 padding-top:15px;}
.form{font-family:Arial, Helvetica, sans-serif;
	  font-size:11px;
	  color:#c0fe77;
	  padding-left:10px;}
	 
#img{ background-image:url(images/im.jpg); width:218px;}
#img2{ background-image:url(images/im2.jpg); width:218px; background-repeat:repeat-y;}
.form1{font-family:Arial, Helvetica, sans-serif;
	  font-size:12px;
	  color:#3c6e01;
	  padding-left:10px;
	  font-weight:bold;
	 }
	 
.style1 {color: #000000;
padding-left:5px;
}