*{
margin:0px;
padding:0px;
}
body
{
line-height:1.5em;
color:#04095D;
font-family:arial;
background:#fff;
font-size:14px;
}
.header
{
border-top:35px solid #FDB813;
float:left;
width:100%;
height:auto;
background:#04095D;
}
.innerheader
{
width:780px;
margin:0 auto;
}
.logo
{
margin-top:5px;
float:left;
}
.contact
{
margin-top:35px;
float:right;
}
.mainbody
{
float:left;
width:100%;
height:auto;
background:#F5EDF7;
}
.innermainbody
{
width:780px;
margin:0 auto;
}
.article
{
margin-top:15px;
float:left;
width:780px;
height:auto;
}
.article  ul
{
margin-left:20px;
}
.article h2
{
margin-top:15px;
margin-bottom:15px;
font-size:16px;
}
.article h3
{
font-weight:normal;
font-size:14px;
text-align:justify; 
margin-bottom:10px;
}
.article img.articlimg
{
float:left;
margin-right:10px;
}
.footer
{
float:left;
width:100%;
height:30px;
background:#01095D;
}

/* left enquiry form css here */
.leftfixed
{
position:fixed;
left:20px;
top:180px;
width:200px;
height:auto;
background:#FDB813;
border:1px solid #04095D;
}
.leftfixed h2.leftformheading
{
padding-top:5px;
text-align:center;
color:#fff;
font-size:16px;
width:200px;
height:24px;
background:#04095D;
border-bottom:1px solid #04095D;
 
}
.leftfixed h3
{
padding-top:5px;
text-align:center;
color:#007D9E;
font-size:14px;
width:200px;
height:24px;
}
.leftfixed form
{
margin-top:5px;
margin-left:8px;
margin-bottom:5px;
}
.leftfixed form .field
{
height:55px;
}
.leftfixed form .field label
{
color:#04095D;
font-weight:bold;
}
.leftfixed form .field input[type="text"]
{
width:180px;
height:25px;
border:1px solid #fff;
background:none;
color:#04095D;
font-weight:bold;
}
.leftfixed form .field select
{
width:180px;
height:25px;
border:1px solid #fff;
background:none;
color:#04095D;
font-weight:bold;
}
.leftfixed form .field select option
{
background:#FDB813;
color:#fff;
}
.leftfixed form .field textarea
{
width:180px;
height:70px;
border:1px solid #fff;
color:#04095D;
background:#fff;
font-weight:bold;
}
.submitbuttn
{
margin-top:45px;
margin-left:25px;
}
.submitbuttn input[type="submit"]
{
width:60px;
height:22px;
background:#fff;
border:none;
color:#04095D;
cursor:pointer;
font-weight:bold;
}
.submitbuttn input[type="submit"]:hover
{
background:#fff;
color:#04095D;
}
.submitbuttn input[type="reset"]:hover
{
background:#fff;
color:#04095D;
}
.submitbuttn input[type="reset"]
{
width:60px;
height:22px;
background:#fff;
border:none;
color:#04095D;
cursor:pointer;
font-weight:bold;
}
.closebutton
{
color:#fff;
float:right;
margin-right:5px;
}
a.remove
{
color:#fff;
font-size:14px;
}
a.bottom
{
margin-bottom:10px;
font-size:14px;
}
img
{
border:none;
}

/* right absolute here */
.rightabsolutemodule
{
z-index:999;
float:left;
width:200px;
height:auto;
position:absolute;
top:180px;
right:20px;
padding-bottom:5px;
 border:1px solid #04095D;
 background:#FDB813;
}
.rightabsolutemodule h2
{
width:200px;
text-align:center;
background:#04095D;
padding-top:5px;
text-align:center;
color:#fff;
font-size:16px;
 
 
height:24px;
}
 
.rightbox1 img.boximg
{
float:left;
 
}
 .rightbox1
 {
 margin-top:3px;
 margin-bottom:2px;
 
 float:left;
 width:200px;
 height:auto;
 }
 .leftimgabsolute
 {
 position:absolute;
 background:url(../images/07.jpg) no-repeat;
 top:218px;
 border-bottom:20px solid #277F1E;
 bottom:0px;
 width:282px;
 height:280px;
 }
 .rightimgabsolute
 {
 float:left;
 position:absolute;
 background:url(../images/08.jpg) no-repeat;
 top:218px;
 border-bottom:20px solid #277F1E;
 bottom:0px;
 width:282px;
 height:280px;
 right:0px;
 }
 .rightabsolutemodule ul
 {
 margin-left:22px;
 list-style-type:square;
 
 }
  .rightabsolutemodule ul li
  {
  padding-top:12px;
  font-weight:bold;
  }