/* CSS Document for SCREEN */

body {
	width:750px;
	margin:0px auto 0;
	background-color: #E6E7E8;
	background-image: url(../images/body-bkgrd.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

h1 {
	font-size: 16px;
	color: #A5230D;
	margin-bottom: -10px;
}

h2 {
	font-size: 16px;
	color: #003948;
	padding-bottom: 5px;
	padding-top: 2px;
}

h3 {
	font-size: 16px;
	color: #000000;
	
}

h4 {
	font-size: 16px;
	color: #A5230D;
}

hr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #E5E5E5;
	border-bottom-color: #E5E5E5;
	border-left-color: #E5E5E5;
	padding-top: 5px;
	padding-bottom: 5px;
}

/*FOR MOBILE*/

#for-mobile{
	display: none;
}

/*FOR PRINT*/

#for-print{
	display: none;
}



/*text and links*/


.justify {
	text-align: justify;
}

.SPAN-white-link a:link{
	color: #FFFFFF;
	text-decoration: none;
}

.SPAN-white-link a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

.SPAN-white-link a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

/*black links*/

.SPAN-black-link a:link{
	color: #000000;
	text-decoration: none;
}

.SPAN-black-link a:visited{
	color: #000000;
	text-decoration: none;
}

.SPAN-black-link a:hover{
	color: #000000;
	text-decoration: underline;
}

/*orange links*/

.SPAN-orange-link a:link{
	color: #761A0A;
	text-decoration: underline;
}

.SPAN-orange-link a:visited{
	color: #761A0A;
	text-decoration: underline;
}

.SPAN-orange-link a:hover{
	color: #761A0A;
	text-decoration: none;
}

/*blue links*/

.SPAN-blue-link a:link{
	color: #0000FF;
	text-decoration: underline;
}

.SPAN-blue-link a:visited{
	color: #0000FF;
	text-decoration: underline;
}

.SPAN-blue-link a:hover{
	color: #0000FF;
	text-decoration: none;
}

/* ----- HEADER ----- */



#header {
	width:620px;
	height: auto;
	min-height: 133px;
	background-color:#ffffff;
	background-image: url(../images/header-bkgrd.jpg);
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
	clear: both;
}

.CELL-logo {
	text-align: left;
	vertical-align: top;
	width: 250px;
	padding-bottom: 3px;
}
.CELL-email-login-buttons {
	text-align: right;
	vertical-align: top;
}


/* ----- NAVIGATION ----- */

/*- Menu Tabs 6--------------------------- */

    #tabs6 {
	width: 620px;
	font-size: 11px;
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
      }
    #tabs6 ul {
	margin:0;
	list-style:none;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 20px;
      }
    #tabs6 li {
      display:inline;
      margin:0;
	  padding:0;
     
      }
    #tabs6 a {
      float:left;
      background:url("../tabs/tableft6.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs6 a span {
      float:left;
      display:block;
      background:url("../tabs/tabright6.gif") no-repeat right top;
      padding:5px 11px 4px 6px;
      color:#FFF;
	  margin-right: 2px;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs6 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs6 a:hover span {
      color:#FFF;
      }
    #tabs6 a:hover {
      background-position:0% -42px;
      }
    #tabs6 a:hover span {
      background-position:100% -42px;
      }

      #tabs6 #current a {
              background-position:0% -42px;
      }
      #tabs6 #current a span {
              background-position:100% -42px;
      }




/* ----- MAIN CONTENT ----- */



#content {
	width:610px;
	min-height:450px;
	height:auto;
	background-image: url(../images/content-bkgrd.jpg);
	background-repeat: repeat-y;
	padding: 20px 15px 10px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}


/*for a one column gray box*/

.CELL-gray-content{
	background-image: url(../images/gray-content-bkgrd.jpg);
	background-repeat: repeat-y;
	vertical-align: top;
	padding-right: 25px;
	padding-left: 25px;
	line-height: 1.5em;

}


/*for a 2 column gray box*/

.ROW-gray-content{
 background-image: url(../images/gray-content-bkgrd.jpg);
 background-repeat: repeat-y;
}

.CELL-gray-content-left{
	width: 50%;
	vertical-align: top;
	text-align: left;
	line-height: 1.5em;
	padding-left: 2px;
}

.CELL-gray-content-right{
	width: 50%;
	vertical-align: top;
	text-align: right;
	line-height: 1.5em;
}

/* ----- FOOTER ----- */



#footer {
	width:640px;
	height:10px;
	background-image: url(../images/footer-bkgrd.jpg);
	background-repeat: no-repeat;
	font-size: 10px;
	padding-top: 90px;
	text-align: center;
	color: #666666;
	padding-bottom: 15px;
}

#footer a:link{
	color: #666666;
	text-decoration: underline;
}

#footer a:visited{
	color: #666666;
	text-decoration: underline;
}

#footer a:hover{
	color: #666666;
	text-decoration: none;
}


/* ----- HOME PAGE ----- */

.CELL-orange-button {
	background-image:  url("../images/home/orange-button-background.jpg");
	background-repeat: no-repeat;
	height: 35px;
	width: 145px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 15px;
	vertical-align: top;
	padding-top: 5px;
}

.CELL-red-button {
	background-image:  url(../images/home/red-button.gif);
	background-repeat: no-repeat;
	height: 41px;
	width: 188px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: top;
	padding-top: 10px;
	background-position: 0px -5px;
	text-align: center;
}




.CELL-grabber-content {
	background-image: url(../images/home/price-reduced-background.jpg);
	background-repeat: no-repeat;
	text-align: justify;
	vertical-align: top;
	height: 315px;
	width: 550px;
	line-height: 1.5em;
	padding-right: 25px;
	padding-left: 45px;
	padding-top: 25px;
	padding-bottom: 0px;
}




/*for portfolio*/

.CELL-view-project-button {
	background-image:  url(../images/view-project-button.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 145px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: top;
	padding-left: 12px;
	padding-top: 6px;
}

.CELL-featured-description {
	line-height: 1.5em;
	background-image: url(../images/featured-descrip-bkgrd.jpg);
	background-repeat: repeat-y;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 12px;
}

.CELL-orange-button-inquiry {
	background-image:  url("../images/home/orange-button-background.jpg");
	background-repeat: no-repeat;
	height: 35px;
	width: 145px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 8px;
	vertical-align: top;
	padding-top: 5px;
}

/*form stuff*/

.FORM-section-title {
	vertical-align: top;
	font-weight: bold;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.FORM-table {
	background-color: #BACED5;
	border: 1px solid #FFFFFF;
}
.FORM-cell-left {
	text-align: left;
	vertical-align: top;
	padding: 10px;
	line-height: 1.5em;
	width: 200px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.FORM-cell-right {
	text-align: left;
	vertical-align: top;
	padding: 10px;
	line-height: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
