@charset "utf-8";

body
{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	/*background: #666666;*/
	background-color: #FFFFFF;
	padding: 0;
	color: #000000;
	margin-left: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin-top: 0px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector  */
	height: auto;
	width: 1000px;
}

.Corner-Bricks-Left {
	left: 260px;
	top: 115px;
	float: left;
	position: absolute;
}

.grnturf
{
	background-repeat: repeat-y;
	z-index: 222;
	float: left;
	position: absolute;
	left: 0px;
	top: 235px;
	height: 1200px;
	width: 13px;
	
}



.grnmergeturf
{
	background-repeat: none;
	z-index: 222;
	float: left;
	position: absolute;
	left: 0px;
	top: 235px;
	
}


.thrColFixHdr #container
{
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 1935px;
	position: absolute;
	left: 0px;
	top: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	z-index: 2;
	background-color: #FFFFFF;
	
	}

.thrColFixHdr #headtop
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 10px;
	padding: 10px;
	width: 675px;
	position: absolute;
	left: 265px;
	top: 115px;
	z-index: 7;
}

.thrColFixHdr #marquee
{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 30px;
	background: #DDDDDD;  /* 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. */
	width: 1000px;
	font-style: oblique;
	color: #03F;
	text-align: center;
	font-variant: normal;
	margin: 0;
	height: 50px;
	padding: 0;
	left: 0px;
	position: absolute;
	text-indent: 70px;
	top: 235px;
	border-right-style: none;
	border-left-style: none;
	z-index: 0;
	border-top-style: none;
	border-bottom-style: none;
}

.thrColFixHdr #SidebarLeft
{
	background: #EBEBEB;
	position: absolute;
	top: 285px;
	left: 1px;
	width: 260px; /* 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 */
	height: 1600px;
	margin: 0px;
	padding: 0px;
	z-index: 3;
}

.thrColFixHdr #MainContent
{
	position: absolute;
	top: 285px;
	left: 261px;
	width: 510px;
	margin: 0;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 10px;
	z-index: 4;
	/*float: none;*/
}

.thrColFixHdr #SidebarRight
{
	/*	float: right; *//* since this element is floated, a width must be given */
	background: #EBEBEB; /* padding keeps the content of the div away from the edges */
	position: absolute;
	height: 1585px;
	width: 185px; /* 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 */
	left: 800px;
	top: 285px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	z-index: 3;
}

.thrColFixHdr #header
{
	background: #DDDDDD;  /* 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. */
	width: 970px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin: 0;
}

.thrColFixHdr #header h1
{
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.thrColFixHdr #footer
{
	background:#DDDDDD;
	position: absolute;
	width: 1000px;
	left: 0px;
	top: 1871px;
	font-size: 12px;
	text-align: center;
	height: 50;
	font-family: "Courier New", Courier, monospace;
	z-index: 20;
	line-height: 14px;
}

.thrColFixHdr #container #SidebarLeft #VertAdminBox
{
	position: absolute;
	width: 210px;
	margin: 0px;
	left: 30px;
	top: 39px;
	height: 370px;
	padding: 0px;
	background-color: #666;
}
.thrColFixHdr #container #floatDate
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: absolute;
	top: 120px;
	right: 10px;
}

.fltlft
{ /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.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;
}

.HoursBox
{
	background-color: #4B4B4B;
	position: absolute;
	height: 154px;
	width: 211px;
	left: 23px;
	top: 445px;
}
.hours
{
	padding-bottom: 0px;
	position: absolute;
	width: 198px;
	padding-top: 0px;
	height: 150px;
	top: -3px;
	left: -3px;
}
.AddressBox {
	position: absolute;
	left: 25px;
	top: 590px;
	width: 215px;
	z-index: 5;
}

.address
{
	text-align: center;
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 20px;
	padding-left: 7px;
	border: 1px dotted #009;
	font-size: 10pt;
}

.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;
}


#chamber
{
	position: absolute;
	width: 245px;
	top: 1665px;
	left: 135px;
	z-index: 10;
}

.PageLayoutShadow
{
	position: absolute;
	text-align: center;
	width: 227px;
	left: 27px;
	top: 640px;
	height: 350px;
	background-color: #666;
	padding-top: 10px;
	padding-left: 10px;
	margin-left: 0px;
}

#lenovo-lg-pg1 { text-align: center; }

.image-sm {
	text-align: center;
	padding-right: 20px;
}

.AccPagesTable
{
	font-size: 12px;
	width: 100%;
	font-style: normal;
	line-height: 16px;
}

.SidebarLeftLower
{
	position: absolute;
	top: 940px;
	left: 20px;
	width: 220px;
	height: auto;
}

a:link
{
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:active
{
	text-decoration: none;
}

