/* Content CSS Document */

/* General */

p {
	line-height: 14px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #ad201d;
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
}

h2 {
	color: #b36b00;
	font-size: 21px;
	line-height: 24px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #b36b00;
	font-size: 21px;
	line-height: 21px;
	font-weight: normal;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #ad201d;
	font-size: 16px;
	line-height: 21px;
	font-weight: normal;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #ad201d;
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
}

#footnote {
	font-size: 12px;
	line-height: 16px;
}

#Footer p {
	color: #ffffff;
}

#Footer p.copyright {
	color: #bc7968;
}

/* Links */

a { color: #c9411d; text-decoration: none; outline:none;}
a:link { color: #c9411d; text-decoration: none; outline:none;}
a:hover { color: #224183; text-decoration: underline; outline:none;}
a:visited { color: #c9411d; text-decoration: none; outline:none;}
a:visited:hover { color: #224183; text-decoration: underline; outline:none;}

#Footer a { color: #ffffff; text-decoration: none; outline:none; margin: 0 5px 0 0; padding:0 7px 0 0; border-right:1px solid #cecece;}
#Footer a:link { color: #ffffff; text-decoration: none; outline:none;}
#Footer a:hover { color: #ffffff; text-decoration: underline; outline:none;}
#Footer a:visited { color: #ffffff; text-decoration: none; outline:none;}
#Footer a:visited:hover { color: #ffffff; text-decoration: underline; outline:none;}

#Footer a.last {
	border-right: none;
}

#Footer a.home {
	border-right: none;
	padding: 10px 2px 10px 50px;
	background: url(../images/footer-icon.gif) no-repeat top left;
}

#Footer a.about {
	padding: 0 7px 0 7px;
	border-left: 1px solid #cecece;
}

/* Content */

#leftnav {
	padding-left: 20px;
}

#ContentRight p {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	line-height: 21px;
	font-weight: normal;
}

#ContentRight ul {
	margin: 10px 0 10px 15px;
}

#ContentRight ul li {
	font-family: Arial, Helvetica, sans-serif;
	color: #af2421;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	list-style-type: square;
}

#ContentRight ol {
	margin: 10px 0 10px 15px;
}

#ContentRight ol li {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	list-style-type: decimal;
	margin: 0 0 10px 0;
}

.quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	color: #b36b00;
	text-align: center;
	font-style: italic;
}

.quoteauthor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #444444;
	text-align: right;
}

#ContentRight p.quotered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 21px;
	font-weight: normal;
	color: #af2421;
	font-style: italic;
}

#ContentRight p.quoteredauthor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	color: #999999;
	text-align: left;
}

.red {
	color: #af2421;
}

.grey {
	color: #333333;
}


/* Forms */

.quotefield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	width: 125px;
	height: 12px;
}

.quotefieldphone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	height: 12px;
}

.quoteselectfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	width: 185px;
}

.resultsselect {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	width: 150px;
	margin: 5px 0 0 0;
}

.submissionfield {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	width: 150px;
}

/* --- Tables --- */

.table {
	margin: 5px 5px 0 0;
	font-size: 12px;
}

.title {
	padding: 4px 0px 4px 0px;
	color: #c9411d;
	font-size: 18px;
	background-color: #fff;
}

.heading {
	padding: 8px 0px 8px 4px;
	color: #1f436b;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	background-color: #e8e8e8;
	font-size: 12px;
	font-weight: bold;
}

.odd {
	padding: 5px 0px 5px 4px;
	border-bottom: solid 1px #cccccc;
}

.even {
	padding: 5px 0px 5px 4px;
	border-bottom: solid 1px #cccccc;
}
