/* Start of CMSMS style sheet 'ASC Layout V1' */
/*-----------------------------------------------------------------------------------------------
  Main layout sections
-----------------------------------------------------------------------------------------------*/

body {
margin:0;
border:0;
padding:0;
height:100%; 
max-height:100%; 
font-family:arial, verdana, sans-serif; 
font-size:76%;
overflow: hidden;

}

#header {
position:absolute; 
top:0; 
left:0; 
width:100%; 
height:140px; 
text-align:center;
z-index:30;
}
  

#contents {
top:140px;
left:0px;
bottom:0px; 
right:0px; 
overflow-y:scroll; 
z-index:10; 
position:fixed;   
}


/* for internet explorer */

* html body {
padding:140px 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;}

h1, h2, h3, h4, h5, h6 {
font-family:Verdana, Arial, Helvetica, sans-serif;
}



p  {
line-height:180%
}

li {
line-height:180%
}

h1 {
font-size: 2.3em; 
color: #52a153; 
font-family:Trebuchet MS, Verdana; 
font-weight:normal; 
text-transform:lowercase;
}

#content p{
margin-left: 12px;
margin-right: 12px;
}

#sidebar p{
margin-left: 15px; }

h2 {
background-position: left top; 
font-size: 1.7em; 
color: #4b4b4b; 
font-family:Century Gothic, Trebuchet MS; 
font-weight:normal; 
margin-top:10px;
margin-bottom:0px;
}


h3 { 
font-size: 1.2em;
color: #0C5C10; 
font-family:Trebuchet Ms, Arial, Helvetica, sans-serif; 
font-weight:normal
}

h4 { 
font-size: 1.0em; 
color: #0C5C10;
}

h5 { 
font-size: 0.9em; 
}

h6 { 
font-size: 0.8em; 
}

#footer td {
font-size: 8pt; 
font-family: tahoma, verdana; 
line-height:100%;
color:#dedede;
}
#leftbar .contact {
font-size: 8pt; 
font-family: tahoma, verdana; 
line-height:120%;
color:#4b4b4b;
}

#leftbar h2 {
color:#52a153;
}



#footer a, #footer td {
font-size: 8pt; 
font-family: tahoma, verdana; 
line-height:120%;
color:#474747;
text-decoration:none;
}

#footer a:hover {
color:#474747;
text-decoration:underline;
}


a {
color: #003f7f
}

a:hover{
text-decoration:none;
}

.contactform textarea {
width: 180px; /* <-- change this to whatever works for you */
height: 60px; /* <-- change this to whatever works for you */
}


.thumb a img{
border:1px solid black;
}


#rightbar       {
 background-image: url('uploads/ascimg/rightw.gif'); 
 background-repeat: no-repeat; background-position: left top;
 padding-left:5px;
 padding-top:1px;
 width:205px;
 padding-right:10px;
 }

#rightbar p{
color:#454545;
line-height:150%;
margin-top:5px;
margin-left:5px;
}

#rightbar ul{
color:#454545;
line-height:150%;
margin-top:5px;
margin-left:20px;
}

#rightbar li{

margin-left:-30px;
*margin-left:0px;
}

#rightbar a{
color:#454545;
font-weight:bold;
text-decoration:none;
}

#rightbar a:hover{

text-decoration:underline;
}
#faqs textarea{
width: 270px; /* <-- change this to whatever works for you */
height: 60px; /* <-- change this to whatever works for you */
}
/* End of 'ASC Layout V1' */

