/* Start of CMSMS style sheet 'JF Layout V1' */
/*-----------------------------------------------------------------------------------------------
  Main layout sections
-----------------------------------------------------------------------------------------------*/


body {
margin:0;
border:0;
padding:0;
height:100%; 
max-height:100%; 

overflow: hidden; 
}

#header {
position:absolute; 
top:0; 
left:0; 
width:100%; 
height:150px; 
/* overflow: hidden; */
z-index:30;
}
  

#contents {
top:150px;
left:0px;
bottom:0px; 
right:0px; 
overflow-y:scroll; 

position:fixed;   
}

#slide {
position: absolute;
z-index: 31;
margin-left:495px !important;
margin-left:510px; 
width:200px
}
/* for internet explorer */

* html body {
padding:150px 0 0px 0px; 
}

* html #contents {
height:100%; 
width:100%;
padding:0px 0px 0px 0px; 
}
  
/*-----------------------------------------------------------------------------------------------
  Font styling
-----------------------------------------------------------------------------------------------*/  
html, body, p, th, td, li, dd, dt {
font: 8pt  Verdana, Arial, Helvetica, sans-serif;
}

#contents2 p
{
font: 10pt  Arial, Helvetica, sans-serif;
line-height:180%;
}

h1, h2, h3, h4, h5, h6 {
font-family:Verdana, Arial, Helvetica, sans-serif;
}

p {
line-height:180%
}

h1 {
color: #d21d36; 
text-transform:uppercase;   
font-family:Trebuchet Ms, Arial, Helvetica, sans-serif; 
font-weight:normal; 
font-size: 1.8em; 
}

h2 { 
font-size: 1.5em; 
color: #484848;
font-family:Trebuchet Ms, Arial, Helvetica, sans-serif; 
font-weight:bold; 
margin-top:0px;
}

h3 { 
font-size: 1.4em;
font-family:Arial, Helvetica, sans-serif; 
color: #d21d36; 
margin-bottom:10px;
}

h4 { 
font-size: 1.0em; 
color: #eba000;
}

h5 { 
font-size: 0.9em; 
}

h6 { 
font-size: 0.8em; 
}

.footer {
font-size: 8pt; 
font-family: tahoma, verdana; 
line-height:110%
}

.footer a {
font-size: 8pt
}

a {
color: #d21d36
}

a:hover{
text-decoration:none;
}

#contents2 ul
{
list-style-type: none;
padding: 0;
margin: 0;
}

#contents2 li
{
background-image: url('uploads/jfimg/bullet.gif');
background-repeat: no-repeat;
background-position: 0 .4em;
padding-left: 2.9em;
line-height:200%;
}

.contactform textarea {
width: 180px; /* <-- change this to whatever works for you */
height: 60px; /* <-- change this to whatever works for you */
}


#myframe { height: 1000px; }
/* End of 'JF Layout V1' */

