*{
margin:0px;
padding:0px;
}
body
{
line-height:1.5em;
color:#013772;
font-family:arial;
background:#fff;
font-size:14px;
}
.header
{
float:left;
width:100%;
height:auto;
margin-bottom:10px;
}
.innerheader
{
width:780px;
margin:0 auto;
}
.logo
{
float:left;
margin-top:45px;
}
.logo h1
{
font-size:45px;
}
.contact
{
float:right;
margin-top:25px;
margin-right:20px;
}
.menu
{
float:left;
width:100%;
background:#013772;
height:30px;
border-top:8px solid #07B6CA;
}
.mainbody
{
margin-top:2px;
float:left;
width:100%;
height:auto;
}
.innermainbody
{
margin:0 auto;
width:780px;
}
.banner
{
float:left;
width:780px;
height:406px;
}
.component
{
float:left;
width:778px;
height:auto;
border:1px solid #ccc;
border-top:none;
}
.articlecontent
{
margin-top:5px;
float:left;
width:760px;
margin-left:8px;
}
.articlecontent h3
{
font-weight:normal;
font-size:14px;
 text-align:justify;
margin-bottom:10px;
}
.articlecontent ul
{
margin-left:15px;
}
.articlecontent h2
{
margin-top:10px;
margin-bottom:10px;
font-weight:normal;
font-size:18px;
}
.bgcontentcolumn
{
float:left;
width:778px;
height:35px;
background:#07B6CA;
}
.contentimg
{
margin-top:10px;
float:left;
margin-left:2px;
}

/* left enquiry form css here */
.leftfixed
{
position:fixed;
left:20px;
top:160px;
width:200px;
height:auto;
background:#fff;
border:1px solid #013772;
}
.leftfixed h2.leftformheading
{
padding-top:5px;
text-align:center;
color:#fff;
font-size:16px;
width:200px;
height:24px;
background:#013772;
border-bottom:1px solid #fff;
 
}
.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:#013772;
font-weight:bold;
}
.leftfixed form .field input[type="text"]
{
width:180px;
height:25px;
border:1px solid #013772;
background:none;
color:#013772;
font-weight:bold;
}
.leftfixed form .field select
{
width:180px;
height:25px;
border:1px solid #013772;
background:none;
color:#013772;
font-weight:bold;
}
.leftfixed form .field select option
{
background:#013772;
color:#fff;
}
.leftfixed form .field textarea
{
width:180px;
height:70px;
border:1px solid #013772;
color:#013772;
background:#fff;
font-weight:bold;
}
.submitbuttn
{
margin-top:45px;
margin-left:25px;
}
.submitbuttn input[type="submit"]
{
width:60px;
height:22px;
background:#013772;
border:none;
color:#fff;
cursor:pointer;
font-weight:bold;
}
.submitbuttn input[type="submit"]:hover
{
background:#013772;
color:#fff;
}
.submitbuttn input[type="reset"]:hover
{
background:#013772;
color:#fff;
}
.submitbuttn input[type="reset"]
{
width:60px;
height:22px;
background:#013772;
border:none;
color:#fff;
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:180px;
height:auto;
position:absolute;
top:160px;
right:20px;
background:#49BED9;
}
.rightabsolutemodule h2
{
width:180px;
text-align:center;
background:#013772;
padding-top:5px;
text-align:center;
color:#07BDBE;
font-size:16px;
 
 
height:24px;
}
 
 
 
  .rightabsolutemodule p
  {
 background:#07BDBE;
 padding-top:5px;
 padding-bottom:5px;
 text-align:center;
 color:#fff;
 font-size:16px;
 font-weight:bold;
 height:22px;
  border-bottom:1px solid #fff;
  }
    .rightabsolutemodule p.one
  {
 background:#05458B;
 padding-top:5px;
 padding-bottom:5px;
 text-align:center;
 color:#fff;
 font-size:16px;
 font-weight:bold;
 height:22px;
  border-bottom:1px solid #fff;
  }
  .footer
  {
  margin-top:20px;
  float:left;
  width:100%;
  height:auto;
  border-top:4px solid #013371;
  border-bottom:4px solid #44B8A1;
  
  }