@charset "utf-8";
/* CSS Document */
body  {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: -50;
	padding: -25;
}
.twoColFixLtHdr #container {
	width: 1024px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: none;
	background-color: #D9D0C0;
} 
.twoColFixLtHdr #header {
	background-image: url(images/homePage/header1.jpg);
	height: 300px;
	width: 1025px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	position: relative;
} 
.twoColFixLtHdr #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 */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #721217;
	font-variant: normal;
	text-transform: none;
}
#box-link { 
	position: absolute; 
	top: 150px; 
	left: 28px; 
	width: 320px; 
	height: 70px; 
	background-color: transparent; 
/*	border: 1px solid yellow; */
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding: 0px;
	margin: 0px;
	position: relative;
	z-index: 2;
}
.twoColFixLtHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	position: relative;
	border: none;
	width: 780px; 
	top: -200px; 
	left: 235px;
	z-index: 1;
} 
.twoColFixLtHdr #footer {
	background-color: #DDDDDD;
	background-image: url(images/design%20elements/HP_footerBarGradient.png);
	visibility: inherit;
	padding-top: 100;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 111px;
	position:relative;  
	width: 1000px;
} 
.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-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #footer a {
	text-decoration: none;
	color: #750D0E
}
.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;
}
#container #footer p a image bar {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #D9D0C0;
	background-image: none;
	clear: left;
	float: right;
	height: 218px;
	width: 722px;
}
.twoColFixLtHdr #container #header {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
