/* 
		 Name:	ecpSite.css
        Author:	Bob Meinhart (bob@eCommerce-Plus.com)
Description:	 CSS File
      Created:	 09/25/2008
     Updated:	 09/25/2008
*/
/*
Dark Blue: #214A77
Medium Blue: #C9E5FB
Light Blue:  #E4F2FD
*/

/*-----WEBSITE DESIGN STYLES---------------------------------------------------------------------------*/
#resizeButtons {
	text-align: center;
	position: absolute;
	right: 30px;
	top: 10px;
	width: 90px;
	z-index: 2;
	color: #83B8E2;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	font-size: 62.5%;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #FFFFFF;
}
#wrapper {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
		top: 0px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/*-------------HEADER TABLE STYLES-----------------------------------------------*/
#headerTable {
	height: 100%;
	width: 100%;
	background-color: #214A77;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#headerTable td.header {
	background-image: url(images/header_background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

/*-------------MAIN TABLE STYLES-----------------------------------------------*/
#mainTable {
	height: 100%;
	width: 100%;
}
#mainTable #menuColumn {
	background-image: url(images/menu_column.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #214A77;
}
#mainTable #banner120Column {
	background-color: #E4F2FD;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #C9E5FB;
	padding-top: 3px;
	padding-bottom: 5px;
}
#mainTable #banner160Column {
	background-color: #C9E5FB;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #9DBEE3;
	padding-top: 5px;
	padding-bottom: 5px;
}
#mainTable #pageColumn {
	padding-top: 30px;
}
/*-------------FOOTER TABLE STYLES-----------------------------------------------*/
#footerTable {
	height: 40px;
	width: 100%;
}
#footerTable {
	height: 40px;
	width: 100%;
	background-color: #214A77;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000000;
	color: #FFFFFF;
	font-size: 0.7em;
	font-style: italic;
	font-weight: bold;
}
#footerTable span {
	color: #FFFF00;
}
#footerTable a {
	color: #FFFFFF;
	text-decoration:underline;
}
#footerTable a:hover {
	color: #FFFF00;
}

/*-------------PAGE TITLE STYLES-----------------------------------------------*/
#pageTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 1.7em;
	font-style: italic;
	font-weight: bold;
	color: #214A77;
	/*color: #003F7D;*/
	position: absolute;
	z-index: 3;
	left: 170px;
	top: 110px;
	font-variant: small-caps;
}
#pageTitleShadow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	font-style: italic;
	font-weight: bold;
	color: #93B8E1;
	position: absolute;
	z-index: 2;
	left: 171px;
	top: 111px;
	font-variant: small-caps;
}

/*-----SCROLLER WINDOW STYLES-------------------------------------------------------------------------*/
#scrollerTable0 {
	height: 75px;
	width: 160px;
}
#scrollerTable1 {
	height: 75px;
	width: 160px;
	border: 1px solid #0F73C4;
}
#scrollerTable1 th {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	line-height: 0.9em;
	background-color: #0F73C4;
	padding-top: 3px;
	padding-bottom: 3px;
}
#scrollerTable1 td {
	/*padding-top: 3px;
	padding-bottom: 3px;*/
}

/*-----MENU TABLE STYLES-------------------------------------------------------------------------*/
#menuTable {
	height: 100%;
	width: 100%;
}
#menuTable .menuLeft {
	list-style-type: none; 
	margin: 0;
	padding: 0;
	width: 150px;
	height: 22px;
	text-align: left;
}
#menuTable .menuLeft li {
	width: 150px;
}
#menuTable .menuLeft li.menuSelect{
	background: url(images/menu_button_sel.jpg) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	display: block;
	width: 150px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 10px;
	position: relative;
}
#menuTable .menuLeft li a {
	background: url(images/menu_button.jpg) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-style: normal;
	font-weight: bold;
	color: #1F4672;
	display: block;
	width: 150px;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 10px;
}
#menuTable .menuLeft li a:visited {
background: url(images/menu_button.jpg) no-repeat left top;
}
#menuTable .menuLeft li  a:active {
background: url(images/menu_button.jpg) no-repeat left top;
}
#menuTable .menuLeft li a:hover{
background: url(images/menu_button_over.jpg) no-repeat left top;
}

/*--------------------HOME TABLE PAGE STYLES--------------------------------*/
#homeTable {
	width: 100%;
}
#homeTable div.homeEventTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #214A77;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 1px;
	display: inline-block;
	width: 100%;
}
#homeTable  div.homeEventWrapper {
	display: inline-block;
	width: 100%;
	padding-top: 5px;
}
#homeTable  div.homeEventText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	color: #000000;
	line-height: 1.1em;
	display: table;
	padding-top: 5px;
}
#homeTable div.homeEventHeader1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	color: #A90000;
	line-height: 1.2em;
	text-align: center;
	width: 100%;
}
#homeTable div.homeEventHeader2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	line-height: 1.1em;
	text-align: center;
	width: 100%;
}
#homeTable div.homeEventHeader3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	line-height: 1.1em;
	text-align: center;
	width: 100%;
}
#homeTable  img.imageLeft {
	padding-right: 5px;
}
#homeTable  img.imageRight {
	padding-left: 5px;
}
#homeTable  span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
#homeTable a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #0066CC;
	line-height: 1.1em;
	text-decoration: underline;
}
#homeTable a:hover {
	color: #A90000;
}
#homeNewsTable {
	width: 100%;
	font-size: 1em;
}
#homeNewsTable div.newsList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	color: #000000;
	line-height: 1em;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
}
#homeNewsTable th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #214A77;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 1px;
}
#homeNewsTable span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #A90000;
}
#homeNewsTable a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	color: #0066CC;
	line-height: 1.1em;
	text-decoration: underline;
}
#homeNewsTable a:hover {
	color: #A90000;
}
div.vSpacer {
	height: 5px;
}

/*-----BUSINESS DIRECTORY PAGE STYLES-------------------------------------------------------------------------*/
#dirMenuTable {
 	width: 518px;
	padding-top: 10px;
}
#dirMenuTable #dirMenu {
	text-align: center;
}
#dirMenuTable #dirMenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
#dirMenuTable #dirMenu ul li {
	position: relative;
	display: inline;
	float: left;
	padding: 1px;
}
#dirMenuTable #dirMenu ul li.zero {
	display: block;
	width: 17px;
	height:17px;
	text-decoration: none;
	color: #AAAAAA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	background-image: url(images/dir_button_zero.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
}
#dirMenuTable #dirMenu ul li.select {
	display: block;
	width: 17px;
	height:17px;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	background-image: url(images/dir_button_sel.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
}
#dirMenuTable #dirMenu ul li a {
	display: block;
	width: 17px;
	height:17px;
	text-decoration: none;
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	background-image: url(images/dir_button.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#dirMenuTable #dirMenu ul li a:hover {
	color: #FFFFFF;
	background-image: url(images/dir_button_over.jpg);
	background-position: center center;
}
#dirMenuTable div.dirTagLine {
	color: #A80000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	font-style:italic;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
}
#dirMenuTable div.dirCompany {
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	font-style:italic;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
}
#dirMenuTable div.dirAddress {
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	font-style:italic;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
}
#dirMenuTable div.dirPhone {
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	font-style:italic;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
}
#dirMenuTable select {
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	font-style: normal;
	background-color: #DDF0FF;
}

#dirUpdateTable {
	width: 100%;
}
#dirUpdateTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #214A77;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 1px;
	display: inline-block;
	width: 100%;
}
#dirUpdateTable div.dirUpdateType {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	color: #000000;
	font-weight: bold;
	display: inline-block;
	width: 97%;
	background-color: #FFFF99;
	margin: 5px;
	padding: 5px;
}
#dirUpdateTable div.dirUpdateType span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	color: #A90000;
	background-color: #FFFF99;
	font-weight: bold;
}
#dirUpdateRequired {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	color: #A90000;
	font-weight: bold;
	display: inline-block;
	text-align: center;
	width: 100%;
}

table.dirUpdateForm {
	width: 95%;
}
table.dirUpdateForm label {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	font-size: 0.8em;
	font-weight: bold;
}
table.dirUpdateForm span {
	font-family: Arial, Helvetica, sans-serif;
	color: #A80000;
	font-size: 0.8em;
	font-weight: bold;
}
table.dirUpdateForm input.requiredField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	color: #A90000;
	background-color: #FFFFAA;
	text-align: left;
	vertical-align: bottom;
	border: 1px #333333 solid;
	padding-left: 5px;
}
table.dirUpdateForm input.optionalField {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 0.8em;
	font-style: normal; 
	font-weight: bold;
	background-color: #FFFFFF;
	text-align: left; 
	vertical-align: bottom;
	border: 1px #333333 solid;
	padding-left: 5px;
}
table.dirUpdateForm input.readOnlyField {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	background-color: #DDDDDD;
	text-align: left;
	vertical-align: bottom;
	border: 1px #333333 solid;
	padding-left: 5px;
}
table.dirUpdateForm textarea.optionalField {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 0.8em;
	font-style: normal; 
	font-weight: bold;
	background-color: #FFFFFF;
	text-align: left; 
	vertical-align: bottom;
	border: 1px #333333 solid;
	padding-left: 5px;
}
table.dirUpdateForm textarea.requiredField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal; 
	font-weight: bold;
	color: #A90000;
	background-color: #FFFFCC;
	text-align: left; 
	vertical-align: bottom;
	border: 1px #333333 solid;
	padding-left: 5px;
}
table.dirUpdateForm select.optionalField {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: bottom;
	border: 1px #333333 solid;
	padding-left: 5px;
}
table.dirUpdateForm select.requiredField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	color: #A90000;
	background-color: #FFFFCC;
	text-align: left;
	vertical-align: bottom;
	border: 1px #50301A solid;
	padding-left: 5px;
}
table.dirUpdateForm input.submitButton {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	cursor: pointer;
}
table.dirUpdateForm #contactRequired {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	color: #A80000;
}
table.dirUpdateForm td.dirSubHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	color: #000000;
	font-weight: bold;
	background-color: #C9E5FB;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 1px;
}
table.dirUpdateForm td.dirNotes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-style: normal;
	color: #A90000;
	font-weight: bold;
	background-color: #FFFF99;
	padding: 5px;
}

/*--------ARTIST GALLERY PAGE STYLES-----------------------------------------------------------------*/
#artistGalleryHeaderTable {
	width: 100%;
}
#artistGalleryHeaderTable th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #A80000;
	font-style: normal;
}
#artistGalleryHeaderTable td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	/*color: #000000;*/
	font-style: normal;
	line-height: 1em;
}
#artistGalleryHeaderTable a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #0000AA;
	font-style: normal;
	text-decoration: underline;
}
#artistGalleryHeaderTable a:hover {
	color: #A80000;
}
#artistGalleryTable {
	width: 95%;
	border: 3px double #000066;
}
#artistGalleryTable td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	/*color: #000066;*/
	font-style: normal;
	line-height: 1em;
}
#artistGalleryTable td span{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #A80000;
	font-style: normal;
	text-decoration: underline;
}

#boroughTable {
	width: 100%;
}
#boroughTable td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #000066;
	font-style: normal;
}
#boroughTable a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #0000FF;
	font-style: normal;
	text-decoration: underline;
}
#boroughTable a:hover {
	color: #A80000;
}
#boroughMapTable {
	width: 100%;
}
/*--------CALENDAR PAGE STYLES-----------------------------------------------------------------*/
#calendarTable {
	width: 100%;
	padding: 5px;
}
#calendarTable th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	font-style: italic;
	background-color: #214A77;
}
#calendarTable span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #A80000;
	font-style: normal;
}
#calendarTable div.calendarTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: bold;
	color: #000066;
	font-style: normal;
	line-height: 1.1em;
	padding-left: 10px;
}
#calendarTable div.calendarSubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #000066;
	font-style: italic;
	line-height: 1.3em;
	padding-left: 10px;
}
#calendarTable div.calendarDetails {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #000066;
	font-style: normal;
	padding-left: 20px;
}
#calendarTable a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	color: #0066CC;
	font-style: italic;
	text-decoration: underline;
}
#calendarTable a:hover {
	color: #A90000;
}
#calendarTable div.calendarSpacer {
	height: 5px;
}
#calendarTable a.calendarSubmitLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	font-style: italic;
	text-decoration: none;
}
#calendarTable a.calendarSubmitLink:hover {
	color: #FFFF00;
}

/*--------CBRP PAGE STYLES-----------------------------------------------------------------*/
#cbrpTable {
	width: 100%;
}
#cbrpTable h1,h2,h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
}
#cbrpTable h1 {
	font-size: 1.7em;
	color: #A80000;
}
#cbrpTable h2 {
	font-size: 1.3em;
	color: #214A77;
}
#cbrpTable h3 {
	font-size: 1.1em;
	color: #000066;
	text-decoration: underline;
	text-indent: 20pt;
}
#cbrpTable p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #000033;
	font-style: normal;
	line-height: 1.1em;
	padding-left: 15px;
}
#cbrpTable ul {
	padding-left: 30px;
	list-style-type: square;
}
#cbrpTable ol {
	padding-left: 30px;
}
#cbrpTable li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #000033;
	font-style: normal;
	line-height: 1.1em;
}
#cbrpTable div.cbrpLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #A80000;
	font-style: normal;
	text-align: center;
}
#cbrpTable div.cbrpLink a {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
	font-size: 1em;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
}
#cbrpTable div.cbrpLink a:hover {
	color: #A80000;
}
#cbrpTable img {
	cursor: pointer;
}

/*--------CLASSIFIED PAGE STYLES-----------------------------------------------------------------*/
table.adHeaderTable {
	width: 98%;
}
table.adHeaderTable td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	font-style: normal;
	line-height: 1.1em;
}
table.adHeaderTable td span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #A80000;
	font-style: normal;
}
table.adHeaderTable a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #0000FF;
	font-style: italic;
	text-decoration: underline;
}
table.adHeaderTable a:hover {
	color: #A80000;
}
table.adTable {
	width: 98%;
	border: 1px solid #666666;
}
table.adTable td.adHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	font-style: normal;
	line-height: 1.1em;
}
table.adTable td.adHeader span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #A80000;
	font-style: normal;
}
table.adTable div.adTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	color: #000000;
	font-style: normal;
	text-decoration: underline;
	line-height: 1em;
	padding-bottom: 5px;
}
table.adTable div.adSummary {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #000000;
	font-style: normal;
	line-height: 0.85em;
}
table.adTable a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #0066CC;
	font-style: italic;
	text-decoration: underline;
}
table.adTable a:hover {
	color: #A90000;
}
#adDetailTable {
	width: 95%;
	border: 3px double #666666;
}
#adDetailTable #adDetailTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	font-style: normal;
	text-decoration: underline;
	line-height: 1.1em;
	padding-bottom: 5px;
}
#adDetailTable #adDetailSummary {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #000000;
	font-style: normal;
	line-height: 0.95em;
}
#adDetailTable #adDetailDescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #000000;
	font-style: normal;
	line-height: 1em;
}
div a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #0066CC;
	font-style: italic;
	text-decoration: underline;
}
div a:hover {
	color: #A90000;
}
#adDetailTable #adContact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #A80000;
	text-align: center;
}
#adDetailTable #adContact a {
	font-size: 1em;
	color: #0000FF;
}
#adDetailTable #adContact a:hover {
	font-size: 1em;
	color: #A80000;
}
#adDetailTable #adWebsite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-style: normal;
	font-weight: bold;
	color: #0000FF;
	text-align: center;
	padding-top: 5px;
}
#adDetailTable #adWebsite a {
	font-size: 1em;
	color: #0000FF;
}
#adDetailTable #adWebsite a:hover {
	color: #A80000;
}

#adInfoTable {
	width: 98%;
}
#adInfoTable th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;
	background-color: #214A77;
}
#adInfoTable p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	font-style: normal;
	line-height: 1.1em;
}
#adInfoTable a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #0000FF;
	font-style: normal;
}
#adInfoTable a:hover {
	color: #A80000;
}
#adInfoTable span {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #A80000;
	font-style: normal;
	text-decoration: underline;
}
#adInfoTable li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #000000;
	font-style: normal;
}
#adInfoTable li span {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000099;
	font-style: normal;
	text-decoration: underline;
}
#adApplicationTable {
	width: 98%;
}

/*-----CONTACT PAGE STYLES-------------------------------------------------------------------------*/
#contactTable {
	width: 98%;
}
#contactTable #contactPageHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;
	background-color: #214A77;
	text-align: center;
	vertical-align: middle;
	height: 20px;
}
#contactTable td.contactNotes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	color: #A90000;
	font-weight: bold;
	background-color: #FFFF99;
	padding: 5px;
}
#contactTable td.contactHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #214A77;
	font-style: normal;
	background-color: #C9E5FB;
	text-align: center;
	vertical-align: middle;
	height: 25px;
}
/*Medium Blue: #C9E5FB
Light Blue:  #E4F2FD
*/
#contactTable td.requiredText {
	font-family: Arial, Helvetica, sans-serif;
	color: #A90000;
	font-size: 0.8em;
	font-weight: bold;
}
#contactTable a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #0000FF;
	background-color: #FFFF99;
	font-style: normal;
	text-decoration: underline;
}
#contactTable a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #A90000;
	font-style: normal;
	text-decoration: none;
}
#contactTable label {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	font-size: 0.8em;
	font-weight: bold;
}
#contactTable span {
	font-family: Arial, Helvetica, sans-serif;
	color: #A80000;
	font-size: 0.8em;
	font-weight: bold;
}
#contactTable input.requiredField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	color: #A90000;
	background-color: #FFFFAA;
	text-align: left;
	vertical-align: bottom;
	border: 1px #333333 solid;
	padding-left: 5px;
}
#contactTable input.optionalField {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 0.8em;
	font-style: normal; 
	font-weight: bold;
	background-color: #FFFFFF;
	text-align: left; 
	vertical-align: bottom;
	border: 1px #333333 solid;
	padding-left: 5px;
}
#contactTable input.readOnlyField {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	background-color: #DDDDDD;
	text-align: left;
	vertical-align: bottom;
	border: 1px #333333 solid;
	padding-left: 5px;
}
#contactTable textarea.optionalField {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 0.8em;
	font-style: normal; 
	font-weight: bold;
	background-color: #FFFFFF;
	text-align: left; 
	vertical-align: bottom;
	border: 1px #333333 solid;
	padding-left: 5px;
}
#contactTable textarea.requiredField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal; 
	font-weight: bold;
	color: #A90000;
	background-color: #FFFFCC;
	text-align: left; 
	vertical-align: bottom;
	border: 1px #333333 solid;
	padding-left: 5px;
}
#contactTable select.optionalField {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: bottom;
	border: 1px #333333 solid;
	padding-left: 5px;
}
#contactTable select.requiredField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	color: #A90000;
	background-color: #FFFFCC;
	text-align: left;
	vertical-align: bottom;
	border: 1px #50301A solid;
	padding-left: 5px;
}
#contactTable input.submitButton {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	cursor: pointer;
}
#contactTable #contactRequired {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	color: #A80000;
}

/*--------HISTORICAL SOCIETY PAGE STYLES-----------------------------------------------------------------*/
#historyTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	width: 100%;
}
#historyTable span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: italic;
	font-weight: normal;
	color: #0066CC;
}
#historyTable img {
	border: 2px solid #CCCCCC;
}
#historyTable img:hover {
	border: 2px solid #A90000;
}
#historyTable a {
	color:#0066CC;
}
#historyTable a:hover {
	color:#A90000;
}

/*--------LOCAL NEWS PAGE STYLES-----------------------------------------------------------------*/
#localNewsTable {
	width: 100%;
	font-size: 1em;
}
#localNewsTable div.localNewsMediaTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #214A77;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 1px;
	display: inline-block;
	width: 100%;
}
#localNewsTable div.localNewsMedia {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-style: normal;
	font-weight: bold;
	color: #183758;
	display: inline-block;
	line-height: 1.1em;
	padding-top: 3px;
}

#localNewsTable  div.localNewsTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #214A77;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 1px;
	display: inline-block;
	width: 100%;
}
#localNewsTable  div.localNewsWrapper {
	display: inline-block;
	width: 100%;
}
#localNewsTable  div.localNewsText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	color: #000000;
	line-height: 1.1em;
}
#localNewsTable  div.localNewsText  div.localNewsTextHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #A90000;
	text-align: center;
	width: 100%;
}
#localNewsTable  div.localNewsText  div.localNewsTextFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	color: #A90000;
	text-align: center;
	width: 100%;
	padding-bottom: 5px;
}
#localNewsTable  div.localNewsText li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	font-style: italic;
	color: #333333;
}
#localNewsTable  div.localNewsText li a {
	font-size: 1.1em;
	font-style: normal;
	color: #0000FF;
	font-weight: bold;
	text-decoration: underline;
}
#localNewsTable  div.localNewsText li a:hover {
	color: #A90000;
}
#localNewsTable div.localNewsHeader1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	color: #A90000;
	line-height: 1.2em;
	text-align: center;
	width: 100%;
	padding-top: 5px;
}
#localNewsTable div.localNewsHeader2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	line-height: 1.1em;
	text-align: center;
	width: 100%;
}
#localNewsTable div.localNewsHeader3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	line-height: 1.1em;
	text-align: center;
	width: 100%;
}
#localNewsTable  div.localNewsText p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	color: #000000;
	line-height: 1em;
}
#localNewsTable  div.localNewsText div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	color: #000000;
	line-height: 1em;
}

#localNewsTable  span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

#localNewsTable a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #0000CC;
	font-style: normal;
}
#localNewsTable a:hover {
	color: #A80000;
}
#promoteBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000066;
	padding: 3px;
}
#promoteBar:hover {
	background-color: #A80000;
}

#promoteBar a {
	color: #FFFFFF;
	text-decoration: none;
}
#promoteBar a:hover {
	background-color: #A80000;
}
#dirHR {
	height: 4px;
}
a.TopOfPage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-style: italic;
	font-weight: bold;
	color: #214A77;
	text-decoration: none;
}
a.TopOfPage:hover {
	text-decoration: none;
	color: #A80000;
}

#featuredBusinessTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
	background-color: #214A77;
	text-align: center;
	width: 150px;
}
#featuredBusiness {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	font-weight: bold;
	background-color: #E4F2FD;
	text-align: center;
	width: 150px;
	border: 1px solid #FFFFFF;
}
#featuredBusiness span {
	font-family: Arial, Helvetica, sans-serif;
	color: #214A77;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
}

#archivesTable {
	width: 100%;
}
#archivesTable span {
}
#archivesTable div.yearHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000066;
	padding: 2px;
	text-align: center;
}
#archivesTable div.archiveAbstract {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding: 5px;
	line-height: 1.1em;
}
#archivesTable div.archiveAbstract span.archiveDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	color: #0066CC;
}
#archivesTable div.archiveAbstract a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
}
#archivesTable div.archiveAbstract a:hover {
	color: #A90000;
}

#dirStatsTable {
	width: 97%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
#dirStatsTable th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #214A77;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 1px;
}
#dirStatsTable td.statCount {
	color: #000000;
	font-weight: bold;
	width: 10%;
	vertical-align: top;
	text-align: right;
}
#dirStatsTable td.statDesc {
	color: #0066CC;
	font-weight: bold;
	width: 40%;
	vertical-align: top;
}
#emailBroadcastTable {
	width: 97%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
#emailBroadcastTable th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #214A77;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 1px;
}
#emailBroadcastTable span {
	font-weight: bold;
}
#emailBroadcastFormTable {
	width: 90%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
#emailBroadcastFormTable span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #A80000;
}
#emailBroadcastFormTable input.requiredField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #660000;
	background-color: #FFFF66;
	font-weight: bold;
	border: 1px solid #999999;
	padding: 3px;
}
#emailBroadcastFormTable input.optionalField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	font-weight: bold;
	border: 1px solid #999999;
	padding: 3px;
}
#emailBroadcastFormTable input.readOnlyField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666666;
	background-color: #DDDDDD;
	font-weight: bold;
	border: 1px solid #999999;
	padding: 3px;
}
#emailBroadcastFormTable textarea.requiredField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #660000;
	background-color: #FFFF66;
	font-weight: bold;
	border: 1px solid #999999;
	padding: 3px;
}
#emailBroadcastFormTable textarea.optionalField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	font-weight: bold;
	border: 1px solid #999999;
	padding: 3px;
}

#emailBroadcastConfirmTable {
	width: 97%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
#emailBroadcastConfirmTable textarea.readOnlyField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000066;
	background-color: #D9ECFF;
	font-weight: bold;
	border: 1px solid #999999;
	padding: 3px;
}
#emailBroadcastConfirmTable input.readOnlyField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000066;
	background-color: #D9ECFF;
	font-weight: bold;
	border: 1px solid #999999;
	padding: 3px;
}

#OptOutTable {
	width: 97%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
#OptOutTable th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #214A77;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 1px;
}
#OptOutTable span {
	color: #A90000;
}
