/* CSS Document */
/* FONT AND ELEMENT STYLES */

/* main body fonts*/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #242c2c;
}
a:link {
	color: #5488a8;
	line-height: 16px;
	text-decoration: none;
}
a:visited {
	color: #5488a8;
	line-height: 16px;
	text-decoration: none;	
}
a:hover {
	color: #5488a8;
	line-height: 16px;
	text-decoration: underline;
}
a:active {
	color: #5488a8;
	line-height: 16px;
	text-decoration: none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #3c4242;
	margin: 0 0 16px 0;
	font-weight: normal !important;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #3c4242;
	font-style: normal;
	font-weight: normal;
	margin: 30px 0 6px 0;
}

h3 { /* use to for bold subheads that float on the paragraph below in lieu of <strong> and a <br /> */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #242c2c;
	font-weight: bold;
	font-style: normal;
	margin: 0px;
}

hr {
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 2px;
	border: none;
	border-top: 1px #666666 solid;
	margin: 16px 0 16px 0;
}

.hrFooter {
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 2px;
	border: none;
	border-top: 1px #666666 solid;
	margin: 16px 0 4px 0;
}

.hrGrayBox {
	color: #ececec;
	background-color: #ececec;
	height: 2px;
	border: none;
	border-top: 1px #a6a8a8 solid;
	margin: 10px 0 4px 0;
}

p {
	margin-top:0;
}

ul {
	list-style-position: outside;
	padding: 0;
	margin: 0 0 16px 27px;
}

/*li {
	list-style-type: square;
	margin-bottom: 16px;
}

li li {
	list-style-type: circle;
	margin-bottom: 16px;
}*/

/*indent-a-graf */
/*we could div this but the div and callout need to wrap a paragraph tag, so the style is attached to the p tag */
.indent { 
	margin-left: 12px;
}

/* photo id cutline */
.cutline {
	font-size: 11px;
}



/* utility nav */
.utilityNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #588cad;
}
.utilityNav a:link {
	color: #588cad;
	text-decoration: none;
}
.utilityNav a:visited {
	color: #588cad;
	text-decoration: none;	
}
.utilityNav a:hover, .utilityNav a:visited:hover {
	color: #588cad;
	text-decoration: none;
}
.utilityNav a:active {
	color: #588cad;
	text-decoration: none;
}


/* footer, copyright */
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #5488a8;
}
.footer a:link {
	color: #5488a8;
	font-size: 10px;
	line-height: 14px;
	text-decoration: none;
}
.footer a:visited {
	color: #5488a8;
	text-decoration: none;	
}
.footer a:hover, .footer a:visited:hover {
	color: #a5a7a8;
	text-decoration: none;
}
.footer a:active {
	color: #5488a8;
	text-decoration: none;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #a5a7a8;
}
.copyright a:link {
	color: #a5a7a8;
	font-size: 10px;
	line-height: 14px;
	text-decoration: none;
}
.copyright a:visited {
	color: #a5a7a8;
	text-decoration: none;	
}
.copyright a:hover, .copyright a:visited:hover {
	color: #5488a8;
	text-decoration: none;
}
.copyright a:active {
	color: #a5a7a8;
	text-decoration: none;
}

/* form styles */
select {
   background: #FFFFFF;
   color: #7b7869;
   border: 1px solid #c2c2c2;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10px; 
   margin: 0 0 11px 0;
   /*width: 99%;*/ /*DO THIS AT THE SIDEBAR LEVEL */
} 

input, textarea {
	background: #FFFFFF;
	color: #7b7869;
	border: 1px solid #c2c2c2;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 11px;
	margin: 0 0 11px 0;
	padding: 5px;
	/*width: 99%;*/
}

.blueButton {
	width:30px; 
	color:#00547e; 
	background-color:#548bad; 
	border:1px solid #548bad; 
	font-family:Arial, Helvetica, sans-serif; 
	font-style:normal; 
	padding: 3px 0;
}

.grayButton {
	width:30px; 
	color:#ffffff; 
	background-color:#7f796f; 
	border:1px solid #a5a7a8; 
	font-family:Arial, Helvetica, sans-serif; 
	font-style:normal; 
	padding:3px;
	margin:0 3px 3px 0;
}

.required {
	font-size: 11px;
	color: #7b7869;
	text-align: right;
	font-style: italic;
}

/* home right box */
.homeRightBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
.homeRightBox a:link {
	color: #5488a8;
	line-height: 15px;
	text-decoration: underline;
}
.homeRightBox a:visited {
	color: #5488a8;
	line-height: 15px;
	text-decoration: underline;	
}
.homeRightBox a:hover {
	color: #837d74;
	line-height: 15px;
	text-decoration: underline;
}
.homeRightBox a:active {
	color: #5488a8;
	line-height: 15px;
	text-decoration: underline;
}


.homeRightBoxComment {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #837d74;
	line-height: 12px;
}

.homeNewsletterSignupComment {
	font-family: "Times New Roman", Times, serif;
	font-size:11px; 
	color:#837d74; 
	margin:0; 
	line-height: 12px;
}

.homeCallout {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px; 
	margin:0; 
	line-height: 12px;
}


/* right box */
.rightBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #827c73;
}
.rightBox a:link {
	color: #5488a8;
	text-decoration: underline;
}
.rightBox a:visited {
	color: #5488a8;
	text-decoration: underline;	
}
.rightBox a:hover {
	color: #837d74;
	text-decoration: underline;
}
.rightBox a:active {
	color: #5488a8;
	text-decoration: underline;
}


.rightBoxComment {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #837d74;
	line-height: 12px;
}

.newsletterSignupComment {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#837d74;
	margin:0;
	line-height: 12px;
}

/* table data */

.table { 
	border-top: 1px solid #CCCCCC; 
	border-right: 1px solid #CCCCCC;
}

.tableData { 
	border-bottom: 1px solid #CCCCCC; 
	border-left: 1px solid #CCCCCC;
}

.tableFooter {
	margin-top:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #837d74;
	line-height: 12px;
}

.tableData {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	text-decoration: none;
}

.tableData a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #762536;
	text-decoration: none;
}

.tableData a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #762536;
	text-decoration: none;
}

.tableData a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #762536;
	text-decoration: underline;
}

.tableData a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #762536;
	text-decoration: none;
}

.tableData a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #998A42;
	text-decoration: none;
}

.tableData a:visited:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #762536;
	text-decoration: underline;
}

.tableDataCatHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #CCCCCC; 
	border-left: 1px solid #CCCCCC;
}

.tableDataForm { 
	border-bottom: 1px solid #DDDDDD; 
	border-left: 1px solid #DDDDDD;
}

.tableDataForm input,select,textarea,td,tr,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #333333;
	text-decoration: none;
}

.tableDataHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #FFFFFF;
	background-color: #5387a7;
}

.tableDataHeader a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #FFFFFF;
	background-color: #5D637E;
	text-decoration: none;
}

.tableDataHeader a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #FFFFFF;
	background-color: #5D637E;
	text-decoration: none;
}

.tableDataHeader a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #FFFFFF;
	background-color: #5D637E;
	text-decoration: none;
}

.tableDataHeader a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #FFFFFF;
	background-color: #5D637E;
	text-decoration: none;
}

.tableDataHeader a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #FFFFFF;
	background-color: #5D637E;
	text-decoration: underline;
}
