
body{
	position: relative;
background-color: gray;
/* if this color is changed change the #maincontainer color as well */
margin:0;
padding:0;
line-height: 1.6em;

}
.home{
background-image: url('../images/background/backgroundWhiteOutside.png');
background-repeat: repeat-y;
background-position: top center;
z-index: 1;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 820px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background-color: gray;
margin-top: 5px;

}

#topsection{
background: #eaeaea;
height: 120px; /*Height of top section*/
width: 100% ;
border-bottom: 1px solid;
}

#topsection h1{
margin: 0;
padding-top: 15px;
border: 1px solid;
}

#contentwrapper{
float: left;
width: 100%;
}

#content{
border: 1px black solid;
background-color: #EAEAEA;
font-family: Arial, Helvetica, sans-serif;
}
#serviceContent{
border: 1px black solid;
background-color: #EAEAEA;
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -840px; /*Set left margin to -(MainContainerWidth)*/
background: #C8FC98;
}

.innerTube{
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
}

#menu {
      position: absolute;
      font-family: "arial", "lucida console", "sans-serif";
      font-size: small;
      display: inline;
      padding: 0;

      margin: 94px 0 0 16px;
     }
    #menu ul {

        list-style:none;  
        margin: 0;
        padding: 0;
      }
    #menu li {
      line-height: 1.2em;
      display: inline;
      }
    #menu a {
      float:left;
      background:url("../images/menu/tableftF.gif") no-repeat left top;
      /*margin:0 auto;*/
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #menu a span {
      float:left;
      display:block;
      background:url("../images/menu/tabrightF.gif") no-repeat right top;
      padding:5px 15px 5px 15px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #menu a span {float:none;}
    /* End IE5-Mac hack */
    #menu a:hover span {
      color:#FFF;
      }
    #menu a:hover {
      background-position:0% -42px;
      }
    #menu a:hover span {
      background-position:100% -42px;
      }

        #menu a:active {
                background-position:0% -42px;
        }
        #menu a:active span {
                background-position:100% -42px;
        }

/*  Sub Menu */
#subMenu {
      	position: relative;
      	font-family: "arial", "lucida console", "sans-serif";
      	font-size: small;
	display: inline;
     }
    #subMenu ul {

        list-style:none;  
	margin: 0;
        padding: 0;
      }
    #subMenu li {
      line-height: 1.2em;
      display: inline;
      }
    #subMenu a {
      float:left;
      background:url("../images/menu/tableftO.gif") no-repeat left top;
      /*margin:0 auto;*/
      padding:0 0 0 4px;
      text-decoration: none;
	border-bottom: 1px solid black;
      }
    #subMenu a span {
      float:left;
      display:block;
      background:url("../images/menu/tabrightO.gif") no-repeat right top;
      padding:5px 15px 5px 15px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #subMenu  a span {float:none;}
    /* End IE5-Mac hack */
    #subMenu a:hover span {
      color:#FFF;
      }
    #subMenu a:hover {
      background-position:0% -42px;
      }
    #subMenu a:hover span {
      background-position:100% -42px;
      }

        #subMenu  a:active {
                background-position:0% -42px;
        }
        #subMenu a:active span {
                background-position:100% -42px;
        }

/* end sub menu */

        
#logo{
    float: left;
    background: url(../images/RecSafeLogoArrow.png) no-repeat;
    height: 110px;
    width: 220px;
    margin-top: 9px;
}
#middleHeader{
font-family: Arial, Helvetica, sans-serif;
color: orange;
font-weight: bold;
font-size: 30px;
    margin-top: 35px;
    margin-right: 50px;
    float: right;
}
.white {
	background: white;
	margin-top: 5px;
	border: 1px solid;
	text-align: center;
}
.whiteText {
	color: white;
}
.floatLeft{
	float: left;
	width: 100px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 150px;
}	
.floatRight{
	float: right;
	margin-top: 10px;
	margin-right: 20px;
}
p{
	line-height: 12pt;
}
.marginLeft{
	margin: 25px 14px 14px 14px;
}

#fiveMargin{
	margin-top:5px;
}
#tenMargin{
	margin-top:10px;
}
#middleContent{
	margin: 10px 0 10px 10px;
	width: 670px;
}
.submit{
	text-align: center;
	background:url("../images/menu/contactUsFieldset.png") center no-repeat;
/*margin:0 auto;*/
	text-decoration: none;
	border: none;
	color: #FFF;
	padding: 4px 14px;
	margin-top: 15px;
	margin-left: 140px;
	border: none;
}

fieldset {
	position: expression('relative'); /* Fixes IE problem with fieldset+legend boundaries */
	width: 560px;
	line-height: 1.2em;
	border: 1px solid orange;

}
fieldset ol{
	list-style: none;

}
fieldset li {  
	
} 

legend {
	top: expression('-9px'); /* Fixes IE problem with fieldset+legend boundaries */
	background: url("../images/menu/contactUsFieldset.png") center no-repeat;
	line-height: 32px;
	padding: 0 20px;
	text-align: center;
}
legend span{
	color: white;
}

label.error { 
	color: red; 
	float: left;
	display: none;
}

#name,#Email,#Phone{
	width: 250px;
}

input.error,textarea.error{
	border: 2px solid #DC7800;
}
label {	
	text-align: left;
	margin: 0;
	position: relative;  
	float: left;  
	width: 150px;
	padding-left: 1px;
}
.requiredStar{
	color: orange;
}