@charset "utf-8";
/* CSS Document */

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	/* background-color: #f0f0d7; */
	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
}
/* Commonly used to style page titles. */
h1 {
	color: #69c;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}
/* Commonly used to style section titles. */
h2 {
	color: #FFFFFF;
	color:#006699;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}

h3 {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}

/* Sets the style for unvisited links. */
a, a:link {
	color: #4870aa;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	color: #4870aa;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #4870aa;
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
	color: #4870aa;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #039;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	background-color: #fff;
	margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 950px;
	background-image: url(bg3.png);
	background-repeat: repeat-y;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
}
#outerWrapper #header {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #003366;
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
	padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	/*	background-image: url(newheader2.jpg); */
	padding-top:15px;
	padding-right:20px;
	height: 175px;
	background-image: url(../images/newheader3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
/*	background-repeat: no-repeat; */
}
#outerWrapper #contentWrapper #leftColumn1 {
	/* background-color: #d4d4ba; */
	background-color: #1177aa;
	float: left;
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 180px;
}
#outerWrapper #contentWrapper #rightColumn1 {
	/* background-color: #d4d4ba; */
	background-color: #1177aa;
	float: right;
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 180px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	padding: 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 200px;
}
/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
	clear: both;
	display: block;
}
#outerWrapper #footer {
	background-color: #006699;
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}






/*- Menu 01 sliding doors buttons --------------------------- */

#menu0l ul li {
	list-style:none;
}

#menu01 li {
	list-style:none;
}

#menu01 {
	width: 180px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	}

#menu01 li a {
	height: 18px;
	voice-family: "\"}\"";
	voice-family: inherit;
	text-decoration: none;
	}
		
#menu01 li a:link, #menu01 li a:visited {
	/* color: #4D4D4D; */
	/* color: #FFFFFF; */
	color:#003366; 
	display: block;
/*	background:  url(menu10.gif); */
	background:url(cat-buttons-tan.gif) 0 -4px;
/*	padding: 8px 0 0 10px; */
		padding: 6px 0 2px 12px;
	}
	
#menu01 li a:hover {
	/* color: #FF9834; */
	color: #FFF;
	/* color:#FFFF00; */
	/* background:  url(menu10.gif) 0 -32px; */
	background:url(cat-buttons-tan.gif) 0 -34px;
	/* padding: 8px 0 0 10px; */
		padding: 6px 0px 2px 12px;
	}
	
#menu01 li a.selected {
	/* color: #FF9834; */
	color: #FFF;
	background:url(cat-buttons-tan.gif) 0 -64px;
	/* background:url(siteimages/menu-buttons-bg2.gif) 0 -64px; */
	/* padding: 4px 0 0 10px; */
	}
	
#menu01 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#menu10 img {
    border: none;
} 

.box-title {
	background: #0590C7;
	border-bottom: 2px solid #c6e1ec;
	color: #FFFFFF;
	display: block;
	font-size: 93%;
	font-weight: bold;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#rightColumn1 a {
	color: #FFFFFF;
}

#header a {
	color: #FFFFFF;
	/* height: 19px;
  	voice-family: "\"}\""; 
  	voice-family: inherit; */
	
	}
		
/* #header a:link, #header a:visited { */
	/* color: #4D4D4D; */
	/* color: #FFFFFF; */
	/* color:#003366; */
	/* display: block; */
/*	background:  url(menu10.gif); */
	/* background:url(mj-menu-buttons-bg-180.gif); */
	/* padding: 8px 0 0 10px; 
	} */
	
/* #header a:hover { */
/* 	text-decoration:underline; */
	/* color: #FF9834; */
	/* color: #FFF; */
	/* color:#FFFF00; */
	/* background:  url(menu10.gif) 0 -32px; */
	/* background:url(mj-menu-buttons-bg-180.gif) 0 -30px; */
	/* padding: 8px 0 0 10px; 
	} */
.merchant-list .merchant-title a {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	margin: 5px;
	padding: 5px;
}

.thrColFixHdr #container #mainContent #centerContent .merchant-list .cccatbox_container .catbox_mid .catbox_mide .cat_body .catbox-table .catbox-table .catbox-table .merchantAddress .mlogo, .bizcard
/* .merchant-list img  */{
	/* padding: 6px; */
	padding-left:0px;
	padding-bottom:0px;
	padding-top:0px;
	padding-right:6px;
	border-right-width: medium;
	border-bottom-width: medium;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #999999;
	border-top-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-left-style: solid;
	margin-top: 5px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
.merchant-list p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom:0px;
}

.merchant-list span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding:0;
}

#cat_image {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
}

/* accountants */
#content .merchant-list .merchant-listing .MerchantTitle482 {
	background: url(../images/category_images/cat_title_bg.gif) 0 -60px;
}
/*
#content .merchant-list .merchant-listing #496 {
	background-image: url(../images/category_images/accounting_bg.gif);
}
*/
/* advertising */
/*
#content .merchant-list .merchant-listing .MerchantTitle413 {
	background-image: url(../images/category_images/advertising_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 478px;
	padding-left: 40px;
}
*/
/* air purifier */
/*
#content .merchant-list .merchant-listing .MerchantTitle492 {
	background-image: url(../images/category_images/air-purifier_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 478px;
	padding-left: 40px;
	
} */
/* automotive */
/*
#content .merchant-list .merchant-listing .MerchantTitle496 {
	background-image: url(../images/category_images/automotive_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 478px;
	padding-left: 40px;
} */
/* restaurants */
/* #content .merchant-list .merchant-listing .MerchantTitle475 {
	background-image: url(../images/category_images/restaurants_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 478px;
	padding-left: 40px;
}*/
/* restaurants */
/*
#content .merchant-list .merchant-listing .MerchantTitle480 {
	background-image: url(../images/category_images/webdesign_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 478px;
	padding-left: 40px;
}

*/
/*
.MerchantTitle492 a, .MerchantTitle492 a:link, .MerchantTitle492 a:visited, .MerchantTitle492 a:hover {
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	line-height: 30px; */
	/* height: 19px; */ 
/*  	voice-family: "\"}\""; 
  	voice-family: inherit; 
	
	} */

.merchant-listing a, .merchant-listing a:link, .merchant-listing a:visited, .merchant-listing a:hover {
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	line-height: 30px;
	/* height: 19px;
  	voice-family: "\"}\""; 
  	voice-family: inherit; */
	
	}

/*	
.MerchantTitle492 a:hover {
	text-decoration:underline;
	}
*/
.merchant-list .merchant-listing {
	width: 98%;
	border: 1pt none #0099CC;
	margin-bottom: 10px;
	float: left;
}
.merchant-list .merchant-listing .merchantDescription {
	margin-left: 10px;
}

.merchantAddress {
	/* margin-left: 10px; */

	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 6px;
	line-height: normal;
	color: #000000;
}


/*- Category Title sliding doors buttons --------------------------- */

.merchant-listing ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

.merchant-listing ul li {
	list-style:none;
	width: 516px;
	height: 30px;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
}

.merchant-listing li {
	list-style:none;
}

.merchant-listing {
	width: 516px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	font-style:italic;
	}

.merchant-listing li a {
	height: 30px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	text-decoration: none;
	}
		
.merchant-listing li a:link, .merchant-listing li a:visited {
	/* color: #4D4D4D; */
	/* color: #FFFFFF; */
	/* color:#003366; */
	display: block;
/*	background:  url(menu10.gif); */
	/* background:url(mj-menu-buttons-bg-180.gif); */
	background: url(../images/category_images/cat_title_bg.gif) 0 -30px;
	padding: 0px 0 0 40px;
	}
	
.merchant-listing li a:hover {
	/* color: #FF9834; */
	/* color: #FFF; */
	/* color:#FFFF00; */
	/* background:  url(menu10.gif) 0 -32px; */
	/* background:url(mj-menu-buttons-bg-180.gif) 0 -30px; */
	background: url(../images/category_images/cat_title_bg.gif) 0 -0px;
	padding: 0px 0 0 40px;
	}

.merchant-listing li a.S-482 { /* accounting */
	/* color: #FF9834; */
	color: #003399;
	background: url(../images/category_images/cat_title_bg.gif) 0 -240px;
	}
.merchant-listing li a.S-413 { /* advertising */
	/* color: #FF9834; */
	/* color: #003399; */
	background: url(../images/category_images/cat_title_bg.gif) 0 -270px;
	}
.merchant-listing li a.S-492 { /* air purifier */
	/* color: #FF9834; */
	/* color: #003399; */
	background: url(../images/category_images/cat_title_bg.gif) 0 -300px;
	}
.merchant-listing li a.S-496 { /* Automotive */
	/* color: #FF9834; */
	/* color: #003399; */
	background: url(../images/category_images/cat_title_bg.gif) 0 -330px;
	}
.merchant-listing li a.S-467 { /* banks */
	/* color: #FF9834; */
	/* color: #003399; */
	background: url(../images/category_images/cat_title_bg.gif) 0 -360px;
	}

.merchant-listing li a.S-467:hover { /* banks */
	/* color: #FF9834; */
	/* color: #003399; */
	background: url(../images/category_images/cat_title_bg.gif) 0 -210px;
	}
.merchant-listing li a.S-475 { /* restaurants */
	/* color: #FF9834; */
	/* color: #003399; */
	background: url(../images/category_images/cat_title_bg.gif) 0 -390px;
	}
.merchant-listing li a.S-480 { /* web design */
	/* color: #FF9834; */
	/* color: #003399; */
	background: url(../images/category_images/cat_title_bg.gif) 0 -420px;
	}

.merchant-listing li a.selected {
	/* color: #FF9834; */
	/* color: #FFF; */
	/* background:url(mj-menu-buttons-bg-180.gif) 0 -60px; */
	background: url(../images/category_images/cat_title_bg.gif) 0 -60px;
	/* background:url(siteimages/menu-buttons-bg2.gif) 0 -64px; */
	/* padding: 4px 0 0 10px; */
	}

#content #locationWelcomeMessage {
	background-image: url(/images/adslides/welcomebg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
	
#content #locationWelcomeMessage h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	line-height: normal;
	width: 510px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
/* replacing ID with class */
 #centerContent #wordpress-content {
	border: 3px solid #c3c3c3;
	padding: 5px;
	margin-top: 10px;
	float:left;
	width: 490px;
}
#content #wordpress-content h1 a {
	font-size: 16px;
	font-weight: bold;
	color: #0033cc;
}

#centerContent .wordpress-content {
	border: 3px solid #c3c3c3;
	padding: 5px;
	margin-top: 10px;
	float:left;
	width: 490px;
}
#content .wordpress-content h1 a {
	font-size: 16px;
	font-weight: bold;
	color: #0033cc;
}

#centerContent .wordpress-content-cat {
	border: 3px solid #c3c3c3;
	padding: 5px;
	margin-top: 10px;
	/* float:left; */
	width: 490px;
}
#content .wordpress-content-cat h1 a {
	font-size: 16px;
	font-weight: bold;
	color: #0033cc;
}
#centerContent .wordpress-content-cat p {
padding:0;
margin:0;
}
.bizcard {
	clear: left;
	text-align: center;
}
#content .businesscardlistings {
	float: left;
	width: 530px;
}

/* begin category box style */
.cccatbox_container{margin-bottom:15px;}

.cat_body {
	padding-left:15px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	/*
	border:thin;
	border-color:#33FF99;
	border-style:solid;
	*/
}

.catbox-table {
  width: 100%;
}

.catbox-table tr {
  border: none;
  padding: 0;
  margin: 0;
  
}

.catbox-table td {
  border: none;
  padding: 0;
  margin: 0;
  
}


.catbox_n {
	background-color:#7AA1A6;
}
.catbox_head {
	background-color:#BECFF3;
	/* background-color:#FF00FF; */
	height:32px;
	padding-left:15px;
	margin-top:-6px;
	padding-top:0px;
	background-repeat: repeat;
	background-position: bottom;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7AA1A6;
	border-right-color: #7AA1A6;
	border-bottom-color: #000099;
	border-left-color: #7AA1A6;
}
.catbox_n .catbox_e {
	display:block;
	font-size:0;
	margin:0;
	line-height:0;
	position:relative;
	height:6px;
}
.catbox_n .catbox_w {
	display:block;
	font-size:0;
	margin:0;
	line-height:0;
	position:relative;
	height:6px;
}
.catbox_s .catbox_e {
	display:block;
	font-size:0;
	margin:0;
	line-height:0;
	position:relative;
	height:10px;
}
.catbox_s .catbox_w {
	display:block;
	font-size:0;
	margin:0;
	line-height:0;
	position:relative;
	height:10px;
}
.catbox_n .catbox_e {
	right:-1px;
	background-image: url(cat-title-box-tr-bg.gif);
	/* background-image: url(CategoryTopRgtBlue.gif); */
	background-repeat: no-repeat;
	background-position: right top;
}
.catbox_n .catbox_w {
	left:-2px;
	width:6px;
	background-image: url(cat-title-box-tl-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.catbox_s {
	background-color:transparent;
	border-color:#ccc;
	border-style:solid;
	border-width:0 1px 1px;
}
.catbox_s .catbox_e {
	background:transparent url(CategoryBottomRGrey.gif) no-repeat scroll bottom right;
	bottom:-1px;
	right:-1px;
}
.catbox_s .catbox_w {
	background:transparent url(CategoryBottomLGrey.gif) no-repeat scroll bottom left;
	left:-2px;
	width:10px;
}

.catbox_mid {
	border-color:#ccc;
	border-style:solid;
	border-width:0 1px;
}
.catbox_mide {
	width:auto;
}
.catbox_head .cat_title {
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#003399;
	font-size: 18px;
	line-height: 28px;
}


/* end   category box style */





/* begin category box title area style */
.cccatbox_header_container{margin-bottom:15px;}

.cat_header_body {
	padding-left:15px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	/*
	border:thin;
	border-color:#33FF99;
	border-style:solid;
	*/
}

.thrColFixHdr #container #mainContent .merchant-list .cccatbox_container .catbox_head .merchant-listing-table {
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #container #mainContent .merchant-list .cccatbox_container .catbox_head .merchant-listing-table img {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thrColFixHdr #container #mainContent .merchant-list .cccatbox_container .catbox_head .merchant-listing-table {
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #container #mainContent .merchant-list .cccatbox_container .catbox_head .merchant-listing-table {
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #container #mainContent .category-title {
	font-size: 18px;
	background-color: #6583C3;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	line-height: normal;
	color: #FFFFFF;
	margin-bottom: 5px;
}
.thrColFixHdr #container #mainContent #centerContent {
	margin-top: 10px;
}
.thrColFixHdr #container #mainContent #centerContent #locationWelcomeMessage {
	width: 100%;
	float: left;
	padding-bottom: 10px;
}
#category-header {
	border: 1px solid #999999;
	padding: 0px;
	margin-bottom: 10px;
}




/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.aerobuttonmenu{ /*container that holds a row of aero buttons*/
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: auto;
	/* background: #F7F7F7;*/ /*menu strip background*/
/* background: #5275c3; *//*menu strip background*/

/* border: 1px solid gray; */
padding: 4px 0;
	/* border-width: 1px 0; */
position: relative;
	top: 146px;
	top: -20px;
}

* html .aerobuttonmenu{ /*IE6 and below hack. Set explicit strip width*/
width: 100%;
}

.aerobuttonmenu a.aero { /*aero button CSS*/
/* background: transparent url('aeroleft.gif') no-repeat top left; */
background: transparent url('navleft.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Verdana, Trebuchet MS; /* Change 13px as desired */
line-height: 23px; /* This value + 8px should equal height of button background (default is 31px) */
height: 31px; /* Height of button background height */
padding-left: 10px; /* Width of left menu image */
text-decoration: none;
margin-right: 5px; /*spacing between buttons*/

/*this and next two rules control opacity of buttons before hover*/
/*
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); 
opacity: 0.5;
-moz-opacity: 0.5;
*/
/* better but not css compliant */
/*
filter:alpha(opacity=90);
-moz-opacity:0.9;
-khtml-opacity: 0.9;
opacity: 0.9;
*/
}

.aerobuttonmenu a.aero:link, .aerobuttonmenu a.aero:visited, .aerobuttonmenu a:active {
color: white; /*button text color*/
}

.aerobuttonmenu a.aero span{
/* background: transparent url('aeroright.gif') no-repeat top right; */
background: transparent url('navright.gif') no-repeat top right;
display: block;
padding: 4px 10px 6px 0; /*Set 10px here to match value of 'padding-left' value above*/
}

.aerobuttonmenu a.aero:hover{ /* Hover state CSS */
 /*this and next two rules control opacity of buttons during hover*/
 /*
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
opacity: 1;
-moz-opacity: 0.99;
*/
text-decoration: none;
}

.aerobuttonmenu a.aero:hover span{ /* Hover state CSS (for text) */
/* color: yellow; */
color: #FFCC00;
}

.aerobuttonmenu .rightsection{
float: right;
width: 100px;
position: relative;
top: 3px;
padding-right: 5px;
text-align: right;
}

.aerobuttonmenu .rightsection a{
color: navy;
}

/* replacing ID with class */
.thrColFixHdr #container #mainContent #centerContent #wordpress-content h1 {
	font-size: 16px;
	color: #7AB700;
}


.thrColFixHdr #container #mainContent #centerContent .wordpress-content h1 {
	font-size: 16px;
	color: #7AB700;
}

.catbox_head_row2 {
	background-color:#EFEFEF;
	/* background-color:#FF00FF; */
	height:20px;
	/* padding-left:15px;
	margin-top:-6px;
	padding-top:0px;
	background-image: url(cat-title-bg-bg.gif);
	background-repeat: repeat;
	background-position: bottom; */
	/* border-top-width: 1px; */
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	/* border-top-style: solid; */
	border-right-style: solid;
	border-bottom-style: solid; 
	border-left-style: solid;
	/* border-top-color: #7AA1A6; */
	border-right-color: #ccc;
	border-bottom-color: #ccc; 
	border-left-color: #ccc;
}

/* footer link style */
#footer-links a:link {color: #fff} /* unvisited link */
#footer-links a:visited {color: #fff} /* visited link */
#footer-links a:hover {
	color: #fff;
	text-decoration: underline;
} /* mouse over link */
#footer-links a:active {color: #fff} /* selected link */

#footer #footer-links {
	color: #fff;
	text-align: center;
	padding-top:15px;
	padding-bottom:15px;
}
/* replaceing ID with class */
.thrColFixHdr #container #mainContent #centerContent #wordpress-content .ad-package .adtitle {
	font-size: 16px;
	font-weight: bold;
	color: #FF9900;
}
.thrColFixHdr #container #mainContent #centerContent #wordpress-content .ad-package .adbody {
	padding: 5px;
}
.thrColFixHdr #container #mainContent #centerContent #wordpress-content .ad-package {
	float: left;
	padding-bottom: 10px;
}

.thrColFixHdr #container #mainContent #centerContent #wordpress-content p {
padding:0;
margin:0;
}


.thrColFixHdr #container #mainContent #centerContent .wordpress-content .ad-package .adtitle {
	font-size: 16px;
	font-weight: bold;
	color: #FF9900;
}
.thrColFixHdr #container #mainContent #centerContent .wordpress-content .ad-package .adbody {
	padding: 5px;
}
.thrColFixHdr #container #mainContent #centerContent .wordpress-content .ad-package {
	float: left;
	padding-bottom: 10px;
}

.thrColFixHdr #container #mainContent #centerContent .wordpress-content p {
padding:0;
margin:0;
}

.thrColFixHdr #container #mainContent #centerContent #locationWelcomeMessage .wordpress-content h2 {
	text-align: center;
}
#category-blog-wrapper {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
.thrColFixHdr #container #header #header-green-biz-icon {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: -50px;
	left: 765px;
	height: 100px;
	width: 150px;
}

#header #header-watch-slideshow {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 60px;
	left: 265px;
	height: 100px;
	width: 460px;
}

/* SHOW TIMES */
.showtimes { font-family: Verdana, Helvetica, sans-serif 
}

.showtimes .heading { font-size: 13px; color: #444444; font-weight: bold 
}

.showtimes .time { color: #663399 
}

.tabular { border-collapse: collapse; border: 1px solid #C4BC9D
}

.tabular td.heading { background: #bbbbff
}

.tabular td.heading-right { font-size: 7pt; background: #bbbbff ; text-align: right
}

.tabular td.address { font-size: 8pt; color: #444444; background: #ffffff
}

.tabular td.detail { font-size: 9pt; background: #ffffff 
}

.tabular tr.alternate { background: #FBFBF9 
}

.tabular td.item { font-size: 9pt; color: #444444; border: 1px solid #C4BC9D 
}

.sub-cat-button {
	float: left;
	width: 235px;
	padding: 0px;
	margin-left: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}
.sub-cat-button a {
	color: #FFF;
	border: 1px solid #FF0;
	text-decoration: none;
	display: block;
	width: 235px;
	background-color: #F57900;
}
.section-title {
	font-weight: bold;
	text-align: center;
	padding: 5px;
	background-color: #4261A1;
	color: #FFF;
	font-size: 16px;
}
