﻿@charset "UTF-8";
/* CSS Document */
<style >
@font-face {
	font-family: Lato;
	src: url("App_Themes/Rexnord/fonts/lato/Lato-Black.ttf") format("ttf");
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: Lato;
	src: url("App_Themes/Rexnord/fonts/lato/Lato-BlackItalic.ttf") format("ttf");
	font-weight: 900;
	font-style: italic;
}

@font-face {
	font-family: Lato;
	src: url("App_Themes/Rexnord/fonts/lato/Lato-Bold.ttf") format("ttf");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: Lato;
	src: url("App_Themes/Rexnord/fonts/lato/Lato-BoldItalic.ttf") format("truetype");
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: Lato;
	src: url("App_Themes/Rexnord/fonts/lato/Lato-Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: Lato;
	src: url("App_Themes/Rexnord/fonts/lato/Lato-BoldItalic.ttf") format("truetype");
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: Lato;
	src: url("App_Themes/Rexnord/fonts/lato/Lato-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: Lato;
	src: url("App_Themes/Rexnord/fonts/lato/Lato-Italic.ttf") format("truetype");
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: Lato;
	src: url("App_Themes/Rexnord/fonts/lato/Lato-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: Lato;
	src: url("App_Themes/Rexnord/fonts/lato/Lato-Italic.ttf") format("truetype");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: Lat"; src: url("App_Themes/Rexnord/fonts/lato/Lato-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: Lato;
	src: url("App_Themes/Rexnord/fonts/lato/Lato-LightItalic.ttf") format("truetype");
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: Lato;
	src: url("App_Themes/Rexnord/fonts/lato/Lato-Thin.ttf") format("truetype");
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: Lato;
	src: url("App_Themes/Rexnord/fonts/lato/Lato-ThinItalic.ttf") format("truetype");
	font-weight: 100;
	font-style: italic;
}

</style >

.ie7 body {
	background: url(../images/background-pattern.jpg) repeat-x top left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #000;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: left;
}
.ie8 body { 
	background:url(../images/background-pattern.jpg) repeat-x top left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 14px;
	color: #000;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: left;
}
body {
	background:url(../images/background-pattern.jpg) repeat-x top left;
	font-family:'Lato', Tahoma, sans-serif;
	font-weight:400;
	font-size: 14px;
	color: #000;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0 0 40px 0;
	text-align: left;
}
.container {
	width: 940px;
	margin: 0 auto;
}
/* Headers */
h1 {
	font-size: 30px;
	font-weight:400;
	font-style:normal;
	padding:0 0 10px 0;
	margin:0px;
	line-height:1.1em;
}
h2 {
	font-size: 20px;
	font-weight:400;
	font-style:normal;
	padding:0px;
	margin:0px;
	line-height:1.1em;
}
h3 {
	font-size: 17px;
	font-weight: 400;
	font-style:normal;
	padding:0px;
	margin:0px;
	line-height:1.1em;
}
h4 {
	font-size: 22px;
	font-weight:700;
	font-style:normal;
	padding:0px;
	margin:0px;
	line-height:1.1em;
}
/* Paragraph */
p {
	line-height: 1.4;
	padding-top:0;
	margin-top:0;
}
/* Link styles */
a {
	color:#0c4e76;
	text-decoration: none;
}
a:visited 
{
	color:#0c4e76;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: underline;
}
a.nounderline { 
	text-decoration: none;
}
/*Icons*/
.accordionContent p a {
	background: url("../Images/pdf_icon_tiny.png") no-repeat scroll left center transparent;
	display: inline-block;
	padding-left: 15px;
	line-height: 20px !important;
	vertical-align: baseline;
	margin: 5px 0;	
}
.accordionContent p a:hover {
	text-decoration: underline;
}

.accordionContent p a.non-pdf {
    background: none;
    padding-left: 0;
}
