@charset "UTF-8";
/* CSS Document */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end master reset */

* hr {
	border: 0;
	color: #BFCDD9;
	height: 1px;
	width: 100%;
	background-color: #BFCDD9;
	margin: 5px 0px;
	padding: 0px;
}
* .hr_bold {
	border: 0;
	color: #BFCDD9;
	height: 7px;
	width: 100%;
	background-color: #BFCDD9;
	margin: 5px 0px;
	padding: 0px;
}

.clear {
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: 0px;
}


/* footer Styles */
#lshfooter {
	background: url(../../images/global/footer_bkgnd.jpg);
	margin: 0px;
	padding: 10px 0px 20px;
	font: 10px/16px Arial, Helvetica, sans-serif;
	color: #333;
}
#lshfooter #footer_inner {
	width: 948px;
	margin-right: auto;
	margin-left: auto;
}

#lshfooter #footer_inner #ftlinks a:link {
	color: #333;
	text-decoration: underline;
}
#lshfooter #footer_inner #ftlinks a:visited {
	color: #333;
	text-decoration: underline;
}
#lshfooter #footer_inner #ftlinks a:hover {
	color: #FFF;
	text-decoration: underline;
}
#lshfooter #footer_inner #ftaddress {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 500px;
}
#lshfooter #footer_inner #ftlinks {
	float: right;
	width: 205px;
}
/* end footer styles */