@charset "UTF-8";
/* CSS Document for */
/* http://www.ashlandfirst.com/ @ / top level */
/* http://www.ashlandbusinessassociation.com/ @ /aba/ folder*/
/* http://www.ababusinessdirectory.com/ @ /directory/ folder */

/***** Core Styles *****/
body {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	background-color:#FFF;
	font-size:85%;
}

td {
	vertical-align:top;
}
caption {
	font-weight:bold;
	font-size:1.1em;
}
a {
	color:#03C;
}
a:visited {
	color:#639;
}
/* image fillers */
.fillRight {
	float:right;
	margin:0px 0px 10px 10px;
}
.fillLeft {
	float:left;
	margin:0px 10px 10px 2em;
}
/* with a border */
.fillRightB {
	float:right;
	border:2px solid #036;
	margin:0px 0px 10px 10px;
}
.fillLeftB {
	float:left;
	border:2px solid #036;
	margin:0px 10px 10px 2em;
}
hr {
	clear:both;
}
/***** END Core Styles *****/

/***** Header Section Styles *****/
td#header {
	padding:0px 15px 0px 15px;
}
td#headerLeft {
	text-align:left;
}
td#headerRight {
	text-align:right;
}

/***** Header Navigation *****/
#headerNav {
	float:left;
	width:100%;
	background-image:url(../images/nav/blue-bot-border.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	line-height:normal;
	font-size:0.9em;
}

#headerNav ul {
	margin:0;
	padding:10px 0 10px 0;
	list-style:none;
}

#headerNav li {
	float:left;
	text-align:center;
	background-image:url(../images/nav/blue-left.gif);
	background-repeat:no-repeat;
	background-position:left top;
	margin:0;
	padding:0 0 0 9px;
	margin-left:4px;
}

#headerNav a {
	float:left;
	display:block;
	background-image:url(../images/nav/blue-right.gif);
	background-repeat:no-repeat;
	background-position:right top;
	padding:5px 17px 4px 8px;
	color:#FFF;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \
   Realy not necessary anymore but tends to keep things inline in Dreamweaver */
#headerNav a {
	float:none;
}
/* End IE5-Mac hack */

#headerNav a:hover {
	color:#FFFF99;
	text-decoration:underline;
}

#headerNav .current {
	background-image:url(../images/nav/white-left.gif);
}

#headerNav .current a {
	background-image:url(../images/nav/white-right.gif);
	color:#336699;
	padding-bottom:5px;
	text-decoration:none;
}

#headerNav .current a:hover {
	color:#336699;
	text-decoration:none;
}

/***** END Header Navigation *****/
/***** END Header Section Styles *****/


/***** Main Content Cell from Top Template *****/
td#contentMain {
	border:1px solid #006;
	border-top:0px;
}
/***** END Main Content Cell Top Template *****/

/***** AshlandFirst.com Home Page Content *****/
/* cell with slide show and select menu */
td#contentMain td#memberDisplay {
	background:#036 url(../images/global/sky02_solid.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	border:2px solid #ccc;
}
td#contentMain td#memberDisplay td {
	width:50%;
	text-align:center;
	color:#FFF;
}

div#fadeshow1 {
	border:1px solid #CCC;
}

.whatsThis {
	font-size:0.9em;
	font-style:italic;
	color:#000;
	padding:2px;
	margin:2px 0px 2px 0px;
}
#otherInfo {
	width:31%;
	padding:0px 12px 10px 12px;
	color:#333;
	background-color:#FFE6CC;
	border:2px solid #ccc;
}
/* right cell with link items */
#otherInfo p.title {
	font-weight:bold;
	font-size:1.1em;
	margin:15px 0px 4px 0px;
}
#otherInfo p.text {
	margin:4px 0px 8px 8px;
}
#otherInfo ul {
	display:block;
	padding:0;
	margin-top:4px;
	list-style:none;
}
#otherInfo ul li {
	margin-bottom:6px;
}
#otherInfo ul li ul {
	display:block;
	padding:0;
	list-style:none;
	margin:0px;
}
#otherInfo ul li ul li {
	display:block;
	padding:0;
	margin:0px;
}
#special {
	border:2px solid #7DBE35;
	background-color:#FFF;
	color:#7DBE35;
	font-weight:bold;
	padding:8px;
	text-align:center;
	font-size:1.15em;
}
/***** END Main Content Cell Top Template *****/


/***** Navigation and Content Subsections *****/
/* left navigation */
td#leftNavigation {
	width:180px;
	padding:0px 0px 10px 8px;
	color:#333;
	background-color:#FFE6CC;
	border:2px solid #ccc;
}
td#leftNavigation p.title {
	font-weight:bold;
	font-size:1.1em;
	margin:15px 0px 4px 0px;
}
td#leftNavigation p.text {
	margin:4px 0px 8px 8px;
}

td#leftNavigation ul {
	list-style-type:none;
	display:block;
	margin:0;
	padding:0;
}
td#leftNavigation ul li {
	padding-left:10px;
}
/* navigation link styles */
td#leftNavigation li a {
	display:block;
	padding:4px 0px 6px 4px;
	color:#333;
	background-color:#FFE6CC;
}
td#leftNavigation ul li a.current {
	color:#000;
	background-color:#FFF;
	text-decoration:none;
}
td#leftNavigation a:hover {
	text-decoration:underline;
	color:#900;
}

/* subnavigation part */
td#leftNavigation ul li ul li {
	padding-left:16px;
	margin-top:2px;
	font-style:italic;
	color:#666;
}
td#leftNavigation li ul li a {
	font-size:0.9em;
	color:#666;
}
td#leftNavigation ul li ul li a.current {
	color:#666;
	background-color:#FFF;
	text-decoration:none;
}

/***** END Left Navigation *****/


/***** Main Content on Pages *****/
td#contentPage {
	border:2px solid #ccc;
	padding:0px 10px 0px 10px;
}
td#contentPage h1, td#contentPage h2, td#contentPage h3 {
}
td#contentPage h1 {
	font-size:1.4em;
}
td#contentPage h2 {
	font-size:1.25em;
	margin-left:1em;
}
td#contentPage h3 {
	font-size:1.1em;
	margin-left:1.5em;
}
td#contentPage p, td#contentPage ul, td#contentPage ol {
	margin-left:2em;
}
td#contentPage li {
	margin-bottom:5px;
}
.emphasize {
	color:#900;
	background-color:#FFF;
	font-weight:bold;
}
.emphasizeBig {
	color:#900;
	background-color:#FFF;
	font-weight:bold;
	font-size:1.15em;
}
.deemphasize {
	color:#666;
	background-color:#FFF;
	font-size:0.85em;
	margin-top:0px;
}
/***** Bylaw Table Cells *****/
/***** and Officer Table Cells *****/
td.office {
	font-weight:bold;
}
td.bylawoutline {
	width:25%;
	font-weight:bold;
	border-bottom:1px solid #999;
}
td.bylawoutlineSub {
	padding-left:16px;
	color:#333;
	background-color:#FFF;
	font-style:italic;
	border-bottom:1px solid #999;
}
td.bylaw {
	border-bottom:1px solid #999;
}
/***** END Bylaw Table Cells *****/

/***** BEGIN calendar styles *****/
table.cal {
	background-color:#69C;
}
table.cal td {
	background-color:#FFF;
}
table.month td {
	background-color:#FFF;
	padding:5px;
	font-size:0.9em;
}
table.month td.title {
	color:#039;
	background-color:#FFF;
	text-align:center;
}
table.month td.date {
	font-weight:bold;
	width:30%;
}
table.month td.event {
}
/***** END calendar styles *****/

/***** program.php styles *****/
/***** reused on newsletter.php - since newsletter links are hyperlinks they will not show up as red - they are blue *****/
td#contentPage p.program {
	font-weight:bold;
	color:#900;
	background-color:#FFF;
	margin-bottom:3px;
}
td#contentPage p.programDescription {
	color:#333;
	font-style:italic;
	margin-top:3px;
	margin-left:3em;
}
td#contentPage ul.programDescription, td#contentPage ol.programDescription {
	color:#333;
	font-style:italic;
	margin-left:3em;
}
/***** END program.php styles *****/

/***** END Main Content on Pages *****/


/***** BEGIN Business Directory, Profiles and Related Forms *****/

div#breadcrumbs {
	color:#666;
	background-color:#FFF;
	margin:6px;
}
div#breadcrumbs a {
	color:#0066CC;
	background-color:#FFF;
}

td.tableTitles {
	font-size:0.9em;
	text-align:left;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#003399;
}
td.tableInfo {
	font-size:0.85em;
	text-align:left;
	border-bottom:1px solid #666666;
}
td.tableInfoBold {
	font-size:.9em;
	font-weight:bold;
	text-align:left;
	border-bottom:1px solid #666666;
}
h1.company {
	font-size:1.25em;
	margin-bottom:0px;
}
p.address {
	font-size:0.9em;
	color:#333333;
	background-color:#FFFFFF;
	margin:2px 0px 0px 8px;
}
p.links {
	font-size:0.85em;
	color:#0066CC;
	background-color:#FFFFFF;
	margin:4px 0px 0px 8px;
}
p.links a {
	color:#0066CC;
	background-color:#FFFFFF;
	margin:2px;
}
td.infoName {
	font-size:0.9em;
	text-align:left;
	font-weight:bold;
	color:#333333;
	background-color:#EEEEEE;
}
td.infoName2 {
	font-size:0.85em;
	font-weight:bold;
	text-align:left;
	color:#003399;
	background-color:#FFFFFF;
}
td.infoInfo {
	font-size:0.85em;
	text-align:left;
	border-bottom:1px solid #666666;
}
td.infoInfo2 {
	font-size:0.85em;
	text-align:left;
	border-bottom:1px solid #CCCCCC;
}

/* Forms */
td.formCellTitle {
	font-size:0.95em;
	padding:6px;
	border-bottom:1px solid #999999;
	font-weight:bold;
	background-color:#DFEDF7;
}
td.formCellTitleSub {
	font-size:0.9em;
	padding:6px;
	border-bottom:1px solid #999999;
	background-color:#F7EBDF;
	color:#333333;
}
td.formCell {
	font-size:0.9em;
	padding:6px;
	border-bottom:1px solid #999999;
}
td.formCellTip {
	font-size:0.9em;
	padding:2px;
	text-align:right;
	border-bottom:1px solid #999999;
}
td.formCell .notes {
	font-size:95%;
	color:#333333;
	font-style:italic;
	margin:0 0 0 4px;
}
.formnotes {
	font-size:95%;
	color:#333333;
	font-style:italic;
	margin:0 0 0 4px;
}
.description {
	margin-left:2em;
	font-size:0.9em;
}
.discount {
	margin-left:1em;
	font-size:0.85em;
	color:#333333;
	background-color:#FFFFFF;
}
.special {
	margin-left:1em;
	font-size:0.85em;
	color:#333333;
	background-color:#FFD;
}
p.FormError {
	padding:0;
	margin:4px;
	color:#CC0000;
	background-color:#FFFFFF;
	font-style:italic;
}
/***** END Business Directory, Profiles and Related Forms *****/




/***** Footer Cell styles *****/
td#footer {
	border-top:0px solid #ccc;
	font-size:0.8em;
	text-align:center;
	padding:10px;
}

/* credits website design link styles */
#credits {
	color:#999;
	text-align:center;
}

#credits a {
	color:#999;
}

#credits a:hover {
	color:#036;
}
/***** END Footer Cell styles *****/
div#validation {
	display:none;
}
