
body {
    padding: 0;
    margin:  0;
    background: #8da4bb;
    font: 100% Arial, sans-serif;
}

a, .clickable {
    color: #003f7d;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

img {
    border: 0px;
}

#page {
    margin: 0 auto;
    padding: 0;
    width:800px;
    border-collapse: collapse;
    text-align: center;
}

#head {
    text-align: left;
    width: 800px;
}
.box {
	padding:0 12px 0 0;
	background:#8da4bb url(rbord.gif) 100% 0 repeat-y;
}
.bi {
	padding:0 0 0 12px;
	background:#8da4bb url(lbord.gif) 0 0 repeat-y;
}
.bt {
    height:7px;
	margin:0 -12px;
	background:url(box.gif) 100% 0 no-repeat;
}
.bb {
	height:7px;
	margin:0 -12px;
	background:url(box.gif) 100% 100% no-repeat;
}

#content {
    padding: 0px 20px 5px 20px;
    clear: both;
    border-right: 2px solid #003f7d;
    border-left: 2px solid #003f7d;
    /*border-top: 2px solid #04163e;*/
    background: #fff;
    text-align: left;
}

#footer {
    text-align: center;
    font-size: .6em;
    padding: 5px;
    background: #003f7d;
    color:  #d3e2b2;
    clear: both;
/*/  width: 100%;*/
}

#footer a{
    color: #d3e2b2;
}

#footer a:hover {
    color: #0b0;
}

.leftImg {
    float: left;
}

.rightImg {
    float: right;
}

.leftImg, .rightImg {
    display: inline;
    padding: 5px;
}

.leftColumn, .rightColumn {
    width: 50%;
}

.leftColumn {
    float: left;
}

.rightColumn {
    float: right;
}

.center {
    clear: both;
    text-align: center;
    width: 100%;
}

.clickable {
    cursor: pointer;
}

.clickable:hover {
    text-decoration: underline;
}

/*
 Navbar 
*/

#nav ul {
    line-height: 22px;
    height: 45px;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #003f7d url(../../images/nav/navbg.png) repeat-x;
}

#nav ul li {
    float: left;
    position: relative;
    list-style: none;
    width: 115px;
    height: 45px;
    margin: 0;
    padding: 0;
    background: transparent url(../../images/nav/navimgs.png) no-repeat;
}

#nav a {
    text-decoration: none;
    color:#04163e;
}

#nav ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    width: 115px;
    vertical-align: bottom;
}

#nav ul li{background-position: 0px 0px;}
#nav ul li:hover, #nav ul li.sfhover {background-position: 0px -50px;}


#nav ul li ul {
    display: none;
    font-size: 12px;
    line-height: normal;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0px;
    top: 45px;
    left: 0px;
    border: 1px solid #003f7d;
    background: #8da4bb;
    height: auto;
}

#nav ul li ul li {
    border-bottom: 1px solid #003f7d;
    background: transparent;
    height: auto;
    width: auto;
}

#nav ul li ul li a {
    display:block;
    font-weight:normal;
    padding:0.2em 5px;
    font-size: 1em;
    color: #04163e;
}

#nav ul li ul li a:hover {
    border-color:#04163e;
    border-style:solid;
    border-width:0pt 5px;
    padding:0.2em 0px;
    background:#d3e2b2;
}

#nav ul li:hover ul, #nav ul li.sfhover ul {
    display: block;
}

.listlink {
    color: #003f7d;
    cursor: pointer;
}
/* HOME */
#home p {
    margin-left: 30px;
    margin-right: 30px;
}
#home {
    padding: 20px;
}

/* Contacts */
#map {
    width: 700px;
    height: 600px;
    position: static;
    border: 1px solid #003f7d;
    text-align: left;
}

#googleNav {
    list-style-type: upper-alpha;
    padding: 0px 0px 0px 30px !important;
    padding-left:0px;
}

.inputText {
	width: 300px;
}

.info {
	text-align: right;
}
/* FRP */
.quote{
    font-size: 80%;
    padding: 0px 10px;
    clear: both;
}

.quoteSig{
    padding-left: 25px;
    padding-right: 50px;
    font-style: italic;
    font-size: 80%;
}

/* Select Reinforcements */
#reinforce p {
    text-align: left;
}

#reinforce table {
    text-align: center;
    font-size: 76%;
}

#reinforce table tr td{
    padding: 5px 0px;
}
/* Acetone Replacement */
#acetone {
    text-align: left;
}

#acetone table {
    text-align: center;
    font-size: 76%;
    width: 100%;
    clear: both;
}

#acetone table tr td{
    padding: 5px 0px;
}

#acetoneprods {
    width: 100%;
    clear: both;
    display: inline;
}

/* Holder for bolded subtitles */
.subtitle {
    
}

#frpshow, #contactshow {
    width:100%;
}

#contact table table { width: 100%}

#frpshow table {
    width:90%;
}

#frpshow {
	clear: both;
}

#fiberFlash {
    float: right;
}

/* survey */
#survey table {
	border-collapse: collapse;
}
#survey td {
	vertical-align: top;
}

#survey thead tr {
	text-align: center;
}

.question {
	padding-right: 70px;
	border-left: 1px solid #4f76a1;
}

#survey td {
	border-top: 1px solid #4f76a1;
	border-bottom: 1px solid #4f76a1;
}

.topic {
	background-color: #4f76a1;
	color: #fff;
	font-weight: bold;
}

#survey textarea {
	padding: 0;
	margin: 0;
	overflow: auto;
	height: 3em;
}

#survey td {
	margin: 0;
}
#survey caption {
	font-weight: bold;
	font-size: 1.5em;
}

#sendWrapper {
	padding: 50px;
}