@charset "UTF-8";
body  {
	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;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #532710;
}
.ShearExpress #container {
	width: 780px;
	text-align: left;
	background-color: #532710;
	background-image: url(../Images/bg_03.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
.ShearExpress #container02 {
	width: 825px;
	text-align: center;
	background-color: #532710;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
.ShearExpress #header {
	background-color: #532710;
	background-image: url(../Images/bg_01.jpg);
	height: 160px;
	width: 780px;
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
.ShearExpress #middleContent {
	background-image: url(../Images/bg_02.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	width: 780px;
	background-position: top;
}

.ShearExpress #container #middleContent a:link {
	color: #532710;
	font-weight: bold;
}

.ShearExpress #middleContentOneCol {
	background-image: url(../Images/bg_02.jpg);
	background-repeat: no-repeat;
	width: 680px;
	background-position: left top;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 80px;
	margin: 0px;
}

.ShearExpress #container #middleContentOneCol a:link {
	color: #532710;
	font-weight: bold;
}

.ShearExpress #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 75px;
	padding-top: 50px;
	font-size: 90%;
	margin: 0px;
}
.ShearExpress #mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 285px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
} 
.ShearExpress #footer {
	background-color: #532710;
	background-image: url(../Images/footerBG.jpg);
	background-repeat: repeat-y;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 75px;
} 
.ShearExpress #footerTop {
	background-color: #532710;
	background-image: url(../Images/footerTop.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 780px;
}
.ShearExpress #footerBottom {
	background-color: #532710;
	background-image: url(../Images/footerBottom.jpg);
	background-repeat: no-repeat;
	height: 10px;
	width: 780px;
}
.ShearExpress #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;
	color: #C9AF6C;
	font-size: 80%;
	text-align: center;
}
.ShearExpress #footer a {
	color: #C9AC68;
}

.ShearExpress #footer02 {
	background-color: #532710;
	background-image: url(../Images/footer02BG.jpg);
	background-repeat: repeat-y;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 825px;
	margin-right: auto;
	margin-left: auto;
} 
.ShearExpress #footerTop02 {
	background-color: #532710;
	background-image: url(../Images/footer02Top.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 825px;
	margin-right: auto;
	margin-left: auto;
}
.ShearExpress #footer02 p {
	color: #C9AF6C;
	font-size: 80%;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.ShearExpress #footer02 a {
	color: #C9AC68;
}
.ShearExpress #footerBottom02 {
	background-color: #532710;
	background-image: url(../Images/footer02Bottom.jpg);
	background-repeat: no-repeat;
	height: 10px;
	width: 825px;
	margin-right: auto;
	margin-left: auto;
}
.ShearExpress #footerFinal {
	text-align: center;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 25px;
	padding-left: 75px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6B4222;
	padding-top: 3px;
	padding-bottom: 3px;
}

.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;
}
.border {
	border: 1px solid #532710;
}
