/* Content CSS Document */

/* General */

p {
	line-height: 16px;
}

h1 {
	color: #d58f59;
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	text-transform: uppercase;
}

h2 {
	color: #0075bc;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	text-transform: uppercase;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	font-size: 21px;
	line-height: 36px;
	font-weight: normal;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #df2426;
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	padding: 0 0 5px 0;
}

h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #df2426;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
}

h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #df2426;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}

.hr {
	margin: 5px 0 5px 0;
	padding: 0;
	color: #c1c7ce;
}

/* Links */

a { color: #08aad8; text-decoration: underline; outline:none;}
a:link { color: #08aad8; text-decoration: underline; outline:none;}
a:hover { color: #df2426; text-decoration: none; outline:none;}
a:visited { color: #08aad8; text-decoration: underline; outline:none;}
a:visited:hover { color: #df2426; text-decoration: none; outline:none;}

/* PageHeading Specific */

#PageHeading h1 {
	color: #111111;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	text-transform: uppercase;
	top: -999px;
	position: absolute;
}

#RepairBanner h2 {
	color: #111111;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	text-transform: uppercase;
	top: -999px;
	position: absolute;
}

#Preload {
	
}