/* Start of CMSMS style sheet '1MainCSS' */
/* remove doted border in mozila */ 
a:active {
 outline: none; 
}
  a:focus {
 -moz-outline-style: none; 
} 
/* end remove doted border in mozila */
  body {
       background: #fff;
 /* default text for entire site */
 	font: normal 0.8em  Helvetica, Arial, sans-serif;
 /* default text color for entire site */
 	color: #333;
 /* you can set your own image and background color here */
     	font-size: small; 
} 
/* Mask helper  for browsers ZOOM, Rezise and Decrease */
 .ncleanblue {
 /* set to width of viewport */
 /* you can set your own image and background color here */ 
} 
/* wiki style external links */ 
/* external links will have "(external link)" text added, lets hide it */
 a.external span {
 	position: absolute; 	left: -5000px; 	width: 4000px; 
}
 #mainwide{
   float: left;   display:inline;   width:630px;   margin-right: 20px; 
}
 a.external {
 /* make some room for the image, css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */ 	padding: 0 12px 0 0; 
}
 /* colors for external links */ a.external:link {
 	color: #679EBC; /* background image for the link to show wiki style arrow */ 	background: url(images/cms/external.gif) no-repeat 100% -100px; 
}
 a.external:visited {
 	color: #18507C; /* a different color can be used for visited external links */ /* Set the last 0 to -100px to use that part of the external.gif image for different color for active links external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.*/ 	background: url(images/cms/external.gif) no-repeat 100% -100px; 
}
 a.external:hover {
 	color: #18507C; /* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */ 	background: url(images/cms/external.gif) no-repeat 100% 0; 	background-color: inherit; 
}
 /* end wiki style external links */ 
/* hr and anything with the class of accessibility is hidden with CSS from visual browsers */
 .accessibility, hr {
 /* absolute lets us put it outside the viewport with the indents, the rest is to clear all defaults */ 	position: absolute; 	top: -9999em; 	left: -9999em; 	background: none; 	border: 0; 	clear: both; 	display: block; 	float: none; 	font-size: 0; 	margin: 0; 	padding: 0; 	overflow: hidden; 	visibility: hidden; 	width: 0; 	height: 0; 	border: none; 
}
 /* ------------ Standard  HTML elements and their default settings ------------ */ b, strong{font-weight: bold;
}
i, em{
	font-style: italic;
}
 p {
 	padding: 0;
 	margin-top: 0.5em; 
     margin-bottom: 1em;
    text-align:left;
 color:#333;
 line-height:1.8em;
 letter-spacing:0.02em; 
 font-size: 1em;
}

/*default link styles*/ 
a {
	color: #e8673d;
         text-decoration: underline;
} 
a:hover {
         text-decoration: none; 
} 
a:active { 	
       color: #e8673d; 
} 
a:visited {
 	color: #e8673d; 
} 
input, textarea, select {
} 
/* ------------ Wrapper ------------ */ 
div#pagewrapper {
 	font-size: 95%;
 	position: relative;
 	z-index: 1;
         background: #fff; 
}
 /* ------------ Header ------------ */ 
#header {
         margin: 0 auto; 
} 
#logo a {
 /* adjust according your image size */
 	height: 75px;
 	width: 215px;
 /* forces full link size */
 	display: block;
 /* this hides the text */
 	text-indent: -9999em;
 	margin-top: 0;
 	margin-left: 0;
 /* you can set your own image here, note size adjustments */
 	background: url(uploads/NCleanBlue/logo.png) no-repeat left top; 
} /* ------------ Header - Search ------------ */
 div#search {
 	width: 190px; 	height: 28px; 	margin-top: 31px; 	margin-right: 20px; 
}
 div#search label {
 	text-indent: -9999em; 	height: 0pt; 	width: 0pt; 	display: none; 
}
 div#search input.search-input {
 /* specific size for image, your image may need these adjusted */
 	width: 143px;
 	height: 17px;
 /* removes default borders, allows use of image */
 	border-style: none;
 /* text color */
 	color: #999;
 /* padding of text */
 	padding: 7px 0px 4px 10px;
 	float: left;
 /* set all font properties at once, weight, size, family */
 	font: bold 0.9em Arial, Helvetica, sans-serif;
 /* left input image, set your own here */
 	background: url(uploads/NCleanBlue/search.png) no-repeat left top; 
}
 div#search input.search-button {
 /* specific size for image, your image may need these adjusted */
 	width: 37px;
 	height: 28px;
 /* removes default borders, allows use of image */
 	border-style: none;
 /* hides text, image has text */
 	text-indent: -9999em;
 	float: left;
 	margin: 0; 
/* provides positive hover effect */
 	cursor: pointer;
 /* removes default size/height */
 	font-size: 0px;
 	line-height: 0px;
 /* submit button image, set your own here */
 	background: transparent url(uploads/NCleanBlue/search.png) no-repeat right top; 
}
 /* ------------ Content ------------ */ #content {
 	width: auto; 
/* all text in #content will default align left, changed in other calls */
 	text-align: left;
         padding: 0 0px 10px;
         margin: 0 auto; 
}
 #bar {
 	width: 100%;
         padding: 10px 0 15px;
         height: 15px; 
        display: block;
}
 .print {
 	margin-right: 75px; 	margin-top: 10px; 
}
 #version {
 	width: 50px;
 	height: 31px;
 	position: absolute;
 	z-index: 5;
 	top: 130px;
 	right: -16px;
 	font-size: 1.6em;
 	font-weight: bold;
 	padding: 28px 15px;
 	color: #FFF;
 	text-align: center;
 	vertical-align: middle;
 	background:  url(uploads/NCleanBlue/version.png) no-repeat left top; 
}
 /* IE6 fixes */ * html div#version {
 	top: 150px; 
}
 /* End IE6 fixes */ /* Site Title */
 h1.title {
 	font-size: 1.8em; 	color: #666666; 	margin-bottom: 0.5em; 
}
 /* Breadcrumbs */ div.breadcrumbs {
 color:#888888; font-size:75%; text-transform:lowercase; 
}
 div.breadcrumbs span.lastitem {
 	font-weight: bold; 
}
 /* ------------ Side Bar (Left) ------------ */  /* Image that Represents the new CMS design */ #left .screen { 	margin: 10px 50px; 
}
 /* End  */ .sbar-title {
 	font: bold 1.2em Arial, Helvetica, sans-serif; 	color: #252523; 
}
 .sbar-top {
 	height: 20px; 	width: auto; 	padding: 10px;
 	background: url(uploads/NCleanBlue/bg__content.png) no-repeat left top;         background: #ccffff; 
}
 .sbar-main {
 	width: auto; 
}
 span.sbar-bottom {
 	width: auto; 	display: block;
 	height: 0px; 	/*background: url(uploads/NCleanBlue/bg__content.png) no-repeat left bottom;*/ 
}
 /* ------------ Main (Right) ------------ */ #main, #left  { 	width: 338px;         margin-right: 12px;          } #right {
      width: 200px; 
}
 .main-top {
 	height: 0; 	width: auto; 	
/*background: url(uploads/NCleanBlue/bg__content.png) no-repeat right top;*/ 
}
 .main-main {
 	width: auto; 	border-right: 1px solid #E2E2E2;
 	border-left: 1px solid #E2E2E2;
 	background: #F0F0F0; 	padding: 20px;
 	padding-top: 0px; }
 .main-bottom {
 	width: auto; 	height: 41px;
 	background: url(uploads/NCleanBlue/bg__content.png) no-repeat right bottom; 
}
 .right49, .left49 {
 	font-size: 0.85em; 	margin: 7px 5px 5px 10px
; 	font-weight: bold; 
}
 .left49 span {
 	display: block; 	padding-top: 1px; 
}
 .left49 a {
 	font-weight: normal; 
}
 .right49 {
 	height: 28px; 	width: 50px; 	padding-right: 10px;
 	background: url(uploads/NCleanBlue/bull.png) no-repeat right top; 
}
.right49 a, .right49 a:visited {
 	padding: 7px 4px; 	display: block; 	color: #000;
 	height: 15px; 	background: url(uploads/NCleanBlue/bull.png) no-repeat  left top; 
}
  h2 {
 font-size:1.6em; font-weight:normal; letter-spacing:3px; 
}
h2, h3, h4, h5, h6 {
 color:#666666;
 margin:14px 0 6px;
 font-weight:normal; 
}
h3{
 border-bottom:1px solid #999999;
 border-top:1px solid #999999;
 font-size:1.2em;
 letter-spacing:0.07em;
 line-height:1.3em;
 margin-right:0;
 margin-top:0.5em;
 padding:10px 100px 10px 0;
 text-align:left; 
 margin-bottom: 20px; 
}
  h4{
     font-size: 1.3em; line-height:1.4em; letter-spacing:0.04em; 
}
  h5{
 font-family:Tahoma,Verdana, sans serif; background-color:#999999; color:#fff;    font-size: .8em; padding-left:3px; 
}
 h6{
 font-family:Tahoma,Verdana, sans serif;
 font-size:0.9em; letter-spacing:0; 
}
   #bar .pageTitle{
   font-size: 1.8em;   color: #666; 
}
  div#main ul, div#main ol, div#main dl, #footer ul, #footer ol { 	line-height: 1em; 	margin: 0 0 1.5em 0; 
}
 div#main ul, #footer ul {
 	list-style: none; 
}
 div#main ul li, div#main ol li, #footer ul li, #footer ol li {
 	padding: 2px 2px 0px 0px; 
}
 /* definition lists topics on bold */ div#main dl dt {
 	font-weight: bold; 	margin: 0 0 0 1em; 
}
 div#main dl dd {
 	margin: 0 0 1em 1em; }
 div#main dl {
 	margin-bottom: 2em;
 	padding-bottom: 1em; 	border-bottom: 1px solid #c0c0c0; 
}
 /* ------------ Footer ------------ */
 #footer-wrapper {
 	height: auto!important; 	width: auto;
 	text-align: center;
 	margin-right: 00px; 	margin-left: 0px;
         margin-top:40px; 
}
 #footer {
 -moz-background-clip:border; -moz-background-inline-policy:continuous; -moz-background-origin:padding; background:#FFFFFF none repeat scroll 0 0;
 border-top:1px solid #CCCCCC; color:#666666;
 font-size:0.75em;
 height:auto !important; 
}
 #footer .block {
 	width: 120px; 	margin: 20px 10px 0px; 
}
 #footer .cms {
 	text-align: right; 
}
 /* ------------ Footer Links ------------ */ 
#footer ul {
 padding-top:2px; 	width: auto; 	text-align: left; 
}
 #footer ul ul {
 	margin-left: 0px; 
}
 #footer ul li a {
 	display: block; 	font-weight: normal;
 	margin-bottom: 0.5em; 	text-decoration: none;
         font-weight: bold; 	color: #666; 
}
 #footer ul li ul li a{
        font-weight: normal; 
}
 #footer a {
 	text-decoration: underline;
 	font-weight: normal; 
}
 /* ------------ END LAYOUT ---------------*/
 /* ------------  Menu  ROOT  ------------ */ 
.page-menu {
 	height: auto; 	margin: 0px 0 0 0px; 
}
 .menuwrapper {
}
  ul.primary-nav li hr.menu_separator{
         position: relative;         visibility: hidden;
         display:block;         width:5px;        	height: 32px;
        	margin: 0px 5px 0px; 
}
 .page-menu ul.primary-nav {
 	float: left;
 	list-style: none;
 	padding: 0; 	margin: 0 0 10px; 
}
 #subnav ul.primary-nav{
 }
 .page-menu ul.primary-nav li {
 	float: left;         margin-right: 20px; 
}
 .page-menu ul.primary-nav li a span {
 	display: block; 	padding: 4px 0; 
}
 .page-menu ul.primary-nav li a {
         display: block; 	color: #444;
 	text-decoration: none; 	margin-left: 1px;
 	font-size: 105%;         padding: 6px 0 3px;
         font-weight: normal;         border-bottom: 1px solid transparent; 
}
 .page-menu ul.primary-nav li a:hover, .page-menu ul.primary-nav li a:active {
 	color: #222; 
}
 .page-menu ul.primary-nav li a.menuactive, .page-menu ul.primary-nav li a:hover{
 	color: #222;         border-bottom: 1px dotted #222; 
}
  .page-menu ul.primary-nav .sectionheader, .page-menu ul.primary-nav li a:link.menuactive, .page-menu ul.primary-nav li a:visited.menuactive {
 /* @ Opera, use pseudo classes otherwise it confuses cursor... */ 
	cursor: text; 
}
 .page-menu ul.primary-nav li span, .page-menu ul.primary-nav li a, .page-menu ul.primary-nav li a:hover, .page-menu ul.primary-nav li a:focus, .page-menu ul.primary-nav li a:active {
 /* @ Opera, we need to be explicit again here now... */ 
	cursor: pointer; 
}
 /* Additional IE specific bug fixes... */ 
* html .page-menu ul.primary-nav { 	display: inline-block; 
}
 *:first-child+html .page-menu ul.primary-nav {
 	display: inline-block; 
}
 /* --------------------  menu dropdow  ------------------------- 
/* Unless you know what you do, do not touch this */ 
/* Reset all ROOT menu styles. */
 ul.primary-nav ul.unli li li a span, ul.primary-nav ul.unli li a span, ul.primary-nav .menuparent .unli .menuparent .unli li a span {
 	font-weight: normal;
 	background-image: none;
 	display: block; 	padding-top: 0px;
 	padding-left: 0px; 	padding-right: 0px; 	padding-bottom: 0px; 
}
 .primary-nav {
 	margin: 0px; 	padding: 0px; 
}
 .primary-nav ul {
 	list-style: none;
 	margin: -6px 0px 0px;
 	padding: 0px; 
/* Set the width of the menu elements at second level. Leaving first level flexible. */
 	width: 209px; 
}
 .primary-nav ul {
 	position: absolute; 	z-index: 1001;
 	top: auto; 
	display: none; 	padding-top: 9px;
 	background: url(uploads/NCleanBlue/ultop.png) no-repeat left top; 
}
 * html .primary-nav ul.unli {
 	padding-top: 12px; 	background: url(uploads/NCleanBlue/ultop.gif) no-repeat left top; 
}
 .primary-nav ul.unli ul {
 	margin-left: -7px; 	left: 100%; 	top: 3px; 
}
 * html .primary-nav ul.unli ul { 	margin-left: -0px; 
}
 .primary-nav li { 	margin: 0px; 	float: left; 
}
 .primary-nav li li { 
	margin-left: 7px; 	margin-top: -1px; 	float: none; 	position: relative; 
}
 /* Styling the basic appearance of the menu elements */
 ul.primary-nav ul hr.menu_separator{
         position: relative;
         visibility: visible;
         display:block;         width:130px;
        	height: 1px;
        	margin: 2px 30px 2px;
 	padding: 0em;
 	border-bottom: 1px solid #ccc;
 	border-top-width: 0px;
 	border-right-width: 0px; 	border-left-width: 0px;
 	border-top-style: none; 	border-right-style: none;
 	border-left-style: none; 
}
 .primary-nav .separator, .primary-nav .separatorh {
 	height: 9px; 	width: 209px; 	margin: 0px 0px -8px;
 	background: url(uploads/NCleanBlue/ulbtm.png) no-repeat left bottom; 
}
 * html .primary-nav .separator {
        z-index:-1; 	background: url(uploads/NCleanBlue/ulbtm.gif) no-repeat left bottom; 
}
 *:first-child+html .primary-nav .separator {
        z-index:-1; 
} 
.primary-nav ul.unli li a {
 	padding: 0px 10px; 	width: 165px; 	margin: 5px; 	background-image: none; 
}
 * html .primary-nav ul.unli li a {
 	padding: 0px 10px 0px 5px; 	width: 165px; 	margin: 5px 0px; 
}
 .primary-nav li li a:hover {
 	background-color: #DBE7F2; 
}
 /* Styling the basic appearance of the active page elements (shows what page in the menu is being displayed) */
 .primary-nav li.menuactive li a {
 	text-decoration: none; 	background: none; 
}
 .primary-nav ul.unli li.menuparenth, .primary-nav ul.unli a:hover, .primary-nav ul.unli a.menuactive { 	background-color: #DBE7F2; 
}
 /* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
 .primary-nav ul.unli li .menuparent, .primary-nav ul.unli li .menuparent:hover, .primary-nav ul.unli li .menuparent, .primary-nav .menuactive.menuparent .unli .menuactive.menuparent .menuactive.menuparent {
 	background-position: center right; 	background-repeat: no-repeat; 
} 
/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */ .primary-nav ul, .primary-nav li:hover ul, .primary-nav li:hover ul ul, .primary-nav li:hover ul ul ul, .primary-nav li.menuparenth ul, .primary-nav li.menuparenth ul ul, .primary-nav li.menuparenth ul ul ul {
 	display: none; 
} .primary-nav li:hover ul, .primary-nav ul li:hover ul, .primary-nav ul ul li:hover ul, .primary-nav ul ul ul li:hover ul, .primary-nav li.menuparenth ul, .primary-nav ul li.menuparenth ul, .primary-nav ul ul li.menuparenth ul, .primary-nav ul ul ul li.menuparenth ul {
 	display: block; 
}
 /* IE Hacks */
 .primary-nav li li {
 	float: left; 	clear: both; 
}
 .primary-nav li li a {
 	height: 1%; 
}
 /*************** End Menu *****************/
 /* ------------ News Module ------------ */
 #news { 	padding: 10px; 
}
 .NewsSummary {
   padding-bottom: 10px; 
}
 .NewsSummaryPostdate, .NewsSummaryCategory, .NewsSummaryAuthor {
 	font-style: italic; 	font-size: 0.8em; 
}
 .NewsSummaryLink {
 	margin: 2px 0; 
}
 .NewsSummaryContent {
 	margin: 10px 0; 
}
 .NewsSummaryMorelink {
 	margin: 5px 0 15px; 
}
 /* BLOG */
 .blogs-showcategoryentries{
   border: 1px solid #ccc;   padding: 10px 10px 0 10px; 
}
 .blogs-showcategoryentry{
   border-bottom: 1px dotted #ccc;
   padding-top: 10px;
   padding-bottom: 10px; 
}
 .blogs-showcategoryheader{
   border-bottom: 1px solid #ccc;
   padding-bottom: 10px; 
}
 .blogs-showcategoryheader{
   background: #ccc;   padding: 10px; 
}
  .blogs-showblogsentry{
   padding: 10px 0; 
}
 .blogs-showblogsentrytitle{
   font-size: 130%;   padding: 5px 0 10px 0; 
}
 .blogs-showblogsentrycategory{
   display: none; 
}
 .blogs-showblogsentrycomments{
   padding-top: 5px; 
}
 .blogs-showblogsentrytime{
   font-size: 80%; 
}
 /* end BLOG */
  #extra_sitemapPage #mainwide .primary-nav li{
   float: none; 
}
 .noprint{
   display:none; 
}
 #lifestylePage table td, #lifestylePage table th{
   padding: 5px 20px 5px 5px;   border: 1px solid #ccc; 
}
 .NewsSummary .NewsSummaryField{
   float: left;   width: 100px; 
}
 /* ------------ End News Module ------------ */
 /* MOCKUP */ /* News module */ 
#NewsPostDetailTitle, h3.wbg{
   padding: 4px 10px;   color: #333;   font-family: 
}
 h3.yellowbg{     color: #333;     padding: 8px 16px; 
}
 #homePage h3.yellowbg{
   color: #666; 
}
 h3.yellowbg a{
   color: #333 !important; 
}
 #NewsPostDetailTitle, h3.yellowbg{
     background: #ffd358; 
}
 h3.orangebg{
   background: #e8673d;   color: #fff;   padding: 8px 16px; 
}
 h3.graybg{
   background: #999;   color: #fff;   padding: 8px 16px; 
}
 #NewsPostDetailDate{
   font-size: 80%;   color: #666;   padding: 8px 0px; 
}
 /* end News module */
 /* News module- album images */
 .NewsDetailField .picturelist .thumb{
   width: 70px;   height: 70px;   margin: 0px !important;   padding: 0px 4px !important; 
}
 .NewsDetailField .picturelist .thumb a{
   padding:0px;   border: none !important;
   width: 70px;   height: auto;   text-align: center; 
}
 .NewsDetailField .picturelist .thumb a:hover img{
   background: none !important; 
}
 .NewsDetailField .picturelist .thumb a img{
   max-height: 64px;   max-width: 70px; 
}
 .NewsDetailField img{   margin: 0; 
}
 #NewsPostDetailPrintLink{
   margin-top: 20px; }
 .NewsRightBox{
   float:left;   width: 500px;   position: relative; 
}
 /* end of News module -albume images */
 /* comments module */
 #name form table td input{
   width: 180px; 
}
 #name form table td textarea{
   width: 180px; 
}
 #name form table td{
   width: 50%;   padding: 3px 0; 
}
 #name form table{
   width: 100%; 
}
 #comments ul li.comment{
   list-style: none;   margin-left: 0;
   padding-left: 0px; 
}
 /* end comments module */
 .ncleanblue{
   width: 1200px;   margin: 0 auto; 
}
 #pagewrapper{
   width: 900px !important;   position:relative; 
}
 #bannertop, #bannertop2 {
 left:0px;
 position:absolute;
 top:0;
 width: 630px;
 height: 327px; 
 border: 1px solid #eee;
}
 #bannertop{
   z-index: 2001; 
}
 #bannertop2{   z-index: 2000;   display:none; 
}
 .bannerbox{
   height: 327px;
   position: relative; 
   border-bottom: 1px solid #999;
   padding-bottom: 20px;
}
 #header{
   z-index: 10;   position:relative; 
}
 .primary-nav{
   text-transform:lowercase; 
}
 #right p{
   margin-top:0; 
}
 h6{
   font-size: 80%;   margin-top:0;   margin-bottom:2px;   margin-top: 4px;   color: #666; 
}
 #homePage .NewsRightBox{
   width: 235px; 
}
 .blogs-showblogsentrytitle a, .blogs-showblogsentrytitle a:active, .blogs-showblogsentrytitle a:visited, .NewsSummaryLink, .NewsSummaryLink a, .NewsSummaryLink a:active, .NewsSummaryLink a:visited{
   color: #666;
   text-decoration:none;
   font-size: 15px; 
}
  .blogs-showblogsentrytitle a:hover,.NewsSummaryLink a:hover{
   text-decoration:underline; 
}
 /*NMS */
 #subscribenms{
    background: #999; 
/*url(uploads/images/interface/subscribeBkg.jpg) no-repeat; */
    width:160px;    height: 142px;
    color: #444;    padding:90px 20px 10px 20px;
    position: relative;   border: 1px solid #999; 
}
 #subscribenms input{
   display: block;   width: 150px; 
}
 #subscribenms input#md4e46submit{
   background: transparent url(/uploads/images/interface/dkButtonBkg.png) no-repeat;
    width: 77px;   height: 39px; 
  display:block;   border: none;  text-transform: uppercase;
  color: #fff;  font-weight: bold;   margin-top: 5px; 
}
 #subscribenms label{
   display:none; 
}
 #subscribenms h5{
   position:absolute;   top:2px;   left: 20px;
   color: #555; 
}
 #subscribenms h1{ 
  /*color: #f2973c;*/
   position:absolute;   top: 20px;
   left: 20px;   font-size: 40px; 
}
 #subscribenms h1 span{
   font-size: 40%; 
} 
#subscribenms .nms_message{
   color: #FFD358; 
} 
/* end NMS */ 
/* BUSINESS DIRECTORY - home page */
 h1{
   color: #323232;
   font-family: Georgia, "Times New Roman", serif; 
}
 #homebdir{
   background: #E8673D;
   height: 232px; 
  padding: 5px 20px;
   position: relative; 
}
 #wbusiness{
   color: #fff;
   font-size: 52px;
   letter-spacing: -1px; 
}
 #wdirectory{
 }
  #businessform{
   position: relative;
   z-index: 10; 
}
 #businessform input#Submit{
   background: transparent url(/uploads/images/interface/dkButtonBkg.png) no-repeat;
    width: 77px; 
  height: 39px;
   border: none;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    margin-left: 10px; 
}
 img.magn{
   position: absolute;
   right: 0px;   top: 0px; 
}
 #homebdir a,#homebdir a:active, #homebdir a:visited{
   color: #333; 
}
 #homebdir a:hover{
 }
 #homebdir h1{
   font-size: 40px;
   line-height: 1.1em;    
}
 /* end business box */ 
/* start COMMUNITY GUIDE box */ 
#communitybox{
   background: #ffd356;
   height: 242px; 
}
 #communitybox h1{
    color: #666;    padding: 5px 0px 0;
    font-size: 2em;
    word-spacing: 4px;
    letter-spacing: -1px; 
}
 #communitybox h1 span, #communitybox h3{
   color: #e8673d; 
}
 #communitybox p{
   color: #666 ;   margin: 0; 
}
 #communitybox table td{
    padding: 0 10px 5px; 
}
 #communitybox table td.bright{
    border-right: 2px solid #fff; 
}
 #communitybox table td.bbottom{
    border-bottom: 2px solid #fff; 
}
 #communitybox h3{
   margin-bottom: 5px; 
}
 /* end COMMUNITY GUIDE box */
 #homePage .toptitle{
   margin-top: 12px; 
}
 ul.primary-nav li.last a{
   border-right: none; 
}
 .sIFR-active h2.cpost-title {
 visibility:hidden; 
} 
/* WEATHER */
 #weatherbox{
    background: #CBCBCB;
    margin-top: 12px; 
} 
#weather-content {
  padding: 0;
  padding-left: 15px;
  background: #cbcbcb !important; 
}
 p.weatherdate{
  margin-bottom:0px;
  font-weight: bold;
  text-transform: uppercase;
  color: #555;
  padding:10px 0 0 15px; 
}
  #weatherbox iframe {
     width: 200px;
     height: 110px; 
}
  span.weathertitle{
   line-height: 11pt;
   color: #E8673D;
   font-size: 110%;
  font-weight: bold; 
}
 #weatherbox table{ 
}
 #weather-content td{
  padding-left: 15px;  vertical-align:middle; 
}
 #weather-content td.cityitem{
   width: 100px; 
  padding-left: 0px  
}
 #weatherbox .weathertitle{
   padding-left: 15px;
   color: #333; 
}
 /* end WEATHER */
 #header hr.util-clearb{
   display: none; 
}
 #main .picturelist{
    margin-bottom:0px; 
}
 #left .NewsDetailField img{
   margin-top: 12px;
   margin-bottom: 10px; 
}
 /* Business Directory */
 .BusinessItem{
   border: none;
   padding-bottom: 0px; 
}
 .BusinessItem .NewsSummaryBusinessItem{
    border: 1px solid #ccc;
    border-top: none; 
}
 .NewsSummaryBusinessItem table td{
   vertical-align: top;   padding: 5px; 
}
 .NewsSummaryBusinessItem .NewsSummaryAddress{
   font-weight: bold; 
}
  .NewsSummaryBusinessItem .NewsBusinessBtn, .NewsDetailBusinessItem .NewsBusinessBtn, .newsarchive{
   display: block;   float: left;
   width: 120px;
   height: 22px;
   text-align: center;
   padding-top:8px;
   background: #ccc;
   color: #fff !important;
   text-transform: uppercase;
   font-weight: bold;
   margin-right: 15px;
   text-decoration: none;
   margin-top: 10px; 
}
 .NewsSummaryBusinessItem a.NewsBusinessBtn:hover,  .NewsDetailBusinessItem .NewsBusinessBtn:hover, .newsarchive:hover{
      color: #333 !important;       cursor: pointer;
       cursor: hand; 
}
 .BusinessItem .NewsSummaryLink{   margin: 0; 
}
 .NewsSummaryBusinessItem .NewsSummaryAddress p{
   margin: 0; 
}
 .NewsSummaryBusinessItem .NewsSummarySummary p{
   margin:0; 
}
 .NewsSummaryBusinessItem table td{
   padding: 10px 10px; 
}
 .captcha img{   display:block; 
}
 .NewsDetailBusinessMore #NewsItemAddress p, #NewsItemPhContact p{
   margin:0;
   margin-bottom: 2px; 
}
 .NewsDetailBusinessMore  #NewsItemAddress{
  }
 .NewsDetailBusinessMore #NewsItemAddress{ 
   margin-bottom: 10px; 
}
 .NewsDetailBusinessMore #NewsItemPhContact{
    margin-bottom: 15px; 
}
 #NewsPostDetailSummary{
   font-family: Georgia,"Times New Roman",serif;
   color: #555;
   font-size: 120%;
   margin-bottom: 10px; 
}
 /* end Business Directory */
 /* COMMENTS */
 #left li.comment{
   margin-bottom: 10px; 
}
 #left li.comment div.newscommenttxt{
   margin-top: 4px; 
}
 #comments .noposteditems{
    font-weight: bold; 
}
 .tbbordered{
   margin-top:20px;
   border-top: 1px solid #999;
   border-bottom: 1px solid #999;
   padding:6px 0; 
}
 .NewsSummaryBusinessItem td.businessimg div.NewsSummaryField{
   width: 120px;
   text-align: center; 
}
 .mediaobject{
   display:block; 
}
 #VideoSummary ul{
   display:inline;
   position:reltive; 
}
 #VideoSummary ul li{
   display:block;
   width: 180px;
   text-align: center;
   float: left;
   margin: 10px;
   padding: 7px;
   border: 1px solid #eee;
 }
 #VideoSummary ul li p{
    text-align: center; 
}
 .mediaobject object{
   width: 338px; 
}
 #VideoFeatured .mediaobject{
   text-align: center; 
}
 .mediaobject h3{
   text-align: left; 
}
 /*MAIN NAVIGATION */ 
#mainnav ul{
   padding-left: 250px; 
}
 #mainnav li, #mainnav2 li{
   margin-right: 8px;   width: 120px;   background: #aaa;   height: auto; 
} 
#mainnav li a, #mainnav2 li a{
   color: #fff;
   position: relative;
   margin-left:0;
   padding-left: 6px;
   padding-bottom:6px; 
}
#main5{
   background: #aaa;
}
 #mainnav li a:hover, #mainnav2 li a:hover, 
#mainnav li a.menuactive, #mainnav2 li a.menuactive{
   border-bottom: none;  
}
 #mainnav li a:hover, #mainnav2 li a:hover{
     color: #666666; 
}
 #mainnav li.menuactive, #mainnav2 li.menuactive{
 }
 .subnav{
    margin-top: 40px; 
}
 .buttonbox{
 position:absolute; left:5px top:0px; width:120px; z-index:2005; 
}
 .buttonbox div {
   position:relative; 
}
 .buttonbox div{
   background: #000; 
}
 #mainnav .primary-nav .menuparent p, #mainnav2 .primary-nav .menuparent p{
   margin:0;   padding-left: 5px; 
}
 #mainnav li a div.mainbtnEl{
   height:14px; 
}
 #mainnav li a.menuactive div.mainbtnEl{
   height:40px; 
}
 #pagecategorytitle {
   font-size:80px;   margin-top:50px;   padding-left: 250px; 
}
 #subnav ul, #subnav3 ul{   width: 100%; 
}
 .clearb{   font-size: 0px;   line-height: 0px;   height:0px;   clear: both; 
}
 #mainnav{   height: 68px; 
}
 #mainnav2{ }
 #footer ul{   margin-bottom:0; 
}
 #footer ul li a:hover{   text-decoration: underline; 
}
 .TopFolioItem .foliomainimg{
   position: relative;   left:0;   top:0;   width: 490px;   margin-right: 30px; 
}
 .TopFolioItem .foliosmallimgs{
   float: left;   position: relative;   left:0;   top:0;   width: 100px;   margin-right: 10px; } .TopFolioItem{   position: relative; 
}
 .FolioItem{
   display:block;   width: 106px;   height: 74px;   float: left;   top:0;   left:0; 
}
 .tagsbtns ul{
   border-top: 1px solid #ccc; 
}
 .tagsbtns a{
   display: block;   padding: 4px 0;   font-size: 110%;   text-decoration: none;   color: #666;   border-bottom: 1px solid #ccc; 
}
 .tagsbtns a:hover{
   text-decoration: none;   color: #E8673D; 
} 
.tagsbtns li.menuactive a{
   color: #E8673D;   font-weight: normal; 
}
 .formbuilderform fieldset{
   border: 1px solid #ccc;   padding: 0 20px;   margin-bottom: 20px; 
}
 .formbuilderform fieldset legend{
   color: #666;  text-transform: uppercase;  letter-spacing: 3px; 
}
 .formbuilderform .required label{
   color: #E8673D;   font-weight: bold; 
}
 .formbuilderform fieldset{
   padding: 10px 20px;   margin-bottom: 10px; 
}
 .formbuilderform label{
   padding-right: 10px; 
}
 .formbuilderform div.element{
   padding-bottom: 10px;   padding-top: 5px; 
}
 #mainnav2 {
   position:absolute;   right:10px;   top:0; 
}
 #mainnav2 ul{ }
 #mainnav2 li.sectionheader ul{ }
 #mainnav2 li.sectionheader span{
   padding-left: 5px; } #mainnav2 ul{ }
 #mainnav2 ul ul li{
   height: 24px !important; 
}
 #mainnav2 ul ul li a{
   text-decoration: none;   display: block;   height: 20px; 
}
 #mainnav2 ul ul li a:hover{
   text-decoration: underline; 
}
 #mainnav2 li a{
   display: block;   padding: 22px 0 6px 6px;   text-decoration: none; 
}
 #quck_links{   position: relative; 
}
 #qucklinksbox {
    position:absolute;    right:8px;    top:42px;    width:120px; 
    z-index: 1;
}
#main5{
   z-index: 10;
}
 #mainnav2 li li a{
   padding-top:0; 
}
 .formbuilderform .error_message{
   color: #E8673D; 
}
 div#pagewrapper{
   background:transparent url(/uploads/images/interface/mainBKG.jpg) no-repeat; 
}
 #homePage div#pagewrapper{
   background:transparent url(/uploads/images/interface/homeBKG-nologo.jpg) no-repeat;
   position: relative; 
}
 img#logo3e{
   position:absolute;
   top:66px;
   left:80px; 
}
 #homePage img#logo3ehome{
   position:absolute;
   left:50px;
   top:100px; 
}
 #homePage #content{
   padding-bottom: 0; 
}
 #copyright{
   width: 900px;
   margin: 0 auto; 
}
 #copyright p{
     color: #666;
     font-size: 90%; 
}
 #homePage #header{
   height: 674px; 
}
 #homePage #mainnav {
   position: absolute;
   top: 420px;
   right: 80px; 
} 
#homePage #mainnav ul{
   padding-left: 0;
   text-align: right;
   text-transform: lowercase; 
}
 #homePage #mainnav  li{
   clear:both;
   margin-bottom: 10px;
   margin-right: 0;
   list-style: none; 
}
 #homePage #mainnav2{
    right: 80px; 
}
 #homePage #mainnav  li a{
   text-align: right;
   color: #999;
   font-size: 160%;
  letter-spacing: 3px;
  padding-bottom: 0;
   text-decoration: none; 
}
 #homePage #mainnav li a:hover{
   color: #E8673D; 
}
  #homePage #mainnav  li{
   background: none; 
}
 .foliosmallimgs2 ul{
   margin-left: 0; 
}
 .foliosmallimgs2 li{
   position: relative;
   left:0;   margin-bottom: 0px; 
}
 .foliosmallimgs2 .picturelist{
   height: 106px; 
}
 #header ul li{
   margin-bottom: 0px;
   list-style: none; 
}
 #header ul {
   margin-left: 0px; 
}
 #content #right ul{
   list-style: none; 
}
 #content #leftfolio ul, #content #rightfolio ul{
   list-style: none; 
}
 .bannerbox .coverlayer{
   position: absolute;   left:0;   top: 0;   height: 314px;   width: 630px;   z-index: 2005; 
}
 .NewsSummary #leftfolio{
   float: left;   width: 490px;   margin-right: 30px;   position: relative; 
}
 .NewsSummary #rightfolio{
   float: left;   width: 100px;   margin-right: 10px;   position: relative; 
}
 .NewsSummary #rightfolio .foliosmallimgs2{
   margin-bottom:30px; 
}
 #onlinepaymentsPage input{
   margin-bottom: 10px; 
}
 #onlinepaymentsPage form{
   margin-top: 20px; 
}
 /* SHOP */
 #productDetailed #productInfoData {
 clear:left; float:left; padding:15px; 
}
 .addToCartButton {
     border:1px outset;     margin:25px;     padding:5px;    display: block; 
}
  .proceedButton {
 background-color:#FFAA00;
 border:2px outset #FFAA00;
 clear:both;
 color:black;
 float:left; 
font-size:small;
 height:auto;
 margin:10px 0;
 padding:4px;
 text-decoration:none; 
}
 #tools #cart {
 /*float:right; margin:0 25px;*/
 position: absolute; left: 300px; top: 40px; height: 100px;  
}
 #productDetailed .itemImage {
 padding:8px; text-align:center; 
}
 .itemImage {
 background-color:#FFFFFF; float:left; height:200px; margin:15px; position:relative; width:200px; z-index:2; 
}
 .item, .itemImage {
 border:2px solid #DFE1DD; 
}
 .item {
    clear:both;
    height:280px;
    margin-bottom:10px; 
}
 .itemText {
 float:left; position:relative; 
}
 .itemTitle {
 color:#FFAA00; display:block; float:left; margin-left:10px; margin-top:0; padding-bottom:30px; text-align:left; width:500px; z-index:1; 
}
 .itemDescription {
 background:none repeat scroll 0 0 transparent; clear:left; display:block; float:left; font-size:100%; margin-left:20px; position:relative; width:150px; 
}
 #productDetailed #productInfoData {
 clear:left; float:left; padding:15px; 
}
 #quotes a {
 background-image:url("/uploads/images/interface/quotes.gif");
 border:1px solid #CACACA;
 display:block;
 height:50px;
 left:14px;
 position:relative;
 width:100px; 
}
 #quotes a span {
 display:none; 
}
 #tools #search {
 margin:0 25px; 
}
 #tools {
 background-color:#FCFCFC;
 border-bottom:2px solid #F3F3F3;
 border-top:2px solid #F3F3F3;
 clear:both;
 overflow:auto;
 padding:15px 0;
 position:relative;
 width:100%;
 height: 120px; 
}
 #tools #quotes{
   position: absolute;
   left: 20px;
   top: 40px;
   height: 50px;
 }
 #products .item, #shopSearchPage .item {
 float:left;
 margin:5px;
 padding:5px;
 position:relative;
 text-align:center; 
}
 #products .item, #shopSearchPage .item {
 background-image:none;
 height:350px;
 padding:20px !important;
 text-align:center;
 }
 .itemImage {
 background-color:#FFFFFF;
 float:left;
 height:200px;
 margin:15px;
 position:relative;
 width:200px;
 z-index:2; 
}
 #products .item .itemImage, #shopSearchPage .item .itemImage {
 border:medium none;
 display:block;
 float:none;
 height:auto;
 margin:0 auto;
 position:relative;
 width:auto;
 z-index:2; 
}
 #products .item .itemText, #shopSearchPage .item .itemText {
 width:200px; 
}
 #shopContent ul li{
   list-style: disc; 
}
 /* SHOP end */
 table.bordered td{
   border: 1px solid #999;   padding: 5px 20px 5px 10px; 
}
 table.bordered th{
   border: 1px solid #999;   padding: 10px 20px 10px 10px; 
}
 .formbuilderform textarea{
   display: block; 
}
 #publishing_quotePage #el17, #publishing_quotePage #el18,  #publishing_quotePage #el71, #publishing_quotePage #el72{
   float: left;   left: 0;   top:0; 
}
 #publishing_quotePage #el17{
   width: 90px; 
} #publishing_quotePage #el18{
   width: 110px; 
}
 #publishing_quotePage #el19{
   clear: both;
   width: 240px; 
}
 #publishing_quotePage #el20, #publishing_quotePage #el73{
   clear: both; 
}
 #publishing_quotePage #el25, #publishing_quotePage #el23{
   padding-bottom: 0; 
}
 #publishing_quotePage #el26, #publishing_quotePage #el24{
   padding-top: 0; 
}
 #publishing_quotePage #el71 {
   width: 270px; 
}
 #publishing_quotePage #el72{
   width: 300px; 
   clear: both;
}
#publishing_quotePage #el73{
   width: 320px;
}
#publishing_quotePage{
  font-size: 13px;
}
 .formbuilderform .required {
    color:#E8673D;    font-weight:bold; 
}
#print_homePage #mainwide img, #publishing_homePage #mainwide img{
  padding-bottom: 20px;
  border-bottom: 1px solid #999;
}
/* begin SHOPPING CART */
#shoppingCart  .item{
  height: auto;
}
#shoppingCart .itemTitle, #shoppingCart .itemText, #shoppingCart .itemDescription{
  float: none;
}
#shoppingCart .itemDescription{
  width: 96%;
}
.itemText .itemTitle{
  border: none;
  margin-bottom:0;
  padding-bottom: 10px;
}
#payments-onlinePage .itemDescription{
  width: auto;
  margin-left: 0;
}
#payments-onlinePage .item{
  border: none
}
/* end SHOPPING CART */
/* FLASH REPLACEMENT */
#pagecategorytitle{
  font-size:80px;
  font-family: Helvetica;
}
.flashme{
  font-size: 18px;
  font-family: Helvetica;
}			
.sIFR-active #pagecategorytitle{
  font-family: Arial;
  line-height: 1em;
}
.sIFR-active .flashme{
  font-family: Arial;
  line-height: 18px;
}
.sIFR-active .sIFR-alternate{
  visibility: hidden;
  display: none;
}
.foliosmallimgs2 a{
  display:block;
  height: auto;
 margin-bottom: 5px;
  border: 1px solid #ccc;
  width: 96px;
}
.foliooneimg a.thickbox{
 display:block;
  height: auto;
  border: 1px solid #ccc;
  width: 96px;
}
/* end FLASH REPLACEMENT */
#galleryimg{
  border: 1px solid #ccc;
}
h3.NewsSummaryLink{
  border-top: none;
}
.ProductDirectoryItem{
  display:block;
  width: 240px;
  margin: 10px 33px 20px 0;
  float: left;
  border: 1px solid #ccc;
  padding: 15px;
}
.rightitem{
  margin-right: 0;
}
.rightalign{
  text-align: right;
}
.viewcartform th{
  background: #eee;
  color: #666;
  padding: 10px;
}
.viewcartform td{
  padding: 10px;
  
}
.viewcartform tr.cartitem td{
  border-bottom: 1px solid #ddd;
}
.viewcartform .totals{
  font-weight: bold;
}
.viewcartform .checkoutlink a{
  margin-left: 20px;
}
 .shopbtn a{
  display: block;
  width: 100px;
  background: #eee;
  border: 1px solid #ddd;
  padding: 5px 5px;
  text-align: center;
}
#myshopcart{
  position: absolute;
  right: 18px;
  top: 120px;
  border: 1px solid #ccc;
  padding: 16px;
  z-index: 200;
}
#myshopcart p{
  margin-bottom:0;
  margin-top:0;
}
#myshopcart h4{
  color: #E8673D;
  margin-top: 0;
}
/* End of '1MainCSS' */

