@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: #716760;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixLtHdr #container {
	width: 2000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
} 
.twoColFixLtHdr #header {
	background: contact us
| ftp log in;
	background-color: #8D8077;
	height: 22px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 23px;
	color: #FFFFFF;
	text-indent: 775px;
} 
.twoColFixLtHdr  #header  a {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.twoColFixLtHdr #header a:hover {
	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: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 185px;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #sidebar1 p {
	color: #716760;
	font-size: 12px;
	line-height: 16px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 28px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
.twoColFixLtHdr #sidebar1 h1 {
	color: #716760;
	font-size: 12px;
	line-height: 16px;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 28px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #716760;
	font-weight: normal;
	width: 158px;
}
.twoColFixLtHdr #sidebar1 a {
	color: #716760;
	font-size: 12px;
	line-height: 16px;
	width: 175px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 a:hover {
	color: #E71322;
	font-size: 12px;
	line-height: 16px;
	width: 175px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	text-decoration: underline;
}
.twoColFixLtHdr #container #sidebar1 img {
	padding-bottom: 20px;
	padding-top: 0px;
	padding-left: 20px;
}
.twoColFixLtHdr #mainContent {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #8D8077;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 185px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #container #mainContent table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #716760;
	width: 100%;
}
.twoColFixLtHdr #container #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #E71322;
	padding-top: 65px;
	padding-left: 25px;
	font-size: 24px;
	margin-bottom: 0px;
}
.twoColFixLtHdr #container #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #716760;
	padding-left: 25px;
	line-height: 20px;
	margin-right: 300px;
	width: 650px;
}
.twoColFixLtHdr #container #mainContent a {
	color: #716760;
}
.twoColFixLtHdr #container #mainContent a:hover {
	color: #F10026;
	text-decoration: underline;
}
.twoColFixLtHdr #container #mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #EF0027;
	font-weight: normal;
	padding-top: 4px;
	text-indent: 250px;
}
.twoColFixLtHdr #container #mainContent h2 a {
	color: #716760;
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent h2 a:hover {
	color: #E71322;
	text-decoration: underline;
}
.twoColFixLtHdr #container #mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F10026;
	padding-left: 25px;
	font-weight: normal;
	line-height: 15px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 15px;
}
.twoColFixLtHdr #footer {
	background-color: #FFFFFF;
	border-top-color: #716760;
	border-top-width: 1px;
	border-top-style: solid;
	margin: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 28px;
	width: 100%;
} 
.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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #716760;
	line-height: 20px;
}
.twoColFixLtHdr #footer a {
	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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #716760;
	line-height: 20px;
}
.twoColFixLtHdr  #footer  h6  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #716760;
	line-height: 12px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.twoColFixLtHdr #container #mainContent h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EF0027;
	font-weight: normal;
	padding-left: 25px;
	margin: 0px;
}
.twoColFixLtHdr #container #mainContent h6 a {
}
.twoColFixLtHdr #container #mainContent h4 {
	padding-left: 25px;
	padding-bottom: 0px;
	font-size: 18px;
	margin: 0px;
}
.twoColFixLtHdr #container #mainContent #SlidingPanels1 .SlidingPanelsContentGroup #p1 img {
	padding-left: 20px;
}
.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;
}
#title {
	height: 40px;.twoColFixLtHdr #container #mainContent .SpryDiv table {
	margin-top: 35px;
}
.table {
	margin-top: 0px;
	padding-top: 0px;
}
.SlidingPanelsContentGroup_img {
	float: left;
}
#thumbnails {
	padding-left: 20px;
	background-color: #888888;
}
#thumbnails img {
	padding-right: 4px;
}
.ie8 {
	font-size: 14px;
	font-weight: bold;
	padding-left: 25px;
	line-height: 18px;
	width: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixLtHdr #container #mainContent #emf-form table {
	width: 500px;
	padding-left: 0px;
}

