/* www.reeds.com
 * site's main colors
 * Blue (primary): #2F374D;
 * Grey (secondary, backgrounds): #5C6473;
 * Grey (button hovers): #878E99;
 * Light Grey (footer): #D9DCE2;
 * Red: (hover, accent, secondary headers) #661135;
 */

html, body{ 
 margin:0;
 padding:0;
 text-align:center;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
}
body {
	background-color: #5C6473;
	color: #000;
}
td {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
img {
	border: 0;
	vertical-align : top;
	margin: 0;
	padding: 0;
	line-height: 0px;
}
form {
	margin: 0;
	padding: 0;
	display: inline;
}
em {
	font-weight: normal;
	font-style : italic;
}
p {
	font-size: 12px;
	padding: 3px 0 6px 0;
	margin: 0;
}
div.centered {
	text-align: center;
}
div.centered table {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.clr {
	clear:both;
}
a {
	font-weight: normal;
}
a:link, a:visited {
	text-decoration: underline;
	color: #2F374D;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #661135;
}
h1 {
	font-size : 22px;
	font-weight: bold;
	line-height: 24px;
	color : #2F374D;
	margin: 0 0 10px 0;
	padding: 6px 0 0 0;
}
h2 {
	font-size : 20px;
	font-weight: bold;
	line-height: 22px;
	color : #5C6473;
	margin: 0 0 6px 0;
	padding: 6px 0 0 0;
}
h3 {
	font-size : 18px;
	font-weight: bold;
	line-height: 20px;
	color : #000;
	margin: 0 0 6px 0;
	padding: 6px 0 0 0;
}
h4 {
	font-size : 16px;
	font-weight: bold;
	line-height: 18px;
	color : #2F374D;
	margin: 0 0 3px 0;
	padding: 3px 0 0 0;
}
h5 {
	font-size : 14px;
	font-weight: bold;
	line-height: 16px;
	color: #000;
	margin: 0 0 3px 0;
	padding: 3px 0 0 0;
	text-decoration: underline;
}
h6 {
	font-size : 12px;
	font-weight: bold;
	line-height: 14px;
	color : #661135;
	margin: 0 0 3px 0;
	padding: 3px 0 0 0;
}
INPUT.button {
	text-align : center;
	color:#fff;
	font-size : 12px;
	font-weight : bold;
	background-color:#2F374D;
	border:1px solid;
	border-top-color:#999;
	border-left-color:#999;
	border-right-color:#333;
	border-bottom-color:#333;
	margin: 0;
	padding: 4px;
}
INPUT.buttonHover
{
	text-align : center;
	color:#fff;
	font-size : 12px;
	font-weight : bold;
	background-color:#878E99;
	border:1px solid;
	border-top-color:#999;
	border-left-color:#999;
	border-right-color:#333;
	border-bottom-color:#333;
	margin: 0;
	padding: 4px;
}
a.button {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding: 4px 6px;
	margin: 3px 0 3px 0;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	text-decoration: none;
	display: inline-block;
	float: right;
	clear: both;
}
a.button:link, a.button:visited {
	background-color : #2F374D;
	color : #fff;
	text-decoration: none;
}
a.button:hover, a.button:active, a.button:focus {
	background-color : #878E99;
	color: #fff;
	text-decoration: none;
}
.printPage {
	background: url(/images/printer.gif) 2px center no-repeat;
	padding-left: 26px;
}
.errorMessage {
	color: #F00;
	font-size: 12px;
	font-weight: bold;
}
div.ccCommon {
  margin-top: 6px;
}
ul.ccCommon {
  margin-top: 0px;
}
.breadCrumbDivider {
	font-size: 12px;
}
.lastCrumb {
	color: #000;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	display: inline;
}
#breadCrumb a {
	font-weight: normal;
   font-size: 12px;
}
#breadCrumb a:link, #breadCrumb a:visited {
	text-decoration: underline;
	color: #2F374D;
}
#breadCrumb a:hover, #breadCrumb a:active, #breadCrumb a:focus {
	text-decoration: underline;
	color: #661135;
}
#companyLogo {
  text-align: left;
  height: 80px;
  display: inline;
  width: 367px;
}
#companyLogo img {
	margin-right: 189px;
	width: 178px;
	height: 80px;
   vertical-align: middle;
}
#tagline {
	background-color: #5C6473;
	margin: 5px auto;
}
#tagline h1 {
	color:#FFFFFF;
        font-size:13px;
        font-weight:normal;
        font-style: italic;
        line-height:14px;
        text-align:center;
}
#copyrightMessage {
   width: 770px;
	text-align: center;
 	background-color: #5C6473;
	color: #fff;
	font-size: 12px;
	margin: 5px auto;
}
#assuranceLogos {
	width: 770px;
	text-align: center;
	margin: 0 auto;
}
#assuranceLogos table {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

div.reedsCoolTip {
	border: 1px solid black;
	background-color: #fff;
}
