@charset "UTF-8";
body {
	font-size: .85em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*background: #666666;*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(../images/TATT-Body-bg2.gif);
	background-repeat:repeat-x;
}
.twoColFixLtHdr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #FFFFFF;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../images/TATT-Repeat-Y-Mid.png);
	background-repeat:repeat-y;
	min-height: 560px;
}
.twoColFixLtHdr #header {
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 275px;
	background-image:url(../images/TATT-Header.gif);
	background-repeat:no-repeat;
	border-style:none;
}
.twoColFixLtHdr #Logo {
	width: 414px;
	height: 215px;
	float:left;
}
.twoColFixLtHdr #Menu {
	/*padding-left: 750px;*/ /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 63px;
	width: 120px;
}
/*.twoColFixLtHdr #TATT-Search {
	margin-left: 158px;*/ /* using padding instead of margin will allow you to keep the element away from the edges of the div */
/*	padding-top: 17px;
	width: 220px;*/
	/*float:left;*/
/*}*/
/*.search-box {
	padding-top: 1px;
}*/

input.TATT-cat_textbox_small {
	/*margin: 0px 5px 0 0;*/
	width: 120px;
	height: 10px;
	margin-top: 22px;
	/*margin-right: 5px;*/
	margin-bottom: 10px;
	font-size:10px;
}

/*div.TATT-search-box input.TATT-Search-Button {
	padding-top: 0px;
	margin-top: 5px;
	
}*/

/*div.search-box input {
	/*font-size: 9px;*/
/*	padding-left: 0px;
	padding-right: 5px;
	margin-top: 12px;*/
	/*}*/

.twoColFixLtHdr #AllContent {
	margin: 0px 0px 0px 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(../images/TATT-Top.png);
	background-repeat:no-repeat;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 20px 10px 15px 150px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 150px 0 370px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*min-height: 270px;*/
/*	background-image:url(../images/TATT-Repeat-Y-Mid.png);
	background-repeat:repeat-y;*/
	text-align:left;
	vertical-align: top;
}
.twoColFixLtHdr #footer {
	background-image:url(../images/TATT-Footer.png);
	background-repeat:no-repeat;
	height: 81px;
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: .65em;
}
.twoColFixLtHdr #bg-top {
	background-image:url(../images/content-bg.gif);
	background-repeat:repeat-x;
	background-color:#f7f7f8;
	height: 17px;
}
.twoColFixLtHdr #bg-bot {
	background-image:url(../images/content-bg.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	background-color:#f7f7f8;
	height: 17px;
}
.twoColFixLtHdr #bg-left {
	background:url(../images/content-bg.gif) repeat-y 0 0;
	width: 17px;
	background-color:#f7f7f8;
}
.twoColFixLtHdr #bg-right {
	background:url(../images/content-bg.gif) repeat-y right 0;
	width: 17px;
	background-color:#f7f7f8;
}
.twoColFixLtHdr #corner-left-top {
	background-image:url(../images/content-corner-left-top.gif);
	background-repeat: no-repeat;
	height: 17px;
	width: 17px;
}
.twoColFixLtHdr #corner-right-top {
	background:url(../images/content-corner-right-top.gif) no-repeat right 0;
	height: 17px;
	width: 17px;
}
.twoColFixLtHdr #corner-left-bot {
	background:url(../images/content-corner-left-bot.gif) no-repeat 0 bottom;
	height: 17px;
	width: 17px;
}
.twoColFixLtHdr #corner-right-bot {
	background:url(../images/content-corner-right-bot.gif) no-repeat right bottom;
	height: 17px;
	width: 17px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

