@charset "UTF-8";
/* CSS Document */

@import "grid.css";
@import "nav.css";
@import "framework.css";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666666;
	margin: 0px;
	padding:0px;
	padding-bottom: 20px;
}

p {
	line-height:1.5em;
	
}

h1, h2, h3, h4, h5, h6, h7 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;
	letter-spacing:-0.5px;
	text-transform:none;
}

h1 {
	color: #cc3333;
	font-size: 2em;
	
}

h2 {
	color: #cc3333;
	font-size: 1.4em;
}

h3 {
	color: #cc3333;
	font-size: 1.1em;
	margin-bottom:5px;
}

h4 {
	color: #666666;
	font-size: 1em;
	font-weight:bold;
}

hr {
	border: 0px;
	border-top: 1px dotted #cccccc;
	height: 1px;
	background-color:#ffffff;
	margin: 0px 0px 10px 0px;
}

a:link, a:visited, a:active {
	color: #666666;
}

a:hover {
	color: #cc3333;
}

h1 a:link, h1 a:visited, h1 a:active,
h2 a:link, h2 a:visited, h2 a:active,
h3 a:link, h3 a:visited, h3 a:active {
	color: #cc3333;
	text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover {
	background: #cc3333;
	color: #ffffff;
	padding: 3px;
	text-decoration: none;
}


img.left {
	float: left;
	position: relative;
	margin-right: 10px;
}

img.right {
	float: right;
	position: relative;
	margin-left: 10px;
}

h1.title {
	border-bottom: #cc3333 solid 1px;
	line-height: 1.1em;
}

ul, ol {
}

li {
	margin-left:-20px;
}


p span.displaynone { display:none; }

#header {
	margin:0px;
	padding: 0px;
}

#footer * {
	margin:0px;
	padding: 0px;
}

#QckReqBox * {
	margin:0px;
	padding: 0px;
}

#phonenumber * {
	margin: 5px;
	padding: 0px;
}

.smallprint {
	color:#999999;
	font-size:11px;
}

.field2 {
	border: 1px #cccccc solid;
	color: #666666;
	font-size: 11px;
	padding: 3px !important;
}

#breadcrumb {
	font-weight: bold;
}

#breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:active {
	font-weight: normal;
}