/* reset everything */
html, body, div, span, h1, h2, h3, p, a, img, ul, li, form, fieldset, label { 
margin: 0;
padding: 0;
border: 0;
outline:0;
list-style-type: none;
background:transparent;
vertical-align:baseline;
}
html {
overflow-y: scroll; /* force scroll gutter to stop page jumping */
}
body  {
font: 100% Arial, Helvetica, sans-serif;
text-align: center;
background: url(../images/fade-bg.jpg) repeat-x fixed 100% 100%; 
color: #000;
}
#outercontainer {
width: 960px;
margin: 0 auto;
text-align: left;
}
#container {
width: 960px;
position: relative;
background: url("../images/leftcol-bg.png") no-repeat top left; /* put column background here so it will expand vertically with maincontent */
}
#leftcolumn {
position: absolute;
width: 156px;
left: 0;
top: 0;
}
ul#navigation {
padding: 90px 0 0 10px;
}
ul#navigation li {
list-style-type: none;
padding: 4px 0;
}
ul#navigation li a:link, ul#navigation li a:visited {
font-size: 12px;
color: #FFF;
text-decoration: none;
}
ul#navigation li a:hover, ul#navigation li a:active {
text-decoration: underline;	
}
ul#navigation li a#on {
color: #000;
text-decoration: underline;
}
#mainContent {
margin: 0 156px; /* holds space for navigation */
padding: 0 20px;
}
#copy { /* holds copy in place - avoids box model issues */
width: 606px;	
}
.newsitem {
width: 606px;
border: 1px solid #999;
margin-bottom: 10px;
}
.newsitem a {
display: block;
padding: 5px 10px;
}
.newsitem p {
padding: 0 10px;	
}

.newsitem h2 {
display: block;
padding: 5px 10px;
}

h1 {
font-size: 26px;
color: #000;
padding: 20px 0;
}
h2 {
font-size: 14px;
color: #000;
}
#copy h2 {
padding-bottom:12px;
}
h3 {
letter-spacing: 0.1ex;
line-height: 120%;	
font-size: 12px;
padding-bottom:12px;
}
#mainContent p, label {
font-size: 12px;
letter-spacing: 0.1ex;
line-height: 120%;
margin-bottom: 10px;
}
#copy a {
font-size: 12px;
color: #F90;
font-weight: bold;
}
form#contact {
margin-top: 20px;	
}
input, textarea {
width: 350px;
border:1px solid #999;
font-size: 12px;
margin: 2px 0 10px 0;
}
input.checkbox {
width: auto;
border: 0;
margin: 0;
}
textarea {
height: 80px;
}
textarea:focus, input:focus {
border: 1px solid #F90;
}
.orange {
color: #F90;
}
.lighter {
font-weight: lighter;
}
li.disc {
font-size: 12px;	
list-style-type: disc;
letter-spacing: 0.1ex;
line-height: 120%;
margin: 10px 0 10px 16px;
}
#rightcolumn {
position: absolute;
width: 156px;
top: 0;
right: 0;
padding-top: 93px;
}
#surfacesolutions a, #haveyoursay a {
font-size: 12px;
color: #ffffff;
}
#surfacesolutions {
width: 156px;
/*height: 581px;*/
background-color: #f58234;
background-image: url("../images/surface-solutions-bg.png");
background-repeat: no-repeat;
overflow: hidden;
}
#surfacesolutions h2 {
font-size: 16px;
color: #FFF;
padding: 50px 10px 0 10px;
}
#surfacesolutions li {
position: relative;
font-size: 12px;
color: #ffffff;
padding: 10px;
line-height: normal;
}
#haveyoursay {
width: 156px;
height: 78px;
background-color: #F90;
background-image: url("../images/haveyoursay-bg.png");
background-repeat: no-repeat;
overflow: hidden;
margin-top: 10px;
text-align: left;
}
#haveyoursay h2 {
font-size: 16px;
color: #FFF;
padding: 8px;
}
#haveyoursay p {
position: relative;
font-size: 12px;
color: #ffffff;
padding-left: 8px;
padding-right: 8px;
line-height: normal;
}
#randomimage {
margin-top: 10px;	
}
#textbox {
margin-top: 10px;
}
#textbox h2 {
font-size: 12px;
text-indent: 8px;
color: #FFF;
background-color: #666;
}
#textbox p {
font-size: 12px;
color: #666;
padding: 8px;
}
#textbox a {
color: #666;	
}
#links {
margin-top: 10px;	
}
.clearfloat {
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}