/* Start of CMSMS style sheet 'RWS Layout V1' */
/*-----------------------------------------------------------------------------------------------
  Layout
-----------------------------------------------------------------------------------------------*/  


body{
margin-left:20px;
margin-right:20px;
margin-top:0px;
margin-bottom:0px;
padding:0;
line-height: 1.5em;
border-left:4px solid #00AE4C;
border-right:4px solid #00AE4C;
height:100%;

}

#topsection{
height: 150px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
height:100%;
}

#contentcolumn{
margin-left: 0px; /*Set left margin to LeftColumnWidth*/
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}



/*-----------------------------------------------------------------------------------------------
  Font styling
-----------------------------------------------------------------------------------------------*/  
html, body, p, th, td, li, dd, dt {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px; 
font-style: normal; 
line-height: 130%; 
font-weight: normal; 
color: #000000
}

h1, h2, h3, h4, h5, h6 {
font-family: Arial, Helvetica, sans-serif;
}

p {
}

h1 {
font-size: 1.7em; 
color: #000000; 
}

h2 { 
font-size: 12px; 
color: #000000
}

h3 { 
font-size: 12px;
color: #339966; 
margin-bottom:-14px;
}

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: #339966
}

a:hover{
text-decoration:none;
}

.subhead { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; font-style: normal; 
line-height: normal; 
font-weight: bold; 
color: #000000
}

.small {
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 11px; font-style: normal; 
 line-height: normal;
 font-weight: normal;
 color: #666666
 }
.large { 
font-family: Arial, Helvetica, sans-serif;
font-size: 18px; 
font-style: normal; 
line-height: normal; 
font-weight: bold; 
color: #000000
}


.static{
background-color:#f5f5f5;
}

.form { 
font-family: Arial, Helvetica, sans-serif;
font-size: 12px; font-style: normal; 
line-height: normal; 
font-weight: normal; 
color: #000000 ; 

height: auto; 
width: auto; 
padding-top: 1px; 
padding-right: 2px; 
padding-bottom: 1px; 
padding-left: 2px; 
letter-spacing: normal; 
text-align: left; 
vertical-align: middle; 
word-spacing: normal;
margin-top: auto;
margin-right: auto; 
margin-bottom: auto;
margin-left: auto;
border-style: inset;
border-top-width: 1px; 
border-right-width: 1px; 
border-bottom-width: 1px;
border-left-width: 1px
    }

.contactform textarea {
width: 180px; /* <-- change this to whatever works for you */
height: 60px; /* <-- change this to whatever works for you */
background-color: #c2e7cc; 
}

.contactform input{
background-color: #c2e7cc; 
}

.contactform select{
background-color: #c2e7cc; 
}
/* End of 'RWS Layout V1' */

