/* Start of CMSMS style sheet 'stLA2' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1em;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active, a:visited {
   text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #18507C; 
}

/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   color: #385C72;
}

/*****************
styles for tinyMCE
*****************/
.mainheading {
   color: #1C5F08; 
   font-family: verdana;
   font-size: 1.5em;
   font-weight: bold;
   display: inline;  /* ie6 bug fix*/
   text-align: left; 
   background: url(../uploads/images/logo/wk.jpg) no-repeat 5px 5px;
   padding: 10px 3px 0px 40px;
   line-height: 1.8em;
   margin: 0px 0 0.2em 0;
}

.subheading {
   font-family: arial;font-weight: bold;
   color: #1C5F08; 
   font-size: 16px; 
   text-align: left; 
   line-height: 1.2em;
   margin: 10px 0 0em 0; 
}

.rightimg {
float: right;
margin: 5px 0 5px 5px;
border: 0;
}

.bulletss {
}



/*****************
basic layout 
*****************/
body {
   color: black;
   margin: 0; /* gives some air for the pagewrapper */
}

/* center wrapper, min max width */
div#pagewrapper {
   margin: 0 auto;     /* this centers wrapper */
   width: 960px; 
   position: relative;
}

/* center wrapper, min max width */
.pagewrapperh {
   margin: 0 auto;     /* this centers wrapper */
   width: 960px; 
}

div#content {
   margin: 0.5em 0 0.5em 0; 
  position: relative;
 width: 960px; 
}

div#main {
   margin-left: 350px; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
 padding: 1px;

}

div#sidebar {
   position: absolute;
   top: 0;
   left: 0;
   width: 340px;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */  
}

/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
   padding: 0;
   width: 34%;  /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}

div#mains {
   margin-left: 240px; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
 padding: 1px 1px 1px 1px; 
}

div#sidebars {
   float: left;
   width: 215px; 
   margin-right: 10px;
display: inline;  /* FIX ie doublemargin bug */

}

/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/

div#header {
   background: #F4E412;       
   width: 100%;       
   border-bottom: solid 5px #87CA08;
   margin-bottom: 5px;
}

div#headerin {
   background: transparent;       
   height: 110px; /* adjust according your image size */   
   width: 960px; 
   margin: 0 auto;   
    position: relative;
    z-index: 20;
}

div#headerin a {
 background: transparent;         
   }

div#date {
    position: absolute;
    bottom: 2px;
    right: 0;
    font-family: verdana;
    color: #000052;
    font-size: 11px;
}

div#tv {
    position: absolute;
    top: 0px;
    left: 590px;
}

#headerlogo {
   float: left;
 display: inline;
 padding: 10px 0 0 10px;
}

#headertel {
 font-weight: bold;
 float: right;
 color: #031a78;
 padding-top: 20px;
 font-family: verdana;
 text-align: center;
  font-family: arial;
}


#headertel p {
   text-align: center; 
   color:  #2a47a2; 
   font-size: 13px;
}

#callfree {
    font-size: 14px;
    margin: 0 auto;
   color:  #2A47A2;
}

#hdno {
   font-size: 28px;
   color: #031A78;
    line-height: 32px; 
}

/* position for the search box */
div#breadsearch {
   width: 100%;
   margin: 0 0 3px 0 ;        /* css shorthand rule will be opened to be "0 1em 0 1em" */
   height: 20px;
}

/* position for the search box */
div#breadsearch2 {
   width: 100%;
  height: 20px;
   margin: 0; 
}

/* position for the search box */
div#search {
    float: right;
   margin: 0;
  padding: 0;
   height: 20px;   vertical-align: middle;
}

div#search input {
     color: #081748;
   font-family: arial; 
}

.searchbut {
   background: url(uploads/images/logo/arrow.gif) no-repeat 0 2px;
   width: 20px;
   border: 0; 
      height: 20px;  
}

div.breadcrumbs {
   font-size: 90%;        /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   float: left;
   vertical-align: middle;
margin-top: 3px;
padding-bottom: 2px;
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 } 

 div.breadcrumbs a{ 
   text-decoration: none;
 } 

div#girl {
   width: 960px;
   height: 184px;   
  clear: both;
  margin: 0;
padding: 0;
  border: solid 1px #85C900;
   background: #85C900;
}


div#girll {
   float: left;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 34%;    /* sidebar width, if you change this please also change #main margins */
   height: 184px;   
   display: inline;  /* FIX ie doublemargin bug */
   padding: 0px 0px 0px 15px;


}

.sblg h3 {
   color: white;
   margin: 25px 0 20px 0;
   font-weight: bold; 
   font-size: 18px;
}

div#buttons {
   width: 985px;
   height: 82px;      clear: both;     
  margin: 5px auto 0px auto;
padding-left: 10px;
background: url(uploads/images/logo/buttons_final.png) no-repeat 16px 0;
}

.sbut, .sbuty, .sbutyl, .sbutel {
float: left; 
}

.sbut a, .sbut a:link, .sbut a:active, .sbut a:visited, .sbut a:hover {
 display: block; 
  width: 139px;
  text-align: center;
  color: white;
  font-weight: bold;
text-decoration: none;
   background: transparent;       
padding: 52px 0 10px 0;
line-height: 15px;
}

.sbutel a, .sbutel a:link, .sbutel a:active, .sbutel a:visited,  .sbutel a:hover {
 display: block;
  width: 139px;
  text-align: center;
  color: white;
  font-weight: bold;
text-decoration: none;
   background: transparent;       
padding: 52px 0 10px 0;
line-height: 15px;
}

.sbuty a, .sbuty a:link, .sbuty a:active, .sbuty a:visited,  .sbuty a:hover {
 display: block;
  width: 139px;
  text-align: center;
  color: #435B96;
  font-weight: bold;
text-decoration: none;
   background: transparent;   
padding: 52px 0 10px 0;
line-height: 15px;
}

.sbutyl a, .sbutyl a:link, .sbutyl a:active, .sbutyl a:visited,  .sbutyl a:hover {
 display: block;
  width: 139px;
  color: #435B96;
  text-align: center;
font-weight: bold;
text-decoration: none;
   background: transparent;     
padding: 52px 0 10px 0;
line-height: 15px;
}

div.sblg {
   float: left; display: inline;
   width: 46%; 
   margin: -5px 10px 0 0; 
   }

div.sblg p {
   padding: 0px 0 14px 23px;
   margin: 10px 0 5px  0;
   border-bottom: dotted 1px #fff;
   color: white;
   font-weight: bold;
   background: url(uploads/images/logo/arrow.gif) no-repeat 0 0px;
}

div.sblg a, div.sblg a:link, div.sblg a:active, div.sblg a:visited, div.sblg a:hover, div.shctfm a, div.shctfm2 a {
   color: white;
   text-decoration: none;
}


div#emflash {
  float: right;
  position: relative;
  z-index: 10;
  width: 616px;
  height: 184px;
  background: url(uploads/images/girl.jpg) no-repeat;
}


div#hpf {
   width: 590px;
   text-align: center;
   margin: 0 auto;
   height: 200px;
   background: url(uploads/images/logo/pin.jpg) no-repeat;
}

div#hpf2 {
   padding: 30px 20px 20px 20px;
}

div#hpf2 p {
}

.singa {
color: #C41D15;
}

.testline {
border-bottom: solid 1px gray;
margin: 10px 100px 20px 100px;
}

div.sbla {
margin: 10px 5px;
text-align: center;
display: inline;
   }

div.sbla p {
   padding: 0px 0 0px 23px;
   margin-top: -5px;
   border-bottom: dotted 1px #fff;
   background: url(uploads/images/logo/arrow.gif) no-repeat 0 1px;
}

div.sbla a, div.sbla a:hover{
   color: #000052;
   text-decoration: none;
}

div.sblal {
   text-align: center;
   margin: 5px auto;
   }

div.sblal p {
   padding-bottom: 10px;
   border-bottom: dotted 1px #01005D;
   margin-top: -6px;
}

div.shctfm {
 background: url(uploads/images/logo/call-box.jpg) no-repeat;
 padding: 5px;
 margin-top: 10px;
 text-align: center;
 width: 225px;
 height: 215px;
}

 #callhed {
  color: white; 
  font-size: 14px;
  font-weight: bold;
  padding: 10px 0 10px 50px ; 
  background: url(uploads/images/logo/arrow.gif) no-repeat 25px 12px;
}

 #callhedleft {
  color: white; 
  font-size: 14px;
  font-weight: bold;
  padding: 10px 0 10px 65px ; 
  background: url(uploads/images/logo/arrow.gif) no-repeat 39px 12px;
}

 #caltex {
  padding: 0px 20px 0px 10px ; 
  text-align: center;
}

div.shctfm2 {
 background: url(uploads/images/logo/call-box2.jpg) no-repeat;
 padding: 5px 10px;
 text-align: center;
 width: 344px;
 height: 180px;
}

 #callhed2 {
  color: white; 
  font-size: 14px;
  font-weight: bold;
  padding: 10px 0 10px 60px ; 
  background: url(uploads/images/logo/arrow.gif) no-repeat 35px 12px;
}

 #caltex2 {
padding-right: 30px;
padding-top: 10px;
}

div.shctfmc {
 background: url(uploads/images/logo/call-boxb.jpg) no-repeat;
 width: 610px;
 height: 230px;
  margin: 0 auto 20px auto;

}

 #callhed3 {
  color: white; 
  font-size: 14px;
  font-weight: bold;
  padding: 13px 0 10px 45px ; 
  background: url(uploads/images/logo/arrow.gif) no-repeat 25px 15px;
}

div.shctfmcfm {
text-align: left;  position: relative;
}



.fm1 {
 display: inline;
 width: 200px;
  margin-right: 5px;
  line-height: 30px;
}

.fm78 {
 display: inline;
 width: 200px;
  margin-right: 5px;
  line-height: 30px;
}

.fm78 label {
margin-right: 9px;
}

.fm2 {
 display: inline;
 width: 200px;
  margin-right: 60px;
   line-height: 30px;

}

.fm3 {
 display: inline;
 margin-left: 100px;
}

.fm4 {
margin: 10px 0;
padding-left: 20px;
}

.fm4 input {
border: 0;
}

.fm5 {
margin: 0;
padding-left: 10px;
}

div.shctfminc {
 background: url(uploads/images/logo/call-box-libl.jpg) no-repeat;
 padding: 5px 0;
 margin-top: 10px;
margin-bottom: 10px;
 text-align: center;
 width: 215px;
 height: 465px;
 position: relative;
}

.fm6 {
margin: 0 0 0 -5px;
padding: 0 0 5px 0;
}

div.shctfmlefcol {
background: url(uploads/images/logo/leftcallbox.jpg) no-repeat;
 text-align: center;
 width: 215px; 
 height: 520px;
 position: relative;
}

div.lefterror {
  position: absolute;
 background: #ffffff;
 color: red;
 width: 190px;
 height: 60px;
 text-align: center;
 top: 140px;
 left: 10px;
}

div.incomeerror {
  position: absolute;
 background: #ffffff;
 color: red;
 width: 190px;
 height: 55px;
 text-align: center;
 top: 55px;
 left: 10px;
}

div.leftcontact, div.incomeform {
 width: 205px; 
 line-height: 16px;
 margin-left: 5px;
 margin-top: -10px;
  padding: 0;
   font-size: 1em;
   color:#212E31;
}


div.leftname, div.lefttel, div.leftservice, div.lefttime, div.leftmail, div.leftincome {
 margin-bottom: 10px;
}

div.leftpriv {
 margin-bottom: 10px;
 line-height: 18px;
}

input {
 border: solid 1px #01005E;
}

div.required{
 background: transparent;
}

div.leftname input, div.leftmail input, div.lefttel input {
 width: 180px;
text-align: left;
}

div.leftpriv input, .submitleft input {
 border: 0;
}

.submitleft input, .submitincome input{
 border: inset 1px #212E31;
  background: white;  cursor: pointer;
 padding: 2px;
}




 #callhedinc {
  color: white; 
  font-size: 14px;
  font-weight: bold;
  padding: 10px 0 0px 50px ; 
  background: url(uploads/images/logo/arrow.gif) no-repeat 25px 12px;
}

.submit {
float: right;
margin: 0 15px 0 5px;
padding: 0;
}

.fbsubmit {
margin: 0 auto;
padding: 0;
}


div#footer {
   clear:both;     
   color: #01005D;
   background-color: #E3E3E3; 
   width: 100%;
   padding: 5px 0;
   margin: 0;
}

div#footerin {
   width: 960px;
height: 115px;
margin: 0 auto;
}

div.footerc {
   width: 25%;
   margin: 0px;
   float: left;
}

div#footer p {
   font-size: 0.8em;
   text-align: center; 
   margin:0;
}

div#footer p a {
   color: #000052;   
   text-decoration: none;
}

div#footer p a:hover {
   color: #000052;   
   text-decoration: underline;
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}

/* relational links under content */
div.left49 {
  float: left;
  width: 49%;  /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}




/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2, div#mains h2 {
   color: #1C5F08;    font-family: verdana;
   font-size: 1.5em; display: inline;
   text-align: left; 
   background: url(../uploads/images/logo/wk.jpg) no-repeat 5px 5px;
/* some air around the text */
   padding: 10px 3px 0px 40px;
/* set borders around header */
   line-height: 1.8em;
/* and some air under the border */
   margin: 0px 0 0.2em 0;
}
div#content h3 {
   font-family: arial;
   color: #1C5F08; 
   font-size: 16px; 
   text-align: left; 
/* some air around the text */
   line-height: 1.2em;
   margin: 10px 0 0em 0; 
}
div#content h4 {
   font-family: verdana;
   color: #1C5F08; 
   font-size: 1.5em; 
   text-align: left; 
/* some air around the text */
   line-height: 1.6em;
   margin: 0 0 0.8em 0;
}
div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 0.8em;
   line-height: 0.85em;
   margin: 0 0 0.25em 0;
   text-align:center;
   color:  #2E2E2E;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
   text-align: justify;
   color:#212E31;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */

div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}

#mains ul, .bulletss ul {
margin-left:20px;
list-style: none;
}

#mains li, .bulletss ul li {
background: url(images/cms/arrow-right-active.gif) no-repeat 0 5px;
margin: 10px 0;
padding: 0 0 0 15px ;
   color:#212E31;
   line-height:1.4em;
}
/* END LISTS */
/* End of 'stLA2' */

