/* Eric Meyer's reset styles */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
	background-color:#FFFFFF;
}
body {
    line-height: 1em;
}
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;*/
	/* removed as part of shaw accessibility fixes */
}

/*** 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 of reset styles ***/


/*** Clearfix rule ***/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*** End of clearfix rule ***/
img {
	clear:left;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
#hvw {
	padding-top:5px;
	float:left;
    text-align:right;
    margin-top:31px;
}
#hvw img{
	clear:none;
	margin:0px;
}
#titles {
	margin-top:20px;
}
#titles h1{
    font-size:2.4em;
}
body {
    line-height: 18px;
    margin:0px;
    margin-top: 0px;
    padding:0px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:0.75em; /* shaw accessibility - was 11px */
}
#top-shadow {
	display:none;
}
a {
    color:#000;
	text-decoration:none;
}
h1 {
    font-size:2.0em;
	margin-bottom:20px;
}
h2{
    font-size:1.6em;
	margin-bottom:20px;
}
h3{
    font-size:1.4em;
    margin-bottom:10px;
}
p {
    margin-bottom:10px;
}
#navigation {
	display:none;
}
#flash-container {
	display:none;
}
#r-side {
	display:none;
}
#homeSideR {
	display:none;
}
#related-partners  {
	display:none;
}
#footer {
	display:none;
}
#copy {
	text-align:center;
}

#information {
	border-top: #666 dotted 1px;
    padding-top:20px;
	margin-top:20px;
}
.intro {
	font-size:1.3em;
}
.hidelogo {
	float:left;
	margin-right:80px;
}
#search {
	display:none;
}
h1 #logo {
	margin-top:20px;
	float:left;
	width:400px;
}
#flash-locator {
	display:none;
}
.but {
	display:none;
}
#navigation-holder #side-content {
    float:right;
	text-align:right;

}
#side-content a{
	display:none;	
}
#related-links {
	display:none;
}
.contentIndex ul li h2 {
clear:both;
}
div#lidoHeader {
	display:none;
}