@charset "UTF-8";
/* CSS Document */




/***** Global Settings *****/
 
html, body {
	border:0;
	margin:0;
	padding:0;
	background-image: url(images/greenyellowblur.jpg);
	background-repeat: repeat;
}
 
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.25;
}
 
/***** Common Formatting *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}
 
h1 {
padding:30px 0 25px 0;
letter-spacing:-1px;
font:2em arial, helvetica, sans-serif;
}
 
h2 {
padding:20px 0;
letter-spacing:-1px;
font:1.5em arial, helvetica, sans-serif;
}
 
h3 {
font:1em arial, helvetica, sans-serif;
font-weight:bold;
}
 
p, ul, ol {
margin:0;
padding:0 0 18px 0;
}
 
ul, ol {
list-style:none;
padding:0 0 18px 40px;
}
 
blockquote {
margin:22px 40px;
padding:0;
}
 
small {
font-size:0.85em;
}
 
img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
/***** Links *****/
 

a:visited {
text-decoration:none;
}
 
/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
}
 
input, select, textarea {
font:1em arial, helvetica, sans-serif;
}
 
textarea {
line-height:1.25;
}
 
label {
cursor:pointer;
}
 
/***** Tables *****/
 
table {
border:0;
margin:0 0 18px 0;
padding:0;
}
 
  table tr td {
  padding:2px;
  }
 
/***** Wrapper *****/
 
#wrap {
width:960px;
margin:0 auto;
}
 
/***** Global Classes *****/
 
.clear         { clear:both; }
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }



/**** local page classes ****/

/* this controls the header text on "Direct Sales To" */
.sales {
	color: #375B73;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	display: block;
	padding-top: 3px;
}

/* this controls the list on the Direct Sales To */
.sub1blue ul li {
	color: #E9E395;
	font-size: 1.3em;
	line-height: 2em;
	margin-left: -18px;
	padding-top: 10px;
}


/* this controls the header text on TSO and LTL */
.tsoltl {
	color: #F9DD77;
	font-size: 1em;
	font-weight: bold;
	display: block;
	text-align: center;
	padding-top: 3px;
}

/* this controls the list on UTD Committed to */
.sub2tantop ul li {
	color: #375B73;
	font-size: 1.2em;
	line-height: 1.9em;
}



/* this controls the copy on LTL */
.ltltext {
	color: #375B73;
	font-size: 1em;
	position: relative;
	width: 280px;
	height: 100px;
	overflow: auto;
	top: 12px;
	text-align: left;
	padding-left: 9px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}



/* ================================== */
/* ==       BEGIN CONTENT CSS      == */
/* ================================== */


#container {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 959px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FDA800;
	border-left-color: #FDA800;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FDA800;
}

#containerinside {
	background-image: url(images/background_green.jpg);
	background-repeat: repeat;
}


/* ---------------------------------- */
/* --       begin Header css       -- */
/* ---------------------------------- */
 #headercontent {
 }
 
 
 #header {
	background-image: url(images/Header.gif);
	background-repeat: no-repeat;
	height: 175px;
	width: 959px;
	position: relative;
 }

#multicolorborder {
	background-image: url(images/top_divider.gif);
	background-repeat: repeat-x;
	height: 16px;
	width: 959px;
	position: relative;
}



/* ---------------------------------- */
/* --        begin menu css        -- */
/* ---------------------------------- */
#menuarea {
}

.abovemenu {
	background-color: #B78450;
	clear: both;
	height: 6px;
	width: 958px;
}





/* ------------------------------------------- */
/* --        begin MAIN CONTENT AREA        -- */
/* ------------------------------------------- */
#maincontent {
	background-image: url(images/background_green.jpg);
	background-repeat: repeat-y;
	position: relative;
}


/* ------------------------------------------- */
/* --        Font for UTD TEAM table       -- */
/* ------------------------------------------- */
.utdTeamTable {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2A4861;
	font-weight: bold;
	font-size: 14px;
}

.utdTeamTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2A4861;
	font-weight: bold;
	font-size: 24px;
}


/* ------------------------------------ */
/* --        begin left third        -- */
/* ------------------------------------ */
#leftthird {
	padding-top: 16px;
	float: left;
	display: block;
}

.sub1green {
	background-repeat: no-repeat;
	height: 42px;
	width: 300px;
	background-color: #F9E28E;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #F5A808;
}

.sub1blue {
	height: 320px;
	width: 300px;
	background-repeat: repeat;
	background-image: url(images/blue_grade.gif);
}






/* ----------------------------------------------- */
/* --        begin middle third container       -- */
/* ----------------------------------------------- */

#midthirdcontainer {
	float: left;
	padding-left: 6px;
	padding-top: 16px;
	padding-right: 6px;
	position: relative;
	left: 25px;
	z-index: 1;
	width: 33%;
}


/* ----------------------------------------- */
/* --        begin middle third top       -- */
/* ----------------------------------------- */
#middlethirdtop {
	padding-bottom: 17px;
}

.sub2green {
	height: 27px;
	width: 310px;
	background-color: #375B73;
	background-image: url(images/sub2_green.gif);
}

.sub2tantop {
	background-color: #F9E28E;
	height: 168px;
	width: 310px;
	background-repeat: repeat-y;
	background-position: right;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #375B73;
	border-right-color: #375B73;
	border-bottom-color: #375B73;
	border-left-color: #375B73;
	border-right-width: 10px;
	border-right-style: solid;
}




/* ----------------------------------------- */
/* --        begin middle third btm       -- */
/* ----------------------------------------- */
#middlethirdbtm {
}

.sub2green {
	background-repeat: no-repeat;
	height: 27px;
	width: 321px;
}

.sub2tanbtm {

	color: #375B73;
	font-size: 1.2em;
	line-height: normal;


	background-color: #F9E28E;
	height: 168px;
	width: 310px;
	background-repeat: repeat-y;
	background-position: right;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #375B73;
	border-right-color: #375B73;
	border-bottom-color: #375B73;
	border-left-color: #375B73;
	border-right-width: 10px;
	border-right-style: solid;

}




/* ---------------------------------------------------- */
/* --        begin right third container css         -- */
/* ---------------------------------------------------- */

#rightthirdcontainer {
	position: relative;
	float: right;
}

#rightthirdcontainerinside {
	float: left;
	width: 270px;
	background-image: url(images/blue_grade.gif);
}



/* ----------------------------------------- */
/* --        begin slide show css         -- */
/* ----------------------------------------- */

#slideshow {
	width:190px;
	height:125px;
	z-index:99;
	margin-top: 16px;
	margin-left: auto;
	margin-right: auto;
}

.blueborder {
	border: 4px solid #375B73;
}

/* --------------------------------------- */
/* --        end slide show css         -- */
/* --------------------------------------- */

/* original specs in case I screw up something */
/* #slideshow {
	position:absolute;
	visibility:visible;
	top:234px;
	width:322px;
	height:214px;
	z-index:9;
	left: 643px;
}

.blueborder {
	border: 2px solid #092648;
} */








/* ----------------------------------------- */
/* --        begin naturewood css         -- */
/* ----------------------------------------- */

#naturewoodcontainer {
	padding-top: 12px;
	margin-right: auto;
	margin-left: auto;
}

.naturewoodlogo {
	background-repeat: no-repeat;
	height: 76px;
	width: 242px;
	position: relative;
	display: block;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
}

.smartsensebigger {
	height: 110px;
	width: 118px;
	background-repeat: no-repeat;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 6px;
	padding-top: 5px;
}

.cca {
	font-size: 0.9em;
	color: #DBE7B6;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* ---------------------------------------- */
/* --         begin address css          -- */
/* ---------------------------------------- */
#addresscontainer {
	background-color: #EAB01B;
	font-size: 0.8em;
	text-align: center;
	display: block;
	height: 1.4em;
	width: 959px;
	color: #2A4861;
	font-style: italic;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #2A4861;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #2A4861;
}




/* ----------------------------------------- */
/* --         begin ait logo css          -- */
/* ----------------------------------------- */

/* new ait logo section - revised Monday Jan 15 */
#aitlogogroup {
	visibility:visible;
	width:958px;
	height:53px;
	z-index:10;
	background-repeat: repeat-y;
	position: relative;
	background-color: #F9DD77;
}

#aitleft {
	position:absolute;
	visibility:visible;
	left:0px;
	top:0px;
	width:537px;
	height:32px;
	z-index:2;
	background-repeat: no-repeat;
	float: left;
	padding-top: 21px;
}

#aitmiddle {
	position:absolute;
	visibility:visible;
	left:558px;
	top:0px;
	width:234px;
	height:32px;
	z-index:3;
	background-repeat: no-repeat;
	padding-top: 22px;
	padding-bottom: 0px;
}

#aitright {
	position:absolute;
	visibility:visible;
	left:800px;
	top:0px;
	width:154px;
	height:47px;
	z-index:4;
	background-repeat: no-repeat;
	padding-top: 8px;
}




/* Begin AIT, Inc. specific logo treatment */
.logotexttreatmentleft {
	font-size: 0.7em;
	font-style: normal;
	font-weight: normal;
	line-height: 1em;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	text-indent: 0.6em;
	color: #6D3012;
}

.logotreatment {
	background-repeat: no-repeat;
	float: left;
	margin-right: 3px;
}

.logotexttreatmentright {
	font-size: 0.7em;
	font-style: normal;
	font-weight: normal;
	line-height: 1em;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	padding-bottom: 8px;
	margin-right: 1.3em;
	color: #6D3012;
}

.logotexttreatmentmid {
	font-size: 0.7em;
	font-style: normal;
	font-weight: normal;
	line-height: 1em;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0.6em;
	text-align: right;
	color: #6D3012;
}

/* End AIT, Inc. specific logo treatment */
/* end new ait logo section - revised Monday Jan 15 */

/* ----------------------------------------- */
/* --           end ait logo css          -- */
/* ----------------------------------------- */
