/*
 * $Id: common.css,v 1.8 2003/04/18 15:57:40 ksmith Exp $
 * PINT base style sheet definition
*/

/* STANDARD */
body {
	background-color: white;
	margin: 0;

	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #333333;
}

div#content {
	padding: 5px;
}

p, font {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.legal {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

ul {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	padding-left: 0px;
	line-height: 1.2;
}

ol {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 30px;
	padding-left: 0px;
	line-height: 1.2;
}

li {
	margin-bottom: 7px;
}

sub {
	font-size: 90%;
	line-height: .75;
}

sup {
	font-size: 90%;
	line-height: 1.25;
}

blockquote {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	padding-left: 0px;
	line-height: 1.2;
}

table {
	margin-left: auto;
	margin-right: auto;
}

.subimage {
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
}

/* CONTENT */
h1 {
	font-size: 13px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 4px;
}

/* tertiary heading*/
h2 {
	font-size: 11px;
	/* margin-top: -2px; */
	margin-bottom: -1px;
	margin-top: 1.5em;
}

/* subhead and home page highlights headings*/
h3 {
	font-size: 18px;
	margin-bottom: -15px;
}

/* not assigned yet */
h4 {
	font-size: 11px;
	margin-bottom: -15px;
}

/* not assigned yet */
h5 {
	font-size: 11px;
	margin-bottom: -15px;
}

/* not assigned yet */

/* text headers */
td.leftsubtitle {
	border-right: 1px solid #ffffff;
}
td.middlesubtitle {
	padding-right: 15px;
	/* negative values for padding-bottom are illegal */
	/* January 18 2008 - jerry */
	/* padding-bottom: -5px; */
	vertical-align: bottom;
}
td.rightsubtitle {
	border-left: 1px solid #ffffff;
}

h4.overalltitle {
	color: #ffffff;
	font-family: arial, helvetica, sans-serif;
	font-size: 24px;
	margin-bottom: -9px
}

.tableheader {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}
.headshots {
	font-size: 11px;
	color: #333333;
	line-height: 1.2;
}
.body2 {
	font-family: arial, helvetica, san-serif;
	font-size: 10px;
	color: #333333;
	line-height: 1.2;
}
.body3 {
	font-size: 10px;
	color: #333333;
	line-height: 1.1;
}
.tabhead {
	font-size: 12px;
	color: #FCEA50;
}


span.error {
	color: #990000;
}
font.error {
	font-family: arial, helvetica, sans-serif;
	font-size: 9px;
	color: #990000;
}

/* NAVIGATION */
/* the area links on main page */
td font.body2 h2 {
	color: #3D3D3D;
}


a:active {
	color: #bd6c5a;
	text-decoration: none;
}
a:link {
	color: #074b88;
	text-decoration: none;
}
a:visited {
	color: #042d52;
	text-decoration: none;
}
a:hover {
	color: #bd6c5a;
	text-decoration: none;
}

.secondarynav {
	font-size: 10px;
	font-family: arial, helvetica, sans-serif;
	color: #779cbd;
	text-decoration: none; 
	font-weight: normal;
	line-height: 0.8;
	padding-top: 0;
}
a.secondarynav {
	color: #074b88;
}
a.secondarynav:active {
	color: #bd6c5a;
}
a.secondarynav:visited {
	color: #042d52;
}
a.secondarynav:hover {
	color: #bd6c5a;
}

.highlightsnav {
	font-size: 10px;
	font-family: arial, helvetica, sans-serif;
	color: #8ca7c0;
	text-decoration: none;
	font-weight: normal;
	line-height: 1.0;
}
a.highlightsnav {
	color: #074b88;
}
a.highlightsnav:active {
	color: #bd6c5a;
}
a.highlightsnav:visited {
	color: #042d52;
}
a.highlightsnav:hover {
	color: #bd6c5a;
}

.tertnav {
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	color: #779cbd;
	text-decoration: none;
	font-weight: normal;
	line-height: 1.0;
}
a.tertnav {
	color: #074b88;
}
a.tertnav:active {
	color: #bd6c5a;
}
a.tertnav:visited {
	color: #074b88;
}
a.tertnav:hover {
	color: #bd6c5a;
}

.tertnav2 {
	font-size: 10px;
	font-family: arial, helvetica, sans-serif;
	color: #779cbd;
	text-decoration: none;
	font-weight: normal;
	line-height: 1.0;
}
a.tertnav2 {
	color: #074b88;
}
a.tertnav2:active {
	color: #bd6c5a;
}
a.tertnav2:visited {
	color: #074b88;
}
a.tertnav2:hover {
	color: #bd6c5a;
}

.breadcrumb {
	font-size: 10px;
	font-family: arial, helvetica, sans-serif;
	color: #9cb7cf;
	text-decoration: none;
	font-weight: normal;
	line-height: 1.2;
}
a.breadcrumb {
	color: #074b88;
}
a.breadcrumb:active {
	color: #bd6c5a;
}
a.breadcrumb:visited {
	color: #042d52;
}
a.breadcrumb:hover {
	color: #bd6c5a;
}

.textnav {
	font-size: 10px;
	font-family: arial, helvetica, sans-serif;
	color: #9cb7cf;
	text-decoration: none;
	font-weight: normal;
	line-height: 1.2;
}
a.textnav {
	color: #074b88;
}
a.textnav:active {
	color: #bd6c5a;
}
a.textnav:visited {
	color: #042d52;
}
a.textnav:hover {
	color: #bd6c5a;
}


/* FORMS */
form {
	margin-top: 0px;
}
input {
	background-color: #ffffff;
	color: #333333;
	margin: 0px;
	font-size: 10px;
	font-family: arial, helvetica, sans-serif;
}
select {
	background-color: #ffffff;
	color: #333333;
	margin: 0px;
	font-size: 10px;
	font-family: arial, helvetica, sans-serif;
}
input.radio {
	border: 0px;
	background-color: transparent;
}
input.checkbox {
	border: 0px;
	background-color: transparent;
}

.formRequired {
	color:red;
}
.formError {
	color:red;
	font-weight: normal;
	font-style:italic;
}

td.formRequired {vertical-align:top;}
td.formLabel {vertical-align:top;}
td.formInput {vertical-align:top;}

textarea {
	background-color: #ffffff;
	border: 1px solid #003366;
	color: #000000;
	margin: 0px;
}


/* MISC ELEMENTS */
.borderbott {
	border-bottom: 1px solid #a2c0dc;
}
.border {
	border: 1px solid #a2c0dc;
}
.pdf {
	font-size: 11px;
	list-style-image: url('../images/ICN_pdf_sm.gif');
	margin-left: 25px;
	line-height: 200%;
}
#tag {
	text-align: right;
}


input.searchbutton {
	background-image:url(/images/H_google_usd.png);
	height: 14px;
	border-width: 2px;
	border-color: #cbdae6;
	border-style: outset;
	margin-left: 3px;
	margin-right: 8px;
}

/* contact list */
.contactListHeading {
	color: #ffffff;
	font-weight: bold;
}
.contactListSubHeading {
	color: #000000;
	font-weight: bold;
}

/* cms styles */

div.featured {
	position: relative;
}

div.featuredimg {
	position: absolute;
	top: 18px;
	left: 0;
}

div.featuredtext {
	position: absolute;
	top: 0;
	left: 113px;
	width: 206px;
}

a.morelink {
	font-style: italic;
}
